LeaseComponentCarryOverBalanceDto¶
Example Json Object
1{
2 "id": 10000013,
3 "displayId": "0407198317-20250828-113111",
4 "principalPositionType": "LESSEE",
5 "mainAccountingStandard": true,
6 "accountingStandard": {
7 "id": 1001,
8 "displayId": "GAAP-01",
9 "standardType": "IFRS"
10 },
11 "accountingStandardPriority": "MAIN",
12 "leaseComponentId": 10000007,
13 "leaseComponentDisplayId": "LC-100000200",
14 "type": "LESSEE",
15 "numberRangeIdentifierType": {
16 "name": "COMPANY_CODE"
17 },
18 "numberRangeIdentifierValue": "COMPANY_CODE_001",
19 "numberRangeType": {
20 "name": "CONTRACT"
21 },
22 "allowsSystemGenerateNewId": false
23}
📄 Description: Represents the carry-over balance configuration of a lease component carry over balances under specific accounting standards.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the carry-over balance record. |
displayId |
string |
false |
none |
System-generated unique display identifier. |
principalPositionType |
string |
false |
none |
Indicates the principal position type of the lease component (e.g., Lessee, Lessor). |
mainAccountingStandard |
boolean |
false |
none |
Indicates whether this is the main accounting standard for the lease component. |
accountingStandard |
false |
none |
Base reference for an accounting standard. |
|
accountingStandardPriority |
string |
false |
none |
Priority of the accounting standard (e.g., MAIN, SECOND). |
leaseComponentId |
integer(int64) |
false |
none |
Identifier of the lease component linked to this carry-over balance. |
leaseComponentDisplayId |
string |
false |
none |
Display identifier of the lease component. |
type |
string |
false |
none |
The type of lease component (e.g., LESSEE, LESSOR). |
numberRangeIdentifierType |
false |
none |
Represents a number range identifier type associated with number range types. |
|
numberRangeIdentifierValue |
string |
false |
none |
Identifier value for the number range. |
numberRangeType |
false |
none |
Represents a number range type with its name and related configuration. |
|
allowsSystemGenerateNewId |
boolean |
false |
none |
Indicates whether the system is allowed to generate a new identifier automatically. |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardPriority |
FOURTH, MAIN, SECOND, THIRD |
principalPositionType |
LESSEE, LESSOR |