Quant GT
Browse all lessons
Section 22 · Lesson 22.3

Sharpe, Sortino, and Information Ratio

Risk-adjusted performance measures and how they differ.

Three risk-adjusted return measures sit on every quant's dashboard.

Sharpe ratio is excess return per unit of total volatility:

Sharpe=E[RRf]σ\mathrm{Sharpe} = \frac{E[R - R_f]}{\sigma}

Sortino is similar but only penalizes downside volatility:

Sortino=E[RRf]σdownside\mathrm{Sortino} = \frac{E[R - R_f]}{\sigma_{\text{downside}}}

It's preferred when returns are heavily skewed and upside variance shouldn't be punished.

Information ratio (IR) measures active return per unit of tracking error:

IR=E[RRb]σ(RRb)\mathrm{IR} = \frac{E[R - R_b]}{\sigma(R - R_b)}

where RbR_b is the benchmark. It's the right measure when you're judged on outperforming an index.

A daily Sharpe of 11 annualizes to 25216\sqrt{252} \approx 16. Annualizing also magnifies the noise in your estimate — small samples produce wildly variable Sharpe estimates, so confidence intervals matter.