Linear two-step chain for catastrophe bond trigger validation and payout computation. Step 1 validates cat bond trigger terms: attachment/exhaustion geometry, pro-rata or binary payout type, and layer position (BELOW_ATTACHMENT / WITHIN_LAYER / ABOVE_EXHAUSTION). Step 2 computes the parametric trigger payout from confirmed event parameters, producing a tamper-evident anchor receipt for neutral dispute adjudication (IAIS ICP 19 / ISDA CAT bond protocols). No gate: the chain always runs both steps for full economic proof.
validate_cat_bond_trigger_terms{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "validate_cat_bond_trigger_terms",
"arguments": {
"attachment_point": 100000000,
"exhaustion_point": 200000000,
"event_loss": 150000000,
"principal_amount": 50000000,
"trigger_type": "parametric",
"payout_type": "pro_rata"
}
},
"id": 1
}
compute_parametric_trigger_payout{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "compute_parametric_trigger_payout",
"arguments": {
"trigger_type": "threshold",
"index_value": 150,
"threshold": 100,
"coverage_amount": 50000000,
"parametric_limit": 50000000,
"event_id": "cat-bond-2026-001"
}
},
"id": 2
}