Treynor Ratio (invented by Jack Treynor, 1965) gauges how much excess return a portfolio delivers per unit of systematic risk (β). It answers the question:
"For each percentage point of market‐related risk I bear, how much am I paid above the risk-free rate?"
Symbol | Meaning |
---|---|
Annualised portfolio return | |
Risk-free rate (T-bill / repo) | |
Portfolio CAPM beta (relative volatility to market) |
Numerator → reward: excess return above risk-free.
Denominator → risk: only non-diversifiable (systematic) risk.
Contrast with Sharpe Ratio, which divides by total volatility (). Treynor fits best when portfolio is well-diversified and unsystematic risk ≈ 0.
From CAPM (Capital Asset Pricing Model):
If the portfolio lies on the Security-Market Line, its Treynor Ratio equals the market risk premium:
A higher implies positive Jensen's Alpha; lower implies under-performance.
1. Annual returns / β are already produced in compute_custom_metrics
.
2. Treynor is stored as:
treynor_ratio = annual_excess / portfolio_beta # beta from OLS; excess = R_p - R_f
Treynor Ratio | Interpretation (given same benchmark) |
---|---|
> MRP | Out-performed market on a β-adjusted basis |
≈ MRP | In-line with CAPM expectations |
< MRP | Under-performed for its level of market risk |
MRP = market risk premium = .
Ignores diversifiable risk — Ideal for well-diversified funds and assessing systematic risk exposure.
Comparable across funds — Directly compare funds with different total volatility but similar beta exposure.
Theoretical foundation — Aligns with CAPM theory and Security Market Line concepts.
Asset class assessment — More appropriate for evaluating portfolios within a specific asset class.
Manager skill insight — Provides clear view of a manager's ability to generate excess returns per unit of systematic risk.
Ignores idiosyncratic risk — Misleading if portfolio holds large non-systematic risk components.
Beta estimation sensitivity — Results highly dependent on beta calculation period and benchmark choice.
Risk asymmetry blindness — Ignores downside vs. upside risk differences that Sharpe & Sortino may capture.
Linear relationship assumption — Beta calculation assumes linear market relationship that may break during extreme conditions.
Backward-looking — Historical beta may not be representative of future systematic risk exposure.
Not ideal for standalone evaluation — Ignores total risk which matters to undiversified investors.
1. Evaluating managers within the same market segment
2. Comparing funds that are components of a broader diversified portfolio
3. When systematic risk is the primary concern for the investor
Metric | Fund A | Fund B |
---|---|---|
Return | 12 % | 14 % |
β | 0.8 | 1.3 |
5 % | 5 % |
Even though Fund B earns higher raw return, Fund A delivers more reward per unit of β-risk.
A measure of systematic risk that represents how an asset moves relative to the overall market.
Learn MoreA risk-adjusted performance measure that represents the average return on a portfolio above or below CAPM predictions.
Learn MoreA measure of risk-adjusted return that helps investors understand the return of an investment compared to its total risk.
Learn More