Skip to content

Commit

Permalink
added quantlib to CPP section
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 22, 2024
1 parent 5fa11b3 commit cabb071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,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
Expand Down
1 change: 1 addition & 0 deletions site/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cabb071

Please sign in to comment.