Skip to content

Portfolio Return & Risk

16 formulas

Portfolio formulas measure what a portfolio earned relative to the risk it carried. Performance ratios (Sharpe, Sortino, Treynor, information ratio, Jensen's alpha) reward return per unit of risk; return statistics (arithmetic and geometric means, coefficient of variation, covariance, correlation) describe the inputs; portfolio variance combines assets by weight and correlation; and downside measures (historical and parametric value at risk, maximum drawdown) size the losses an investor should be prepared to absorb.

Performance Measures

Sharpe Ratio

Excess return per unit of total volatility. Computes the mean of the return series, subtracts the risk-free rate, and divides by the sample standard deviation of returns.

Sharpe=RpRfσp\text{Sharpe} = \frac{\overline{R_p} - R_f}{\sigma_p}

Sortino Ratio

Mean return minus the per-period target, divided by target downside deviation. Downside deviation is the square root of the average squared shortfall across all n observations, including zeros above target.

Sortino=RRf1ni=1nmin(0,RiRf)2\text{Sortino} = \frac{\overline R-R_f}{\sqrt{\frac{1}{n}\sum_{i=1}^{n}\min(0,R_i-R_f)^2}}

Treynor Ratio

Excess return per unit of systematic (market) risk. Numerator is the same as Sharpe; denominator is beta instead of total volatility.

Treynor=RpRfβp\text{Treynor} = \frac{R_p - R_f}{\beta_p}

Information Ratio

Active return per unit of tracking error. Numerator is the mean excess return over the benchmark; denominator is the standard deviation of those excess returns (the tracking error).

IR=RpRbσ(RpRb)IR = \frac{\overline{R_p - R_b}}{\sigma(R_p - R_b)}

Jensen's Alpha

The return a portfolio earned above what CAPM says its beta deserved: actual return minus the risk-free rate plus beta times the market premium. Positive alpha is skill (or luck); zero is what an index fund with the same beta delivers.

α=Rp[Rf+β(RmRf)]\alpha = R_p - \left[R_f + \beta (R_m - R_f)\right]

Return Statistics

Portfolio Variance

Downside Risk