
cpp_option_pricer
Option pricer I found on the internet and am using to learn cpp
Created Dec 2023
Added console logs to track execution progress during option pricing and delta calculation steps, helping identify where the program execution stands during batch processing. Fixed a typo in the main input file path and updated the repository metadata to clarify the origin of the code.
Added several console print statements throughout the execution flow in FinalProjectMain.cpp and AssetPrice.cpp to better track progress. Also fixed a critical file naming error where the code was attempting to load an incorrect input filename, and updated the README to clarify the origin of the code. 
Synchronized the main branch and addressed merge conflicts encountered within the project's README file. This housekeeping step ensures the project documentation remains consistent and up-to-date for all contributors. 
This repository has been initialized with a C++ option pricing engine covering European and American options. The implementation demonstrates foundational concepts in OOP, specifically utilizing inheritance and polymorphism to structure the pricing logic. It is now ready for further development and refinement. 
This repository has been initialized to host an option pricer implementation in C++. It serves as a personal project to practice and learn modern C++ development practices. 