ModificationPerActivationGroupClassificationDto¶
Example Json Object
1{
2 "impairmentAmount": 0.1,
3 "recoverableAmount": 0.1,
4 "decreaseInTerm": 0.1,
5 "decreaseInAsset": 0.1,
6 "accountingStandardId": 0,
7 "classificationType": "NON_LEASE"
8}
📄 Description: Data transfer object representing the classification of modifications associated with activation groups within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
impairmentAmount |
number(double) |
false |
none |
Amount of impairment |
recoverableAmount |
number(double) |
false |
none |
Amount of recoverable |
decreaseInTerm |
number(double) |
false |
none |
Value for decreaseInTerm field |
decreaseInAsset |
number(double) |
false |
none |
Value for decreaseInAsset field |
accountingStandardId |
integer(int64) |
false |
none |
Unique identifier for the accounting standard |
classificationType |
string |
false |
none |
Type of the classification |
Enumerated Values
Attribute |
Value |
|---|---|
classificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |