The Profit Loss Statement object
An extracted profit loss statement.
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
entity: the company the statement is for, when the document states it.title: 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.periodandperiods: the reporting period or periods, each with alabeland itscoverage.columns: how many value columns the statement carries.lines: the statement’s rows in print order, each with itslabel, adepthreflecting the document’s own indentation, and per-columnvalues.
Typical document_category value: profit_and_loss.
Money and date values follow the export value conventions, documented under Getting Started.