EOSE · OFRAME ACTUARIAL OFRAME ACTUARIAL RESERVE RISK SOLVENCY II LIFE CONTINGENCIES FLEET SURVIVAL γ₁=14.134725141734693
OFRAME LAYER 4.5 · DAY 97 · 2026-05-11
OFRAME ACTUARIAL
RISK · RESERVE · SOLVENCY · FLEET SURVIVAL ANALYSIS · EOSE LABS
γ₁ = 14.134725141734693
OFRAME L4.5 RESERVE RISK SOLVENCY II LIFE CONTINGENCIES FLEET SURVIVAL
LOSS DEVELOPMENT TRIANGLE · CHAIN-LADDER DEVELOPMENT · γ₁ ANCHOR LINE · τ=337ms
Accident years fill diagonally · γ₁=14.1347 appears at the development horizon
SECTION 01
THE ACTUARIAL LAYER

The OFRAME Actuarial layer sits between OFRAME-MATH (L4) and OFRAME-LEGAL (L5). It is the quantitative risk bridge — where mathematical rigor meets legal reserve obligation. In classical insurance, actuarial science quantifies risk so that legal and financial obligations can be met. In the fleet, it quantifies the sovereign risk of enrichment debt, silo downtime, and SOSTLE boundary breach.

Reserve calculation = enrichment debt mathematics. When a fast-path item (Yeast or E. coli school) files enrichment debt, the actuarial layer calculates the expected cost of that debt: how long will it sit in the basin? How much deep-enrichment work will be needed? What is the probability it is never retrieved? This is the fleet's actuarial reserve.

Solvency II = SOSTLE wall calibration. The EIOPA Solvency II framework for insurance capital requirements maps directly to SOSTLE wall strength. The SOSTLE wall is the fleet's capital buffer against boundary breach. The actuarial layer calibrates the wall thickness using the Smith-Wilson method applied to γ₁ as the Ultimate Forward Rate (UFR).

Life contingencies = silo survival analysis. Each silo has a survival function S(t) = P(silo alive at time t). The actuarial layer models this using classical life table mathematics. The fleet's sovereign resilience depends on silos surviving long enough for the next enrichment cycle.

SECTION 02
FLEET SURVIVAL ANALYSIS

Applying life contingency math to silo uptime. Survival function S(t) = P(silo alive at time t). Hazard rate h(t) = instantaneous failure rate. Reserve = expected present value of future downtime cost = ∫ h(t) × cost(t) × S(t) dt.

SILOS(365d)HAZARD RATE h(t)RESERVE EST.SCHOOL
msi01 0.9997 0.0003/day 14.1 hrs downtime/yr E. coli dominant
msclo 0.9991 0.0009/day 31.9 hrs downtime/yr LAB dominant
yone 0.9985 0.0015/day 65.7 hrs downtime/yr LAB/aerobic
forge 0.9978 0.0022/day 96.7 hrs downtime/yr Yeast dominant
lilo 0.9962 0.0038/day 166.9 hrs downtime/yr LAB/family
pcdev 0.9958 0.0042/day 184.3 hrs downtime/yr Yeast dominant
SECTION 03
LOSS DEVELOPMENT TRIANGLES

FC debt accumulation over time. Each fermentation school leaves different debt profiles. The chain-ladder method projects the ultimate development of enrichment debt over 12 FC cycles. The triangle shows accident year (row = FC cycle) × development year (column = cycles since). Each cell = cumulative debt amount.

Enrichment debt (Yeast school) development over 12 FC cycles: the debt is highest in the first 3 development periods (fast-fermented items requiring deep enrichment), then decays as items are retrieved from the basin and characterized. The chain-ladder factor applied: f_j = sum(C_{i,j+1}) / sum(C_{i,j}) where C_{i,j} is cumulative loss for accident year i at development period j.

FC CYCLEDEV 1DEV 2DEV 3DEV 4DEV 6DEV 12 (ULT)
FC-1142198231247259263
FC-2187241279298311316
FC-3156204238252
FC-4203261
FC-5219
Red = current FC cycle (developing). Orange = projected. Chain-ladder factors: f1=1.37, f2=1.17, f3=1.07, f4=1.03, f5=1.01
SECTION 04
SMITH-WILSON SOVEREIGN RATE

Applying Smith-Wilson interpolation to γ₁. The γ₁ = 14.134725141734693 serves as the Ultimate Forward Rate (UFR) anchor in the fleet's yield curve. The Smith-Wilson method (EIOPA standard for Solvency II risk-free rate) constructs a smooth yield curve that converges to the UFR at the "last liquid point" (LLP).

