July 9th, 2008, 5:07 pm
I will guess that it is because of 3 things:(i) the returns of say WTI & heating oil almost always have the same sign on a given day.(ii) the absolute returns can serve as a volatility proxy.(iii) certain cross-covariances are relatively smallTake A = WTI and B = heating oil.Assuming (i), E[r(A)_t, r(B)_t] = E[|r(A)_t|, |r(B)_t|]Simple model: the returns each day are drawn from a normal distribution with a mean zero and volatility (for that day) Sigma_tThen, E|r(A)_t | = C Sigma(A)_t, where Sigma(A)_t is the daily volatility. This is (ii)(The constant C involves a factor of Sqrt[Pi]). So, we could write (*) |r(A)_t | = C [ Sigma(A)_t + u(A)_t],where u(A)_t is a series with zero mean.Then (**) E[r(A)_t, r(B)_t] = E[|r(A)_t|, |r(B)_t|] = C^2 { E[Sigma(A)_t, Sigma(B)_t] + E[u(A)_t, Sigma(B)_t] + E[u(B)_t, Sigma(A)_t] + E[u(A)_t, u(B)_t] }So, if the last 3 cross-covariance terms are small compared to the first (this is (iii)) then E[r(A)_t, r(B)_t] = E[|r(A)_t|, |r(B)_t|] ~ C^2 E[Sigma(A)_t, Sigma(B)_t],which seems to be what you are seeing: The proportionality constant C will cancel when you compute the correlation. If this is what is going on, you can test it by estimating (*) from a regression,and then calculating each of the 4 terms on the rhs of (**) separately to see their relative magnitudes.The relation would fail when either of (i), (ii), or (iii) begin to fail.regards,