LessorActivationGroupClassificationDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "AGC-10000001",
4 "principalPositionType": {
5 "name": "LESSEE",
6 "captionKey": "enum.principalpositiontype.lessee",
7 "caption": "Lessee"
8 },
9 "overrideCapitalizationDate": "2025-08-01",
10 "lastClassificationDate": "2025-08-15",
11 "fairMarketValue": 1000.5,
12 "guaranteedResidualValue": 50,
13 "years": 5,
14 "months": 6,
15 "usefulLifeYear": 5,
16 "usefulLifeMonth": 6,
17 "usefulLifeDay": 15,
18 "purchaseOption": true,
19 "interestRate": 4.5,
20 "remainingUsefulLifeYear": 3,
21 "remainingUsefulLifeMonth": 4,
22 "remainingUsefulLifeDay": 10,
23 "transferOfOwnership": false,
24 "specializedAsset": true,
25 "systemClassification": "OPERATING",
26 "confirmedClassification": "OPERATING",
27 "indexedAmounts": {
28 "consumerPriceIndexValueId": 10000001,
29 "indexedFmv": 1050.5,
30 "indexedGbv": 5000,
31 "indexedAd": 1500.25,
32 "indexedUrv": 200.75,
33 "indexedGrv": 300
34 },
35 "accountingStandardPriority": "MAIN",
36 "depreciationAreas": [
37 {
38 "currencyDefinitionType": "COMPANY_CURRENCY",
39 "depreciationArea": {
40 "id": "string",
41 "displayId": "Euro"
42 },
43 "depreciationAreaDeterminationCurrency": {
44 "id": "string",
45 "displayId": "US Dollar",
46 "decimalPoints": 2
47 }
48 }
49 ],
50 "infiniteUsefulLife": false,
51 "mainAccountingStandard": true,
52 "accountingStandard": {
53 "id": 1001,
54 "displayId": "GAAP-01",
55 "standardType": "IFRS"
56 },
57 "activationGroupRevisionId": 10000001,
58 "activationGroupRevisionDisplayId": "AGREV-10000001",
59 "activationGroupId": 10000001,
60 "activationGroupDisplayId": "AG-10000001",
61 "parentActivationGroupClassificationId": 10000000,
62 "type": "ACTIVATION_GROUP_CLASSIFICATION",
63 "numberRangeIdentifierValue": "1000",
64 "numberRangeIdentifierType": {
65 "name": "COMPANY_CODE"
66 },
67 "numberRangeType": {
68 "name": "CONTRACT"
69 },
70 "allowsSystemGenerateNewId": false,
71 "grossBookValue": 0.1,
72 "accumulatedDepreciation": 0.1,
73 "unguaranteedResidualValue": 0.1,
74 "accruedRentClearingOrDeferredLeaseClearing": 0.1,
75 "carryingAmountOfNetInvestment": 0.1,
76 "pvOfUrv": 0.1,
77 "netLeaseInvestment": 0,
78 "pvOfLeasePayment": 0,
79 "leaseReceivable": 0,
80 "profitOrLoss": 0,
81 "deferredIdcTotal": 0
82}
📄 Description: Data transfer object representing the classification of lessor activation groups within the Nakisa Lease Accounting Suite, facilitating the management of lease contracts and associated financial obligations for accurate accounting entries.
Properties
📄 Description: allOf - discriminator: ActivationGroupClassificationDto.type
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
anonymous |
false |
none |
Data transfer object representing the classification of activation groups within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, and related financial obligations for accurate accounting entries. |
📄 Description: and
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
anonymous |
object |
false |
none |
none |
» grossBookValue |
number(double) |
false |
none |
none |
» accumulatedDepreciation |
number(double) |
false |
none |
none |
» unguaranteedResidualValue |
number(double) |
false |
none |
none |
» accruedRentClearingOrDeferredLeaseClearing |
number(double) |
false |
none |
none |
» carryingAmountOfNetInvestment |
number(double) |
false |
none |
none |
» pvOfUrv |
number(double) |
false |
none |
none |
» netLeaseInvestment |
number |
false |
none |
none |
» pvOfLeasePayment |
number |
false |
none |
none |
» leaseReceivable |
number |
false |
none |
none |
» profitOrLoss |
number |
false |
none |
none |
» deferredIdcTotal |
number |
false |
none |
none |