Not every asset has a futures contract traded on an exchange. Airlines need to hedge jet fuel, but no sufficiently liquid jet fuel futures contract exists for most hedgers. Copper miners produce specific ore grades that don’t match standard futures contract specifications. In these situations, cross hedging — using a futures contract on a related but different asset — is the standard solution. This guide explains how cross hedging works, how to calculate the optimal hedge ratio, and what drives hedge effectiveness.

What is Cross Hedging?

Cross hedging occurs when you hedge an exposure using a futures contract whose underlying asset differs from the asset you actually need to protect. The hedging instrument is chosen because its price movements are highly correlated with the exposure, even though the two assets are not identical.

Key Concept

A cross hedge uses a futures contract on a related asset to offset price risk when no direct futures contract exists for your exposure. The effectiveness of the hedge depends on how closely the two assets’ prices move together.

Common examples of cross hedging include:

  • Airlines hedging jet fuel purchases using NYMEX heating oil futures (no liquid jet fuel futures contract exists)
  • Refiners hedging diesel output using heating oil or crude oil futures
  • Equity managers hedging a sector-concentrated portfolio with broad index futures — effectively a cross hedge when the portfolio diverges significantly from the index (see equity futures hedging)

Because the hedging instrument doesn’t perfectly match the exposure, cross hedging always introduces basis risk — the risk that the hedge and the exposure don’t move in lockstep. The key question is: how many futures contracts should you use to minimize this residual risk?

Video: Cross Hedging with Futures

The Cross Hedging Formula: Minimum Variance Hedge Ratio

The minimum variance hedge ratio (h*) is the hedge ratio that minimizes the variance of the hedged position. It can be expressed in two equivalent ways:

Minimum Variance Hedge Ratio
h* = ρ × (σS / σF)
Correlation between spot and futures price changes, times the ratio of their standard deviations
Regression Equivalent
h* = Cov(ΔS, ΔF) / Var(ΔF)
This is the slope coefficient from an OLS regression of spot price changes on futures price changes

These two formulas are mathematically identical — the regression slope equals ρ × (σS / σF) by definition. The regression form is often more practical because it can be estimated directly from a single regression, which also produces R² as a measure of hedge effectiveness.

Where:

  • ρ — correlation between spot price changes (ΔS) and futures price changes (ΔF)
  • σS — standard deviation of spot price changes
  • σF — standard deviation of futures price changes

Important: All inputs must use price changes (or returns), not price levels. Using levels produces spurious correlations and incorrect hedge ratios. Align the time intervals — if you use monthly spot data, use monthly futures data for the same periods.

Once you have h*, the number of futures contracts is:

Number of Contracts
N = h* × (QA / QF)
Optimal hedge ratio times the exposure size divided by the futures contract size

Note that h* can be greater than 1.0 when the spot asset is more volatile than the futures — this is perfectly valid and simply means you need more futures exposure per unit of spot exposure to achieve the minimum variance hedge.

Cross Hedging Example: Jet Fuel with Heating Oil Futures

Airline Cross Hedge

A regional airline consumes 420,000 gallons of jet fuel per month and wants to hedge its next month’s fuel cost. No liquid jet fuel futures exist, so the airline uses NYMEX heating oil futures (42,000 gallons per contract). Since the airline will be buying fuel, it goes long heating oil futures to offset rising prices.

Given (from 24 months of historical data):

  • σ(ΔS) = $0.032 per gallon (monthly std dev of jet fuel price changes)
  • σ(ΔF) = $0.028 per gallon (monthly std dev of heating oil futures price changes)
  • ρ = 0.92 (correlation between jet fuel and heating oil price changes)

Step 1 — Optimal hedge ratio:

h* = 0.92 × ($0.032 / $0.028) = 0.92 × 1.1429 = 1.051

The ratio exceeds 1.0 because jet fuel is more volatile than heating oil — the airline needs slightly more futures exposure per gallon to compensate.

Step 2 — Number of contracts:

N = 1.051 × (420,000 / 42,000) = 1.051 × 10 = 10.51 → 11 contracts (long)

Step 3 — Hedge effectiveness:

R² = ρ² = 0.92² = 0.846 — approximately 85% of the jet fuel price variance is eliminated by this cross hedge (under the minimum variance framework with h*).

Cross Hedging vs Direct Hedging

The choice between direct and cross hedging depends on whether a suitable futures contract exists for the exact asset you need to hedge. Both approaches carry some basis risk, but the sources and magnitude differ.

Direct Hedging

  • Futures underlying matches the exposure
  • Minimal basis risk (mainly from maturity or location mismatch)
  • Hedge ratio typically close to h = 1.0
  • Limited to assets with liquid listed futures
  • Example: hedging crude oil inventory with WTI crude futures

Cross Hedging

  • Futures underlying differs from the exposure
  • Higher basis risk — asset mismatch adds uncertainty
  • Hedge ratio (h*) must be statistically estimated; can be above or below 1.0
  • Applicable to nearly any asset with a correlated futures market
  • Example: hedging jet fuel with heating oil futures

When cross hedging an equity portfolio, the hedge ratio is effectively the portfolio’s beta relative to the index — the same concept as the minimum variance hedge ratio applied to equity returns.

How to Calculate the Cross Hedge Ratio

