RemainingBalancePerLeaseMeasurement¶
Example Json Object
1{
2 "leaseMeasurementId": 0,
3 "accountingStandard": {
4 "id": 1001,
5 "displayId": "GAAP-01",
6 "standardType": "IFRS"
7 },
8 "activationGroupClassification": {
9 "id": "string",
10 "displayId": "Euro"
11 },
12 "activationGroupClassificationType": "NON_LEASE",
13 "accountBalances": [
14 {
15 "account": {
16 "name": "string"
17 },
18 "remainingBalance": 0
19 }
20 ]
21}
📄 Description: Data transfer object representing the remaining balance associated with each lease measurement, providing essential insights for financial obligations and accounting entries within the Nakisa Lease Accounting Suite.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
leaseMeasurementId |
integer(int64) |
false |
none |
Unique identifier for the lease measurement |
accountingStandard |
false |
none |
Value for accountingStandard field |
|
activationGroupClassification |
false |
none |
Value for activationGroupClassification field |
|
activationGroupClassificationType |
string |
false |
none |
Type of the activation group classification |
accountBalances |
false |
none |
List of accountBalances items |
Enumerated Values
Attribute |
Value |
|---|---|
activationGroupClassificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OFF_BALANCE_SHEET, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |