Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.86 KB

CashFlowStatement.md

File metadata and controls

24 lines (19 loc) · 1.86 KB

CashFlowStatement

The CashFlowStatement Object ### Description The CashFlowStatement object is used to represent a company's cash flow statement. ### Usage Example Fetch from the LIST CashFlowStatements endpoint and view a company's cash flow statements.

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 cash flow statement's name. [optional]
start_period datetime, none_type The cash flow statement's start period. [optional]
end_period datetime, none_type The cash flow statement's end period. [optional]
cash_at_beginning_of_period float, none_type Cash and cash equivalents at the beginning of the cash flow statement's period. [optional]
cash_at_end_of_period float, none_type Cash and cash equivalents at the beginning of the cash flow statement's period. [optional]
operating_activities [ReportItem] [optional] [readonly]
investing_activities [ReportItem] [optional] [readonly]
financing_activities [ReportItem] [optional] [readonly]
remote_generated_at datetime, none_type The time that cash flow statement 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]