google/tf-quant-finance

Approximate European option price under Heston model

开放

#9 创建于 2019年9月11日

 (17 条评论) (0 个反应) (2 位负责人)Python (547 个派生)batch import
good first issue

仓库指标

星标
 (4,166 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Heston model has accurate density approximations for European option prices, 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.

贡献者指南