The Cash Flow Statement object
An extracted statement of cash flows.
The retrieve endpoint returns this object on its own. The list endpoint
returns one per document, wrapped as
{ "borrower_id": …, "statements": [ { "extracted_document_id", "document_category", "report_data" } ] }.
Attributes
entityandtitle: the company and the statement’s printed title.cpa_engagement: the CPA engagement the statement was prepared under, as an integer:0none,1compiled or prepared,2reviewed,3audited.cpa_engagement_labelcarries the matching display string. A statement extracted from a CPA-prepared package arrives with its accountant’s letter’s level here.periods: the statement’s columns, each with alabel, its daterange, andas_of.operating,investing,financing: the statement’s rows by section, in print order, each with alabeland per-periodvalues.operating_subtotal,investing_subtotal,financing_subtotal: the printed section subtotals.reporting_unitandscale_multiplier: set when the document reports in thousands or another stated scale.
Typical document_category value: cash_flow_statement.
Money and date values follow the export value conventions, documented under Getting Started.