-
Notifications
You must be signed in to change notification settings - Fork 576
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
Discrete geometric pricer under Heston vol #83
Discrete geometric pricer under Heston vol #83
Conversation
Impacts #56 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! Mainly a bunch of nits.
tf_quant_finance/models/heston/approximations/asian_prices_test.py
Outdated
Show resolved
Hide resolved
tf_quant_finance/models/heston/approximations/asian_prices_test.py
Outdated
Show resolved
Hide resolved
tf_quant_finance/models/heston/approximations/asian_prices_test.py
Outdated
Show resolved
Hide resolved
Mostly fixed, a few comments inline ^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking a while to review. There is only one main comment to add a while_loop explicitly. The rest looks very good! Thank you!
Thanks for all of the feedback - I've made the changes you suggest, let me know if you're happy with the current state of the code and I can squash the commits. |
Looks very good! Thank you! Could you please squash and I will start the merge process |
Discrete geometric pricer under Heston vol Some fixes
002697b
to
04f7616
Compare
Done |
Thank you, @jackgillett101 and so sorry for the wait! I have cleaned up the code a bit to make sure it works with dynamic shapes and have merged the commit |
Pricing discrete geometric asians under Heston volatility, using the method described by B. Kim, J. Kim, J. Kim & I. S. Wee in "A Recursive Method for Discretely Monitored Geometric Asian Option Prices"