An open API service indexing awesome lists of open source software.

https://github.com/thederickff/cpp-financial-algorithms

It solves many of the important problems in financial engineering that are part of the day-to-day work of financial programmers in large investment banks and hedge funds.
https://github.com/thederickff/cpp-financial-algorithms

Last synced: 10 months ago
JSON representation

It solves many of the important problems in financial engineering that are part of the day-to-day work of financial programmers in large investment banks and hedge funds.

Awesome Lists containing this project

README

          

## C++ Financial Algorithms
This contains programs which solves many of the important problems in financial engineering that are part
of the day-to-day work of financial programmers in large investment banks and
hedge funds.

It also uses aspects of the language that are more frequently used
in writing financial software, including the STL, templates, and various numerical
libraries.