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.
- Host: GitHub
- URL: https://github.com/thederickff/cpp-financial-algorithms
- Owner: thederickff
- Created: 2020-03-21T22:10:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T18:52:36.000Z (about 6 years ago)
- Last Synced: 2025-03-12T18:22:37.239Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.