LeaseComponentCarryOverBalanceDto¶
Example Json Object
1{
2 "id": 10000013,
3 "displayId": "0407198317-20250828-113111",
4 "principalPositionType": {
5 "name": "LESSEE",
6 "captionKey": "enum.principalpositiontype.lessee",
7 "caption": "Lessee"
8 },
9 "mainAccountingStandard": true,
10 "accountingStandard": {
11 "id": 1001,
12 "displayId": "GAAP-01",
13 "standardType": "IFRS"
14 },
15 "accountingStandardPriority": "MAIN",
16 "leaseComponentId": 10000007,
17 "leaseComponentDisplayId": "LC-100000200",
18 "type": "LESSEE",
19 "numberRangeIdentifierValue": "COMPANY_CODE_001",
20 "numberRangeIdentifierType": {
21 "name": "COMPANY_CODE"
22 },
23 "numberRangeType": {
24 "name": "CONTRACT"
25 },
26 "allowsSystemGenerateNewId": false
27}
📄 Description: Data transfer object representing the carry-over balance of lease components within the Nakisa Lease Accounting Suite, capturing essential details related to financial obligations and accounting entries associated with lease contracts.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
principalPositionType |
false |
none |
Type of the principal position |
|
mainAccountingStandard |
boolean |
false |
none |
Boolean flag indicating mainAccountingStandard status |
accountingStandard |
false |
none |
Value for accountingStandard field |
|
accountingStandardPriority |
string |
false |
none |
Priority of the accounting standard |
leaseComponentId |
integer(int64) |
false |
none |
Unique identifier for the lease component |
leaseComponentDisplayId |
string |
false |
none |
Unique identifier for the lease component display |
type |
string |
false |
none |
Type of the resource |
numberRangeIdentifierValue |
string |
false |
none |
Unique string identifier representing the specific range of numbers associated with lease components in the Nakisa Lease Accounting Suite, facilitating accurate tracking of financial obligations and accounting entries. |
numberRangeIdentifierType |
false |
none |
Type of the number range identifier |
|
numberRangeType |
false |
none |
Type of the number range |
|
allowsSystemGenerateNewId |
boolean |
false |
none |
Unique identifier for the allows system generate new |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardPriority |
FOURTH, MAIN, SECOND, THIRD |