Financial Return Distributions

Investment returns are not defined only by their average and volatility. The shape of the distribution matters too - especially when we are trying to understand extreme gains, extreme losses and financial risk.

01   What Is a Financial Return Distribution?

Imagine recording the daily return of an investment for several years. Some days might produce a small gain, some a small loss, and occasionally there may be a very large movement.

If we collect all of those returns and count how often different outcomes occur, we can create a return distribution.

Return = (Ending Value / Starting Value) − 1

The distribution tells us much more than the average return. It tells us how frequently different outcomes occur and how much probability sits in the tails.

The key idea: two investments can have the same average return and the same volatility but have very different risks if their distributions have different shapes.

02   From Dice to Financial Returns

A dice roll is a simple example of a probability distribution. A fair six-sided die has six possible outcomes, each with probability 1/6.

Financial returns are different. Instead of six discrete outcomes, returns can take almost any value within a range.

10,000 Dice Rolls

5,000 Simulated Returns

The dice produces a small number of distinct outcomes, so we see separate bars. Financial returns are continuous, so thousands of observations form a smooth distribution when grouped into ranges.

03   The Normal Distribution - Our Starting Point

The Normal distribution is often used as a starting point for modelling financial returns.

It is completely described by two parameters:

Mean   =   μ      Standard Deviation   =   σ

The Normal distribution is symmetrical. Returns equally far above and below the mean have the same probability.

The Normal distribution is useful because it is mathematically simple and well understood. But financial returns often depart significantly from this idealised shape.

04   Real Returns Are Not Perfectly Normal

Real financial markets contain events that are difficult to capture with a simple Normal distribution.

Markets can experience sudden crashes, unusually large rallies, periods of calm and periods of extreme volatility.

As a result, observed return distributions often have:

05   Fat Tails - Extreme Events Happen

One of the most important characteristics of financial returns is fat tails.

A Normal distribution predicts that very large movements are extremely rare. Financial markets have historically produced more extreme movements than this simple model would suggest.

± 3σ    does not always mean    "almost impossible"

This matters enormously for risk management. A model that underestimates the probability of extreme losses can make an investment appear safer than it really is.

4%

06   Skewness - Losses and Gains Aren't Always Symmetrical

Skewness measures asymmetry in a distribution.

A perfectly symmetrical distribution has skewness close to zero. A negatively skewed distribution has a longer or heavier left tail, while a positively skewed distribution has a longer or heavier right tail.

Skewness = average of ((x − μ) / σ)3
-60
Mean
-
Median
-
Skewness
-
Standard Deviation
-
In investment returns, negative skewness can be particularly important. It means that the distribution has a greater tendency toward unusually poor outcomes than a symmetrical model might suggest.

07   Kurtosis - Measuring the Tails

Kurtosis describes how much probability is concentrated in the centre and tails of a distribution relative to a Normal distribution.

In finance, we are particularly interested in excess kurtosis.

Excess Kurtosis = average of ((x − μ) / σ)4 − 3

A Normal distribution has excess kurtosis of zero.

Positive excess kurtosis is associated with heavier tails and a greater likelihood of extreme observations than the Normal distribution.

Normal Distribution

0

Excess kurtosis is approximately zero.

Fat-Tailed Distribution

-

More probability sits in the tails.

08   Explore a Simulated Return Distribution

Now we can combine the ideas of volatility, tail events and skewness into one interactive model.

5,000
1.0%
4%
70
Mean
-
Volatility
-
Skewness
-
Excess Kurtosis
-

09   Normal vs Realistic Financial Returns

The difference becomes particularly important when we look at the probability of extreme outcomes.

The following comparison uses the same approximate volatility but different distribution shapes.

Normal Model

-

Probability of a simulated daily return below −3%.

Fat-Tailed Model

-

Probability of a simulated daily return below −3%.

Even when the average return and volatility are similar, the probability of extreme losses can be dramatically different.

10   Why This Matters for Monte Carlo

In a Monte Carlo investment model, we repeatedly draw random returns from an assumed distribution.

If that distribution is Normal, the model assumes extreme returns are very rare. If the real market has fat tails and negative skewness, the model may underestimate the probability of severe losses.

Distribution  →  Random Returns  →  Investment Paths  →  Risk Estimates

This means that choosing a return distribution is not a minor technical detail. It can change the results of a long-term simulation.

From Simple Monte Carlo to Financial Monte Carlo

Our earlier Monte Carlo model used a Normal distribution for returns. That is a useful starting point, but we can do better.

The next step is to examine distributions specifically designed to capture the behaviour of financial returns.

← Back to Monte Carlo Simulation

11   The Next Step: Student-t and Skew-t

The Normal distribution gives us a useful mathematical foundation. But we have now seen why it can be too simple for financial returns.

The Student-t distribution provides heavier tails while remaining mathematically tractable.

The Skew-t distribution goes one step further by allowing the distribution to be asymmetric as well as heavy-tailed.

Normal  →  Student-t  →  Skew-t
This is particularly useful for financial modelling because we can move from a simple symmetric model toward one that can represent both extreme events and asymmetric downside risk.

Next: From Normal → Student-t → Skew-t

We will build the next page to explore these distributions interactively and see exactly what changes as we move away from the Normal assumption.

← Back to KerryTech