Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.55 KB

BalanceSheet.md

File metadata and controls

22 lines (17 loc) · 1.55 KB

BalanceSheet

The BalanceSheet Object ### Description The BalanceSheet object is used to represent a company's balance sheet. ### Usage Example Fetch from the LIST BalanceSheets endpoint and view a company's balance sheets.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
name str, none_type The balance sheet's name. [optional]
date datetime, none_type The balance sheet's date. The balance sheet data will reflect the company's financial position this point in time. [optional]
net_assets float, none_type The balance sheet's net assets. [optional]
assets [ReportItem] [optional] [readonly]
liabilities [ReportItem] [optional] [readonly]
equity [ReportItem] [optional] [readonly]
remote_generated_at datetime, none_type The time that balance sheet was generated by the accounting system. [optional]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]