ModificationPerActivationGroupClassificationInitialData¶
Example Json Object
1{
2 "periodStartDate": {
3 "timing": "START_OF_DAY",
4 "year": 0,
5 "monthValue": 0,
6 "dayOfMonth": 0,
7 "dayOfWeek": "MONDAY",
8 "leapYear": true,
9 "dayOfYear": 0,
10 "month": "JANUARY"
11 },
12 "periodEndDate": {
13 "timing": "START_OF_DAY",
14 "year": 0,
15 "monthValue": 0,
16 "dayOfMonth": 0,
17 "dayOfWeek": "MONDAY",
18 "leapYear": true,
19 "dayOfYear": 0,
20 "month": "JANUARY"
21 },
22 "accountingStandardDisplayId": "string",
23 "accountingStandardId": 0,
24 "eventDate": "2019-08-24",
25 "numberOfDays": 0,
26 "openingNbvAmount": 0,
27 "closingNbvAmount": 0,
28 "monthlyDepreciation": 0,
29 "dailyDepreciation": 0,
30 "generatedNbvOnEventDate": 0,
31 "applicableResidualValue": 0,
32 "impairmentReserveClosingBalance": 0,
33 "maximumGainAmount": 0,
34 "nonRecoverableImpairmentLoss": 0,
35 "accountingStandardType": "GAAP",
36 "leaseClassificationType": "NON_LEASE",
37 "decreaseInTermAmountNeeded": true
38}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
periodStartDate |
false |
none |
none |
|
periodEndDate |
false |
none |
none |
|
accountingStandardDisplayId |
string |
false |
none |
none |
accountingStandardId |
integer(int64) |
false |
none |
none |
eventDate |
string(date) |
false |
none |
none |
numberOfDays |
integer(int32) |
false |
none |
none |
openingNbvAmount |
number |
false |
none |
none |
closingNbvAmount |
number |
false |
none |
none |
monthlyDepreciation |
number |
false |
none |
none |
dailyDepreciation |
number |
false |
none |
none |
generatedNbvOnEventDate |
number |
false |
none |
none |
applicableResidualValue |
number |
false |
none |
none |
impairmentReserveClosingBalance |
number |
false |
none |
none |
maximumGainAmount |
number |
false |
none |
none |
nonRecoverableImpairmentLoss |
number |
false |
none |
none |
accountingStandardType |
string |
false |
none |
none |
leaseClassificationType |
string |
false |
none |
none |
decreaseInTermAmountNeeded |
boolean |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardType |
GAAP, GASB_87, IFRS |
leaseClassificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |