# How Interest Rates Affect Option Prices

Understand how discounting, forward prices, Rho, dividends, and the yield curve transmit interest-rate changes into option values, especially for long-dated contracts.

Canonical: https://wiki.fcontext.com/options/interest-rate-options-pricing/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

<a id="answer"></a>

## Direct answer

Interest rates affect options through the time value of the strike, the underlying's forward price, and discounting of future cash flows. Holding all other model inputs fixed, a higher rate generally raises a non-dividend-paying stock call's value and lowers the corresponding put's value. The effect is usually small for short-dated options but can be material for LEAPS, deep-in-the-money contracts, and large portfolios. **Rho** is the local sensitivity to a rate change; it is not a forecast and does not isolate the realized profit of a live position.

<a id="mechanism"></a>

## Discounting, forwards, and Rho

For European options, put-call parity is `C-P = S e^(-qT) - K e^(-rT)` and the forward is `F = S e^[(r-q)T]`. A higher `r` reduces the present value of paying strike `K` later and raises the forward when dividends `q` are unchanged. Both effects favor the call relative to the put. Models should use the zero rate or discount factor matching each cash-flow maturity, not one arbitrary overnight rate. A yield-curve move can be parallel, steepening, flattening, or localized, so different expiries need not reprice equally.

Rho is a derivative such as `∂V/∂r`. Platforms use different scaling: a displayed Rho may represent a 1.00 percentage-point move, while a raw model derivative may correspond to a full 1.00 change in decimal rate. Confirm the convention before multiplying.

<a id="example"></a>

## Two-year parity example

Let `S = $100`, `K = $100`, `T = 2` years, and ignore dividends. At `r = 2%`, `K e^(-rT) = 100e^(-0.02×2) = $96.08`, so parity gives `C-P = $3.92`. At `r = 5%`, the discounted strike is `$90.48` and `C-P = $9.52`. The rate change increases the call's value relative to the put by `$5.60` if spot and every other input truly remain fixed.

This is a controlled model comparison, not a predicted market profit. In reality the stock, dividend expectations, implied volatility, and yield curve may move simultaneously. For American equity options, early exercise also modifies exact European parity.

<a id="risks"></a>

## Model and risk checklist

- Match the discount curve to currency, valuation time, expiry, settlement, and compounding convention.
- Use continuously compounded rates only with formulas written for that convention; convert quoted yields correctly.
- Model dividends separately because a higher dividend yield pushes the equity forward in the opposite direction.
- Confirm whether Rho is per 1 percentage point, per basis point, or per unit decimal rate.
- Recalculate Delta, Gamma, Vega, Theta, and Rho after a shock; Greeks themselves change with inputs.
- Stress nonparallel yield-curve moves across expiries rather than shifting one scalar rate everywhere.
- Treat American calls and puts with an exercise-aware model, especially around dividends and for deep-in-the-money puts.
- Separate model value from executable Bid/Ask prices, financing spreads, stock borrow, margin, and transaction costs.
- For rate products, distinguish an option on a bond price, yield, futures contract, or interest rate; their payoff directions differ.
- Record the curve source and timestamp so valuation differences can be reproduced.

<a id="misconceptions"></a>

## Common misconceptions

- “Rates rise, so every call must gain.” Other inputs and the underlying can dominate Rho.
- “Rho is constant.” It changes with spot, volatility, time, rates, and moneyness.
- “The Federal Funds target is the right input for every expiry.” Pricing needs maturity-consistent discounting.
- “A 100-basis-point move is multiplied directly by raw Rho.” Scaling conventions must be checked.
- “Rates and dividends are interchangeable.” They push equity forwards in opposite directions and arise from different cash flows.
- “Interest rates matter only for rate options.” They enter equity-option carry and discounting too.
- “Higher rates always raise an option's absolute price.” The usual sign differs between calls and puts, and American exercise complicates it.

<a id="related"></a>

## Related topics

- [Rho](/options/rho/)
- [Implied forward price](/options/implied-forward-price/)
- [Black-Scholes model](/options/black-scholes-model/)
- [Yield curve](/stocks/yield-curve/)

<a id="sources"></a>

## Primary and academic sources

- [Federal Reserve: H.15 Selected Interest Rates](https://www.federalreserve.gov/releases/h15/)
- [OCC: Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)
- [Cboe Options Institute: Options Greeks](https://www.cboe.com/optionsinstitute/option_basics/options-greeks/)
- [Black and Scholes: The Pricing of Options and Corporate Liabilities](https://doi.org/10.1086/260062)