The Bank Statement Account object
A derived view, not a document: the borrower’s bank accounts collected across every extracted bank statement, so one account’s statements can be read as a series. List-only, so there is no per-document retrieve.
The list endpoint returns
{ "borrower_id": …, "statements": [ … ], "document_account_labels": [ … ] }.
Attributes
statements: one entry per statement document in period order, carryingextracted_document_idplus the statement’s account identity and period only, never its transactions or balances.document_account_labels: one entry per account per document, withaccount_last4, the displaylabel, and thesource_doc_idit came from.
Money and date values follow the export value conventions, documented under Getting Started.