Downside Deviation

Downside Deviation

When trying to estimate downside risk (i.e., returns below the mean), we can use the following measures:

  • Semi-variance: The average squared deviation below the mean.
  • Semi-deviation (also known as semi-standard deviation): The positive square root of semi-variance.
  • Target semi-variance: The sum of the squared deviations from a specific target return.
  • Target semi-deviation: The square root of target semi-variance.

Sample Target Semi-deviation

The target semi deviation, \(s_{\text {Target }}\), is calculated as follows:

$$s_{\text {Target }}=\sqrt{ \sum_{\text {for all } X_{i} \leq B}^{n} \frac{\left(X_{i}-B\right)^{2}}{n-1}}$$

Where \(B\) is the target and \(n\) is the total number of sample observations.

Example: Target Downside Deviation

Yearly returns of an equity mutual fund are provided as follows.

$$
\begin{array}{c|c}
\textbf { Month } & \textbf { Return % } \\
\hline 2010 & 36 \% \\
\hline 2011 & 29 \% \\
\hline 2012 & 10 \% \\
\hline 2013 & 52 \% \\
\hline 2014 & 41 \% \\
\hline 2015 & 16 \% \\
\hline 2016 & 10 \% \\
\hline 2017 & 23 \% \\
\hline 2018 & -10 \% \\
\hline 2019 & -19 \% \\
\hline 2020 & 2 \% \\
\end{array}
$$

What is the target downside deviation if the target return is 20%?

Solution

$$
\begin{array}{c|c|c|c|c}
\textbf { Month } & \begin{array}{c}
\textbf { Return } \\
\%
\end{array} & \begin{array}{c}
\textbf { Deviation } \\
\textbf { from the 20% } \\
\textbf { target }
\end{array} & \begin{array}{c}
\textbf { Deviation } \\
\textbf { below the } \\
\textbf { target }
\end{array} & \begin{array}{c}
\textbf { Squared } \\
\textbf { deviations } \\
\textbf { below the } \\
\textbf { target }
\end{array} \\
\hline 2010 & 36.00 & 16.00 & – & – \\
\hline 2011 & 29.00 & 9.00 & – & – \\
\hline 2012 & 10.00 & (10.00) & (10.00) & 100 \\
\hline 2013 & 52.00 & 32.00 & – & \\
\hline 2014 & 41.00 & 21.00 & – & \\
\hline 2015 & 16.00 & (4.00) & (4.00) & 16 \\
\hline 2016 & 10.00 & (10.00) & (10.00) & 100 \\
\hline 2017 & 23.00 & 3.00 & – & \\
\hline 2018 & (10.00) & (30.00) & (30.00) & 900 \\
\hline 2019 & (19.00) & (39.00) & (39.00) & 1,521 \\
\hline 2020 & 2.00 & (18.00) & (18.00) & 324 \\
\hline {\text { Sum }} & {}&{}&{}&{\textbf{2,961}}\\
\end{array}
$$

Here \(n = 11 – 1 = 10\) so that:

$$\text{Target semi-deviation} = \left(\frac{2961 }{10}\right)^{0.5} = 17.21\%$$

Coefficient of Variation

The coefficient of variation, \(CV\), is a measure of spread that describes the amount of variability of data relative to its mean. It has no units, so we can use it as an alternative to the standard deviation to compare the variability of data sets that have different means. The coefficient of variation is given by:

$$ \text{CV} = \cfrac {S}{\bar{X}} $$

Where:

\(S\) = The standard deviation of a sample.

\(\bar{X}\) = The mean of the sample.

Note: The formula can be replaced with \(\frac{σ}{μ}\) when dealing with a population.

Procedure to Follow While Calculating the Coefficient of Variation:

  1. Compute the mean of the data.
  2. Calculate the sample standard deviation of the data set, \(S\).
  3. Find the ratio of \(S\) to the mean, \(x̄\).

Example: Coefficient of Variation

What is the relative variability for the samples 40, 46, 34, 35, and 45 of a population?

Solution

Step 1: Calculate the mean.

$$ \text{Mean} =\cfrac {(40 + 46 + 34 + 35 + 45)}{5} =\cfrac {200}{5} = 40 $$

Step 2: Calculate the sample standard deviation. (Start with the variance, \(S^2\).)

