ClassificationInfo¶
Example Json Object
1{
2 "accountingStandard": {
3 "id": 0,
4 "displayId": "string"
5 },
6 "leaseClassificationType": "NON_LEASE"
7}
📄 Description: Data structure representing classification details for ledger entries, encompassing transaction types, associated accounts, and relevant financial records to facilitate accurate financial reporting and analysis.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
accountingStandard |
false |
none |
Value for accountingStandard field |
|
leaseClassificationType |
string |
false |
none |
Type of the lease classification |
Enumerated Values
Attribute |
Value |
|---|---|
leaseClassificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OFF_BALANCE_SHEET, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |