TermIndexationDto¶
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 "parentTermIndexationId": 0,
10 "startDate": "2019-08-24",
11 "endDate": "2019-08-24",
12 "rateDate": "2019-08-24",
13 "rate": 0,
14 "amount": 0,
15 "firstPaymentAmount": 0,
16 "lastPaymentAmount": 0,
17 "firstSpecialPaymentDate": "2019-08-24",
18 "lastSpecialPaymentDate": "2019-08-24",
19 "firstProvisioningAmount": 0,
20 "lastProvisioningAmount": 0,
21 "hold": true,
22 "legacy": true,
23 "termIndexationTypeId": 0,
24 "baseIndexationDate": "2019-08-24",
25 "baseIndexationRate": 0.1,
26 "referenceIndexationDate": "2019-08-24",
27 "referenceIndexationRate": 0.1,
28 "isIndexed": true,
29 "indexedAmount": 0,
30 "leaseComponentFinancialTermId": 0,
31 "termIndexationType": {
32 "createdBy": "string",
33 "lastModifiedBy": "string",
34 "createdDate": "2019-08-24T14:15:22Z",
35 "lastModifiedDate": "2019-08-24T14:15:22Z",
36 "archived": true,
37 "externalId": "string",
38 "id": 0,
39 "priority": 0,
40 "internalId": 0,
41 "pickListCode": "string",
42 "pickListLabel": "string",
43 "label": "string",
44 "cultureId": 0,
45 "labelDtos": [
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 "cultureId": 0,
55 "value": "string"
56 }
57 ]
58 }
59}
📄 Description: Data transfer object representing the indexation details of terms related to portfolio assets within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for real estate property 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 |
parentTermIndexationId |
integer(int64) |
false |
none |
Unique identifier for the parent term indexation |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
rateDate |
string(date) |
false |
none |
Date of the rate |
rate |
number |
false |
none |
Rate value |
amount |
number |
false |
none |
Amount value |
firstPaymentAmount |
number |
false |
none |
Amount of first payment |
lastPaymentAmount |
number |
false |
none |
Amount of last payment |
firstSpecialPaymentDate |
string(date) |
false |
none |
Date of the first special payment |
lastSpecialPaymentDate |
string(date) |
false |
none |
Date of the last special payment |
firstProvisioningAmount |
number |
false |
none |
Amount of first provisioning |
lastProvisioningAmount |
number |
false |
none |
Amount of last provisioning |
hold |
boolean |
false |
none |
Boolean flag indicating hold status |
legacy |
boolean |
false |
none |
Boolean flag indicating legacy status |
termIndexationTypeId |
integer(int64) |
false |
none |
Unique identifier for the term indexation type |
baseIndexationDate |
string(date) |
false |
none |
Date of the base indexation |
baseIndexationRate |
number(double) |
false |
none |
Rate of base indexation |
referenceIndexationDate |
string(date) |
false |
none |
Date of the reference indexation |
referenceIndexationRate |
number(double) |
false |
none |
Rate of reference indexation |
isIndexed |
boolean |
false |
none |
Whether the resource is indexed |
indexedAmount |
number |
false |
none |
Amount of indexed |
leaseComponentFinancialTermId |
integer(int64) |
false |
none |
Unique identifier for the lease component financial term |
termIndexationType |
false |
none |
Type of the term indexation |