May 26, 2019
Reading Time: 5 min
My current project is to brush up my knowledge of derivatives using python. For this, I will be reading two books â Derivatives Analytics with Python by Yves Hilpisch from Wiley Financial Series and the classic Options, Futures and Other Derivatives by John C. Hull.
I will be posting the results from exercises from the book on the blog. The code is available in the book and on github. At the end of it, I will also try to work on a project of my own using the concepts learned in the book. This should be fun!
Broadly, the scope of this book is to:
Below are a few results from the textbook:
Brownian Motion Model
Comparison of theoretical model with market model
Implied Volatility based on Black Scholes Model //To be updated