SiteFinancialViabilityDto¶
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 "year": 0,
10 "salesGrowth": 0.1,
11 "salesRevenue": 0.1,
12 "otherIncome": 0.1,
13 "totalIncome": 0.1,
14 "siteAcquisitionCost": 0.1,
15 "renovationCost": 0.1,
16 "marketingExpense": 0.1,
17 "initialInventory": 0.1,
18 "operatingCost": 0.1,
19 "maintenanceCost": 0.1,
20 "landlordIncentive": 0.1,
21 "totalInvestment": 0.1,
22 "netCashFlow": 0.1,
23 "openingBalance": 0.1,
24 "closingBalance": 0.1,
25 "siteFinancialAnalysisId": 0
26}
📄 Description: Data transfer object representing the financial viability of real estate properties within a portfolio, providing essential analytics for informed asset management decisions.
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 |
year |
integer(int32) |
false |
none |
Numeric value representing year |
salesGrowth |
number(double) |
false |
none |
Value for salesGrowth field |
salesRevenue |
number(double) |
false |
none |
Value for salesRevenue field |
otherIncome |
number(double) |
false |
none |
Value for otherIncome field |
totalIncome |
number(double) |
false |
none |
Value for totalIncome field |
siteAcquisitionCost |
number(double) |
false |
none |
Value for siteAcquisitionCost field |
renovationCost |
number(double) |
false |
none |
Value for renovationCost field |
marketingExpense |
number(double) |
false |
none |
Value for marketingExpense field |
initialInventory |
number(double) |
false |
none |
Value for initialInventory field |
operatingCost |
number(double) |
false |
none |
Value for operatingCost field |
maintenanceCost |
number(double) |
false |
none |
Value for maintenanceCost field |
landlordIncentive |
number(double) |
false |
none |
Value for landlordIncentive field |
totalInvestment |
number(double) |
false |
none |
Value for totalInvestment field |
netCashFlow |
number(double) |
false |
none |
Value for netCashFlow field |
openingBalance |
number(double) |
false |
none |
Value for openingBalance field |
closingBalance |
number(double) |
false |
none |
Value for closingBalance field |
siteFinancialAnalysisId |
integer(int64) |
false |
none |
Unique identifier for the site financial analysis |