Building a Custom Benchmark
When no off-the-shelf index matches what a strategy actually does, the fix is to build a benchmark from the strategy's own investable universe and constraints — otherwise every performance comparison is measuring the wrong thing.
Prerequisites: Benchmark-Relative Versus Absolute Evaluation, Benchmark Selection for Backtests
A small-cap value strategy is benchmarked against the S&P 500. It beats it by 4% for the year — until someone points out small-cap value stocks as a group returned 9%, so the strategy actually underperformed its own style by 5%. The S&P 500 was never the right yardstick; it just happened to be the most familiar one. This is the single most common benchmark mistake, and the fix is to construct a benchmark that matches what the strategy actually invests in, not the index that's easiest to quote.
What a custom benchmark needs to match
A benchmark should mirror the strategy's investable universe as closely as possible, so that any remaining difference in return is attributable to the strategy's decisions rather than to being in a different part of the market entirely. That means matching: the asset universe (same sector, market-cap band, geography or asset class the strategy actually trades); the style tilt if one is structural to the mandate (value, growth, momentum, size); and any constraints the strategy operates under, such as long-only, sector caps or a currency-hedged mandate. A custom benchmark is typically built either by combining existing indices with fixed weights (e.g. 70% small-cap value index, 30% cash for a strategy that holds structural cash) or by defining a rules-based universe and weighting scheme directly, then rebalancing it on a fixed schedule so it can't drift into matching the strategy after the fact.
Worked example: blending two indices
A long-short equity strategy runs 60% net long exposure, tilted toward mid-cap value names, with the remainder in cash-like collateral. Rather than compare it to the S&P 500 (large-cap, blended style, 100% invested), build a custom benchmark as . If the mid-cap value index returned 12% and T-bills returned 5% over the period, the custom benchmark returns . If the strategy itself returned 10%, its active return against the custom benchmark is — a modest but genuine outperformance, compared to a misleadingly large-looking "underperformance" if measured against an index the strategy was never trying to replicate.
What this means in practice
Build and fix the custom benchmark before the performance period begins, document its construction rule, and rebalance it mechanically rather than discretionarily — otherwise it becomes just as easy to game as picking a flattering off-the-shelf index. Custom benchmarks are standard for strategies with no natural public index: multi-strategy books, quant factor sleeves, options overlays, or anything with a structural cash or hedge position. The tradeoff is that a custom benchmark is harder for outsiders to verify than a well-known index, so its construction rules should be transparent and auditable, not a black box that happens to move performance in the right direction.
A custom benchmark blends existing indices or defines a rules-based universe to match a strategy's actual investable universe, style tilt and constraints, so that active return reflects genuine skill rather than a mismatch between what the strategy holds and what the benchmark holds. Fix its construction rule before the fact and rebalance it mechanically.
A custom benchmark built or reweighted after seeing the strategy's holdings is not a benchmark — it's reverse-engineered flattery. If the weighting scheme changed after a bad quarter, or was chosen to include exactly the names the strategy happens to hold, treat the whole comparison with suspicion.
Related concepts
Practice in interviews
Further reading
- Grinold & Kahn, Active Portfolio Management, ch. 1
- CFA Institute, GIPS Standards Handbook, ch. 4