LeaseClassificationTypeCustomRequest¶
Example Json Object
1{
2 "accountingStandardType": "GAAP",
3 "principalPositionType": "LESSEE",
4 "leaseTypes": [
5 "LEASE_CONTRACT_FIXED_PART_A"
6 ]
7}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
accountingStandardType |
string |
true |
none |
none |
principalPositionType |
string |
true |
none |
none |
leaseTypes |
[string] |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardType |
GAAP, GASB_87, IFRS |
principalPositionType |
LESSEE, LESSOR |