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, carrying extracted_document_id plus the statement’s account identity and period only, never its transactions or balances.
  • document_account_labels: one entry per account per document, with account_last4, the display label, and the source_doc_id it came from.

Money and date values follow the export value conventions, documented under Getting Started.