-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analytical approximation for a spread-option price under Black-Scholes #6
Comments
@cyrilchim May I work on this issue? |
@gmxq: Thank you for reaching out. I'm assigning the issue to you. Please let us know if you have any questions. |
@gmxq Are you still working on this issue? |
@saxena-ashish-g Hi yes, I will submit it shortly. Sorry for the delay here. |
Hi, is this issue still open? |
I don't think this was ever finished. @gmxq, was there any progress? |
Sorry I dont have progress on this. I unassigned myself. Feel free to take it over. |
Hi @cyrilchim, is this issue still open? If yes, I would like to work on it. |
Yeap, this is now assigned! |
Hi @cyrilchim I have made a PR with a solution proposal |
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.
The text was updated successfully, but these errors were encountered: