October 25th, 2006, 12:40 pm
This should not be that hard, but I can't find any good references.Suppose that I have a lot of data for a fund or an index. In the case of the fund I know the universe of the assets it contains, but not the actual weights for the assets in their portfolio. For an index I know both asset universe and weights.I now want to find the three (or four, or five) assets and corresponding weights to optimally replicate the index, in the sense that my replicating portfolio minimize the variance between itself and the index or fund.How do I do it? Can PCA be of any help?