Audit-grade stress-testing SDK for any financial institution — with reinsurance treaty pricing as the lighthouse vertical.
This repo is a monorepo (uv workspace). The build plan is in PLAN.md; agent operating instructions are in CLAUDE.md.
packages/
mimic-framework/ BSL — scenario, schema, workflow, agents, routing, determinism, sim, signal, bench, policy
mimic-forecast/ BSL — frontier time-series adapters
mimic-world/ BSL — contagion math (Eisenberg-Noe, DebtRank)
mimic-memory/ BSL — incubating deterministic memory substrate
mimic-sim/ legacy (being absorbed)
mimic-signal/ legacy (being absorbed)
mimic-bench/ legacy (being absorbed)
hub/ AGPL — Mimic Hub scenario registry
scenarios/ MIT — first-party reference scenarios (7 stubs)
eval/ MIT — calibration harness
infra/ MIT — Terraform + Modal
docs/ MIT — site
decision-record/ ADRs
tests/determinism/ golden hash vectors
- Auditability — every run produces a
world_state_hashand signed event log. - Composability — every capability callable from a Temporal workflow.
- Schema-canonical — bind to FIBO / ACORD / ISO 20022 / FpML, do not invent types.
uv sync
mimic scenario run scenarios/svb-replay-2023packages/mimic-framework,packages/mimic-forecast,packages/mimic-worldcore: BSL 1.1, converts to Apache-2.0 on 2029-05-21.hub/: AGPL-3.0.scenarios/,docs/, examples: MIT.- Hub-client SDK (separate package): Apache-2.0.
See each package's LICENSE for full terms.