Can anyone explain the process and the calculations needed to select a portfolio of liquid futures assets with the least correlation? Given a set of returns for a series of assets, how do I select the best subset such that I minimize their correlation with each other?
|
|
Since you are asking for low correlation of the assets, I'm guessing that you are really trying to get a low (or minimum) volatility portfolio. If that is the case, then the steps for one approach are:
This assumes that you don't have preferences in terms of expected returns of some assets over others. That seems to be implied from your question. You don't indicate the size of your universe. If it is large, then you'll want to use a factor model or shrinkage model rather than the sample estimate to estimate the variance matrix. |
|||
|
|
The question is somewhat vague (lacking a well-defined objective), so this advice may not apply. Be mindful that you may be simultaneously considering multiple futures contracts that contain overlapping underlying constituents (e.g. futures that track the EuroStoxx 600 and DAX). If you are using a risk model, the idiosyncratic risk may not, in fact, be uncorrelated across constituents. This phenomenon is true for other 'composite' assets, such as ETFs, as well. Dan diBartolomeo, of Northfield, motivates this concept clearly in his 1998 paper: "Optimization with Composite Assets Using Implied Covariance Matrices" |
|||
|
|
|
I would start by looking at calculating the efficient frontier. which maximizes return given a specified risk. Here is the Wikipedia article which specifies how you would do the calculation: http://en.wikipedia.org/wiki/Modern_portfolio_theory -Ralph Winters |
|||
|
|
|
Mean-Variance optimization is the standard finance answer to this question. However, solutions can be costly since the weights will likely be dispersed across many instruments raising fixed transactions costs. I would consider Sparse PCA as another solution where you can specify cardinality constraints on the number of securities in your basket to better manage the transasctions costs vs. diversification trade-off |
||||
|
|
