google/tf-quant-finance

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

Open

#6 aperta il 11 set 2019

Vedi su GitHub
 (10 commenti) (0 reazioni) (1 assegnatario)Python (547 fork)batch import
good first issue

Metriche repository

Star
 (4166 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor