Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 388 Bytes

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.