good first issue
仓库指标
- Star
- (4,166 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
SABR model has accurate density approximations (see, e.g., here). It is of interest to use the approximations to estimate European option prices.
The module implementing this method should live under tf_quant_finance/volatility/sabr_approximation.py. It should support both European puts and calls approximations. Tests should be in sabr_approximation_test.py in the same folder.