Summary
– The Information Ratio (IR) measures a manager’s average excess return over a benchmark relative to the volatility (inconsistency) of those excess returns. It answers two questions: did the manager beat the benchmark, and was that outperformance consistent?
– Formula: IR = (Portfolio Return − Benchmark Return) / Tracking Error
– Use the IR to evaluate active managers, compare funds that share the same benchmark, and judge whether outperformance reflects skill or luck.
Source: Investopedia — “Information Ratio (IR)”
1. What the Information Ratio Measures
– Numerator (excess return): The portfolio’s return minus the benchmark return over the chosen period.
– Denominator (tracking error): The standard deviation of the portfolio’s excess returns (how volatile the active returns are).
– Interpretation: A higher IR indicates more consistent, repeatable outperformance per unit of active risk. Negative IR indicates persistent underperformance relative to the benchmark.
2. The Formula and How to Think About It
– Basic formula:
IR = (Portfolio Return − Benchmark Return) / Tracking Error
– Plain English: “Average excess return per unit of variability in excess return.”
– If a fund beats the benchmark by 2% per year with a tracking error of 4% per year, IR = 0.5.
3. Frequency and Annualization (practical detail)
– Choose return frequency (daily, monthly, quarterly, annual). Most practitioners use monthly returns.
– To annualize from monthly data:
• Annualized excess return = mean(monthly excess returns) × 12
• Annualized tracking error = stddev(monthly excess returns) × sqrt(12)
• Annualized IR = (mean_monthly × 12) / (std_monthly × sqrt(12)) = (mean_monthly / std_monthly) × sqrt(12)
– If you use annual returns, do not further annualize—just compute mean and standard deviation across annual observations.
4. Step-by-step Calculation (Spreadsheet-friendly)
1) Select a benchmark appropriate to the strategy (e.g., S&P 500 for large-cap US equity funds).
2) Choose a time horizon and frequency (e.g., monthly returns, 5 years).
3) Gather returns series for portfolio and benchmark for each period.
4) Compute excess return for each period = PortfolioReturn_t − BenchmarkReturn_t.
5) Compute mean excess return = average(excess returns).
6) Compute tracking error = standard deviation(excess returns). If using monthly data, multiply by sqrt(12) to annualize.
7) Compute IR = (annualized mean excess return) / (annualized tracking error).
– Spreadsheet formulas (assuming monthly excess returns in column C rows 2:n):
• Mean monthly excess: =AVERAGE(C2:Cn)
• Std dev monthly excess: =STDEV.S(C2:Cn)
• Annualized mean = mean_monthly * 12
• Annualized TE = std_monthly * SQRT(12)
• IR = (annualized mean) / (annualized TE)
5. Short numeric example
– Monthly data: mean excess = 0.16% (0.0016), std dev of excess = 0.5% (0.005).
– Annualized mean = 0.0016 × 12 = 0.0192 (1.92%)
– Annualized TE = 0.005 × sqrt(12) = 0.01732 (1.732%)
– IR = 1.92% / 1.732% = 1.11
6. Practical Interpretation and Heuristics
– General rules of thumb (context-dependent):
• IR 1.00: excellent — rare, indicates strong and consistent active skill
– Use these as guidelines; acceptable IR depends on asset class, benchmark volatility, and investment horizon.
7. Comparing IRs — What’s Required
– Only compare IRs among funds that:
• Use the same benchmark or very similar investable universe
• Use the same return frequency and same look-back period
– Misleading comparisons occur when benchmarks, frequencies, or periods differ.
8. Limitations and Warnings
– Sensitive to period and sampling error: short histories produce noisy IRs.
– Benchmark selection matters: an inappropriate benchmark can make a skilled manager look bad (or vice versa).
– Assumes normally distributed returns and stable behavior; extreme events, skewness, fat tails, or style drift reduce reliability.
– Does not capture fees directly—use net-of-fee returns for investor-relevant IRs.
– Survivorship bias: reported IRs may come from funds that survived; closed/failed funds are often excluded from published histories.
– Can be gamed by leverage, concentrated positions, or changing risk-taking behavior.
9. IR vs. Sharpe Ratio — Key Differences
– Sharpe ratio = (Portfolio Return − Risk-free Rate) / Total volatility (std dev of portfolio returns). Measures reward per unit of total risk.
– Information ratio = (Portfolio Return − Benchmark Return) / Tracking error. Measures reward per unit of active risk (volatility of excess returns).
– Use Sharpe to evaluate absolute risk-adjusted performance; use IR to evaluate skill vs. a benchmark and the consistency of active decisions.
10. Linking to Active Management Theory
– Fundamental Law of Active Management (brief): IR ≈ Information Coefficient (IC) × sqrt(Breadth). This relates a manager’s skill (IC) and number of independent bets (breadth) to expected IR. It shows IR can be improved by either better forecasting skill or more independent opportunities.
11. Practical Steps for Investors (How to Use IR in Decision-making)
1) Decide the benchmark that matches the fund’s mandate.
2) Require returns net of fees if assessing investor outcomes.
3) Use at least 3–5 years of data for a more stable IR; longer (5–10 years) if available and relevant.
4) Compare IR to peer funds with the same benchmark and similar mandate.
5) Consider IR alongside other metrics: active share, expense ratio, downside risk measures, Sharpe ratio, maximum drawdown, and qualitative factors (strategy, manager tenure).
6) Watch for changing IR over time—rising or falling IRs can indicate improvement or deterioration of skill/edge.
7) Be skeptical of very high IRs in short samples—check for consistency and survivorship bias.
12. Example: Interpreting a Real-World IR
– Investopedia’s example: Fidelity Contrafund (FCNTX) vs. S&P 500 over 2015–2024 had an IR ≈ 0.55 (annualized), indicating good and relatively consistent active performance vs. that benchmark over that period. Different look-back windows gave slightly different IRs (3-year = 0.72, 5-year = 0.53), illustrating sensitivity to period.
13. Quick Checklist for Calculating IR (your IR shortcut)
– Use monthly excess returns
– Compute mean and std dev
– Annualize mean by ×12 and std dev by ×sqrt(12)
– Divide annualized mean by annualized std dev
14. The Bottom Line
– The Information Ratio is a practical, widely used measure for assessing whether active managers are adding consistent value relative to a benchmark. It’s most useful when calculated and compared consistently across funds with the same benchmark and over sufficiently long horizons. Use IR as one tool among many, and always consider fees, benchmark choice, data quality, and statistical noise before drawing strong conclusions.
References
– Investopedia: “Information Ratio (IR)”
– Grinold, Richard C., and Ronald N. Kahn. “Active Portfolio Management: A Quantitative Approach for Producing Superior Returns and Selecting Superior Returns.” (for Fundamental Law discussion)
Editor’s note: The following topics are reserved for upcoming updates and will be expanded with detailed examples and datasets.