Quant Memo
Core

Annualisation Conventions and Their Pitfalls

Turning a daily Sharpe ratio into an annual one means picking a day count and assuming returns are independent. Both choices are usually wrong by enough to flip a manager ranking.

Prerequisites: Sharpe Ratio

Two funds pitch you on the same day. Both trade market-neutral, both report a Sharpe ratio computed from daily returns of 0.10. Fund A's tear sheet says its annualised Sharpe is 1.91. Fund B's says 1.59. On paper Fund A looks 20% better. It isn't — Fund A trades crypto and multiplied by the square root of 365, because crypto markets never close. Fund B trades equities and multiplied by the square root of 252, the count of US trading days. Identical skill, identical daily number, a 20% gap manufactured entirely by which calendar you picked.

That is the easy mistake, the one you can catch by asking "252 or 365?" The expensive mistake is quieter: annualising as if daily returns were independent, when they usually aren't.

Where the formula breaks

The standard move scales a daily Sharpe ratio by N\sqrt{N} to get an annual one, where NN is the number of trading periods in a year. That scaling is only correct if returns from one day to the next are uncorrelated — each day is a fresh coin flip. A strategy that holds positions for several days, marks them with any lag, or trades on a signal that itself decays slowly will show positive autocorrelation in its daily P&L. Positive autocorrelation means the "252 independent days" you're assuming are really something closer to 200 independent draws wearing daily clothes, and the naive N\sqrt{N} rule overstates how much the Sharpe ratio improves by averaging.

Lo's correction replaces N\sqrt{N} with a smaller multiplier once lag-1 autocorrelation ρ\rho is accounted for:

multiplier    N1ρ1+ρ.\text{multiplier} \;\approx\; \sqrt{N}\,\sqrt{\frac{1-\rho}{1+\rho}}.

In words: still scale by the square root of the number of periods, then shrink that by a factor driven by how strongly today's return predicts tomorrow's.

Worked example

A trend strategy rebalances weekly but marks daily, so consecutive daily returns carry ρ=0.15\rho = 0.15 — a realistic figure for a slower, higher-turnover-lag book. Daily Sharpe is 0.10, N=252N = 252.

Naive annualisation: 0.10×252=1.590.10 \times \sqrt{252} = 1.59.

Corrected: multiplier is 252×0.85/1.15=15.87×0.860=13.65\sqrt{252} \times \sqrt{0.85/1.15} = 15.87 \times 0.860 = 13.65, giving an annual Sharpe of 0.10×13.65=1.370.10 \times 13.65 = 1.37.

ConventionAnnual SharpeGap vs. correct
Naive, 252 days, no autocorrelation adjustment1.59+16%
Naive, 365 days (wrong calendar for this desk)1.91+39%
Lo-corrected, ρ=0.15\rho = 0.151.37

Two convention choices — day count and independence — stack into a 39% overstatement on a strategy that, corrected, is a perfectly respectable but unremarkable 1.37.

252d naive 365d naive corrected 1.59 1.91 1.37
Same daily return stream, three annualised Sharpe ratios. Only the shortest bar accounts for both the calendar and the autocorrelation.

A second, unrelated trap sits in total-return annualisation rather than Sharpe: compounding. A strategy averaging 2% per month arithmetically is not "24% a year." Compounded, (1.02)121=26.8%(1.02)^{12} - 1 = 26.8\%. At low volatility the gap is cosmetic; at high volatility, where monthly returns swing between +8% and −6%, arithmetic averaging and geometric compounding can disagree by several percentage points, and only the compounded figure is what actually landed in the account.

An annualised Sharpe ratio is a stated calendar convention plus an independence assumption, not a single objective number. Two desks quoting "annualised Sharpe" are not necessarily measuring the same thing.

The classic confusion is ranking managers by annualised Sharpe ratios computed under different day counts or different implicit independence assumptions, then attributing the gap to skill. Before comparing two numbers, check what NN was used and whether either return series shows meaningful serial correlation. A strategy with slow-decaying signals or lagged marks will always look better under the naive rule than the corrected one — and the naive rule is the default in most backtesting libraries.

Quick test for autocorrelation risk: if the strategy's typical holding period is longer than one rebalance interval, or if positions are marked with any staleness, assume ρ\rho is not zero and haircut the naive annualised Sharpe by roughly (1ρ)/(1+ρ)\sqrt{(1-\rho)/(1+\rho)} before trusting it.

The fix is procedural, not statistical: state the day count and the autocorrelation-adjusted multiplier next to every annualised number, and refuse to rank two strategies on Sharpe ratios computed under different conventions. See The Standard Error of the Sharpe Ratio for the companion problem of how uncertain that Sharpe estimate is in the first place.

Related concepts

Practice in interviews

Further reading

  • Lo, The Statistics of Sharpe Ratios
  • Bailey & López de Prado, The Sharpe Ratio Efficient Frontier
ShareTwitterLinkedIn