Skip to main content
The Artifact

ACORD inspector + parametric simulator.

Pick a policy form. Set a trigger. Watch the payout cascade fire on a simulated oracle event.

AL3
Dimension
ACORD AL3 form
0.42 J
per call

Homeowner application as typed object

The ACORD AL3 v2.7.0 schema reproduced as a 184-field typed object. Each field maps to its NAIC Uniform Application line item and its XML AL3 element name. The form is the wire — submission, endorsement, and renewal use the same record.

Sample receipt
JWP ReceiptPayload
kind "insurance.application.received"
schema ACORD XML AL3 v2.7.0
fields 184
joules 0.42
cite "ACORD AL3 v2.7.0 · NAIC Uniform Application"
sig "ed25519:0x4f...c1a"
Anatomy — operational specs
form_id
AL3
naic_model
#680
encoding
ACORD XML / JSON projection
Pt
Dimension
Parametric trigger
0.04 J / read
per call

Predicate over a public oracle feed

A Cedar predicate evaluated against NOAA CO-OPS station 9410230. Three consecutive 6-minute readings above 12.4 ft MLLW arms the payout. Re-deriving the trigger event from the public NOAA archive yields the same answer — no adjuster discretion is involved.

Sample receipt
JWP ReceiptPayload
kind "insurance.parametric.bound"
station 9410230
predicate level_ft_mllw > 12.4 for n=3
joules 0.04
cite "NOAA CO-OPS API v1 · Cedar 4.2"
sig "ed25519:0x4f...c1a"
Anatomy — operational specs
feed
NOAA CO-OPS verified water level
cadence_min
6
engine
Cedar 4.2
Cl
Dimension
Claim oracle
1.14 J / payout
per call

The receipt IS the claim

When the predicate fires, the oracle emits a signed trigger receipt. The claims engine consumes that single receipt and authorizes a $50,000 ACH payout within 72 hours per the parametric rider. No FNOL form, no adjuster assignment, no recorded statement.

Sample receipt
JWP ReceiptPayload
kind "insurance.parametric.payout"
sla_hours 72
payout_usd 50,000
joules 1.14
cite "NACHA ACH · ACORD ClaimsManager"
sig "ed25519:0x4f...c1a"
Anatomy — operational specs
rail
NACHA ACH same-day
fnol_steps
0
Re
Dimension
Reinsurance
1.24 J
per call

Quota-share cession via ACORD ReIM

ACORD Reinsurance and Large Commercial message family (ReIM v2.34) carries the cession to treaty TR-2026-PFLOOD-CA. Treaty slip is signed under FROST 3-of-5 by the lead and following markets. Bordereau reporting is a projection over the receipt stream — not a monthly spreadsheet.

Sample receipt
JWP ReceiptPayload
kind "insurance.reinsurance.ceded"
treaty TR-2026-PFLOOD-CA
cession_pct 80
joules 1.24
cite "ACORD ReIM v2.34 · Lloyd's PPL"
sig "ed25519:0x4f...c1a"
Anatomy — operational specs
message_family
ACORD ReIM v2.34
signing
FROST 3-of-5
Rt
Dimension
Premium rating
1.83 J
per call

ISO HO-3 manual as a pure function

Each rating factor — territory 412, FBC 1802.1.3.2 wind credit, protection class PC-3, deductible factor — is a row in the receipt with manual page and effective date pinned. Anyone re-running the rating with the same inputs gets the same $2,140.27 to the cent.

Sample receipt
JWP ReceiptPayload
kind "insurance.premium.rated"
premium_usd 2,140.27
factors_applied 9
joules 1.83
cite "ISO HO-3 Loss Cost Manual 2024 · CA DOI rev 2025-11"
sig "ed25519:0x4f...c1a"
Anatomy — operational specs
manual
ISO HO-3 2024
jurisdiction_filing
CA DOI 2025-11
reproducible
true

InsuranceOS, in one line

risk, made inspectable.

Click anything. The same primitives that compose the rest of the Transaction Science family — receipts, joules, signed transport — show up here too. The family is one system.