OpenChainGraph Suite · OCG v0.8.0 · Insurance STP

Cat Bond Trigger Validation

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.

OpenChainGraph · 2 Steps compliance mandate · Linear Hash-Anchored §4 chain_depth:2 IAIS ICP 19 · Zero PII
Not legal, actuarial, or insurance advice. Catastrophe bond trigger determinations require review by a licensed actuary, an independent calculation agent, and review under the controlling indenture. This chain produces a neutral, tamper-evident audit artifact; it does not constitute a final payout determination.
Chain Stages · 2 Steps · Linear (no gate)
1 ROOT node
Cat Bond Trigger Term Validator art-252-validate-cat-bond-trigger-terms
Validates cat bond attachment/exhaustion geometry, pro-rata or binary payout type, and layer position. Computes preliminary payout fraction from event_loss. Hands off confirmed trigger parameters to parametric payout computation.
MCP Call · 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
}
2 TERMINAL node
Parametric Trigger Payout Calculator art-251-compute-parametric-trigger-payout
Computes parametric trigger payout for the confirmed cat bond trigger event. Produces tamper-evident trigger receipt anchored at anchor.ainumbers.co/mcp. Terminates the cat bond validation chain.
MCP Call · 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
}
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Export Chain Artifact
Download a §4-compliant chain artifact with execution hash and step definitions. Hash is deterministic over canonical {policy_parameters, output_payload} per RFC 8785/JCS.