Reporting
Settlement report object
The settlement report object is a pointer to a settlement report generated by Column. Settlement reports contain data about historical bank account balances, and historical bank account transactions (book transfers, ACH, and wires). Read more about reports here.
Object Parameters
bai2_document_id
stringThe ID of the BAI2 document
columns
array of stringsList of columns in the settlement report. Refer to Reporting Guidance for more details.
completed_at
date-timeThe timestamp the settlement report was generated successfully
created_at
date-timeThe timestamp the settlement report was scheduled
csv_document_id
stringDocument ID to download the CSV format of the settlement report
from_date
stringStarting date (inclusive, from the beginning of from_date in time_zone) of transactions included in the settlement report
id
stringUnique identifier for the object
initiated_at
date-timeThe timestamp the settlement report was initiated to be processed
json_document_id
stringDocument ID to download the JSON format of the settlement report
parquet_document_id
stringDocument ID to download the Parquet format of the settlement report
pdf_document_id
stringThe ID of the PDF document
row_count
integerTotal number of records in the settlement report
statement_subject
stringThe subject of the statement
statement_subject_description
stringDescription of the statement subject
status
stringThe current status of the report. Either scheduled or completed. Reports remain scheduled until generation succeeds, at which point they transition to completed.
time_zone
stringTime zone of the settlement report to decide day boundaries. It is a value defined in the IANA TZ database (e.g., America/Los_Angeles, UTC, etc.).
to_date
stringEnding date (inclusive, up to the end of to_date in time_zone) of transactions included in the settlement report
type
stringSettlement report type. Can be bank_account_summary, bank_account_transaction, bank_account_daily_statement, loan_daily_summary.
updated_at
date-timeThe timestamp the settlement report was last updated