owlbarn / tutorial

Owl Tutorial
https://ocaml.xyz/docs
MIT License
5 stars 3 forks source link

In "Financial Applications" chapter consider to use models optimized for the fat-tailed distributions #100

Open XVilka opened 4 years ago

XVilka commented 4 years ago

Skimmed through the "Case Studies" section and found Finance Applications chapter. It's widely known that the Black-Scholes model doesn't work, along with the classical portfolio theory. It would be nice to cover more modern approaches tailored for a better risk management, fat-tailed distributions and the modern portfolio theory. See:

ryanrhymes commented 4 years ago

Thank you very much for the constructive feedback, I really appreciate it. MPT will definitely be covered, as well as some optmisation methods like integer programming and monte carlo and etc.

I will go through the references more carefully later, thanks again.