Skip to content

Cross Hedging

Cross hedging uses a futures contract on a different but correlated asset when no liquid future exists for the exact exposure. The classic case is an airline that hedges jet fuel with WTI or Brent crude futures, or a Pacific salmon farmer that hedges with Norwegian salmon futures. The procedure introduces additional basis risk because the hedged and hedging assets do not move in lockstep. The optimal hedge ratio is the minimum-variance ratio h=ρσS/σFh^* = \rho\,\sigma_S / \sigma_F, not the naive 1:1.

Try it yourself

Minimum-variance hedge ratio

You hold an asset and short futures to offset its price moves. The hedge ratio h is how many units of futures you short per unit of exposure. The variance of the hedged position is a parabola in h, minimised at h* = ρ · σ_spot / σ_futures. The deeper the correlation, the more variance the hedge removes — exactly ρ² of it.

σ_spot²h* 0.960.96-0.61.5Hedge ratio h (futures per unit of exposure)Variance of hedged position
Hedge effectiveness 64%. At h* the hedge removes 64% of the unhedged variance, leaving 0.52 of residual (basis) risk you cannot diversify away.
Hedge ratio h*0.96
Optimal contracts N* (exact)19.2
N* rounded to whole contracts19
Hedge effectiveness ρ²64%
Unhedged variance σ_spot²1.44
Minimum variance at h*0.52
Correlation ρ0.8
σ_spot (spot change std dev)1.2
σ_futures (futures change std dev)1
Exposure Q_A (units to hedge)10,000
Contract size Q_F (units per contract)500
h* = ρ · σ_spot / σ_futures  ·  N* = h* · Q_A / Q_F  ·  Var(h) = σ_spot² + h²·σ_futures² − 2·h·ρ·σ_spot·σ_futuresσ_spot and σ_futures are standard deviations of price changes over the hedge horizon. Effectiveness ρ² is the share of spot variance the hedge removes; the rest is basis risk. Contracts are discrete, so N* is rounded to whole contracts in practice.

Why it matters

If no umbrella exists in your size, take a slightly bigger or smaller one. The shelter is imperfect but better than walking unprotected in the rain. Cross hedging works the same way. A jet fuel buyer cannot find jet fuel futures, so it picks the most correlated liquid instrument, scales the contract count by the relative volatilities, and accepts the residual mismatch as the price of using an imperfect substitute.

Before you read on — recall

Cross hedging is necessary when:

Formulas

Minimum-variance hedge ratio for cross hedging
h=ρ×σSσFh^* = \rho \times \frac{\sigma_S}{\sigma_F}
ρ\rho is the correlation between changes in spot and futures prices. σS\sigma_S and σF\sigma_F are their standard deviations. Source: Hull (2022) §3.5.
Optimal number of cross-hedge contracts
N=h×QAQFN^* = h^* \times \frac{Q_A}{Q_F}
QAQ_A is the size of the cash-market position and QFQ_F is the size of one futures contract in the same units.
Hedge effectiveness (R-squared)
R2=ρ2R^2 = \rho^2
Fraction of spot-price variance removed by the cross hedge. A correlation of 0.9 implies R2=0.81R^2 = 0.81, so 81% of price variance is hedged.

Worked examples

Scenario

An Australian airline expects to buy 1,000,000 barrels of jet fuel in three months. Studies of monthly changes show jet fuel and Brent crude futures have ρ=0.92\rho = 0.92, σS=0.032\sigma_S = 0.032 and σF=0.028\sigma_F = 0.028. Each Brent futures contract covers 1,000 barrels.

Solution

Hedge ratio h=0.92×(0.032/0.028)=1.05h^* = 0.92 \times (0.032 / 0.028) = 1.05. Optimal contracts N=1.05×(1,000,000/1,000)=1,051N^* = 1.05 \times (1{,}000{,}000 / 1{,}000) = 1{,}051. The airline buys 1,051 Brent crude futures. Hedge effectiveness R2=0.922=0.85R^2 = 0.92^2 = 0.85, so 85% of jet fuel price variance is removed. The remaining 15% is cross-hedge basis risk.

