Risk & Reward

Optimal Hedge Ratio

Hedging one share of A with h short shares of B minimises variance at h* = rho sigma_A / sigma_B. The residual is sigma_A^2 (1 - rho^2), so the hedge removes exactly the squared-correlation share of the risk and an uncorrelated B removes none.

solvedeasy1 min

You hold one share of stock A and want to hedge it by shorting hh shares of stock B. Stock A's return has variance σA2\sigma_A^2, stock B's has variance σB2\sigma_B^2, and their returns have correlation ρ\rho. How many shares of B should you short to minimise the variance of the hedged return rAhrBr_A - h\,r_B?

Reveal solutionHide solution

#The variance is a parabola in the hedge

Expanding the variance of the hedged return,

Var(rAhrB)=σA22ρσAσBh+σB2h2,(1)\Var(r_A - h\,r_B) = \sigma_A^2 - 2\rho\,\sigma_A \sigma_B\,h + \sigma_B^2\,h^2, \tag{1}

an upward parabola in hh since the coefficient σB2\sigma_B^2 is positive.

#Set the derivative to zero

Differentiating in hh and solving,

ddhVar(rAhrB)=2ρσAσB+2σB2h=0h=ρσAσB.(2)\frac{d}{dh}\,\Var(r_A - h\,r_B) = -2\rho\,\sigma_A \sigma_B + 2\sigma_B^2\,h = 0 \quad\Longrightarrow\quad h^{*} = \rho\,\frac{\sigma_A}{\sigma_B}. \tag{2}

The second derivative 2σB2>02\sigma_B^2 > 0 confirms this is the minimum.

h*hedge ratio hvariance
The hedged variance is a parabola in the number of shares shorted. Its vertex, where the derivative vanishes, sits at h equal to rho times the ratio of the two volatilities.

#The squared-correlation reduction

Shorting h=ρσA/σBh^{*} = \rho\,\sigma_A/\sigma_B shares leaves a residual variance of

σA2(ρσAσB)2σB2=σA2(1ρ2).(3)\sigma_A^2 - \frac{(\rho\,\sigma_A \sigma_B)^2}{\sigma_B^2} = \sigma_A^2\,(1 - \rho^2). \tag{3}

The hedge strips away the fraction ρ2\rho^2 of A's variance, exactly the squared correlation, so a tightly correlated B hedges well and an uncorrelated B does nothing at all.