Follow these steps to determine the optimal cross hedge ratio for any exposure. Use price changes (not levels) with aligned time intervals throughout.

  1. Identify the exposure and candidate hedging instruments. Prioritize the futures contract most correlated with your exposure, but also consider expiry match, liquidity, contract size, and roll costs.
  2. Gather historical price change data for both the spot asset and the futures contract. Use at least 12-24 months of data at the same frequency (e.g., weekly or monthly).
  3. Calculate the correlation and standard deviations of the spot and futures price changes.
  4. Apply the formula: h* = ρ × (σS / σF). Alternatively, regress ΔS on ΔF — the slope is h*.
  5. Calculate the number of contracts: N = h* × (Exposure / Contract Size). Round to the nearest whole number. Determine direction: go long if you need to buy the asset later, short if you will sell.
Pro Tip

Correlation and volatilities drift over time. Re-estimate h* periodically using a rolling window (e.g., 12 months) rather than relying on a single static estimate. If the correlation between your exposure and the hedging instrument drops significantly, the cross hedge may no longer be effective. Use our Beta Calculator to run quick regression estimates.

Common Mistakes

1. Using a naive hedge ratio of 1.0. Assuming one unit of futures per unit of exposure ignores the correlation and volatility ratio between the two assets. The minimum variance hedge ratio almost always differs from 1.0 in a cross hedge — sometimes substantially.

2. Using price levels instead of price changes. Estimating correlation and standard deviations from raw price levels (rather than changes or returns) produces spurious correlations and unreliable hedge ratios. Always use ΔS and ΔF.

3. Assuming correlation is stable. Historical correlation between two assets can shift due to supply disruptions, regulatory changes, or market stress. A hedge calibrated on calm-period data may underperform during a crisis — exactly when you need it most.

4. Choosing the hedging instrument by convenience. Selecting the most liquid or familiar futures contract rather than the one most statistically correlated with your exposure reduces hedge effectiveness. Always run the numbers before committing to a cross-hedging instrument.

5. Confusing correlation with hedge effectiveness. Hedge effectiveness is measured by R² = ρ², not ρ itself. A correlation of 0.80 sounds high, but it only eliminates 64% of price variance (0.80² = 0.64). A correlation of 0.95 eliminates about 90%.

Limitations of Cross Hedging

Important Limitation

Cross hedge effectiveness depends entirely on the stability of the correlation between the spot and futures assets. If this relationship breaks down — as it can during market stress — the hedge may provide far less protection than expected, or even amplify losses.

Residual basis risk is always present. Even with the optimal h*, the hedge eliminates only ρ² of the price variance. The remaining (1 − ρ²) is unhedgeable basis risk inherent to cross hedging.

The minimum variance framework assumes linearity. The h* formula assumes a constant, linear relationship between spot and futures price changes. In practice, this relationship can be non-linear or regime-dependent — the hedge ratio that works in normal markets may be wrong during extreme moves.

Historical data may not reflect future conditions. Structural changes in supply chains, regulation, or market microstructure can permanently alter the correlation between two assets. The 2008 crack spread blowout, where the historical relationship between crude oil and refined product prices broke down, is a well-known example.

Frequently Asked Questions

Cross hedging is a strategy — using a futures contract on a related but different asset to hedge an exposure. Basis risk is the residual risk that arises whenever the hedge instrument and the exposure don’t move in perfect lockstep. Cross hedging inherently introduces basis risk because the underlying assets differ, but basis risk also exists in direct hedges due to maturity mismatch, location differences, or grade specifications.

Yes. The minimum variance hedge ratio h* = ρ × (σS / σF) exceeds 1.0 whenever the spot asset is more volatile than the futures contract (i.e., σS > σF) and the correlation is high enough. This simply means you need more than one unit of futures exposure per unit of spot exposure to achieve the variance-minimizing hedge. In our jet fuel example, h* = 1.051 because jet fuel prices are more volatile than heating oil futures prices.

The primary criterion is correlation — choose the futures contract whose price changes are most highly correlated with your exposure’s price changes. Beyond correlation, also consider: contract liquidity (tighter bid-ask spreads reduce transaction costs), expiry dates that align with your hedge horizon, contract size relative to your exposure (to minimize rounding error), and roll costs if the hedge extends beyond a single contract’s life.

Hedge effectiveness measures the proportion of price variance eliminated by the hedge. When using the optimal hedge ratio h*, hedge effectiveness equals R² (the coefficient of determination) from regressing spot price changes on futures price changes. For a cross hedge, R² = ρ². A value of 0.85 means 85% of the spot price variance is eliminated. Higher correlation produces higher hedge effectiveness — which is why choosing the most correlated futures contract matters so much.

Recalculate h* at least quarterly, or whenever market conditions change significantly (e.g., a supply shock, regulatory change, or regime shift). Many practitioners use a rolling estimation window — for example, recalculating monthly using the most recent 12 months of data. If the estimated correlation drops materially, the cross hedge may no longer be cost-effective and alternative hedging strategies should be considered.

Disclaimer

This article is for educational and informational purposes only and does not constitute investment advice. Cross hedging involves residual risk and may not fully protect against adverse price movements. The examples and calculations use simplified assumptions and approximate figures. Always conduct your own research and consult a qualified financial advisor before implementing hedging strategies.