Approximate European option price under Heston model #9
Comments
|
I'd like to work on this! |
|
Hi Alexandre! Thanks for your interest! I've assigned the issue to you. Please follow Google Python and TensorFlow Probability Style Guides. Will update with the internal one once it is published. In case you are new to TensorFlow, we have create a training you might find useful As a guidance, please familiarize yourself with option_price and binary_price implementations so that it is easier for you to get started. Please reach out if you have any issues. |
|
@cyrilchim the link to the training you're referring isn't available. Has it been moved? |
|
Hi Michael, Yes the trainings have now been moved. They are available under examples/jupyter_notebooks. -Ashish |
|
Thanks a lot for your reply :)
…On Sat, Apr 18, 2020, 12:09 PM Ashish Saxena ***@***.***> wrote:
Hi Michael,
Yes the trainings have now been moved. They are available under
examples/jupyter_notebooks
<https://github.com/google/tf-quant-finance/blob/master/tf_quant_finance/examples/jupyter_notebooks/Introduction_to_TensorFlow_Part_1_-_Basics.ipynb>
.
-Ashish
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEIAZZNNGQW42VP2IIE3BLRNF37PANCNFSM4IVTYKBA>
.
|
|
Hi Alexandre, Are you still working on this issue? If you are, could you please let us know. -Ashish |
|
I am very interested to work on it. If Alexandre is not working it, I would like to take up the work. |
|
Thank you for the interest, Siddhant! @michaelazer are you still working on this? |
|
Ok, I am reassigning to @iamsiddhantsahu |
|
@cyrilchim Thanks! Pleasure to work on this. Taking this assignment as part of my university semester project. As stated in your first comment quoted below,
But, I am afraid I do not see the |
|
Found it. I guess it has been refactored. I guess it should go inside the |
|
Yes, that is the correct folder |
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
The text was updated successfully, but these errors were encountered: