Stratified Entry Rule¶
Governance rule — instantiates Pooling Threshold and Minimum Scale Determination
Sorts prospective members into risk classes with matched eligibility and contribution terms so a heterogeneous pool does not selection-spiral into its high-risk tail.
The Stratified Entry Rule governs who enters the pool and on what terms. A pool whose members have very different expected losses is not automatically doomed, but its heterogeneity has to be managed or it decays: if everyone pays the same, low-risk members are overcharged, they leave, the average risk climbs, contributions rise, and the next tier of good risks exits — the adverse-selection spiral. This rule prevents that decay by screening entrants for expected loss, assigning them to risk classes, and matching each class's contribution and benefit terms to its risk, with explicit boundaries governing how finely the pool is sliced. Its defining move is that it acts on composition rather than scale or reserves — it is a standing membership policy that keeps the pool's mix stable, not a calculation of how big the pool must be or how much reserve it needs.
Example¶
A group of small residential landlords forms a rent-default guarantee pool: if a tenant stops paying, the pool covers a few months of lost rent while eviction proceeds. But default risk varies enormously — a landlord renting to salaried tenants with references is nothing like one renting week-to-week with no screening. Flat dues would be a gift to the risky landlords and a rip-off for the careful ones, who would quit and leave the pool stacked with defaults. The stratified entry rule fixes the terms of admission. Prospective properties are screened on observable predictors — tenant-screening practices, local vacancy rates, lease type — and sorted into three classes. Each class pays dues scaled to its expected default rate, with a lower benefit cap on the highest-risk tier. The boundaries are drawn deliberately coarse: three classes, not thirty, so real pooling still happens within each. Careful landlords stay because they are not subsidizing recklessness; risky landlords are admitted, but on terms that do not let them quietly capsize the pool.
How it works¶
- Screen on observable predictors. Assess each entrant's expected loss from features available at entry, rather than admitting on nominal membership alone.
- Assign to risk classes. Sort entrants into a small number of strata, each internally similar enough that pooling within it is fair.
- Match contribution to class. Set dues (and where needed benefit limits) per class so no stratum systematically subsidizes another into exit.
- Draw the segmentation boundaries. Decide how finely to slice — coarse enough to preserve real pooling inside each class, fine enough to hold selection in check.
Tuning parameters¶
- Number of strata — how many risk classes the pool uses. More classes sharpen fairness and control selection but shrink each sub-pool toward too-small to pool at all.
- Contribution differentiation — how steeply dues vary across classes. Steep differentiation retains low risks but erodes solidarity; flat differentiation is solidary but leaks good risks.
- Eligibility strictness — how much risk the highest tier may carry, or whether some entrants are excluded. Tighter rules improve predictability at the cost of access and equity.
- Predictor set — which observable features drive classification. Powerful predictors sharpen sorting but risk encoding unfair proxies.
- Re-screening cadence — whether members are reclassified as their risk changes, or graded only at entry.
When it helps, and when it misleads¶
Its strength is that it stops the adverse-selection spiral before it starts, keeping low-risk members in the pool and the average risk stable — the difference between a heterogeneous pool that survives and one that hollows out into its worst risks.[n1] It lets a pool admit a wide range of members without pretending they are the same, which is often what makes broad membership possible at all.
Its failure mode is over-segmentation: slice the pool too finely and each class becomes a pool of one, which pools nothing — the sorting machinery quietly destroys the diversification it was meant to protect. Worse, the predictors that sort risk can encode unfair proxies, turning a risk screen into disguised discrimination against a protected group. The classic misuse is equity-blind stratification that maximizes actuarial precision while shredding solidarity and fairness. The guarding discipline is to keep strata coarse enough that genuine pooling survives inside each, and to audit the predictor set for proxy effects rather than chasing predictive power alone.
How it implements the components¶
The Stratified Entry Rule fills the composition-governance slice of the stack:
heterogeneity_and_selection_screen— its core: the entry screen that measures expected-loss differences among members and gates admission on them.member_contribution_rule— sets class-matched dues so low-risk members are not overcharged into exit, holding the pool's composition stable.pool_segmentation_boundary— draws the risk-class boundaries and governs how finely the pool is divided.
It does not size the pool or its reserve (minimum_pool_size_estimator — Actuarial Pool-Size Model; tail_risk_and_reserve_buffer — Correlated-Shock Stress Test) and it does not fund or fire external risk transfer (external_backstop_interface — Reserve or Reinsurance Trigger); it governs who enters and on what terms, not how big or how backstopped the pool is.
Related¶
- Instantiates: Pooling Threshold and Minimum Scale Determination — supplies the eligibility-and-contribution governance that keeps a heterogeneous pool viable.
- Sibling mechanisms: Actuarial Pool-Size Model · Monte Carlo Pool Simulation · Correlated-Shock Stress Test · Administrative Break-Even Calculator · Claims Experience Credibility Analysis · Membership Threshold Dashboard · Reserve or Reinsurance Trigger
Editorial Notes¶
Form Classification¶
Form family: Rule, Policy & Commitment
Rationale: Stratified Entry Rule is defined in the frozen evidence as: Sorts prospective members into risk classes with matched eligibility and contribution terms so a heterogeneous pool does not selection-spiral into its high-risk tail. Its operative deployed or enacted form is therefore Rule, Policy & Commitment.
Nearest alternative: Decision, Gate & Allocation — Decision, Gate & Allocation can support this mechanism, but the evidence centers the concrete operation described above rather than the alternative family's defining operation.
Review outcome: Adjudicated after independent review; high confidence.
Origin Attribution¶
Primary origin: Economics & Finance
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Risk-class terms prevent insurance-pool adverse selection.
Related originating lineages:
- Law & Governance — Eligibility must be fair.
- Organizational & Management Science — Organizational design, management, and operational governance supplies a parallel or contributing lineage for the mechanism's defining operation: sorts prospective members into risk classes with matched eligibility and contribution terms so a heterogeneous pool does not selection-spiral into its high-risk tail.
- Statistics & Experimental Design — Risk strata require calibration.
Review resolution: The blind reviewers agree that economics_finance is the primary origin and differ only on alternate origin disagreement, origin mode disagreement, domain reach disagreement. I preserve every independently explained alternate from both records rather than imposing a numeric cap. I retain cross_disciplinary_synthesis because the combined evidence shows material contributions from several lineages. The broader reach of multi_domain records portability separately from historical provenance; encyclopedia_synthesis=true preserves the affirmative synthesis judgment where either reviewer identified one.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; medium confidence.
Notes¶
This rule and Reserve or Reinsurance Trigger both touch the member contribution rule, but for opposite purposes: here contributions are differentiated across risk classes to hold composition stable and stop selection; there a contribution surcharge funds the retained reserve behind an external backstop. One shapes who is in the pool; the other shapes what happens to losses the pool keeps.
[n1] The adverse-selection death spiral — when uniform pricing over heterogeneous risks drives low-risk members out, raising the average risk and hence the price, which drives out the next tier, and so on until the pool collapses to its worst risks. Stratified entry is the standard structural defense, holding each class's price near its own expected loss so no group is priced into exit. ↩