quote_credit_terms
Submit a draft credit-quote on behalf of an authorised lender. Captures target cohort tier (AAA..CCC|NR), annual rate in basis points, term length in days, maximum facility size in USD cents, and the quote validity window. Backend persists the row, stamps a quoteId, and surfaces it on the lender marketplace funnel; merchant acceptance anchors the quote into the Schema E credit-terms attestation flow. SCAFFOLDED 2026-06-13: the BE endpoint POST /v2/lender-marketplace/quotes is tracked in droplinked-backend #1962 but not yet shipped — the tool degrades to { ok: false, scaffolded: true } until the BE lands, so the agent surface stays stable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lenderId | Yes | ||
| termDays | Yes | ||
| cohortTier | Yes | ||
| agentBearer | No | ||
| annualRateBps | Yes | ||
| validUntilIso | Yes | ||
| maxAmountUsdCents | Yes |