Skip to content

Deductible

First-loss risk-sharing rule — instantiates Moral Hazard Mitigation

Makes the protected actor pay the first slice of any loss before coverage begins, so small, avoidable losses stay their problem while catastrophic ones remain insured.

A Deductible makes the protected actor absorb the first portion of the loss size on any claim, with coverage picking up only above that threshold. Its distinctive move is where it bites: on the magnitude of a loss, once per event, at the low end where losses are most frequent and most within the actor's control. That leaves the actor fully protected against the rare catastrophe — the thing insurance is really for — while restoring their stake in the many small, preventable losses that costless coverage would otherwise make them careless about. It differs from a copay, which charges per use to curb frequency, and from collateral, which is value posted before any loss; a deductible is a retained slice of the loss itself, and its whole point is to keep the actor's attention on the avoidable low-end damage that they, not chance, control.

Example

A driver carries collision coverage on their car. With a zero deductible, every scrape, dent, and minor fender-bender is fully the insurer's problem, so there is little pull toward careful parking, and every trivial ding becomes a claim. A $500 deductible changes the low end without touching the high end: a scuffed bumper now comes out of the driver's own pocket, which quietly rewards care and discourages nuisance claims, while a $30,000 total-loss collision remains covered save for that same first slice. The deductible is deliberately set at the band where losses are frequent and controllable — exactly where restoring the driver's stake changes behavior — and left small relative to the catastrophic losses where behavior barely matters and protection matters most. This is the textbook response to moral hazard in insurance: keep the coverage that makes insurance worthwhile, restore the exposure that keeps the insured careful.[1]

How it works

  • Set the first-loss threshold. Choose the amount the actor bears before coverage begins, placed at the frequent, controllable low end of the loss distribution.
  • Retain the slice, insure above. The actor pays losses up to the threshold; the pool pays the excess, preserving catastrophe protection.
  • Target controllable loss. The retained band is set where the actor's care actually moves outcomes, not where losses are driven purely by chance.
  • Pair with premium relief. A higher deductible typically buys a lower premium, letting the actor choose how much low-end risk to retain.

Tuning parameters

  • Deductible size — the central dial. Higher restores more care and cuts premium but leaves the actor more exposed when a loss lands; lower protects them but weakens the incentive.
  • Per-claim vs. aggregate — whether the slice is retained on each event or once per period; aggregate caps how much low-end exposure accumulates.
  • Flat vs. percentage — a fixed dollar amount versus a share of the insured value, the latter common for catastrophe cover where a flat figure is trivial.
  • Disappearing deductible — whether the retained slice shrinks as loss size grows, so it bites on small claims but fades for large ones.
  • Ability-to-bear floor — how the size is checked against what the actor could actually pay, so the slice deters carelessness without becoming ruin.

When it helps, and when it misleads

Its strength is efficiency: a single number, self-executing, that restores care and suppresses nuisance claims at the frequent low end while leaving catastrophic protection intact. It is the default moral-hazard tool wherever losses vary in size and the small ones are the controllable ones.

Its weakness is regressivity and mis-targeting. A deductible high enough to change behavior can be unaffordable at the moment a loss actually strikes, and set too high it hollows the shield into effectively no coverage. It also cannot tell a controllable loss from an act of nature — a hailstorm is not carelessness — so a blanket deductible can penalize pure bad luck. The classic misuse is pushing the deductible up to shed cost rather than to shape care, quietly denying the protection the actor paid for. The discipline is to size it against both the controllable-behavior band and the actor's ability to bear the first slice.

How it implements the components

Deductible realizes the first-loss retention side of the archetype:

  • deductible_or_copay_parameter — it sets the first-loss threshold, the parameter this mechanism is.
  • risk_sharing_rule — the actor retains the first slice of downside so avoidable loss still costs them.
  • controllable_behavior_boundary — the retained band is placed at the frequent, low-end losses within the actor's control, not the catastrophic ones driven by chance.

It does not charge per use to curb frequency — that is Copay — nor reprice future terms from loss history, which is Experience Rating, nor require a stake posted before any loss, which is Collateral Requirement.

  • Instantiates: Moral Hazard Mitigation — it restores the actor's stake in frequent, avoidable losses while preserving protection against catastrophe.
  • Sibling mechanisms: Copay · Experience Rating · Collateral Requirement · Behavior-Conditioned Warranty · Clawback Clause · Malpractice or Professional Liability · Monitoring Requirement · Performance Bond · Risk-Adjusted Contract · Shared Liability Clause · Usage Cap or Throttle

References

[1] Moral hazard — the tendency to take more risk or less care once insulated from the downside — was identified as a structural feature of insurance by Kenneth Arrow. The deductible is the canonical partial-coverage response: it keeps the insured exposed to the loss margin they control while pooling the catastrophic tail they cannot.