This is a Python🐍 tutorial, that we will cover around 18 weeks in the course CM526, but you can refer to it and learn more in the future (i.e., 18 weeks + more to learn 😂🤣).
This tutorial includes:
- Hello World
- Variables & statistics
- Graph & Regression
- Functions & Conditional
- Forward and Futures Price
- Binomial Tree model
- Distribution of stock price and returns
- BSM model
- Stochastic (Price) Process
- Greeks
- Execucomp
- Quantile & VaR
- Implied Volatility
If you love this kind of tutorial, you may want to check other repositories below:
- 2020/5/27: add implied volatility
- 2020/5/11: add
VaR
- 2020/5/11: add market return distribution in note 07 + add simulation in note 09b
- 2020/4/12: add
execucomp
- 2020/3/26: add function to get bond yield, using
Newton
optimization - 2020/3/10: add greeks
- 2020/3/9: add BSM model & stock return distribution
- 2020/3/8: add binomial tree model
quantile & VaR (value-at-risk)- git & github
- volatility smile
- how to build your own module with related functions