The hestonpy
Python package implements the Heston and Black-Scholes models for option pricing and portfolio management. The package also includes functionality for optimal portfolio allocation using stochastic control techniques.
Covered topics by the hestonpy
package:
- path simulations
- pricing plain european vanilla options
- asset allocations (stochastic optimal control under Heston dynamics)
- [TO DO] model calibration (smile, term structure) from yahoo finance and personnal data
hestonpy
is now avalaible on PyPi !
pip install hestonpy
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
hestonpy
was created by SarcasticMatrix. It is licensed under the terms of the MIT license.
hestonpy
was created with cookiecutter
and the py-pkgs-cookiecutter
template.