google/tf-quant-finance

Approximate European option price under SABR model

Open

#8 ouverte le 11 sept. 2019

Voir sur GitHub
 (21 commentaires) (0 réactions) (0 assignés)Python (547 forks)batch import
good first issue

Métriques du dépôt

Stars
 (4 166 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur