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, with form_revision when the form prints one.
  • applicant and as_of_date: who the schedule is for and its stated date.
  • debt_schedule: one row per creditor: creditor_name, original_amount and original_date, current_balance, current_or_delinquent, maturity_date, payment_amount, and how_secured.
  • computed_totals: column sums SpreadSpace computes across the rows (original amount, current balance, payment amount).
  • signature_present and signer_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.