CVaR-based Portfolio Optimization
A risk-based optimal portfolio seeks to maximize expected returns while minimizing the variability of potential outcomes. By analyzing the expected return and the dispersion of possible returns, investors can identify portfolios that align with their risk tolerance and financial goals. The dispersion of potential outcomes is often referred to as risk, and the metric used to quantify this dispersion is called a risk measure. Throughout this document, we will use the terms "dispersion" and "risk measure" interchangeably.
The dispersion measure can be defined in many ways. Well-known examples are
- Volatility (standard deviation)
- Variance
- Conditional Value-at-Risk (CVaR)
Furthermore, various portfolio optimization strategies for a given dispersion measure can be chosen. Examples are:
- Minimum risk portfolio (Min Risk): efficient portfolio at the most left of the efficient frontier
- Maximum Diversification Portfolio (Max Diverse): minimum risk portfolio under the constraint of a maximization of the diversification
- Maximum of Sharpe ratio (Max Sharpe): portfolio with the highest expected excess rate of return per unit of risk
- Minimization of risk for a targeted portfolio return (Risk): portfolio on the efficient frontier corresponding to a given expected portfolio return
- Diversified portfolio for targeted expected rate of return (Diverse): diversified portfolio targeting an expected portfolio return while trying to stay on the efficient frontier
Conditional Value-at-Risk (CVaR) optimization is a risk management technique used to minimize the potential for large losses in a portfolio of investments. CVaR, also called the Expected Shortfall, is a measure of the average loss that can be expected in the worst-case scenario. It is a more sophisticated measure of risk than traditional Value-at-Risk (VaR), which only considers the probability of a loss exceeding a certain threshold.
In mathematical terms, if X is the payoff of the portfolio, then the CVaR of a given level q is defined as:
Loading...
CVaR takes into account the magnitude of potential losses and focuses on reducing the expected loss in the worst-case scenario. As a result, the CVaR optimizer will tend to pick instruments that have a lower probability of large losses. This may mean that the optimizer picks instruments that are less volatile.
In this graph, the x-axis represents the potential loss, and the y-axis represents the probability of that loss occurring. The CVaR is the average of the losses that exceed the VaR such that the CVaR is greater than the VaR. This is because the CVaR takes into account the magnitude of potential losses, not just the probability of a loss exceeding a certain threshold. This means that the CVaR is a more conservative measure of risk than the VaR.
The advantages of CVaR optimization:
- It is a more accurate measure of tail risk. CVaR considers the entire distribution of potential losses, not just the probability of a loss exceeding a certain threshold. This makes it a more accurate measure of risk, especially for portfolios with a high probability of large losses.
- It is more coherent with risk aversion. CVaR is a coherent risk measure, which means that it is consistent with the principle of risk aversion. This means that portfolios with lower CVaR are always considered to be less risky than portfolios with higher CVaR.
- It is more robust to changes in the distribution of returns. CVaR is less sensitive to changes in the distribution of returns than VaR. This makes it a more reliable measure of risk in situations where the distribution of returns is unknown or uncertain.
In the sequel we shall first explain each optimization strategy before showing the differences between the optimization strategies and their implications.
This optimization strategy represents the efficient frontier's leftmost extreme, offering the minimum possible risk among all efficient portfolios. It is a frequently employed strategy by professional investors who prioritize risk mitigation over maximizing returns.
In their seminal 2008 paper "Toward Maximum Diversification", Yves Choueifaty and Yves Coignard introduced a novel approach to portfolio diversification that challenges traditional methods.They argue that maximizing diversification should involve minimizing the contribution of the portfolio's least diversified holdings, rather than simply focusing on the average volatility of the assets:
The central idea of their approach is encapsulated in the following formula:
Loading...
where:
- w is the portfolio weight (and T denotes its transpose)
- ∑ is the covariance matrix
This formula essentially measures the ratio of the average volatility of the individual assets to the overall portfolio volatility. A higher diversification ratio indicates a more diversified portfolio. By maximizing this ratio, the authors propose a method to construct a "Most Diversified Portfolio" (MDP).
The key insight of Choueifaty and Coignard's work is that traditional diversification methods, like minimizing portfolio variance, can lead to concentrated portfolios if some assets have very low volatility. This is because these low-volatility assets may appear to reduce portfolio risk even if they are highly correlated with other holdings. The MDP approach, on the other hand, explicitly focuses on reducing the contribution of the least diversified assets, leading to a more balanced and robust portfolio.
The paper demonstrates that the MDP exhibits several desirable properties, including:
- Superior risk-adjusted returns: Compared to traditional methods, the MDP often leads to higher Sharpe ratios.
- Reduced concentration risk: The MDP avoids excessive concentration in a few assets, even if they have low volatility.
- Robustness to estimation errors: The MDP is less sensitive to errors in estimating asset correlations and volatilities.
This strategy combines the minimization of risk while maximizing the diversification ratio and is thus a compromise between a diversified portfolio (aka assets which a decoupled from each other from a volatility perspective) and a portfolio which minimizes risk.
This strategy corresponds to 'Risk' and is widely used for portfolio optimization and generates portfolios that fall along the efficient frontier.
The user needs to specify the desired expected rate of return. This value must be within the range of expected returns, from the minimum-risk portfolio to the highest-return portfolio among the components. If the input value falls outside this range, it will automatically be adjusted to the nearest limit.
This strategy corresponds to 'Diverse' and looks for the optimal diversified portfolio for targeted a given expected rate of return. The optimized portfolio will be close to the one found by strategy 'Risk' but with an improved diversity.
The Sharpe ratio is defined as
Loading...
where R is portfolio expected rate of return, r_f is the risk-free rate and \rho is the dispersion of portfolio rate of return.
This strategy corresponding to 'Sharpe' identifies the portfolio that has the highest expected excess rate of return relative to the amount of risk the investor assumes. It is a widely preferred strategy among investors seeking to maximize their returns while managing risk.
Metric | Value |
---|---|
Mean | 4.67% |
Maximum | 24.5% |
90th Percentile | 7.98% |
Third Quartile | 6.03% |
Median | 4.66% |
First Quartile | 2.78% |
10th Percentile | 0.71% |
Minimum | -5.2% |