google / google/tf-quant-finance
Approximate European option price under Heston model
Open
good first issue
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 698
- PR merge metrics
- No merged PRs in 30d
Description
Heston model has accurate density [approximations for European option prices](https://arxiv.org/pdf/1107.1834.pdf), which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
Contributor guide
Assessment
This issue has not been assessed yet.