Attempt:
1. Identify statistical factors explaining risk.
2. Optimize portfolio such that exposure to all factors is zero and alpha positive.
3. Re-balance frequently.
Attempt:
1. Identify statistical factors explaining risk.
2. Optimize portfolio such that exposure to all factors is zero and alpha positive.
3. Re-balance frequently.
Hi Pravin,
Thanks for the share! I'm trying to study your implementation. Would you mind explain some details on how beta and weight based on beta calculated?
Thanks
Meng
Hi Pravin,
Here's my understanding for getweights():
Would you please give some details on how you modeling the optimization goal and convert to LP form?
Thanks
Meng
Hi Meng,
The algorithm is very fragile at the moment. More needs to be done to see the stability and relevance of each risk factor.
Your understanding of the optimization goal is correct. I had to multiply the objective function by zero because otherwise the optimizer fails sometimes. Don't know why.
Best regards,
Pravin