Quant Memo
Advanced

The Vasicek Single-Factor Loan Loss Distribution

How a portfolio of thousands of individual loan defaults, each unpredictable on its own, collapses into one clean formula for the whole portfolio's loss distribution once you assume defaults share a single common risk factor.

Prerequisites: Probability of Default and Loss Given Default, The Normal Distribution

A bank holding one loan either loses money or doesn't — a coin flip weighted by the borrower's credit quality. A bank holding ten thousand loans faces a genuinely different question: not "will this loan default" but "what fraction of the whole book will default, and how bad can that fraction get in a bad year." If loans defaulted completely independently of each other, the law of large numbers would flatten the portfolio's loss rate to something nearly certain, like the fraction of heads in ten thousand coin flips. Real loan books don't behave that tidily, because a recession pushes everyone's odds up together. The Vasicek model is the standard way to capture exactly that shared exposure in one formula simple enough to compute on a calculator, and it is the engine inside Basel bank capital rules.

Building the model, one piece at a time

Picture each borrower's financial health as an invisible score that drifts up in good times and down in bad times — call it the borrower's asset value, AiA_i. The borrower defaults if that score falls below a threshold cc representing their debts. Vasicek's trick is to split each borrower's asset value into two pieces: a systematic factor ZZ, one single number shared by everyone in the portfolio representing the state of the economy, and an idiosyncratic factor εi\varepsilon_i, noise unique to that borrower:

Ai=ρZ+1ρεi.A_i = \sqrt{\rho}\, Z + \sqrt{1-\rho}\, \varepsilon_i.

In words: every borrower's fortune is a weighted blend of one shared economic wave ZZ and their own private noise εi\varepsilon_i, both standard normal and independent of each other. The parameter ρ\rho, the asset correlation, controls the blend — ρ\rho near 0 means borrowers are nearly independent, ρ\rho near 1 means they rise and fall as one.

Given a single portfolio-wide default probability pp (the average odds any one borrower defaults) and this correlation ρ\rho, Vasicek showed that the fraction of the portfolio that defaults, conditional on the economy landing at a particular value of ZZ, has a closed form — and integrating over all possible values of ZZ gives the full distribution of the portfolio's default rate:

P(Xx)=Φ(1ρΦ1(x)Φ1(p)ρ).P(X \le x) = \Phi\left(\frac{\sqrt{1-\rho}\,\Phi^{-1}(x) - \Phi^{-1}(p)}{\sqrt{\rho}}\right).

In words: this tells you the probability that the portfolio's default rate XX stays below any level xx you pick, using only two inputs — the average default probability pp and the correlation ρ\rho — and the standard normal cdf Φ\Phi and its inverse Φ1\Phi^{-1}.

Two worked examples

Example 1 — reading off a percentile. Take a portfolio with average default probability p=2%p = 2\% and asset correlation ρ=0.15\rho = 0.15, typical for a diversified corporate loan book. What default rate is exceeded only 0.1% of the time — the 99.9th percentile used in regulatory capital? Plug xx such that Φ1(x)=Φ1(0.999)3.09\Phi^{-1}(x) = \Phi^{-1}(0.999) \approx 3.09 into a rearranged form: x=Φ(Φ1(p)+ρ3.091ρ)x = \Phi\left(\frac{\Phi^{-1}(p) + \sqrt{\rho}\cdot 3.09}{\sqrt{1-\rho}}\right). With Φ1(0.02)2.05\Phi^{-1}(0.02) \approx -2.05: numerator =2.05+0.15×3.092.05+1.20=0.85= -2.05 + \sqrt{0.15}\times 3.09 \approx -2.05 + 1.20 = -0.85, divided by 0.850.92\sqrt{0.85} \approx 0.92, giving 0.92-0.92. Then x=Φ(0.92)17.9%x = \Phi(-0.92) \approx 17.9\%. So even though the average default rate is only 2%, a genuinely bad year (one occurring roughly once every thousand years, in the model's own terms) could see nearly 18% of the book default — a direct consequence of correlation, not of any single loan being riskier than assumed.

Example 2 — the effect of correlation alone. Keep p=2%p = 2\% fixed and drop ρ\rho to 0.05, a much more diversified book (unrelated industries, unrelated geographies). Repeating the same calculation: numerator =2.05+0.05×3.092.05+0.69=1.36= -2.05 + \sqrt{0.05}\times 3.09 \approx -2.05 + 0.69 = -1.36, divided by 0.950.97\sqrt{0.95}\approx 0.97, giving 1.40-1.40, so x=Φ(1.40)8.1%x = \Phi(-1.40) \approx 8.1\%. Halving correlation more than halved the tail loss rate, from 17.9% to 8.1%, with the average default probability never changing. Correlation, not average credit quality, is what drives the fat tail.

portfolio default rate low ρ = 0.05 (tight) high ρ = 0.15 (fat tail)
Same average default probability, different correlation. Higher asset correlation redistributes probability mass into the extreme tail, exactly where capital requirements bite.

Where this shows up

Basel's Internal Ratings-Based capital formula is this model, with ρ\rho set by regulatory lookup tables (lower for retail mortgages, higher for large corporates) rather than estimated freely, so that capital scales directly with each portfolio's tail default rate rather than its average. Anyone building an internal credit-VaR model runs into the same formula, usually extended to multiple correlated systematic factors rather than one.

The Vasicek model turns a huge portfolio of correlated defaults into a one-factor problem: every borrower shares exposure to a single systemic variable ZZ, and the correlation ρ\rho to that variable — not the average default probability — is what determines how fat the tail of portfolio losses is.

The classic confusion is assuming that a low average default probability automatically means low tail risk. It doesn't — correlation can turn a "safe" 2%-default book into an 18%-in-a-bad-year book. Always ask what ρ\rho was assumed before trusting a stated capital number.

Related concepts

Practice in interviews

Further reading

  • Vasicek, Loan Portfolio Value (Risk, 2002)
  • Gordy, A Risk-Factor Model Foundation for Ratings-Based Bank Capital Rules (2003)
ShareTwitterLinkedIn