This project processes the market data and calculates Implied volatility (IV), etc. and display as an options chain screen on a website.
https://drive.google.com/file/u/1/d/1Q2UKd5lOcR3zN9SUEEXM65_sPGgCw_Gy/view?usp=sharing
https://docs.google.com/presentation/u/1/d/19rjTuBFKIDI5vHKFzugufKr8EoMCFABPb2kEED48uYU/edit?usp=sharing
The Video presentation and PPT are also present in the resources folder.
Clone the project
https://github.com/CodeCrafters-Edelweiss/Options-Chain-Tool.gitInstall Flask dependencies
pip install requirements.txtStart the server
python api.pyChange directory
cd clientInstall dependencies
yarn installStart react server
yarn startServer should start at localhost port 3000
http://localhost:3000/