Scenario

A Vietnamese rice mill needs to hedge a Thai jasmine rice purchase, but no liquid jasmine rice future exists. The mill chooses CBOT rough rice futures, observing ρ=0.70\rho = 0.70, σS=0.045\sigma_S = 0.045, σF=0.040\sigma_F = 0.040.

Solution

Hedge ratio h=0.70×(0.045/0.040)=0.79h^* = 0.70 \times (0.045 / 0.040) = 0.79. The mill uses 79 contracts per 100,000-unit notional position. Effectiveness R2=0.49R^2 = 0.49, meaning only half the price variance is hedged. Because the rice grades and quality bands differ markedly, cross-hedge quality is poor and the mill may prefer over-the-counter swaps with a regional dealer instead.

Common mistakes

  • Cross hedging is as effective as a direct hedge. The variance removed is R2=ρ2R^2 = \rho^2 of the spot variance. Unless ρ\rho is close to one, a meaningful residual remains. For airlines using crude futures to hedge jet fuel, typical correlations of 0.80 to 0.90 deliver R2R^2 between 64% and 81%.
  • A naive 1:1 contract count is fine. Differences in volatility between the two assets mean the optimal ratio is h=ρσS/σFh^* = \rho\,\sigma_S / \sigma_F, often well above or below one. Picking 1:1 either over-hedges or under-hedges the position.
  • Higher correlation always means a higher hedge ratio. The hedge ratio depends on both correlation and the volatility ratio. Two perfectly correlated assets with very different volatilities still need a non-unit hedge ratio so that the dollar value of the futures position matches the dollar exposure of the spot position.

Revision bullets

  • Hedge with a correlated but different asset
  • Used when no liquid future for exact exposure exists
  • Optimal h=ρσS/σFh^* = \rho\,\sigma_S/\sigma_F
  • Effectiveness R2=ρ2R^2 = \rho^2
  • Higher correlation improves hedge quality
  • Always introduces extra basis risk versus a direct hedge

Quick check

Cross hedging is necessary when:

If ρ=0.80\rho = 0.80, σS=0.04\sigma_S = 0.04 and σF=0.05\sigma_F = 0.05, the optimal cross-hedge ratio is closest to:

Connected topics

More in Hedging & Basis Risk

In learning paths

Sources

  1. Hull, John C. Options, Futures, and Other Derivatives. 11th ed. Pearson, 2022. ISBN 978-0-13-693997-9.
    Section 3.5 develops the minimum-variance hedge ratio in the cross-hedge setting and illustrates with an airline jet-fuel hedging example.
  2. Ederington, Louis H. The Hedging Performance of the New Futures Markets. Journal of Finance, Vol. 34, No. 1, March 1979, pp. 157-170.
    Original derivation of hedging effectiveness as R2R^2 in a regression of spot changes on futures changes, the workhorse statistic for cross-hedge quality.
  3. Adams, Zeno and Mathias Gerner. Cross Hedging Jet-Fuel Price Exposure. Energy Economics, Vol. 34, No. 5, 2012, pp. 1301-1309.
    Empirical comparison of WTI, Brent, gasoil, and heating-oil futures as cross hedges for jet fuel, showing how the optimal instrument depends on horizon.
  4. CME Group. Hedging and Risk Management for Equity Index Futures. CME Education Centre, accessed 2026.
    Discusses the use of broad index futures as cross hedges for narrower equity portfolios, a common professional application of cross hedging.
How to cite this page
Dr. Phil's Quant Lab. (2026). Cross Hedging. Derivatives Atlas. https://phucnguyenvan.com/concept/cross-hedging
Next concept
Basis Risk
Built by Dr. Phuc V. Nguyen ·Follow on LinkedInWork with PhilEmail