Тёмный

Simulating the Heston Model with Python | Stochastic Volatility Modelling 

QuantPy
Подписаться 73 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

22 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@victorribeiro8174
@victorribeiro8174 2 года назад
Can't wait for the next tutorial! Thank you, very helpful
@kevinmak1996
@kevinmak1996 2 года назад
Great video! Can’t wait for the calibration video coming up :)
@mountaindrew_
@mountaindrew_ 2 года назад
Thank you very much for all the content you create on your channel! And by the way, a video about Girsanov’s theorem would be really nice!
@hongkyulee9724
@hongkyulee9724 Год назад
Thank you for the good video. 😉 Your explanation and code are very intuitive and concise to me. ❤❤
@bryan-9742
@bryan-9742 2 года назад
I love these videos btw. So many times in grad school they are like, "here is a model, figure it out on your own. You will be tested on it but we won't tell you what it means or how to do it." These videos are very helpful.
@PiyapartB
@PiyapartB 7 месяцев назад
Appreciate your content. You just saved my life!!! I am doing master in quantitative finance and just found your channel. Your code and explanation are well clarified and really help me with the coursework. I couldn't imagine If I didn't find your video at the first place.
@evanhong1690
@evanhong1690 7 месяцев назад
thanks for your work! They help me a lot
@prestonhanzely5322
@prestonhanzely5322 2 года назад
Great video and explanations. Stochastic calculus is a hard to open door that when opened, reveals a lot about markets
@bryan-9742
@bryan-9742 2 года назад
100% agree. You don't actually know what's happening until you go through it to understand what's actually going on and what the assumptions even mean.
@pritamsarkar2075
@pritamsarkar2075 11 месяцев назад
I would very much appreciate a video series discussing rigorously the stochastic picture in finance. I have a background in Statistical Physics from where I learned about Random Processes. Now I believe a very thorough analytics as well as real world stochastic modelling would be very beneficial for many enthusiasts like me. I will look forward to this. Moreover, out of many YT resources I have found your contents, most reasonable and analytical. Thank you for your contribution.
@kilocesar
@kilocesar 4 месяца назад
Yes finally an excelent chanel with deep content. please make a video about change in meaasure
@OpenQuant
@OpenQuant Год назад
Great explanation!
@bryan-9742
@bryan-9742 2 года назад
AHHHHH. We just finished up Derivatives in my MFE. This is awesome. For parameters are you guys going to do MLE on the historical data? Can't wait to see it!
@jamesguan5225
@jamesguan5225 7 месяцев назад
Really appreciating the content! For other audience who might potentially use milstein scheme from the reference, there is a typo in equation (18) ,in the "Fabrice Douglas Rouah" reference provided in the video description. I think it should be 0.5 * St * Vt * dt (Zs**2 - 1); The simulation would be just wrong using the original equation.
@sachinmittal5308
@sachinmittal5308 2 года назад
Thank you for the great video again. I just wanted to understand that how did you get parameter combination as initial value for heston and monte carlo? If I remember it correctly you might have answered it some video, but these parameter combinations can be found out using argmax(MLE) OR using machine learning NN and other non-linear machine learning models as output with input as market observable prices which then sampled over by uniform sampling method like Latin hypercube sampling? Is my understanding correct that black volatility surface can also be created using numerical iterative methods like newton rhapson method and also via Machine Learning NN and other classical machine learning models? Why we use MC method for simulating Stochastic Volatility Modelling equation rather than other numerical methods like Finite di erence, COS method and numerical integration? Why to use any of these classical models like heston to find option price when the prices can be sourced from bloomberg and other readily available tools easily and then later trained via machine learning ensemble models to get the model calibrated parameters for valuing an option in future date?
@virensangwan667
@virensangwan667 Год назад
Nice video. A question - how to estimate heston parameters using only underlying price data? Example: to compute IV of an option on xyz asset that don't have any options market. Would you suggest to look into any other model?
@priyankaranjan2328
@priyankaranjan2328 Год назад
Do you have a video or code for pricing put option using Heston model?
@MrEo89
@MrEo89 2 года назад
Thank you for these great videos (btw I was being sarcastic/cheeky when i mentioned the pyvollib vectorized lib), but I was wondering what you did regarding the ValueError you get when you try to compute S_p, v_p/S_n, v_n via the heston function. ValueError: operands could not be broadcast together with shapes (252, ), (100_000, ) (underscore mine, for readability)
@MrEo89
@MrEo89 2 года назад
nvm, I had a typo. used np.full(shape = (N + 1, N), fill_value = S0) instead of N+1, M
@quant-prep2843
@quant-prep2843 Год назад
please start a discord server! its not a request , its an order. your channel is so great
@QuantPy
@QuantPy Год назад
Thanks, have a discord server through patreon link in description
@user-wp5gw3jl4s
@user-wp5gw3jl4s Год назад
Please tell me why there is dt associated with Wt in the integral form. Isn't it should be just Wt? In the code Wt = sqrt(t)*Zt looks good for me though.
@siamgangte2826
@siamgangte2826 Год назад
Please make a content on Girsanov's theorem
@caetanogarelii6657
@caetanogarelii6657 4 месяца назад
Can you explain what measures and the risk neutral measure are? It's mentioned a lot but they're hard to understand.
@Prof.OrtizRamirez
@Prof.OrtizRamirez 2 года назад
Accurate and fast explanation. I got this when run first part of code "ModuleNotFoundError: No module named '_testcapi'", how can i fix this? thanks in advance
@QuantPy
@QuantPy 2 года назад
github.com/vollib/py_vollib/issues/11
@pearsonmudzingwa597
@pearsonmudzingwa597 8 месяцев назад
How do you price Delta, American and European Options using Heston Model?
@Med.El-amine
@Med.El-amine 11 месяцев назад
Pleas I want python code for currency options pricing using Heston model
@simonlove4527
@simonlove4527 2 года назад
Just an FYI, you have a typo on the Heston model simulation page on your website. It says dS_i+1 instead of S_i+1 in the Euler Discretisation section
@QuantPy
@QuantPy 2 года назад
Legend, thanks for update. Sometimes it's hard to pick these up when writing in latex $\Large S_{i+1} = S_i e^{(r-\frac{v_i}{2}) \Delta t + \sqrt{v_{i}}\Delta tW^\mathbb{Q}_{S,i+1}}$
@user-kn1lf4dn9v
@user-kn1lf4dn9v 9 месяцев назад
please make a post with details
@AndrewCB07
@AndrewCB07 2 года назад
Possible to make a video on GARCH?
@QuantPy
@QuantPy 2 года назад
Sure can
@triloksinghbhati333
@triloksinghbhati333 10 месяцев назад
Do you teach ?
@abdulmajeedasiri8383
@abdulmajeedasiri8383 Год назад
Can you help with quantitative finance jobs? I am looking for roles in quantitative finance and have a master in financial engineering but the problem is that I had a family emergency and now there is a gap since I graduated. No firm is giving me an interview now as the gap is 14 months now.
Далее
Derivation of Heston Stochastic Volatility Model PDE
29:03
AES: How to Design Secure Encryption
15:37
Просмотров 153 тыс.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Genetic Algorithms Explained By Example
11:52
Просмотров 317 тыс.
181 - Multivariate time series forecasting using LSTM
22:40