I developed a program in C++ to approximate and consolidate an options portfolio's Greeks using the binomial tree model. The Greeks and PnL for each stock are calculated in separated threads. The outputs generated are combined in a single file.
This project is connected to the C++ Nanodegree, from Udacity. I used Docker and C++.