google/tf-quant-finance

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

Open

#6 geöffnet am 11. Sept. 2019

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (4.166 Stars) (547 Forks)batch import
good first issue

Beschreibung

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.

Contributor Guide