# Rho: Measuring an Option's Interest-Rate Sensitivity

Understand what option Rho measures, why calls and puts usually have opposite signs, how units create 100-fold errors, and how to aggregate and stress rate exposure.

Canonical: https://wiki.fcontext.com/options/rho/
Fact checked: 2026-07-22

> For educational purposes only; not investment advice.

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

## Direct answer

**Rho** is a local estimate of how an option's theoretical value changes when the model's interest-rate input changes, while spot, time, implied volatility, dividends, and other inputs are held constant. Many platforms report Rho as dollars per share for a **one-percentage-point** rate move. Under that convention, a rate change from `4.10%` to `5.10%` is `+1.00` Rho unit.

Long European-style Calls normally have positive Rho and long Puts negative Rho. Selling reverses the sign. Rho is often small for short maturities and more relevant for long-dated contracts, high strikes, large positions, or large yield-curve changes. It is a sensitivity, not a forecast or a guaranteed quote change.

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

## Why rates change option value

For European options on a non-dividend-paying stock, put-call parity is:

`C − P = S − K e^(−rT)`

When `r` rises, the present value of the strike `K e^(−rT)` falls. Holding everything else constant, the Call tends to become more valuable relative to the Put. A financing interpretation gives the same intuition: stock ownership requires capital now, while a Call defers payment of the strike.

In Black-Scholes notation, sensitivity to a `1.00` change in the decimal rate is:

`ρCall = K T e^(−rT) N(d₂)`

`ρPut = −K T e^(−rT) N(−d₂)`

A platform reporting sensitivity per one percentage point divides these values by `100`. Check the convention: one basis point is `0.01` percentage point, so confusing basis points, percentage points, and a `1.00` decimal-rate move can produce 100-fold or 10,000-fold errors.

Real equity options add dividend forecasts, stock borrow, funding spreads, discrete cash flows, and American exercise. The relevant input is a term-matched rate or curve, not automatically the central bank's current policy rate. A policy announcement can move spot, volatility, dividends, and the entire curve simultaneously.

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

## Position calculation

Assume a long-dated Call displays Rho `+$0.285` per share for a one-percentage-point rate rise. The matched model rate moves from `4.10%` to `4.85%`, or `+0.75` percentage point:

`estimated Call change = +$0.285 × 0.75 = +$0.21375 per share`

With a standard `100`-share multiplier, that is `+$21.38` per contract after rounding, or `+$85.50` for four contracts. Per basis point, the same position estimate is about `+$0.285` per contract because `$0.285 × 0.01 × 100 = $0.285`.

Suppose a same-strike long Put has Rho `−$0.220`. For the same rate move:

`−$0.220 × 0.75 × 100 = −$16.50 per contract`

One long Call plus one long Put therefore has net Rho `+$0.065` per share per percentage point. Two such pairs have an estimated rate-only change of:

`+$0.065 × 0.75 × 100 × 2 = +$9.75`

The actual P&L can have the opposite sign if the stock falls, IV changes, dividends are revised, time passes, or execution prices move. A large rate shock also requires full repricing because Rho itself changes.

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

## Rate-risk checklist

- Confirm whether displayed Rho is per share or contract and per basis point, percentage point, or decimal-rate unit.
- Apply long/short signs, contract quantities, and the actual multiplier to every leg.
- Aggregate by expiration before calculating a total; different maturities load on different curve points.
- Stress parallel shifts, steepening, flattening, and localized curve moves rather than only one policy-rate scenario.
- Record rate source, tenor, compounding, day count, timestamp, dividend curve, borrow, and pricing model.
- Reprice American options when rates or dividends change because early-exercise behavior can change.
- Include Delta, Gamma, Vega, Theta, and cross-effects; Rho isolates only one input locally.
- Compare the dollar estimate with bid-ask width and fees to decide whether it is economically observable.
- Recalculate after spot, time, or volatility changes; an old Rho is not a fixed contract characteristic.
- Use full scenario valuation for large moves, long maturities, nonparallel curves, and multi-expiry portfolios.

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

## Common misconceptions

- “Rho `0.285` means a `28.5%` option return.” It is a price sensitivity under a stated rate-unit convention.
- “A 25-basis-point hike means multiplying Rho by 25.” For Rho per percentage point, multiply by `0.25`.
- “Calls always rise when rates rise.” That is a ceteris-paribus model result; actual market inputs move together.
- “Every option uses the policy rate.” Pricing uses maturity-relevant funding and carry inputs.
- “Rho is irrelevant for equity options.” It may be small short term but material for LEAPS, high strikes, and large books.
- “Net Rho near zero eliminates rate risk.” Offset legs can sit at different expirations and respond differently to curve shape.
- “Put Rho must always be negative.” Standard European model signs are not a substitute for checking American exercise and product conventions.
- “Rho explains rate-announcement P&L.” Spot and volatility effects often dominate the isolated rate effect.

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

## Related topics

- [Black-Scholes model](/options/black-scholes-model/)
- [Interest rates in option pricing](/options/interest-rate-options-pricing/)
- [Dividends in option pricing](/options/dividend-options-pricing/)
- [Option model risk](/options/option-model-risk/)

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

## Sources

- [Options Industry Council: Rho](https://www.optionseducation.org/advancedconcepts/rho)
- [Options Industry Council: Put/Call Parity](https://www.optionseducation.org/advancedconcepts/put-call-parity)
- [OCC: Characteristics and Risks of Standardized Options](https://www.theocc.com/company-information/documents-and-archives/options-disclosure-document)
- [Black and Scholes: The Pricing of Options and Corporate Liabilities](https://doi.org/10.1086/260062)