SiteFinancialAnalysisDto¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "discountRate": 0.1,
10 "netPresentValue": 0.1,
11 "returnOnInvestment": 0.1,
12 "breakEvenPoint": 0.1,
13 "name": "string",
14 "site": {
15 "createdBy": "string",
16 "lastModifiedBy": "string",
17 "createdDate": "2019-08-24T14:15:22Z",
18 "lastModifiedDate": "2019-08-24T14:15:22Z",
19 "archived": true,
20 "externalId": "string",
21 "id": 0,
22 "name": "string",
23 "storeNumber": "string",
24 "fileNumber": "string",
25 "businessUnitId": 0,
26 "propertyTypeId": 0,
27 "buildingTypeId": 0,
28 "siteQualityId": 0,
29 "areaTypeId": 0,
30 "areaName": "string",
31 "areaSourceId": 0,
32 "unitId": 0,
33 "area": 0,
34 "defaultCurrencyId": 0,
35 "typeId": 0,
36 "legalEntityIds": [
37 0
38 ],
39 "siteManagerId": 0,
40 "siteStatusId": 0,
41 "referenceLocationId": 0,
42 "draft": true
43 },
44 "siteId": 0,
45 "siteFinancialViabilityDtos": [
46 {
47 "createdBy": "string",
48 "lastModifiedBy": "string",
49 "createdDate": "2019-08-24T14:15:22Z",
50 "lastModifiedDate": "2019-08-24T14:15:22Z",
51 "archived": true,
52 "externalId": "string",
53 "id": 0,
54 "year": 0,
55 "salesGrowth": 0.1,
56 "salesRevenue": 0.1,
57 "otherIncome": 0.1,
58 "totalIncome": 0.1,
59 "siteAcquisitionCost": 0.1,
60 "renovationCost": 0.1,
61 "marketingExpense": 0.1,
62 "initialInventory": 0.1,
63 "operatingCost": 0.1,
64 "maintenanceCost": 0.1,
65 "landlordIncentive": 0.1,
66 "totalInvestment": 0.1,
67 "netCashFlow": 0.1,
68 "openingBalance": 0.1,
69 "closingBalance": 0.1,
70 "siteFinancialAnalysisId": 0
71 }
72 ],
73 "mainScenario": true
74}
📄 Description: Data transfer object representing the financial analysis of real estate properties within a portfolio, providing insights and analytics to support informed decision-making in asset management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
discountRate |
number(double) |
false |
none |
Rate of discount |
netPresentValue |
number(double) |
false |
none |
Value for netPresentValue field |
returnOnInvestment |
number(double) |
false |
none |
Value for returnOnInvestment field |
breakEvenPoint |
number(double) |
false |
none |
Value for breakEvenPoint field |
name |
string |
false |
none |
Name of the resource |
site |
false |
none |
Value for site field |
|
siteId |
integer(int64) |
false |
none |
Unique identifier for the site |
siteFinancialViabilityDtos |
false |
none |
List of siteFinancialViabilityDtos items |
|
mainScenario |
boolean |
false |
none |
Boolean flag indicating mainScenario status |