Skip to content

Financial Modelling · Section 6

Financial perspectives

Subject, gross, retained, and net — the same trial losses seen from each side of a contract, and which metrics decompose exactly across them.

We have defined the financial terms and composed contracts from them, and every one of those contracts does the same thing: it turns a stream of subject losses into a gross loss. But that gross loss is only half of what a contract produces — the same transformation also fixes what the cedent is left holding. Foundations named these loss perspectives in business terms; here we attach the canonical notation and ask which of them we can actually compute with a single contract in hand.

PerspectiveNotationDefinition
SubjectLjsubjectL_j^{\text{subject}}The contract’s input — the cedent’s covered, in-period loss in trial jj
GrossLjgross=C(Ljsubject)L_j^{\text{gross}} = C(L_j^{\text{subject}})What the reinsurer assumes after the contract terms CC
Cedent retainedLjret=LjsubjectLjgrossL_j^{\text{ret}} = L_j^{\text{subject}} - L_j^{\text{gross}}The part of the subject loss the contract did not absorb — what the cedent keeps

The first two we have computed all chapter long: CC is the composition of filter, coverage period, occurrence excess, aggregate excess, and scaling that the dissection built up. The third is new but free — it is the other two rearranged:

Ljsubject=Ljgross+LjretL_j^{\text{subject}} = L_j^{\text{gross}} + L_j^{\text{ret}}

Every trial’s subject loss splits, dollar for dollar, into the part the reinsurer took and the part the cedent kept. This is the clearest single read on what a contract actually does: how much risk moved.

Because the three perspectives partition the same dollars, a metric on one constrains the others — but how it constrains them depends on the metric.

Expected loss splits exactly. EL is an average, and averaging is linear, so the subject’s expected loss is precisely the sum of the ceded and retained expected losses:

EL(Lsubject)=EL(Lgross)+EL(Lret)\text{EL}(L^{\text{subject}}) = \text{EL}(L^{\text{gross}}) + \text{EL}(L^{\text{ret}})

For Contract 1 over SunCoast’s 20 trials, that is 43.9M=17.4M+26.5M43.9\text{M} = 17.4\text{M} + 26.5\text{M}: the layer absorbs about 40% of SunCoast’s expected Florida-hurricane loss, and SunCoast keeps the rest.

Tail risk does not.

The correct decomposition fixes one tail — the subject’s worst kk trials — and adds the gross and retained losses within it. Conditioning on a single fixed set makes expectation linear again, so the split is exact. This is a Co-TVaR (Euler) allocation — the same co-measure used to attribute portfolio capital to contracts:

TVaRα(Lsubject)=Co-TVaRαsubj(Lgross)+Co-TVaRαsubj(Lret)\text{TVaR}_\alpha(L^{\text{subject}}) = \text{Co-TVaR}_\alpha^{\text{subj}}(L^{\text{gross}}) + \text{Co-TVaR}_\alpha^{\text{subj}}(L^{\text{ret}})

where Co-TVaRαsubj()\text{Co-TVaR}_\alpha^{\text{subj}}(\cdot) averages its argument over the trials in the subject’s tail. The cedent’s retained tail risk, conditional on its own worst years, is therefore TVaRα(Lsubject)Co-TVaRαsubj(Lgross)\text{TVaR}_\alpha(L^{\text{subject}}) - \text{Co-TVaR}_\alpha^{\text{subj}}(L^{\text{gross}}) — exact, with nothing left over.

A different but equally valid question is “how bad can the retained loss get on its own?” That is simply TVaRα(Lret)\text{TVaR}_\alpha(L^{\text{ret}}) — the metrics from the toolkit applied to the retained distribution, whose tail is its own worst years. For Contract 1 at 90%90\% that is 124.7M124.7\text{M}, larger than the 112.3M112.3\text{M} retained slice of the subject tail, because retained peaks in different trials than subject does. Decide which question you are asking before you pick the number.

The generator below reproduces every figure on this page — the per-trial split, the exact EL decomposition, and the Co-TVaR identity at both 90%90\% and 80%80\%:

helios_re/perspectives.py Python

We have dissected one CatXoL, formalized the building blocks, recomposed the canonical contract types, and seen how a single contract partitions risk. The final step is to combine many contracts: portfolio aggregation shows where diversification emerges and how marginal impact becomes the key decision metric.