PagedModelEntityModelTermIndexationGroupByPeriodDto¶
Example Json Object
1{
2 "_embedded": {
3 "termIndexationsGroupByPeriod": [
4 {
5 "startDate": "2019-08-24",
6 "endDate": "2019-08-24",
7 "currencyDisplayId": "string",
8 "expenseGroupToAmountMap": {
9 "property1": 0,
10 "property2": 0
11 },
12 "expenseGroupToAnnualRatePerAreaMap": {
13 "property1": 0,
14 "property2": 0
15 },
16 "expenseGroupToMessageMap": {
17 "property1": "string",
18 "property2": "string"
19 },
20 "legacy": true
21 }
22 ]
23 },
24 "page": {
25 "size": 0,
26 "totalElements": 0,
27 "totalPages": 0,
28 "number": 0
29 }
30}
📄 Description: Data transfer object representing a paginated collection of asset indexation metrics grouped by period, facilitating analytics within the Nakisa Portfolio Management Suite for effective real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» termIndexationsGroupByPeriod |
false |
none |
[Data transfer object representing a grouping of entity model term indexation data by specified periods, facilitating analytics and reporting within the Nakisa Portfolio Management Suite for effective portfolio and asset management in the real estate sector.] |
|
page |
false |
none |
Page number for pagination |