AccountingStandardBaseId¶
Example Json Object
1{
2 "id": 1001,
3 "displayId": "GAAP-01",
4 "standardType": "IFRS"
5}
📄 Description: Base reference for an accounting standard.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the accounting standard. |
displayId |
string |
false |
none |
Display ID of the accounting standard. |
standardType |
string |
true |
none |
Type of accounting standard. |
Enumerated Values
Attribute |
Value |
|---|---|
standardType |
GAAP, GASB_87, IFRS |