financing
The financing noun — identity, lifecycle, events, and every capability as an anchored section: 2 capabilities, 2 live, 0 sandbox, 0 declared.
financing is one of the estate's 317 automotive nouns — a job a car needs done. It carries 2 capabilities: 2 live, 0 sandbox, 0 declared · doors financing.vin.
Identity
| Noun | financing |
| Pillar | Data (facets: 2 data) |
| Capabilities | 2 — 2 live · 0 sandbox · 0 declared |
| Entities | Loan |
| Doors | financing.vin |
| SDK | Vin.financing.* from apis.vin |
| Address | /catalog/financing#{action} — the anchor IS the wire name minus financing. |
Quote & price
rates
financing.rates · GET /financings/rates · gate none · live · answers InterestRates@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | yes | — |
zip | string | no | — |
score | integer | no | — |
term | integer | no | — |
Door — financing.vin serves this noun on its two routes: / (the landing) · /3C6UR5HL0RG127611 (the VIN lens).
Try it — live: answers on the wire today. A sandbox key still selects the deterministic simulated mode — drive the full outcome range with the magic triggers.
import { financing } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await financing.rates({"vin":"3C6UR5HL0RG127611"})curl 'https://apis.vin/financings/rates?vin=3C6UR5HL0RG127611'paymentCalc
financing.paymentCalc · GET /financings/payment-calc · gate none · live · answers PaymentEstimate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | yes | — |
zip | string | no | — |
price | string | no | — |
down | string | no | — |
term | integer | no | — |
apr | string | no | — |
score | integer | no | — |
Door — financing.vin serves this noun on its two routes: / (the landing) · /3C6UR5HL0RG127611 (the VIN lens).
Try it — live: answers on the wire today. A sandbox key still selects the deterministic simulated mode — drive the full outcome range with the magic triggers.
import { financing } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await financing.paymentCalc({"vin":"3C6UR5HL0RG127611"})curl 'https://apis.vin/financings/payment-calc?vin=3C6UR5HL0RG127611'Data model
The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.
Loan
Modeled
The noun drawn out — its record shape, its lifecycle, and how it is exercised end to end. One diagram, rendered from the estate model.
Financing · Class model
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.