-
Notifications
You must be signed in to change notification settings - Fork 10
Deep Math
SANKET SARKAR edited this page Dec 22, 2025
·
1 revision
This page collects deeper mathematical background for CRML-style risk simulation.
CRML is designed so the language stays stable while engines can evolve their algorithms.
A common annual-loss simulation structure is:
- Sample event count
$N$ from a frequency model. - Sample severities
$X_1, \dots, X_N$ from a severity model. - Aggregate annual loss
$L = \sum_{i=1}^{N} X_i$ .
Engines may add layers such as control multipliers, dependence structures, or hierarchical modeling.
Risk reporting often focuses on:
- Expected annual loss (EAL):
$\mathbb{E}[L]$ - Value at Risk:
$\text{VaR}_{p}(L)$ , e.g.$p=0.95, 0.99$
Percentiles are sensitive to tail behavior and require sufficient simulation runs for stability.
Dependence structures (e.g., copulas) can materially change tail risk.
See: Runtime (Copula)
For what the reference engine supports today (models, controls, portfolios), see: