<!--
Sitemap:
- [Welcome to River](/index)
- [Asset-Backed Finance Primer](/concepts/finance-primer)
- [River for Lenders](/lenders/introduction)
- [Depositing](/lenders/depositing)
- [Earning: the Coupon](/lenders/earning)
- [The Accumulating Wrapper](/lenders/wrapper)
- [Withdrawals & Exits](/lenders/withdrawals)
- [Losses & Impairments](/lenders/losses)
- [FAQ](/lenders/faq)
- [Integrate with River](/integrate/get-started)
- [Wrapper Integration](/integrate/wrapper)
- [Class Token Integration](/integrate/class-token)
- [Contract Addresses](/integrate/addresses)
- [Protocol Architecture](/architecture)
- [Actors: Roles & Permissions](/technical/actors)
- [Proxies & Upgradeability](/technical/proxies)
- [Strategies & Reporters](/technical/strategies)
- [Glossary](/concepts/glossary)
- [Dual NAV & Exchange Rates](/accounting/dual-nav)
- [Settlement & Conservation](/accounting/settlement)
- [The Coupon Ledger](/accounting/coupon-ledger)
- [Wrapper Accounting](/accounting/wrapper)
- [Accounting Examples](/accounting/examples)
- [The Tiered Waterfall](/waterfall/)
- [Waterfall Scenarios](/waterfall/scenarios)
- [Security Model](/security)
- [Protocol Invariants](/technical/invariants)
- [List of Assumptions](/technical/assumptions)
- [External Entry Points](/technical/entry-points)
- [Governance](/governance)
- [Contract Reference](/reference/contracts)
- [River Engineering Standards](/reference/engineering-standards)
-->

# Losses & Impairments

## Expected loss and impairment

Credit problems can emerge before a final loss is known. A borrower can become delinquent. A
portfolio can underperform. A servicing issue can make recovery timing uncertain.

When a risk is identified, the servicer can report an impairment or expected loss. The effect is
immediate: the exposure reprices, and exit prices reflect the updated mark.

## Realized loss

A realized loss is allocated through the waterfall.

In a senior/junior deal, losses are absorbed junior-first:

```text
Starting NAV:
Senior 80
Junior 20
Total 100

Realized loss: 30

Ending NAV:
Senior 70
Junior 0
Total 70
```

The junior class absorbs the first 20. The remaining 10 reaches the senior class.

## Recoveries

Recoveries move in the opposite direction. Senior classes are restored before junior classes
recover value.

That is the other side of the same bargain: junior takes losses first, and senior is repaired
first.

## Protected balances

Losses affect deal NAV. Funds already owed outside NAV remain intact.

* Delivered coupon remains claimable.
* Paid exit proceeds remain claimable.
* Pending deposits remain outside the deal until accepted.
* Cancelable requests remain cancelable under the applicable flow.
