Writing

Solvency II: the hundred percent line

An insurer's solvency reduces, in the end, to a ratio against a line. Which is to say it reduces to arithmetic the engine already does.

Enso Intelligence · Dhaka/June 19, 2026 · 5 min

A regime that ends in a ratio

Solvency II is a vast and intricate regime. It governs how a European insurer values its assets and liabilities, how it models the risks across its underwriting, market, credit, and operational exposures, and how much capital it must hold against them. Volumes have been written about the calculation of the Solvency Capital Requirement alone. And yet, for all that machinery, the obligation at the top of it resolves to something almost startlingly simple. The insurer must hold eligible own funds at least equal to its Solvency Capital Requirement. Funds over requirement, expressed as a ratio, must stay at or above one hundred percent.

Everything complicated lives in computing the two numbers. Once they exist, the obligation is a line. Below one hundred percent, the insurer is in breach, supervisory attention follows, and a recovery plan is owed. The intricacy is all upstream of a comparison.

The line as a rule

{
  "rule_id": "INS-SCR-EU-001",
  "title": "Solvency capital coverage ratio below 100%",
  "jurisdiction": "eu",
  "source": "Solvency II Directive 2009/138/EC, Art 100",
  "severity": "block",
  "expected_outcome": {
    "action": "review",
    "message": "Eligible own funds do not fully cover the Solvency Capital Requirement (coverage ratio below 100%). This triggers supervisory notification and a recovery plan. Confirm the figures and escalate."
  },
  "conditions": [
    { "type": "numeric_comparison", "path": "solvency.scr_coverage_ratio", "operator": "<", "value": 1.0 }
  ],
  "deterministic": true,
  "validation_status": "expert_reviewed"
}

There is nothing exotic in this rule. The single condition is a numeric comparison, the same operator that checks whether a bank's capital ratio has fallen below its floor, pointed now at an insurer's coverage ratio. The regulator on one side of the financial system and the insurer on the other are, underneath the different vocabulary, asking the identical question: has the ratio fallen below the line. The engine that monitors a bank already knows how to ask it. Solvency monitoring is that question, aimed at a different figure.

The Solvency Capital Requirement is not the only line, either. Beneath it sits the Minimum Capital Requirement, a harder floor with sharper consequences, and that is simply a second comparison against a second threshold. Two lines, same shape, different severity.

Why the ratio has to be exact

Solvency reporting goes to a regulator who will recompute it. There is no room for a system that is approximately right about whether an insurer is above its capital requirement, because the consequence of crossing the line, supervisory intervention, is itself triggered by the crossing. The number that says whether you are in breach has to be the number, computed the same way each time, traceable to the figures that produced it and to the article that sets the requirement. A coverage ratio is not a place for a confident estimate. It is a place for a value and a line.

And when an input to the ratio is missing or cannot be resolved, the rule does not report the insurer as adequately capitalized by default. It reports that it could not certify the position. In solvency, a false "above the line" is precisely the failure the regime exists to prevent, so silence is never read as health.

The point

Solvency II earns its reputation for complexity, but the complexity is entirely in the calculation, and the obligation at the end of it is a ratio against a fixed line. That is the cheapest kind of rule for this engine to run, because it is a numeric comparison, the most basic computational primitive there is, built long ago for banking and reused here without modification. Compute the ratio with whatever rigor the regime demands, then hand the result to a rule that does one thing exactly: checks whether it crossed one hundred percent. The hard part is the number. The decision is a line.