Risk Reward Measures Flashcards
Performance Measures
- Sharpe Ratio
- Information Ratio
- Sortino Ratio
- Maximum Drawdown
- Calmar Ratio
Aspects of Performance Measures
In addition to profit/return a measure of risk is often incorporated e.g. the:
- standard deviation of returns (Sharpe)
- downside deviation (Sortino)
- maximum drawdown
You have in mind that low risk = consistent returns.
Sharpe Ratio
A measure of risk-adjusted return widely used in finance.
Mean(returns - interest rates) / standard deviation(returns - interest rates)
A higher Sharpe Ratio indicates a better risk-adjusted performance. It suggests that the investment or portfolio generates more return per unit of risk.
Information Ratio
Measurement of portfolio returns beyond the returns of a benchmark.
Mean(returns - benchmark returns) / standard deviation(returns - benchmarks returns)
Similar to Sharpe Ratio but allows benchmarks such as Treasury Bills or the S&P 500 index to compare to other opportunities.
A low tracking error means the portfolio is beating the index consistently over time.
A high tracking error means that the portfolio returns are more volatile over time and not as consistent in exceeding the benchmark.
Sortino Ratio
Variation of a Sharpe Ratio that differentiates harmful volatility from total overall volatility.
Mean(returns - MAR) / downside deviation(returns, MAR)
Downside Deviation
Root mean square of returns below the MAR.
Square returns, find mean, square root the result.
Subsets of DD.
- subset method: takes the root mean square only of those deviations where the return is below the MAR.
- full method: it includes a 0 in the root mean square for every return above the MAR, and the deviation below the MAR for every other return.
Maximum Drawdown
A measure of an asset’s largest price drop from a peak to a trough.
Cumulative Return
Multiplication of returns +1, and subtract one at the end.
Wealth Index
Same as cumulative return, except we do not subtract one.
max(cummax(wealthIndex)-wealthIndex)
Calmar Ratio
FinalCumulativeReturn / MaximumDrawdown