How do you construct the loss distribution for a credit portfolio, and what is the difference between expected and unexpected loss?
I'm working through FRM Part II credit risk and I need to understand the full picture of credit portfolio losses. I get that expected loss = PD x LGD x EAD for a single exposure, but how does this aggregate across a portfolio? And how do you get from expected loss to a full loss distribution for computing credit VaR?
Building the credit portfolio loss distribution is the core challenge of credit risk management. Expected loss is straightforward to compute; the difficulty lies in capturing how losses cluster due to correlations.
Expected Loss (EL)
For each exposure i:
EL_i = PD_i x LGD_i x EAD_i
Portfolio expected loss is simply the sum:
EL_portfolio = SUM(EL_i)
This is the mean of the loss distribution — the amount you should provision for through loan pricing and reserves.
Example Portfolio
Greystone Bank has a small loan portfolio:
| Borrower | EAD | PD | LGD | EL |
|---|---|---|---|---|
| Alderton Mfg | $5M | 2.0% | 45% | $45,000 |
| Brookfield Retail | $3M | 4.0% | 60% | $72,000 |
| Clearmont Tech | $8M | 1.0% | 40% | $32,000 |
| Dalton Energy | $4M | 3.5% | 55% | $77,000 |
Portfolio EL = $226,000
Unexpected Loss (UL) and the Full Distribution
Unexpected loss is the volatility of losses around the expected value. For a single exposure:
UL_i = EAD_i x sqrt[PD_i x (1-PD_i) x LGD_i^2 + LGD_var x PD_i^2]
But the portfolio UL is NOT the sum of individual ULs — it depends on default correlations.
UL_portfolio = sqrt[SUM_i SUM_j UL_i x UL_j x rho_ij]
Higher default correlation means losses tend to cluster: when one borrower defaults, correlated borrowers are more likely to default too. This fattens the tail of the loss distribution.
Credit VaR
Credit VaR = Quantile Loss (e.g., 99.9%) - Expected Loss
This is the "unexpected loss" at a specific confidence level — the capital the bank needs to hold.
Approaches to Building the Full Distribution
- CreditMetrics — Monte Carlo simulation of correlated rating migrations using asset correlations (Merton model)
- CreditRisk+ — Actuarial approach treating defaults as Poisson-distributed events, grouped by sectors
- Vasicek single-factor model — Analytic formula assuming one systematic risk factor; used in Basel IRB
- Monte Carlo with copulas — Most flexible; can incorporate non-normal dependence
Key Distinction
| Concept | Covered By | Purpose |
|---|---|---|
| Expected Loss | Loan pricing, reserves | Cost of doing business |
| Unexpected Loss (Credit VaR) | Regulatory/economic capital | Absorb rare but plausible losses |
| Stress Loss (beyond VaR) | Contingency planning | Extreme but possible scenarios |
Practice credit portfolio problems in our FRM Part II question bank.
Master Part II with our FRM Course
64 lessons · 120+ hours· Expert instruction
Related Questions
How exactly do futures margin calls work, and what happens if I can't meet one?
How do you calculate the settlement amount on a Forward Rate Agreement (FRA)?
When should I use Monte Carlo simulation instead of parametric VaR, and how does it actually work?
Parametric VaR vs. Historical Simulation VaR — when does each method fail?
What are the core components of an Enterprise Risk Management (ERM) framework, and how does it differ from siloed risk management?
Join the Discussion
Ask questions and get expert answers.