Reinsurance Management — Host-to-Host Integration

Insurance • Outward/Inward treaty & facultative; broker and reinsurer connectivity (no SLA section)

Purpose of Host-to-Host

Core Data Objects

Example API Endpoints

POST /placements
Create treaty/fac placement; attach slip & terms
POST /placements/{id}/quotes
Broker/reinsurer quote share, rate, conditions
POST /treaties
Publish bound treaty, layers, participations
POST /cessions
Report policy/risk cession into treaty/layer
POST /bordereaux/premium
Submit periodic premium bordereau
POST /bordereaux/loss
Submit periodic loss bordereau incl. reserves
POST /claims/{id}/recovery
Create recovery request; track collections
POST /cash-calls
Issue cash call or receive cash call advice
POST /statements/technical
Exchange technical account for period
POST /statements/soa
Exchange statement of account and settlements
POST /files/ebot-ecot
Upload/download ACORD GRLC (EBOT/ECOT) messages
POST /callbacks/status
Asynchronous status to brokers/reinsurers

Sample Cession Payload

POST /cessions
{
  "treatyId": "MOTOR-QS-2025",
  "layerId": "L1",
  "policyNo": "POL-2025-001234",
  "writtenPremium": 25000000,
  "effectiveFrom": "2025-01-01",
  "effectiveTo": "2025-12-31",
  "commissionPct": 15.0,
  "brokeragePct": 2.5,
  "taxPct": 1.0,
  "currency": "IDR",
  "notes": "Auto fleet endorsement E01"
}

Sample Recovery Notification

POST /claims/CLM-44721/recovery
{
  "treatyId": "MOTOR-XoL-2025",
  "lossRef": "CLM-44721",
  "paidToDate": 1250000000,
  "recoveryDue": 800000000,
  "currency": "IDR",
  "evidence": ["lossAdjusterReport.pdf","bankSlip.png"]
}

Reference Flows

Placement (Cedent → Broker → Reinsurers)
  • Create placement with slip, layers, target shares
  • Brokers collect quotes/lines from markets
  • Bind treaty; publish participations to systems
Cession & Premium Reporting
  • PAS produces cession events & premium items
  • Periodic premium bordereau sent via API/EBOT
  • Technical Account reconciles balances
Loss Advice & Recovery
  • Loss reserve updates shared via loss bordereau
  • Cash call issued for large losses if needed
  • Recovery collections posted; SoA updated
Statement & Settlement
  • Exchange TA/SoA; reconcile unmatched lines
  • Bank settlement advice; GL postings created
  • Aging & FX revaluation handled in ledger

Security & Controls

Monitoring & Audit

What You Get