Jon Moshier / Notes / Breakeven Inflation Rates: T10YIE, T5YIE, and T5YIFR draft
Note · From the Notebook

Breakeven Inflation Rates: T10YIE, T5YIE, and T5YIFR

How the three FRED breakeven series relate, why the forward rate is bootstrapped from the other two, and what risk and liquidity premiums do to the signal.

Three FRED series, one mechanism. T5YIE, T10YIE, and T5YIFR all come from the same trade: subtract the yield on inflation-protected Treasuries from the yield on ordinary Treasuries of the same maturity. The difference is what the bond market is implicitly pricing for future inflation. They are not three independent readings. The third is built from the first two.

The shared mechanism

The breakeven inflation rate is the nominal Treasury yield minus the TIPS yield at the same maturity. TIPS pay a fixed real coupon and have their principal adjusted by CPI, so their yield is a real yield. An ordinary Treasury yield is nominal: real return plus whatever inflation the market expects plus risk compensation. Subtract one from the other and the inflation piece falls out.

The number is the average annual inflation rate that would leave an investor indifferent between the two bonds over the term. Above it, TIPS win; below it, the nominal bond wins. Hence “breakeven.”

Both are daily series the St. Louis Fed computes from Treasury constant-maturity data sourced directly from the U.S. Treasury.

Why the three are the same object

The 10-year window contains the 5-year window. The market’s 10-year expectation is a compound of what it expects over years 0 to 5 and what it expects over years 5 to 10. Write the breakevens as gross rates and the relationship is exact:

(1 + b10)^10  =  (1 + b5)^5  ×  (1 + f)^5

Solve for f, the 5-year-5-year forward, and you get T5YIFR:

f = [ (1 + b10)^10 / (1 + b5)^5 ]^(1/5)  −  1

This is the exact formula FRED publishes: (((((1+b10)^10)/((1+b5)^5))^0.2)-1)*100, with b10 and b5 the 10- and 5-year breakevens. T5YIFR is not measured. It is bootstrapped from T5YIE and T10YIE. So the answer to “are they related” is stronger than related: given any two of the three, the third is determined.

What T5YIFR isolates is the far half of the curve, average inflation over the five years that begin five years out. That matters because the near 5 years are dominated by transient shocks — energy spikes, tariff pass-through, supply disruptions — that the market expects to fade. T5YIFR nets those out. If T5YIE jumps but T5YIFR holds flat, the market is saying “higher now, back to normal later.” That gap is the whole reason the forward rate exists. See [private link].

What contaminates the signal

A breakeven is not a clean forecast. It is expected inflation plus two premiums that move over time, often in opposite directions, per the Fed’s Tips from TIPS work.

The [private link] is extra yield investors demand on nominal bonds for bearing the risk that inflation overshoots. It pushes breakevens above true expected inflation. Its size is contested and model-dependent: some no-arbitrage estimates put the 10-year version small, on the order of 10 to 20 basis points depending on the expected-inflation proxy, while other models put it higher or occasionally negative.

The TIPS liquidity premium runs the other way. TIPS trade in a thinner market than nominal Treasuries, so investors demand extra real yield to hold them, which drags breakevens below true expectations. This one is large and volatile: as high as ~100 bp when TIPS were first issued in the late 1990s, spiking to roughly 300 bp during the 2008 financial crisis when investors dumped TIPS for cash, then compressing to ~10 bp in calmer periods.

The two run in opposite directions, but they are not the same size. In calm markets the liquidity premium compresses to a handful of basis points, so it roughly offsets the small risk premium and breakevens track expectations reasonably well. The signal holds because both premiums are small when conditions are normal, not because a large offset is reliably maintained. In a liquidity crunch that balance breaks: the liquidity premium blows out while the risk premium barely moves, and a falling breakeven can signal a TIPS fire sale rather than genuine disinflation. Late 2008 is the textbook case: breakevens briefly implied deflation that never came.

How to read them

Try it

Reconstruct T5YIFR from the other two (1 hour, Python + FRED API). Pull T5YIE and T10YIE from the FRED API (free key) into pandas. Compute f = ((1 + b10/100)**10 / (1 + b5/100)**5)**0.2 - 1 and multiply by 100. Pull T5YIFR directly and diff the two series. They should match to rounding. What you are confirming: the forward rate carries no information beyond the two breakevens it is built from. Then plot all three since 2003 and find the moments T5YIE and T5YIFR diverge most. The 2022 gap looks like the market separating a temporary shock from a permanent shift. The 2008 gap is a trap: the contamination section says much of it was the TIPS liquidity blowout, a premium artifact, not an expectation split. Same divergence, opposite cause. That is the lesson, a wide T5YIE-minus-T5YIFR gap is a question, not an answer.

See also

Sources

← All notes Read recent essays →