The Debt Schedule object
An extracted business debt schedule.
The retrieve endpoint returns this object on its own. The list endpoint
returns one per document, wrapped as
{ "borrower_id": …, "schedules": [ { "extracted_document_id", "document_category", "report_data" } ] }.
Attributes
form_variant: which form the document follows, withform_revisionwhen the form prints one.applicantandas_of_date: who the schedule is for and its stated date.debt_schedule: one row per creditor:creditor_name,original_amountandoriginal_date,current_balance,current_or_delinquent,maturity_date,payment_amount, andhow_secured.computed_totals: column sums SpreadSpace computes across the rows (original amount, current balance, payment amount).signature_presentandsigner_title: whether the schedule is signed, and by whom.status: the state of this extraction.signals: notes SpreadSpace recorded about this document.
Typical document_category values: debt_schedule, sba_2202.
Money and date values follow the export value conventions, documented under Getting Started.