Modern Portfolio Theory
Modern Portfolio Theory (MPT), introduced by Harry Markowitz in his seminal 1952 paper, provides a mathematical framework for constructing portfolios that maximize expected return for a given level of risk. MPT formalized the intuition that diversification reduces risk and established the foundation for quantitative portfolio management.
Overview
The central idea of MPT is that an investor can construct a portfolio of multiple assets that collectively has lower risk than any individual asset, given that assets are not perfectly correlated. The theory introduces the concept of the efficient frontier -- the set of portfolios that offer the highest expected return for each level of risk.
MPT assumes that investors are rational and risk-averse: given two portfolios with the same expected return, a rational investor will prefer the one with lower variance. The framework reduces the portfolio selection problem to a quadratic optimization over the weight vector.
Key Inputs
- -- The vector of portfolio weights, where is the fraction of capital allocated to asset . Weights must sum to 1:.
- -- The vector of expected returns for each asset. Typically estimated from historical data, CAPM, or factor models.
- -- The covariance matrix of asset returns. This symmetric positive-semidefinite matrix captures both individual asset volatilities and pairwise correlations.
Mathematical Formulation
Portfolio Expected Return
The expected return of a portfolio is the weighted average of individual asset expected returns:
Portfolio Variance
The portfolio variance captures the combined effect of individual volatilities and correlations:
When , the portfolio variance is less than the weighted sum of individual variances -- this is the mathematical basis of diversification.
Optimization Problem
The mean-variance optimization problem minimizes portfolio variance subject to a target return and the budget constraint:
Where is the target portfolio return. Solving this for all feasible values of traces out the efficient frontier.
Notation Summary
- -- Weight vector
- -- Expected return vector
- -- Covariance matrix
- -- Portfolio expected return
- -- Portfolio variance
- -- Correlation between assets and
- -- Number of assets
- -- Target portfolio return
Efficient Frontier Visualization
The chart below shows the efficient frontier (upper curve), inefficient frontier (lower curve), Capital Allocation Line (CAL), individual assets, the risk-free point, and the tangency portfolio. Data is loaded from the precomputed efficient frontier dataset.
Key Assumptions
- Mean-variance preferences: Investors evaluate portfolios solely based on expected return and variance (or standard deviation).
- Risk aversion: Investors prefer less risk for the same expected return; they are concave utility maximizers.
- Single period: The model considers a single investment horizon with no intermediate rebalancing.
- Normal (or elliptical) returns: Mean-variance analysis is exact when returns are multivariate normal; otherwise it is an approximation.
- Known parameters: Expected returns and the covariance matrix are known with certainty (in practice they must be estimated).
- No transaction costs or taxes: Trading is frictionless.
- Infinitely divisible assets: Any fractional position is possible.
Criticisms & Extensions
| Criticism | Extension |
|---|---|
| Extreme sensitivity to expected return estimates | Black-Litterman model; shrinkage estimators; robust optimization |
| Concentrated, unstable portfolios | Regularization; weight constraints; resampled efficiency |
| Variance is a symmetric risk measure (penalizes upside) | Downside risk measures (semi-variance, CVaR, CDaR) |
| Normality assumption violated in practice | Higher-moment optimization; copula models |
| Static single-period framework | Multi-period dynamic programming; stochastic control |
| Ignores estimation error in covariance matrix | Ledoit-Wolf shrinkage; factor models; random matrix theory |
References
- Markowitz, H. (1952). Portfolio selection. Journal of Finance, 7(1), 77-91.
- Markowitz, H. (1959). Portfolio Selection: Efficient Diversification of Investments. John Wiley & Sons.