google/tf-quant-finance
Analytical approximation for a spread-option price under Black-Scholes
オープン
#6 opened on 2019/09/11
good first issue
Repository metrics
- Stars
- (4,166 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.