$$ \begin{align*} S^2 & =\cfrac {{(40 – 40)^2 + … + (45 – 40)^2 }}{4} \\ &=\cfrac {122}{4} \\ & = 30.5 \\ \end{align*} $$

Note: Since it is the sample standard deviation (not the population standard deviation), we use \(n – 1\) as the denominator.

Therefore,

$$ S = \sqrt{30.5} = 5.52268 $$

Step 3: Calculate the ratio.

$$ \text{Ratio} =\cfrac {5.52268}{40} = 0.13806 \text{ or } 13.81\% $$

Interpreting the Coefficient of Variation

In finance, the coefficient of variation is used to measure the risk per unit of return. For example, imagine that the mean monthly return on a T-Bill is 0.5% with a standard deviation of 0.58%. Suppose we have another investment, say, Y, with a 1.5% mean monthly return and standard deviation of 6%, then,

$$ \text{CV}_{\text T-\text {Bill}} =\cfrac {0.58}{0.5} = 1.16 $$

$$ \text{CV}_\text{Y} =\cfrac {6}{1.5} = 4 $$

Interpretation: The dispersion per unit monthly return of T-Bills is less than that of Y. Therefore, investment Y is riskier than an investment on T-Bills.

Question

If a security has a mean expected return of 10% and a standard deviation of 5%, its coefficient of variation is closest to:

  1. 0.005.
  2. 0.500.
  3. 2.000.

Solution

The correct answer is B.

$$ \text{CV} = \cfrac {S}{\text x̄} = \cfrac {0.05}{0.10} = 0.5$$

Where:

\(S\) = The standard deviation of the sample.

\(x̄\) = The mean of the sample.

A is incorrect. It assumes the following calculation.

$$CV=\frac{0.05}{10}=0.005$$

C is incorrect. It assumes the following calculation.

$$CV=\frac{10}{5}=2$$

Shop CFA® Exam Prep

Offered by AnalystPrep

Featured Shop FRM® Exam Prep Learn with Us

    Subscribe to our newsletter and keep up with the latest and greatest tips for success
    Shop Actuarial Exams Prep Shop Graduate Admission Exam Prep


    Sergio Torrico
    Sergio Torrico
    2021-07-23
    Excelente para el FRM 2 Escribo esta revisión en español para los hispanohablantes, soy de Bolivia, y utilicé AnalystPrep para dudas y consultas sobre mi preparación para el FRM nivel 2 (lo tomé una sola vez y aprobé muy bien), siempre tuve un soporte claro, directo y rápido, el material sale rápido cuando hay cambios en el temario de GARP, y los ejercicios y exámenes son muy útiles para practicar.
    diana
    diana
    2021-07-17
    So helpful. I have been using the videos to prepare for the CFA Level II exam. The videos signpost the reading contents, explain the concepts and provide additional context for specific concepts. The fun light-hearted analogies are also a welcome break to some very dry content. I usually watch the videos before going into more in-depth reading and they are a good way to avoid being overwhelmed by the sheer volume of content when you look at the readings.
    Kriti Dhawan
    Kriti Dhawan
    2021-07-16
    A great curriculum provider. James sir explains the concept so well that rather than memorising it, you tend to intuitively understand and absorb them. Thank you ! Grateful I saw this at the right time for my CFA prep.
    nikhil kumar
    nikhil kumar
    2021-06-28
    Very well explained and gives a great insight about topics in a very short time. Glad to have found Professor Forjan's lectures.
    Marwan
    Marwan
    2021-06-22
    Great support throughout the course by the team, did not feel neglected
    Benjamin anonymous
    Benjamin anonymous
    2021-05-10
    I loved using AnalystPrep for FRM. QBank is huge, videos are great. Would recommend to a friend
    Daniel Glyn
    Daniel Glyn
    2021-03-24
    I have finished my FRM1 thanks to AnalystPrep. And now using AnalystPrep for my FRM2 preparation. Professor Forjan is brilliant. He gives such good explanations and analogies. And more than anything makes learning fun. A big thank you to Analystprep and Professor Forjan. 5 stars all the way!
    michael walshe
    michael walshe
    2021-03-18
    Professor James' videos are excellent for understanding the underlying theories behind financial engineering / financial analysis. The AnalystPrep videos were better than any of the others that I searched through on YouTube for providing a clear explanation of some concepts, such as Portfolio theory, CAPM, and Arbitrage Pricing theory. Watching these cleared up many of the unclarities I had in my head. Highly recommended.