The Normal Distribution and Z-Scores
Much of parametric risk measurement assumes returns are approximately normal, described fully by a mean and a standard deviation. Standardization converts any value into a z-score, the number of standard deviations from the mean, which lets a single standard normal table answer probability questions for any normal variable. The left-tail z-scores that recur in risk work are about -1.28 at the 90% level, -1.65 at 95%, and -2.33 at 99%, the multiples that turn a volatility into a Value at Risk. The same standard-normal cumulative function reappears across finance, for example as the N(d1) and N(d2) terms in the Black-Scholes-Merton option price.
Why it matters
The normal curve is the workhorse because two numbers, its centre and its width, pin down the whole shape. A z-score just asks "how many standard deviations out is this?", which puts every normal variable on one common ruler. The magic numbers to memorize are the tail z-scores: about 1.65 standard deviations covers 95% of outcomes on one side and 2.33 covers 99%. Those are exactly the dials a parametric VaR turns. The catch, picked up later, is that real returns have fatter tails than the bell curve admits.
Formulas
Worked examples
Daily returns are normal with mean 0 and standard deviation 2%. What return marks the worst 5% of days (the 95% one-tailed cutoff)?
Use with the 95% one-tailed z of : , a -3.3% return. So on the worst 5% of days the loss is at least 3.3% of the position. This is precisely the parametric VaR calculation, computed here on the return rather than the dollar amount.
A portfolio gains 4% on a day when the mean is 1% and the standard deviation is 1.5%. How unusual is that?
The z-score is , two standard deviations above the mean. Under normality only about 2.3% of days exceed a +2 z-score, so it is a notably good day. The same standardization, run on the loss side, is what feeds tail probabilities into VaR.
Common mistakes
- ✗A z-score changes the underlying probabilities. Standardization only rescales the axis; it relabels a value as a distance from the mean without altering any probability.
- ✗The 95% VaR uses a z of -1.96. The -1.96 value is the two-tailed 95% critical value; VaR is one-tailed and uses -1.65 for 95% and -2.33 for 99%.
- ✗Real asset returns are exactly normal. Empirical returns are leptokurtic with fatter tails and often skew, so the normal model understates the probability of extreme losses, a limitation addressed later.
- ✗A higher confidence level always means a more accurate VaR. A higher level reaches further into the tail, where the normal assumption is least reliable, so the estimate can become less trustworthy, not more.
Revision bullets
- •Normal distribution: fully described by mean and standard deviation
- •Z-score = (x - mean) / sd: distance from the mean in sd units
- •One-tailed tail z: -1.28 (90%), -1.65 (95%), -2.33 (99%)
- •These z-values become the VaR confidence multipliers
- •Same N(.) appears as N(d1), N(d2) in Black-Scholes-Merton
Quick check
The one-tailed z-score used for a 99% confidence parametric VaR is approximately
A value has a z-score of -2. Under the standard normal, this means it is
Connected topics
Sources
- Jorion (2007), Ch. 2-5Jorion, P. Value at Risk: The New Benchmark for Managing Financial Risk. 3rd ed. McGraw-Hill, 2007.Reviews the normal distribution and the confidence multipliers that convert volatility into VaR.
- Hull (2018), Ch. 11-12Hull, J. C. Risk Management and Financial Institutions. 5th ed. Wiley, 2018.Connects the normal distribution and standardization to VaR and to the N(d) terms in option pricing.