Assume we have a portfolio with Sharpe ratio of
.
What is the probability of the portfolio losing value over a 4 year time horizon?
We have to make some assumptions before we can find an answer. A common, albeit unrealistic assumption is that the portfolio returns are normally distributed. Denote the returns of the portfolio over the years by and assume that returns are independent.
To answer the question let’s first reduce the problem to one period. The Sharpe ratio is defined as the risk adjusted return over one year
Assuming that is Gaussian with mean
and
we are interested in the probability of a loss which can be rewritten as
This is helpful! The random variable is a standard normal distribution, i.e.
and its cumulative distribution function can be easily computed using the statistical software of our choice. We now write the above problem
Using, for example, the statistical software R
this can be calculated as pnorm(-1)=0.159
(up to three digits).
Now for the answer for 4 year period. The new random variable of interest is given by the portfolio . We need to calculate the expectation and variance of
, subsequently we can proceed as before
that is . The 4 year loss probability can be calculated as
because we know ! The final answer is thus
pnorm(-2) = 0.0228
.