Project Link: https://samuellee19.github.io/CSCI145_Option_Pricing/
The followings are the list of files used in this project.
The following data were collected through following methods: Simulation (provided by Professor Das), Bloomberg Query (UKX Option), and Web Scraping (S&P500).
Files:
DS_data.zip
: Zipped Black-Scholes Training DataBS_training.csv
: Unzipped Black-Scholes Training DataSNP.csv
: Final Web-scraped S&P500 Options DataUKX_Calls.csv
: Final UKX Option Bloomberg Query Data
The following data were trained from following data: Simulation Data (provided by Professor Das), Bloomberg Query Data (UKX Option), and Web Scraped Data (S&P500).
Files:
BS_model.sav
: MLP Model Trained on Simulation DataBS_ukx_model.sav
: MLP Model Trained on UKX Option DataBS_final_model.sav
: Final MLP Model Trained on Compiled Real Data (UKX Option and S&P 500)
We would like to thank Professor Das for getting back to us quickly and providing us his data. Also, Please check this repository to learn more about option scraper that we developed.