Posts

The hedge ratio estimation problem is one of the most important issues for portfolio managers.

The hedge ratio estimation methods can be divided into two:
– Single Period Method
– Multi-Period Method

In this blog post, we’ll simply go through the main concepts of each method and closely follow a paper by Lopez de Prado, M.M. and Leinweber, D. (2012). Advances in Cointegration and Subset Correlation Hedging Methods. Therefore, for further details and implementation, we would highly recommend you to read individual papers for each of the methods provided.

Ordinary least squares (OLS) regression is probably the most commonly used statistical method in quantitative finance (and likely in other quantitative fields). It is very fast to compute, and the results are often quite interpretable. Due to its simplicity, it serves as the cornerstone for many more complex statistical or machine learning models. Also, it has been studied so thoroughly historically, that many of its limitations can be covered by various techniques. For example, the original OLS model treats all instances in the training set of equal importance, and one of the common approaches is to introduce weights on the instances to reflect our beliefs.

In this article, we aim to introduce a systematic and elegant approach to incorporate history’s relevance to the regression process.

Briefly speaking, this method ranks all history instances based on their “relation” to the current input independent variables and selects those that are more informative and similar to regress on.