Insurance • Outward/Inward treaty & facultative; broker and reinsurer connectivity (no SLA section)
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"]
}