added quantlib to CPP section

This commit is contained in:
Wilson Freitas
2024-02-22 06:55:58 -03:00
parent 5fa11b3b15
commit cabb0712b4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -436,6 +436,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
## CPP
- [QuantLib](https://github.com/lballabio/QuantLib) - The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance.
- [TradeFrame](https://github.com/rburkholder/trade-frame) - C++ 17 based framework/library (with sample applications) for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution. Comes with built-in [Option Greeks/IV](https://github.com/rburkholder/trade-frame/tree/master/lib/TFOptions) calculation library.
## Frameworks