{
  "id": "9622f613-24f0-5d6b-a01f-b8315bd1b2b0",
  "slug": "hedge-ratio",
  "term": "Hedge Ratio",
  "aliases": [],
  "category": "Risk Management",
  "category_slug": "risk-management",
  "difficulty": "intermediate",
  "definition": "The hedge ratio is the proportion of a position in a hedging instrument relative to the size of the risk exposure being hedged, quantifying how much of a hedging instrument must be held to offset a given quantity of the underlying risk. An optimal hedge ratio minimizes the variance of the hedged position and is typically estimated using the covariance between the returns of the hedging instrument and the asset being hedged.",
  "key_takeaways": [
    "The minimum-variance hedge ratio is calculated as the covariance between the asset and hedge returns divided by the variance of the hedge instrument's returns, equivalent to the OLS beta coefficient from regressing asset returns on hedge returns.",
    "A hedge ratio of 1.0 implies a one-for-one hedge (full hedge); less than 1.0 is a partial hedge; greater than 1.0 is an over-hedge.",
    "Cross-hedges — using a proxy instrument when a direct hedge is unavailable — require careful hedge ratio calculation because the relationship between the asset and proxy is imperfect.",
    "Dynamic hedge ratios, updated as market conditions change, produce better outcomes than static ratios in markets with time-varying correlations.",
    "Futures-based hedge ratios must account for contract size, price quoting conventions, and the tail value of the futures contract."
  ],
  "detailed_explanation": "The hedge ratio operationalizes the concept of hedging by translating a qualitative risk management objective ('reduce price risk') into a quantitative trading instruction ('hold N contracts of the hedging instrument'). Its calculation requires understanding the statistical relationship between the asset being hedged and the hedging instrument — a relationship that is rarely perfect, reflecting the distinction between a perfect hedge (instrument is identical to the exposure) and a cross-hedge (instrument is a proxy with some basis risk).\n\nThe minimum-variance hedge ratio is derived from classical portfolio theory. If a firm holds Q units of an asset with price S, and hedges using H units of a futures contract with price F, the variance of the net position (asset position plus hedge) is minimized when H/Q = Cov(ΔS, ΔF) / Var(ΔF) = ρ × (σ_S / σ_F), where ρ is the correlation between price changes in the asset and the futures contract, and σ_S and σ_F are the respective standard deviations. This formula reveals that when the correlation is less than 1 (as in all real-world cross-hedges), the optimal hedge is less than 1:1 even when adjusted for scale differences between the asset and the futures contract.\n\nIn practice, the minimum-variance hedge ratio is estimated from historical data using ordinary least squares regression of changes in the spot price on changes in the futures price. The coefficient on the futures price change is the hedge ratio estimate. This approach assumes that the historical relationship will continue to hold out-of-sample — an assumption that can break down during market stress when correlations shift. Hedge effectiveness, measured as R² from the regression, quantifies what percentage of asset price variance is explained by the hedge instrument; an R² of 0.80 means 80% of variance is hedged, leaving 20% as residual basis risk.\n\nFor futures hedges in financial markets, an additional step converts the minimum-variance hedge ratio from a price ratio to a contract count. If a portfolio manager holds $50 million of S&P 500 stocks with a portfolio beta of 1.2 relative to the index and wants to hedge using S&P 500 futures contracts (each representing $250 × index level ≈ $1.25 million notional at index = 5,000), the number of contracts needed is: N = Portfolio Value × Portfolio Beta / Futures Contract Value = $50M × 1.2 / $1.25M = 48 contracts. Selling 48 futures contracts creates a nearly market-neutral position.",
  "example": "An airline expects to purchase 10 million gallons of jet fuel in three months. Jet fuel futures are unavailable on major exchanges, so the airline uses NYMEX crude oil futures as a proxy hedge. Historical analysis shows that the price correlation between jet fuel and WTI crude is 0.88, with jet fuel price standard deviation of 12% per month and crude oil standard deviation of 9.5% per month. Minimum-variance hedge ratio = 0.88 × (12% / 9.5%) = 1.11. The airline should hedge 1.11 × 10 million gallons in crude oil equivalent = 11.1 million gallons ≈ 264,000 barrels. Each NYMEX crude oil contract covers 1,000 barrels, so the airline sells 264 contracts. The over-hedge (ratio > 1) compensates for the fact that jet fuel moves more than crude on a percentage basis.",
  "formula": "H* = ρ × (σ_S / σ_F) = Cov(ΔS, ΔF) / Var(ΔF); Number of Contracts = (Portfolio Value × Beta) / Futures Contract Value",
  "formula_latex": null,
  "interactive_type": "calculator",
  "calculator_id": null,
  "related_terms": [
    "basis",
    "basis-risk",
    "beta",
    "correlation",
    "covariance",
    "cross-hedge",
    "default",
    "downside-risk",
    "futures-contract",
    "futures-price",
    "hedging",
    "market-risk",
    "ordinary-least-squares",
    "position-limit",
    "spot-price"
  ],
  "backlinks": [
    "at-the-money",
    "basis-risk",
    "black-scholes-model",
    "cheapest-to-deliver",
    "cointegration",
    "color",
    "cross-hedge",
    "delta",
    "dv01",
    "expected-shortfall",
    "long-hedge",
    "pairs-trading",
    "portfolio-insurance",
    "ratio-hedge"
  ],
  "cross_references": [
    "basis",
    "basis-risk",
    "beta",
    "correlation",
    "covariance",
    "cross-hedge",
    "futures-contract",
    "futures-price",
    "hedging",
    "ordinary-least-squares",
    "spot-price",
    "standard-deviation",
    "variance"
  ],
  "tags": [
    "level:intermediate",
    "cat:risk-management"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 747,
  "checksum": "ff276d1f162edfef",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/hedge-ratio",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/hedge-ratio?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/hedge-ratio?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/hedge-ratio",
    "category": "https://hedgefund.wiki/api/v1/categories/risk-management",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/hedge-ratio"
  }
}