Reinsurance (Reas) Broker System — Host-to-Host Integration

Intermediary • Placing, endorsements, technical accounting, SoA & settlements with cedents and reinsurers (no SLA section)

Purpose of Host-to-Host

Core Data Objects

Example API Endpoints

POST /placements
Create treaty/fac placement; attach slip, layers, targets
POST /quotes
Collect/submit quotes from/to markets
POST /bindings
Publish signed lines and binding details
POST /endorsements
Issue endorsements; update premium deltas
POST /bordereaux/premium
Submit premium bordereau
POST /bordereaux/loss
Submit loss bordereau incl. reserves
POST /technical-accounts
Exchange TA for the accounting period
POST /statements/soa
Issue/reconcile Statement of Account
POST /cash-calls
Create/receive cash call advice
POST /claims/recoveries
Request or post recovery collections
POST /files/ebot-ecot
Upload/download ACORD GRLC (EBOT/ECOT)
POST /callbacks/status
Asynchronous updates to cedents/markets

Sample Statement of Account

POST /statements/soa
{
  "program":"PROP-CAT-2025",
  "period":"2025-07",
  "currency":"USD",
  "balances":{
    "opening": 1250000,
    "premium": 430000,
    "brokerage": -64500,
    "tax": -4300,
    "claimsPaid": -220000,
    "recoveries": 90000,
    "closing": 1432200
  },
  "bankRef":"CITI-TRX-882110",
  "notes":"Includes FAC endorsement E07"
}

Reference Flows

Placement Lifecycle
  • Broker builds placement → sends to markets
  • Collect quotes → negotiate terms
  • Bind order; publish signed lines & documents
Operational Reporting
  • Receive/pass premium & loss bordereaux
  • Exchange technical accounts
  • Produce SoA; reconcile exceptions
Claims & Recoveries
  • Notify reinsurers; sync reserves/settlements
  • Issue/track cash calls; collect recoveries
  • Feed finance & DW for aging/FX revaluation
Standards & Interop
  • Support ACORD GRLC EBOT/ECOT messages
  • Secure file exchange for large exhibits
  • Map to cedent/reinsurer codes & COA

Security & Controls

Monitoring & Audit

What You Get