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
| Section | Purpose |
|---|---|
borrower_profile | Business identity and legal structure |
revenue_health | Revenue trends, channels, concentration, refunds |
cash_flow_signals | Operating liquidity and balance-sheet-adjacent signals |
request | Requested amount, product type, use of funds |
recommended_structure | Suggested terms for deployment |
risk_classification | AMLOK tier, confidence, and flags |
apr_compliance | Cap 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
}
}