Product Guide

Deal Card Schema Reference

Reference structure for the Deal Card object and its major fields.

Last updated Mar 8, 2026

Deal Card Schema Reference

Core Sections

SectionPurpose
borrower_profileBusiness identity and legal structure
revenue_healthRevenue trends, channels, concentration, refunds
cash_flow_signalsOperating liquidity and balance-sheet-adjacent signals
requestRequested amount, product type, use of funds
recommended_structureSuggested terms for deployment
risk_classificationAMLOK tier, confidence, and flags
apr_complianceCap validation and compliance status

Example

{
  "id": "dc_01HXK5V2N8PQRS3T4UV5WX6Y",
  "status": "active",
  "borrower_profile": {
    "legal_name": "Maple Leaf Commerce Inc.",
    "province": "ON"
  },
  "recommended_structure": {
    "advance_amount": 42500,
    "factor_rate": 1.25,
    "remittance_rate": 0.12
  }
}