Dashboard
Thread safe stock options greeks
Calculating option greeks using Bianomial Tree

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++.

VIEW PROJECT