Balance Sheet
Overview
A financial report that shows a business’s assets, liabilities, and equity at a specific point in time. In an accounting platform, a balance sheet is typically generated automatically based on the financial transactions that have been recorded in the system.
Properties Supported
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for this item |
period_start | date | Start date of the cash flow statement report |
period_end | date | End date of the cash flow statement report |
net_assets | float | Net assets of the balance sheet report |
assets | Line Item | Line Items for assets of balance sheet report |
liabilities | Line Item | Line Items for liabilities of balance sheet report |
equity | Line Item | Line Items for equities of balance sheet report |
Line Item
Each line item is an object with the following attributes:
Property | Type | Description |
---|---|---|
name | string | Name of the line item |
value | float | Value of the line item |
line_items | array | Line items of the line item, only if further breakdown is available |
account_id | string | The Platform’s ID for this item, only if this is the root line item |