Methodology & Concepts
Transparent documentation of the mathematics, academic foundations, and data sources powering our optimizer.
Modern Portfolio Theory (MPT)
Our optimization engine implements Mean-Variance Optimization (MVO), first introduced by Harry Markowitz in his seminal 1952 paper(Markowitz, 1952). This mathematical framework constructs portfolios by quantifying the trade-off between expected return and risk (variance), enabling investors to maximize returns for a given level of risk tolerance.
Core Calculations
Expected Portfolio Return
The portfolio's expected return is the weighted sum of individual asset expected returns. Each weight represents the proportion of capital allocated to that asset.
Portfolio Variance
Total portfolio risk accounts for both individual asset variances and the covariances between all asset pairs—the key insight of diversification.
The Efficient Frontier
The Efficient Frontier is the set of optimal portfolios offering the highest expected return for each level of risk. Portfolios below this curve are dominated—they provide inferior returns for equivalent risk. Rational investors should only hold portfolios on or above this frontier (Markowitz, 1959).
Optimization Objectives
Maximum Sharpe Ratio
Finds the portfolio with the highest risk-adjusted return—the tangency portfolio where the Capital Market Line touches the efficient frontier.
Minimum Variance
Constructs the lowest-risk portfolio possible given the asset universe, regardless of expected returns.
Risk Parity
Allocates weights such that each asset contributes equally to total portfolio risk.