Efficient Frontier
The set of portfolios offering the highest return for each level of risk.
The efficient frontier is a curve in risk-return space representing portfolios that are 'mean-variance optimal'. Each point on the frontier offers the maximum expected return for its level of volatility (risk). Portfolios below the frontier are suboptimal because you could achieve higher return for the same risk or lower risk for the same return.
- Exact convex QP (primal active-set), not a grid-search approximation
- Long-only box constraints () on the public endpoint
- Covariance matrix must be positive definite (no ridge regularization)
- GMV closed form and tangency recover the unconstrained solutions when the box does not bind
- Expected returns estimated from the historical mean — the usual mean-variance input sensitivity applies
Sharpe Ratio
Risk-adjusted return: excess return divided by volatility.
Minimum Variance Portfolio
The portfolio with the lowest possible volatility.
Maximum Sharpe Portfolio
The portfolio with the highest risk-adjusted return.
Covariance Matrix
Captures how asset returns move together — the foundation of diversification.
Monte Carlo Simulation
Generating thousands of possible future scenarios through random sampling.
Portfolio Volatility
Standard deviation of portfolio returns — total risk including diversification effects.