A balance sheet is a financial statement that reports a business's assets, liabilities and shareholders' equity during a specified period.
The BalanceSheet Object
A Rutter BalanceSheet represents a point in time snapshot of a company's accounts. The balance sheet reports a business's assets, liabilities and shareholders' equity during the specified period.
Property | Type | Description |
---|---|---|
id | string | The rutter id for balance sheet |
created_at | string | The last ISO 8601 timestamp the balance sheet was created. |
updated_at | string | The last ISO 8601 timestamp the balance sheet was updated. |
start_date | string | The start date of the balance sheet. |
end_date | string | The end date of the balance sheet. |
currency_code | string | The ISO-4217 currency code of the order. |
assets | Top-level Assets Report Line Item that contacts all sub-level items. | |
liabilities | Top-level Liabilities Report Line Item that contacts all sub-level items. | |
equity | Top-level Equities Report Line Item that contacts all sub-level items. | |
total_assets | number | Total value of assets. |
total_liabilities | number | Total value of liabilities. |
total_equity | number | Total value of equity. |