ActivationGroupModificationRequest¶
Example Json Object
1{
2 "activationGroupId": 0,
3 "name": "string",
4 "modificationDate": "2019-08-24",
5 "modificationReasons": [
6 "CONTRACT_RATE_CHANGE"
7 ],
8 "terminationType": "CASUALTY",
9 "terminationDate": "2019-08-24",
10 "terminationDateTiming": "START_OF_DAY",
11 "useManualFmvValue": true,
12 "fairMarketValue": 0.1,
13 "applyIndexationLease": true,
14 "applyIndexationNonLease": true,
15 "indexationTreatmentType": "DEFAULT",
16 "indexationStartDate": "2019-08-24",
17 "indexationDateType": "ROU_ANNIVERSARY_DATE",
18 "indexationStartDateNonLease": "2019-08-24",
19 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
20 "modificationInfo": {
21 "property1": {
22 "property1": {
23 "impairmentAmount": 0.1,
24 "recoverableAmount": 0.1,
25 "decreaseInTerm": 0.1,
26 "decreaseInAsset": 0.1,
27 "accountingStandardId": 0,
28 "classificationType": "NON_LEASE"
29 },
30 "property2": {
31 "impairmentAmount": 0.1,
32 "recoverableAmount": 0.1,
33 "decreaseInTerm": 0.1,
34 "decreaseInAsset": 0.1,
35 "accountingStandardId": 0,
36 "classificationType": "NON_LEASE"
37 }
38 },
39 "property2": {
40 "property1": {
41 "impairmentAmount": 0.1,
42 "recoverableAmount": 0.1,
43 "decreaseInTerm": 0.1,
44 "decreaseInAsset": 0.1,
45 "accountingStandardId": 0,
46 "classificationType": "NON_LEASE"
47 },
48 "property2": {
49 "impairmentAmount": 0.1,
50 "recoverableAmount": 0.1,
51 "decreaseInTerm": 0.1,
52 "decreaseInAsset": 0.1,
53 "accountingStandardId": 0,
54 "classificationType": "NON_LEASE"
55 }
56 }
57 },
58 "decreaseInAssetOperating": 0.1,
59 "decreaseInAssetNonOperating": 0.1,
60 "decreaseInTermIFRS": 0.1,
61 "casualtyPenalty": 0.1,
62 "updateContractRateIBR": true,
63 "type": "string"
64}
📄 Description: Data transfer object representing a request to modify an activation group within the Nakisa Lease Accounting Suite, facilitating adjustments to lease contracts and associated financial obligations for accurate accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
activationGroupId |
integer(int64) |
true |
none |
Unique identifier for the activation group |
name |
string |
true |
none |
Name of the resource |
modificationDate |
string(date) |
true |
none |
Date of the modification |
modificationReasons |
[string] |
false |
none |
List of modificationReasons items |
terminationType |
string |
false |
none |
Type of the termination |
terminationDate |
string(date) |
false |
none |
Date of the termination |
terminationDateTiming |
string |
false |
none |
Text value for terminationDateTiming in ActivationGroupModificationRequest |
useManualFmvValue |
boolean |
false |
none |
Boolean flag indicating useManualFmvValue status |
fairMarketValue |
number(double) |
false |
none |
Value for fairMarketValue field |
applyIndexationLease |
boolean |
false |
none |
Boolean flag indicating applyIndexationLease status |
applyIndexationNonLease |
boolean |
false |
none |
Boolean flag indicating applyIndexationNonLease status |
indexationTreatmentType |
string |
false |
none |
Type of the indexation treatment |
indexationStartDate |
string(date) |
false |
none |
Date of the indexation start |
indexationDateType |
string |
false |
none |
Type of the indexation date |
indexationStartDateNonLease |
string(date) |
false |
none |
Text value for indexationStartDateNonLease in ActivationGroupModificationRequest |
indexationDateTypeNonLease |
string |
false |
none |
Text value for indexationDateTypeNonLease in ActivationGroupModificationRequest |
modificationInfo |
object |
false |
none |
Object containing modificationInfo details |
» additionalProperties |
object |
false |
none |
none |
»» additionalProperties |
false |
none |
Data transfer object representing the classification of modifications per activation group within the Nakisa Lease Accounting Suite, facilitating efficient management of lease contracts and associated financial obligations in accounting entries. |
|
decreaseInAssetOperating |
number(double) |
false |
none |
Value for decreaseInAssetOperating field |
decreaseInAssetNonOperating |
number(double) |
false |
none |
Value for decreaseInAssetNonOperating field |
decreaseInTermIFRS |
number(double) |
false |
none |
Value for decreaseInTermIFRS field |
casualtyPenalty |
number(double) |
false |
none |
Value for casualtyPenalty field |
updateContractRateIBR |
boolean |
false |
none |
none |
type |
string |
false |
none |
Type of the resource |
Enumerated Values
Attribute |
Value |
|---|---|
indexationDateType |
JOB_DATE, MODIFICATION_DATE, NEXT_AVAILABLE_PAYMENT_DATE, ROU_ANNIVERSARY_DATE, USER_DEFINED |
indexationDateTypeNonLease |
JOB_DATE, MODIFICATION_DATE, NEXT_AVAILABLE_PAYMENT_DATE, ROU_ANNIVERSARY_DATE, USER_DEFINED |
indexationTreatmentType |
DEFAULT, ENFORCE_LEASE, ENFORCE_NON_LEASE, STANDARD |
terminationDateTiming |
END_OF_DAY, START_OF_DAY |
terminationType |
CASUALTY, EARLY_TERMINATION, INTERCOMPANY_TRANSFER, PURCHASING_OPTION |