Facility lifecycle
The end-to-end facility phases, states, and the webhook + reference for each.
End to end, a facility moves through these phases, and each maps to a guide and an endpoint.
- Onboard the borrower: submit the signature on the master loan agreement; eligibility is evaluated asynchronously →
borrower.eligible. Guide - Keep the portfolio in sync: push every change and expose a URL CLC can read; collateral value sets the margin call price. Guide
- Request a facility (
POST /v1/facilities) → underwriting →facility.decisioned. On approval CLC registers the lien and sets the floor. Guide - Draw (revolving, T+0) →
draw.completed. Guide - Repay (interest → fees → principal) →
repayment.applied. Guide - Monitor (collateral & health); on a floor breach → margin-warning ladder →
.raised/.cured/.escalated. Guide - Margin call (CLC-instructed, whole portfolio) →
.started/.completed. Guide - Close (with a zero balance) → lien released →
facility.closed. Guide
States
APPLIED → APPROVED ⇄ MARGIN_WARNING → (MARGIN_CALL) → CLOSING → CLOSED, or DECLINED / DEFAULTED.
Updated about 2 months ago
Did this page help you?