google/tf-quant-finance

Analytical approximation for a spread-option price under Black-Scholes

Open

#6 ouverte le 11 sept. 2019

Voir sur GitHub
 (10 commentaires) (0 réactions) (1 assigné)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

Spread-options are particularly popular in commodity markets. A simple Kirk's approximation for European spread-option price under Black-Scholes model is of interest.

The module implementing this method should live under tf_quant_finance/volatility/spread_option.py. It should support both puts and calls. Tests should be in spread_option_test.py in the same folder.

Guide contributeur