A basic implementation of the binomial option pricing model written in C++.
Build instructions (on Linux):
- In the root project directory type "cmake -S . -B ./build".
- Go into the newly created build directory and type "make".
- Go into the src subdirectory (ie: build/src/) and run the "SimpleBinomialOptionPricingModel" executable.