BudgetInvestmentAreaDto¶
Example Json Object
1{
2 "id": 0,
3 "createdOn": "2019-08-24T14:15:22Z",
4 "createdById": "string",
5 "modifiedOn": "2019-08-24T14:15:22Z",
6 "modifiedById": "string",
7 "createdByName": "string",
8 "lastModifiedByName": "string",
9 "amount": 0,
10 "originalCurrencyId": 0,
11 "originalCurrencyDisplayId": "string",
12 "originalAmount": 0,
13 "rate": 0,
14 "rateDate": "2019-08-24",
15 "investmentAreaId": 0,
16 "investmentArea": {
17 "id": 0,
18 "createdOn": "2019-08-24T14:15:22Z",
19 "createdById": "string",
20 "modifiedOn": "2019-08-24T14:15:22Z",
21 "modifiedById": "string",
22 "createdByName": "string",
23 "lastModifiedByName": "string",
24 "displayId": "string",
25 "name": "string",
26 "assetClasses": [
27 0
28 ]
29 },
30 "budgetYearDistributions": [
31 {
32 "id": 0,
33 "createdOn": "2019-08-24T14:15:22Z",
34 "createdById": "string",
35 "modifiedOn": "2019-08-24T14:15:22Z",
36 "modifiedById": "string",
37 "createdByName": "string",
38 "lastModifiedByName": "string",
39 "year": 0,
40 "amount": 0,
41 "originalCurrencyId": 0,
42 "originalCurrencyDisplayId": "string",
43 "originalAmount": 0,
44 "rate": 0,
45 "rateDate": "2019-08-24",
46 "spent": 0,
47 "budgetInvestmentAreaId": 0
48 }
49 ],
50 "totalSpent": 0,
51 "totalReserved": 0,
52 "budgetBalance": 0
53}
📄 Description: Data transfer object representing the allocation of budget investments within specific areas of a portfolio, facilitating enhanced asset management and analytics for real estate properties in the Nakisa Portfolio Management Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
createdOn |
string(date-time) |
false |
none |
Text value for createdOn in BudgetInvestmentAreaDto |
createdById |
string |
false |
none |
Unique identifier for the created by |
modifiedOn |
string(date-time) |
false |
none |
Text value for modifiedOn in BudgetInvestmentAreaDto |
modifiedById |
string |
false |
none |
Unique identifier for the modified by |
createdByName |
string |
false |
none |
Name of the created by |
lastModifiedByName |
string |
false |
none |
Name of the last modified by |
amount |
number |
false |
none |
Amount value |
originalCurrencyId |
integer(int64) |
false |
none |
Unique identifier for the original currency |
originalCurrencyDisplayId |
string |
false |
none |
Unique identifier for the original currency display |
originalAmount |
number |
false |
none |
Amount of original |
rate |
number |
false |
none |
Rate value |
rateDate |
string(date) |
false |
none |
Date of the rate |
investmentAreaId |
integer(int64) |
false |
none |
Unique identifier for the investment area |
investmentArea |
false |
none |
Value for investmentArea field |
|
budgetYearDistributions |
false |
none |
List of budgetYearDistributions items |
|
totalSpent |
number |
false |
none |
Value for totalSpent field |
totalReserved |
number |
false |
none |
Value for totalReserved field |
budgetBalance |
number |
false |
none |
Value for budgetBalance field |