9fin ABF API

AbfDeal

object

An ABF deal, reflecting its most recent version.

Example:{"arrangers":["Example Securities"],"co_arrangers":[],"collateral_jurisdictions":["Germany"],"collateral_types":["Auto loans"],"currency":"EUR","deal_code":"ABCD1234","deal_name":"Example Auto ABS 2026-1","deal_size":500000000,"deal_type":"Auto ABS","entity_nf_id":"nf_ent_3f2504e04f8941d39a0c0305e82c3301","expected_maturity_date":"2031-07-14","lead_managers":["Example Securities"],"originators":["Example Auto Finance GmbH"],"pool_size":525000000,"pricing_date":"2026-07-14","sellers":["Example Auto Finance GmbH"],"servicers":["Example Servicing GmbH"],"sponsor":"Example Bank AG","updated_at":"2026-08-21T09:14:02.117Z"}

arrangersarray[string]

Arranger names. Empty list when none are recorded — never null.

co_arrangersarray[string]

Co-arranger names. Empty list when none are recorded — never null.

collateral_jurisdictionsarray[string]

Jurisdictions of the collateral. Empty list when none are recorded — never null.

collateral_typesarray[string]

Collateral types backing the deal. Empty list when none are recorded — never null.

currencystringrequired

ISO currency code of the deal.

deal_codestringrequired

Stable, human-readable deal identifier (e.g. ABCD1234). Unique and safe to use as your own key for the deal.

deal_namestringrequired

Deal name as published by 9fin.

deal_sizenumberrequired

Size of the deal. Amount in full currency units (not millions).

deal_typestringrequired

ABF deal type, e.g. Auto ABS, RMBS.

entity_nf_idAny Of
required

Permanent opaque organisation id for the deal’s issuer entity (nf_ent_<hex>). Null when the deal has no linked entity or the id has not been synced yet.

Variant 1string
expected_maturity_dateAny Of

Expected repayment date. Null when no date exists.

Variant 1string(date)
lead_managersarray[string]

Lead manager names. Empty list when none are recorded — never null.

originatorsarray[string]

Originator names. Empty list when none are recorded — never null.

pool_sizeAny Of

Size of the collateral pool. Amount in full currency units (not millions). Null when no pool size exists for the deal.

Variant 1number
pricing_datestring(date)required

Date the deal priced.

sellersarray[string]

Seller names. Empty list when none are recorded — never null.

servicersarray[string]

Servicer names. Empty list when none are recorded — never null.

sponsorAny Of

Deal sponsor name. Null when the deal has no sponsor.

Variant 1string
updated_atstring(date-time)required

When this deal was last edited, including anything nested in it such as its tranches.

Not a sync cursor — not even the maximum across every page. Take the watermark you pass to since from /v0/abf/feed-summary.

Example