JuliaTutorial icon indicating copy to clipboard operation
JuliaTutorial copied to clipboard

Mean Variance Frontier with Short Sales Constraints

Open maxchendt opened this issue 2 years ago • 1 comments

for https://github.com/PaulSoderlind/FinancialTheoryMSc/blob/master/Ch03b_MV_NoShortSales.ipynb

I find that EfficientFrontier.jl is a better choice than the numerical solver OSQP. And there is a User Guides for EfficientFrontier.jl

maxchendt avatar Feb 03 '23 00:02 maxchendt

Thanks. I'll give it a try. I like using OSQP for the all these optimisations that pop up in the lecture notes (MV, style analysis, LASSO, etc), but I should (as a minimum) include a link to EfficientFrontier.jl.

PaulSoderlind avatar Feb 03 '23 08:02 PaulSoderlind