I am planning to write a code for solving a portfolio optimization consisting of 73 ETF's. I would appreciate very much if someone can answer the following questions as related to the practical implementation of portfolio optimization:
1. Is the Mean-variance QP as seen in books solved in practice to obtain the optimal portfolio?
2. How are the mean return's calculated if I am interested in monthly resturns to be atleast 5%
3. What techniques are used in practice to determine the covariance structure between the assets?
4. How is CAPM related to solving the Portfolio optimization problem?
5. How are beta's for individua assets with respect to some index calculated in practice?
5. Is it possible to use the betas for the assets in the objective to minimize the risk instead of the QP (this makes the objective linear)?
i.e., min sigma beta_i*w_i
subject to
sigma w_i = 1
sigma w_i*r_i >= 5%
w_i >= 0
Thanks very much for your help.
1. Is the Mean-variance QP as seen in books solved in practice to obtain the optimal portfolio?
2. How are the mean return's calculated if I am interested in monthly resturns to be atleast 5%
3. What techniques are used in practice to determine the covariance structure between the assets?
4. How is CAPM related to solving the Portfolio optimization problem?
5. How are beta's for individua assets with respect to some index calculated in practice?
5. Is it possible to use the betas for the assets in the objective to minimize the risk instead of the QP (this makes the objective linear)?
i.e., min sigma beta_i*w_i
subject to
sigma w_i = 1
sigma w_i*r_i >= 5%
w_i >= 0
Thanks very much for your help.