Shared-Loss Contract¶
Loss-sharing contract — instantiates Skin-in-the-Game Alignment
Binds the actor to bear a defined proportion of every realized loss alongside the party who would otherwise absorb it, so downside is co-owned rather than shifted.
A Shared-Loss Contract splits each realized loss proportionally between the actor and the party who would otherwise carry it — the actor takes, say, a defined percentage of every loss, across the whole range, not just a first slice. Its distinctive move among its siblings is that the split is fractional and continuous: unlike a deductible, which loads the first bounded layer onto the actor and then hands the rest to a backstop, a shared-loss contract keeps the actor bleeding on every dollar of loss, large or small, so the exposure never switches off at a threshold. Whenever a loss the actor's decision contributed to actually materializes, the contract's trigger fires and the actor pays their agreed share. That constant proportional presence is what keeps a decision-maker from treating any loss — including the big ones a capped deductible would exempt — as entirely someone else's problem.
Example¶
A federal deposit insurer must resolve a failed bank by handing its troubled loan book to a healthy acquiring bank. If the acquirer took the assets with all downside guaranteed away, it would have no reason to work them carefully. Instead the two sign a loss-share agreement: on the covered assets, losses are split by an agreed ratio — the acquirer bears a defined share of every loss, the insurer the rest.[1] Because the acquirer eats its fraction of each loss as it is realized, it has a live reason to service, restructure, and recover the loans rather than let them default and send the bill elsewhere. The split is proportional and ongoing, not a one-time deductible: even a large loss still costs the acquirer its share, so the incentive to manage the book carefully does not vanish once some threshold is crossed. And the sharing attaches to losses on the covered book — outcomes the acquirer's own servicing can influence — not to unrelated misfortune.
How it works¶
- Set the sharing ratio. Define the proportion of each loss the actor bears versus the counterparty, applied across the whole loss range rather than a capped layer.
- Define the loss-realization trigger. Specify when a loss counts as realized and the split is due, so the obligation attaches to actual, evidenced losses.
- Bound to controllable losses. Scope the sharing to outcomes the actor's decisions or conduct can influence, so it disciplines care rather than penalizing unrelated chance.
- Settle each loss as it lands. Apply the split to every qualifying loss as it materializes, keeping the actor exposed to the full range rather than only up to a threshold.
Tuning parameters¶
- Sharing ratio — the actor's percentage of each loss. Higher tightens alignment but loads more risk onto the actor and can deter participation; lower is easier to accept but weakens the discipline.
- Range of coverage — whether the split applies to all losses or only a band. A band with an upper limit reintroduces a threshold above which the actor stops caring.
- Trigger definition — what counts as a realized, shareable loss and how it is evidenced, which governs disputes over whether the split is due.
- Controllability scope — how tightly the shared losses are limited to outcomes the actor can influence, deciding whether the contract disciplines conduct or just transfers bad luck.
- Settlement cadence — loss-by-loss versus periodic netting, trading administrative simplicity against how immediately the actor feels each loss.
When it helps, and when it misleads¶
Its strength is keeping the actor exposed across the full range of loss, including the large events a capped stake would exempt — which suits situations where the worst outcomes are exactly the ones the actor is tempted to shrug off onto a counterparty or a backstop. Because the split is proportional, the actor's care scales with the stakes rather than switching off at a line.
Its failure modes are attribution and adverse selection. Proportional sharing needs a clean account of which losses the actor is on the hook for, and where the loss owes to chance or to the counterparty's own conduct, the split can punish the wrong party — the controllability boundary is doing heavy work and is easy to get wrong. The classic misuse is writing the contract so the actor shares losses they could not have influenced, which converts alignment into a lottery and teaches nothing about care. The actor may also select into or out of exactly the losses the ratio makes them share. The discipline is to bind the shared losses tightly to outcomes the actor genuinely controls, evidence each realized loss before splitting it, and keep the ratio proportionate to influence.
How it implements the components¶
Shared-Loss Contract realizes the proportional co-bearing side of the archetype:
shared_downside_rule— defines the actor's shared consequence as a fixed proportion of every realized loss, across the whole range.liability_trigger— the loss-realization event that makes the split due, connecting the consequence to an actual, evidenced loss.controllability_boundary— scopes the sharing to losses the actor's conduct can influence, so the split disciplines care rather than penalizing chance.
It shares a proportion of every loss rather than only the first bounded slice — that is Deductible or First-Loss Share — and it splits realized external losses rather than forfeiting the actor's own withheld pay, which is Deferred Compensation with Forfeiture.
Related¶
- Instantiates: Skin-in-the-Game Alignment — it keeps the actor bearing a share of every downside they help create, across the full range of loss.
- Sibling mechanisms: Deductible or First-Loss Share · Co-Investment Requirement · Deferred Compensation with Forfeiture · Eat-Your-Own-Dogfood Requirement · Equity Stake with Retention Period · Reputation-at-Risk Registry · Clawback Clause · Collateral Requirement · Malpractice or Professional Liability · Performance Bond