Distribution semantics
The scenario worldview gives us a table of losses. The exceedance probability (EP) curve transforms that table into the most important visualization in reinsurance: a chart showing the probability that losses exceed any given threshold.
What an EP curve represents
Section titled “What an EP curve represents”An EP curve answers the question: “What is the probability that total scenario losses exceed ?”
Why this question rather than “What is the probability of exactly ?” — because in a continuous loss distribution, the probability of any exact value is effectively zero. The useful question is always about exceedance: how likely is it that losses are at least this bad? This framing directly maps to business decisions: “What is the chance we lose more than our risk appetite?” or “How much capital do we need to survive a 1-in-100 scenario?”
When each scenario represents one simulated year — as is typical, and as the Helios Re dataset assumes — the EP curve answers the more specific question: “What is the probability that annual losses exceed ?”
Formally:
where is the scenario loss random variable. For a scenario-based simulation with equiprobable scenarios:
In plain English: count how many scenarios have total loss at or above , divide by the total number of scenarios .
Building an EP curve
Section titled “Building an EP curve”The algorithm is straightforward:
- Compute total loss per scenario — the sum of all SELT rows where
scenario_id= - Sort the scenario losses in descending order
- Assign rank to each (1 = largest loss)
- The exceedance probability of the -th ranked loss is
Reading the EP curve
Section titled “Reading the EP curve”Helios Re annual aggregate EP curve (20 scenarios). Each point is one scenario's total loss. Hover for details. The dashed line shows the mean loss across all scenarios.
From the chart and table above, you can read off key facts about the subject losses entering Helios Re’s portfolio — the cedents’ losses, before any contract terms are applied:
- There is a 5% chance (1 in 20 years) of a $112.0M+ loss — that is the single worst scenario
- There is a 10% chance (1 in 10 years) of losses reaching or exceeding $97.0M
- There is a 50% chance of exceeding $37.0M — half the scenarios produce losses above this level
- The average loss across all scenarios is $44.6M
OEP vs. AEP
Section titled “OEP vs. AEP”There are two standard EP curves, distinguished by how they summarize occurrences within a scenario. To define them, we need occurrence-level losses. Write for the total loss from the occurrence at timestamp of event in scenario , summed across all geographies and lines of business.
OEP (Occurrence EP)
Section titled “OEP (Occurrence EP)”The OEP curve uses the largest single occurrence per scenario. It answers: “What is the probability that the peak single-occurrence loss in a scenario exceeds ?”
AEP (Aggregate EP)
Section titled “AEP (Aggregate EP)”The AEP curve uses the total loss across all occurrences. It answers: “What is the probability that total scenario losses exceed ?”
The AEP is always greater than or equal to the OEP at every return period, because the total loss is always at least as large as the largest occurrence. The difference between them reflects multi-occurrence risk — the accumulation of losses from multiple occurrences in the same scenario.
EP curve explorer
Section titled “EP curve explorer”Helios Re subject loss EP curves (20 scenarios). Move your cursor over the chart for details. The dashed blue AEP curve is always at or above the solid red OEP curve — the gap reflects multi-occurrence risk.
The EP curve gives us the full loss distribution. The next section extracts specific numbers from that distribution — the risk metrics that drive every business decision in reinsurance.