Metrics
The EP curve gives us the full loss distribution. But decision-makers don’t stare at curves — they ask specific questions and need specific numbers:
- How much should we reserve for a typical year? Premium must at least cover expected losses, or the portfolio bleeds money.
- What is the worst loss we should plan for at a given confidence level? Capital requirements, risk appetite limits, and retrocession purchasing all need a threshold.
- When things go badly, how bad do they actually get? A threshold tells you where the tail starts — it says nothing about the severity once you’re in it.
Some of the most important metrics that answer these questions are EL, VaR, and TVaR. They are not the only risk metrics — standard deviation, attachment probability, and others play important roles — but they appear in nearly every reinsurance pricing, reserving, and capital decision.
Confidence, exceedance, and return periods
Section titled “Confidence, exceedance, and return periods”In practice, you will hear risk thresholds described as “the 1-in-200 year loss” or “the 0.5% exceedance VaR.” Formal definitions in the risk management literature use the complementary confidence level : the 1-in-200 loss is . All three framings describe the same point on the EP curve — they just approach it from different directions:
| Return period | Exceedance probability | Confidence level | Notation |
|---|---|---|---|
| 10 years | 10% | 90% | |
| 100 years | 1% | 99% | |
| 200 years | 0.5% | 99.5% |
The conversions are:
We use in all formal definitions — it is the universal convention in risk measure literature, and what you will encounter in textbooks and regulatory documents. But we always state the return period or exceedance probability alongside, because that is the language practitioners use.
Expected Loss (EL)
Section titled “Expected Loss (EL)”Intuition
Section titled “Intuition”The expected loss (EL) is the average scenario loss — the single most basic measure of risk. It is the loss that the model suggests you would experience on average across all simulated scenarios.
Formal definition
Section titled “Formal definition”where is the number of scenarios and is the total loss in scenario .
Business interpretation
Section titled “Business interpretation”EL is the burning cost (industry shorthand for the long-run average loss). It is the floor for any reasonable premium: a reinsurer must charge at least EL (plus expenses and profit margin) or it will lose money over time.
What this means in code
Section titled “What this means in code”EL is necessary but not sufficient
Section titled “EL is necessary but not sufficient”Two portfolios can have the same EL but very different risk profiles. A portfolio with 20 scenarios of $50M each has EL = $50M. A portfolio with 19 scenarios of $0 and one scenario of $1,000M also has EL = $50M. The second is far more dangerous — the entire risk is concentrated in a single catastrophic scenario, and if that scenario occurs, the loss is 20× the mean. The average tells you nothing about how concentrated the risk is — you need tail metrics to distinguish them.
Value at Risk (VaR)
Section titled “Value at Risk (VaR)”Intuition
Section titled “Intuition”EL cannot distinguish a steady portfolio from a catastrophic one. Value at Risk (VaR) addresses this by putting a number on the tail — the extreme right end of the loss distribution, where the rare but severe outcomes live. VaR at confidence is the loss at exceedance probability on the EP curve — the loss reached or exceeded in only of scenarios. At , that is the 1-in-10 loss.
Formal definition
Section titled “Formal definition”For equiprobable scenarios sorted in descending order, the -th largest loss has exceedance probability . VaR at confidence is the loss at exceedance probability :
where denotes the -th largest loss. The top scenarios — those at or above VaR — form the tail used for TVaR.
Business interpretation
Section titled “Business interpretation”VaR tells you: “This loss is reached or exceeded in only of scenarios.” Regulators use VaR to set minimum capital requirements — Solvency II requires capital to cover the 1-in-200 year loss ().
What this means in code
Section titled “What this means in code”Tail Value at Risk (TVaR)
Section titled “Tail Value at Risk (TVaR)”Intuition
Section titled “Intuition”VaR tells you where the tail starts. Tail Value at Risk (TVaR) tells you how bad it gets once you’re in it. At confidence level , TVaR is the average loss across the worst of scenarios — the expected severity of the tail.
TVaR is also known as Conditional Tail Expectation (CTE) and Expected Shortfall (ES) — three names for the same quantity.
Formal definition
Section titled “Formal definition”where is the number of tail scenarios and is the -th largest loss (rank in the descending EP curve). In words: take the worst scenarios and average their losses. The connection to is through : a higher confidence level means fewer but more extreme tail scenarios.
Business interpretation
Section titled “Business interpretation”TVaR is the expected loss conditional on being in the tail. It answers the CUO’s question: “If we have a bad year — one of the worst — how bad is it on average?”
What this means in code
Section titled “What this means in code”VaR vs. TVaR: why it matters
Section titled “VaR vs. TVaR: why it matters”Sub-additivity
Section titled “Sub-additivity”A coherent risk measure must satisfy:
This says that the risk of a combined portfolio should not exceed the sum of individual risks — diversification should help, not hurt. TVaR always satisfies this property. VaR does not.
Here is a concrete example. Consider two portfolios, each with 10 equiprobable scenarios:
| Scenario | |||
|---|---|---|---|
| 1 | 0 | 10 | 10 |
| 2 | 0 | 1 | 1 |
| 3 | 0 | 0 | 0 |
| 4 | 0 | 0 | 0 |
| 5 | 0 | 0 | 0 |
| 6 | 0 | 0 | 0 |
| 7 | 0 | 0 | 0 |
| 8 | 0 | 0 | 0 |
| 9 | 1 | 0 | 1 |
| 10 | 9 | 0 | 9 |
At , tail scenarios. Sort each portfolio descending — VaR is the -th largest:
Now the combined portfolio, sorted descending:
Combining the portfolios made VaR worse: . Diversification increased measured risk — a pathological result.
TVaR does not have this problem. With tail scenarios:
Comparison
Section titled “Comparison”| Property | VaR | TVaR |
|---|---|---|
| What it measures | Threshold of the tail | Mean severity of the tail |
| Tail sensitivity | None — ignores everything beyond the threshold | Captures average severity, but not the full shape of the tail (just as EL cannot capture the full distribution) |
| Sub-additivity | Not guaranteed — diversification can increase VaR | Always satisfied |
Additional metrics
Section titled “Additional metrics”EL, VaR, and TVaR are the core trio, but reinsurance analytics uses several other metrics for risk profiling, contract pricing, and portfolio construction.
Attachment probability
Section titled “Attachment probability”The probability that a loss exceeds the attachment point of a contract:
This tells a reinsurer how often a contract will be triggered. A layer with 30% attachment probability means the reinsurer expects to pay a claim roughly 3 years out of 10. Attachment probability is a key input to pricing — it determines the frequency component of the expected loss for a layer.
Exhaustion probability
Section titled “Exhaustion probability”The probability that a loss reaches or exceeds the attachment point plus the limit (the contract is fully exhausted):
The ratio of exhaustion probability to attachment probability reveals how “binary” a layer is. If a layer almost always exhausts when it attaches, the cedent is buying an all-or-nothing contract — the reinsurer pays the full limit or nothing. This shapes how much capital the reinsurer must hold against the layer.
Standard deviation
Section titled “Standard deviation”A measure of volatility around the mean:
We use the population formula (, not ) because the scenarios represent the entire simulated probability space, not a sample drawn from it.
Standard deviation captures how dispersed losses are around EL. It appears in simpler pricing models (e.g., the standard deviation loading principle adds a multiple of to EL to compute premium). It is less informative about tail behavior than TVaR — two distributions with the same can have very different tails.
Window TVaR
Section titled “Window TVaR”Standard TVaR captures the average severity of the entire tail beyond a single threshold. Window TVaR refines this by measuring the average loss within a bounded interval of the loss distribution — typically between two return periods or confidence levels.
Given two confidence levels , let and . The worst scenarios form the broader tail; the worst form the narrower, more extreme tail. Window TVaR is the mean of the scenarios between these two boundaries:
For example, Window TVaR(80%, 90%) averages the losses between the 1-in-5 and 1-in-10 return periods — the scenarios in the broader tail that are not in the extreme tail.
Window TVaR is especially useful for:
- Pricing excess-of-loss layers — a layer sits between an attachment and exhaustion point, which corresponds to a specific band of the return period spectrum. Window TVaR characterizes the expected loss contribution from that band.
- Differentiating frequency-driven from severity-driven risk — a low-layer window TVaR is influenced by attritional losses, while a high-layer window TVaR captures catastrophic severity.
- Capital allocation — attributing risk capital to specific portions of the portfolio loss distribution rather than treating the entire tail as one block.
Portfolio-level metrics
Section titled “Portfolio-level metrics”When contracts combine into a portfolio, new questions arise: How much does a single contract contribute to overall tail risk? How should capital be allocated across contracts? Metrics like Marginal TVaR and contribution-to-TVaR answer these questions. The portfolio aggregation section develops these in detail.
Metrics explorer
Section titled “Metrics explorer”We now have the tools to measure risk. The next section shows how contracts transform these distributions — turning a subject loss distribution into a ceded loss distribution.