
Area risk your actuary can audit, monitored continuously.
Built for underwriting
Configurable scoring the actuary owns, monitoring that respects sample size, peer-relative screening, and delivery you can verify.
Save the weighting once as a preset. Every quote scores against it, per dimension, with a confidence on each.
Moves are gated on transaction count. Thin evidence stays quiet instead of firing a false alarm.
Rank areas by how far they sit from similar areas, not in absolute terms, so a real outlier stands out.
Material moves fire an HMAC-signed webhook to your endpoint. Verify it before you process it.

Why it survives audit
Your model risk and actuarial teams ask how every number was made. The answer is in the response.
Pin the engine version per org. Two quarterly back-tests return the same numbers.
Every score returns its dimensions, the weight applied and a confidence. Never a black box.
Moves are gated on transaction count. Static signals never fire, so two sales never trip an alert.
Frequently asked
Yes. Save the weighting recipe once as a scoring preset and reference it by id on every quote. The actuary updates the preset from the dashboard and new quotes pick it up immediately. It is versioned, so model risk can track what changed and when.
Stripe-style HMAC-SHA256 over the raw body, with the event type and a timestamped signature in the headers. The signing secret is shown once on subscription and never recoverable, so you store it and verify on receipt before processing. Endpoints must be public HTTPS.
You pin the engine version per org, so two quarterly back-tests match. When a new version ships, back-test it on a staging org, validate against your loss-ratio model, then flip the production pin with a single owner-only change.
Just the postcode or area code and an optional label you supply to map back to your own policy id. No PII, no policy data, no premium amounts. The label is opaque to us.
Score with weights the actuary owns, watch the book drift, and get a signed webhook the day a tracked area moves.