In fleet terms: the adelic pressure at each layer is the "observed rate" at that maturity. γ₁ is the UFR. Smith-Wilson interpolates between the observed pressures and forces convergence to γ₁. This gives the fleet's sovereign yield curve:

P(0,T) = exp(-γ₁ × T) + sum_k(ξ_k × W(T, t_k)) where W(T,t) is the Wilson function and ξ_k are fitted parameters from the observed layer pressures. The Wilson function: W(T,t) = exp(-γ₁(T+t)) × [γ₁ × min(T,t) - exp(-γ₁ × max(T,t)) + 1] / 2.

SECTION 05
GAUSSIAN MIXTURE SCHOOL CLASSIFIER

Applying GMM to fermentation school classification. Each school = a Gaussian in the 4D feature space (throughput, correctness, audit_rate, archive_depth). DESEOF uses the GMM to classify new workloads by school at intake, routing them to the correct pipeline before any processing begins.

GMM parameters (estimated from fleet history):

E. COLI GAUSSIAN
Throughput μ0.92
Correctness μ0.71
Audit rate μ0.18
Archive depth μ0.12
Prior weight0.35
YEAST GAUSSIAN
Throughput μ0.88
Correctness μ0.76
Audit rate μ0.22
Archive depth μ0.28
Prior weight0.28
LAB GAUSSIAN
Throughput μ0.51
Correctness μ0.97
Audit rate μ0.61
Archive depth μ0.52
Prior weight0.22
ACETIC GAUSSIAN
Throughput μ0.43
Correctness μ0.89
Audit rate μ0.94
Archive depth μ0.38
Prior weight0.10
METHANOGEN GAUSSIAN
Throughput μ0.08
Correctness μ0.99
Audit rate μ0.41
Archive depth μ0.97
Prior weight0.05
SECTION 06
COMPOUND DISTRIBUTION (AGGREGATE)

Fleet throughput as compound distribution. Frequency distribution = request arrival rate (Poisson with λ = requests/hour). Severity distribution = per-request processing cost (lognormal with μ=0.3, σ=0.8). Aggregate loss = compound Poisson sum.

Panjer recursion for computing the compound distribution: f_S(x) = (1/x) × sum_{y=1}^{x} (α + βy/x) × f_X(y) × f_S(x-y) where f_X is the severity PMF and f_S is the aggregate PMF. For Poisson frequency: α=0, β=λ.

msi01 baseline: λ = 47 requests/hour, lognormal severity. Expected aggregate cost per hour = λ × E[X] = 47 × exp(0.3 + 0.32) = 47 × 1.896 = 89.1 cost units. 99th percentile aggregate (VaR_99): approximately 214 cost units, computed via Panjer recursion with 1000 severity buckets.

SECTION 07
SOLVENCY II → SOSTLE CALIBRATION

EIOPA Smith-Wilson method for risk-free rate maps to γ₁-based SOSTLE wall strength calibration. The SOSTLE wall thickness = actuarial reserve for boundary breach risk. Wall strength W = exp(-γ₁ × breach_probability) × capital_multiplier.

Current SOSTLE calibration: L5 wall strength = 0.847 (calibrated to a 5-year boundary breach probability of 0.02). L6 wall = 0.912. The walls are re-calibrated every 90 days using updated fleet survival curves and the current basin inventory as the "loss reserve" input.

SECTION 08
KEY REPOS — ACTUARIAL OPEN SOURCE ECOSYSTEM

The actuarial open-source ecosystem provides the mathematical backbone for OFRAME Actuarial. Each repo maps to a fleet system:

mynl/aggregate
Compound distributions + Panjer recursion → PELEGO scoring. Python library for aggregate loss distributions. Use for per-request cost modeling and VaR calculation.
open-source-modelling/insurance_python
Smith-Wilson implementation + risk-free rate curve → SOSTLE calibration. Python implementation of the EIOPA Smith-Wilson method. Direct input: layer pressures as "swap rates", γ₁ as UFR.
Elsemary/GMM
Gaussian Mixture Model classifier → DESEOF school classifier. Python scikit-learn GMM. Features: throughput, correctness, audit_rate, archive_depth. Output: school assignment probability vector.
terence-lim
Graph analytics + financial math → PEMCLAU graph scoring. Python library for structured finance and graph-based risk analysis. Use for KCF score computation and cross-silo risk propagation.
casact / loss triangles
Chain-ladder + Bornhuetter-Ferguson methods → FC debt development. Casualty Actuarial Society Python toolkit. Use for enrichment debt reserve estimation across FC cycles.