Hello Alexandre,
yes, it seems that the returns are calculated just OnSecurityChange.
If that is the case, how to get a minimal variance portfolio for a manual universe selection? I mean that should be the very basic application for the MeanVarianceOptimizationPortfolioConstructionModel.
Application would be:
1) Two Securities. e.g. SPY and TLT
2) Every 30 days, determin the wights such as the variance for the portfolio is minimal, according to the last 30 days returns.
Alternatively to 2) the question could also be: Every 30 days, determin the wights such as the sharpe ratio for the portfolio is maximal, according to the last 30 days returns
Can the MeanVarianceOptimizationPortfolioConstructionModel be used for that, or do I need to implement such a function manually?
Thx again,
Eugene