In this video we look at pricing Barrier Options using the Binomial Asset Pricing Model and show how you can implement the barrier tree model to price an up-and-out barrier option in Python. There are two types of barrier options which we look at in this tutorial, up-and-out barrier options and down-and-out barrier options. Here we go through the theory and implementation.
For those who just want to code, please skip ahead to the Python Implementation section. I will take you through two implementations of a simple barrier tree model in Python, one that will use ‘for loops’ to step through each node at each time step (a function I have defined as binomial tree slow), and the other (binomial tree fast) will vectorize these steps using numpy arrays, improving overall computation time as N time steps increase. Although not necessary for the example today, using numpy arrays and vectorizing our calculations will improve computations as we delve deeper into financial mathematics and implementation heading forward.
In this tutorial series we will be breaking down the theory described and published in Steven Shreve’s book’s Stochastic Calculus for Finance I & II. As a guide for implementing these concepts in Python, we will refer to the numerical methods and practices outlined in Les Clewlow & Chris Strickland’s book Implementing Derivatives Models.
For any observant viewers, I calculated the variable 'disc' incorrectly in this video. I used up factor 'u' in the numerator instead of the correct value with is the down factor 'd'. Also, in the slow tree only during backward recursion the stock price should be calculated as S = S0 * u**j * d**(i-j) instead of S = S0 * u**j * d**(N-j). Code is correct on my website (link above).
00:00 Intro
00:17 Theory || What are Barrier Options?
02:25 Theory || European vs Barrier Option Payoff
04:42 Theory || Multi-period Binomial Model with Barrier Value H
08:08 Python Implementation || Barrier Tree Slow
18:50 Python Implementation || Barrier Tree Fast
25:26 Python Implementation || Comparing the Slow vs Fast Implementation
★ ★ Code Available on GitHub ★ ★
GitHub: https://github.com/TheQuantPy
Specific Tutorial Link: https://github.com/TheQuantPy/youtube...
★ ★ QuantPy GitHub ★ ★
Collection of resources used on QuantPy YouTube channel. https://github.com/thequantpy
★ ★ Discord Community ★ ★
Join a small niche community of like-minded quants on discord. / discord
★ ★ Support our Patreon Community ★ ★
Get access to Jupyter Notebooks that can run in the browser without downloading python.
/ quantpy
★ ★ ThetaData API ★ ★
ThetaData's API provides both realtime and historical options data for end-of-day, and intraday trades and quotes. Use coupon 'QPY1' to receive 20% off on your first month.
https://www.thetadata.net/
★ ★ Online Quant Tutorials ★ ★
WEBSITE: https://quantpy.com.au
★ ★ Contact Us ★ ★
EMAIL: [email protected]
Disclaimer: All ideas, opinions, recommendations and/or forecasts, expressed or implied in this content, are for informational and educational purposes only and should not be construed as financial product advice or an inducement or instruction to invest, trade, and/or speculate in the markets. Any action or refraining from action; investments, trades, and/or speculations made in light of the ideas, opinions, and/or forecasts, expressed or implied in this content, are committed at your own risk an consequence, financial or otherwise. As an affiliate of ThetaData, QuantPy Pty Ltd is compensated for any purchases made through the link provided in this description.
Смотрите видео Barrier Option Pricing with Binomial Trees || Theory & Implementation in Python онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь QuantPy 08 Июль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,951 раз и оно понравилось 132 людям.