CAT Event Lifecycle
Event Types
| Type | Description |
|---|---|
hurricane | Tropical cyclone (named storms) |
tornado | Tornado or tornado outbreak |
flood | River, flash, or coastal flooding |
wildfire | Wildland or urban-interface fire |
earthquake | Seismic event |
hail | Hailstorm (common in commercial trucking) |
winter_storm | Blizzard, ice storm, or extreme cold |
other | Any event not covered above |
Severity Levels
| Severity | Description |
|---|---|
minor | Limited geographic impact, few expected claims |
moderate | Regional impact, moderate claim volume expected |
major | Multi-state impact, significant loss potential |
catastrophic | Widespread destruction, potential treaty-level reinsurance event |
API Endpoints
Declare a CAT Event
underwriter, org_admin, superadmin.
List CAT Events
claimCount— number of claims tagged to the eventtotalIncurred— sum of reserve amounts across all tagged claims
| Parameter | Type | Description |
|---|---|---|
active | boolean | Filter by active/inactive status |
severity | string | Filter by severity level |
page | number | Page number (default 1) |
limit | number | Results per page (default 25, max 100) |
adjuster, underwriter, org_admin, superadmin, auditor.
Get CAT Event Details
totalIncurred is computed as the sum of reserveAmount across all tagged claims. This updates automatically as adjusters set and revise reserves.
Update a CAT Event
- Escalate severity as the scope of damage becomes clear
- Expand affected states as the event path is confirmed
- Set end date when the weather event concludes
- Deactivate when no further claims are expected
- Update estimated exposure as reserves develop
Claim Tagging
Claims are associated with CAT events through a tagging system. A claim can be tagged to multiple events (e.g., a property damaged by both flooding and wind in the same hurricane). Tagging creates an audit trail entry on the claim.Tag a Claim to a CAT Event
409 Conflict.
A cat_tagged claim event is recorded in the audit trail with the CAT event name for traceability.
Available to: adjuster, underwriter, org_admin.
Remove a CAT Tag
cat_untagged claim event is recorded in the audit trail.
Exposure Tracking
CAT event exposure is tracked at two levels: Estimated exposure is set when the event is declared and updated manually as the situation develops. This represents the carrier’s total in-force exposure in the affected geography — the theoretical maximum loss. Incurred exposure is calculated automatically from the reserves on tagged claims. As adjusters set and revise reserves, thetotalIncurred figure on the CAT event updates in real time (computed at query time, not stored).
This two-level approach gives management both a top-down estimate and a bottom-up actual to compare against.
Reinsurance Integration
CAT events withcatastrophic severity are candidates for treaty reinsurance recovery. The estimatedExposure and totalIncurred fields feed into the bordereaux reporting pipeline (see the Reinsurance documentation) for treaty-level loss notifications to reinsurers.
Access Control
| Operation | Required Roles |
|---|---|
| List events | adjuster, underwriter, org_admin, superadmin, auditor |
| Get event | adjuster, underwriter, org_admin, superadmin |
| Create event | underwriter, org_admin, superadmin |
| Update event | underwriter, org_admin, superadmin |
| Tag claim | adjuster, underwriter, org_admin |
| Remove tag | adjuster, underwriter, org_admin |