Update README.md with more risk and automatic differentiation resources

This commit is contained in:
Auto Differentiation Dev Team
2024-04-05 07:09:58 +01:00
committed by GitHub
parent 12c342dc94
commit 5f5c30a987
+8 -2
View File
@@ -152,6 +152,8 @@ A curated list of insanely awesome libraries, packages and resources for Quants
### Risk Analysis
- [QuantLibRisks](https://pypi.org/project/QuantLib-Risks/) - Fast risks with QuantLib
- [XAD](https://pypi.org/project/xad/) - Automatic Differentation (AAD) Library
- [pyfolio](https://github.com/quantopian/pyfolio) - Portfolio and risk analytics in Python.
- [empyrical](https://github.com/quantopian/empyrical) - Common financial risk and performance metrics.
- [fecon235](https://github.com/rsvp/fecon235) - Computational tools for financial economics include: Gaussian Mixture model of leptokurtotic risk, adaptive Boltzmann portfolios.
@@ -451,13 +453,15 @@ 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.
- [QuantLibRisks](https://github.com/auto-differentiation/QuantLib-Risks-Cpp) - Fast risks with QuantLib in C++
- [XAD](https://github.com/auto-differentiation/xad) - Automatic Differentation (AAD) Library
- [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
- [QuantLib](https://github.com/lballabio/QuantLib) - The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance.
- [QuantLibRisks](https://pypi.org/project/QuantLib-Risks/) - Fast risks with QuantLib in Python
- [QuantLibRisksCpp](https://github.com/auto-differentiation/QuantLib-Risks-Cpp) - Fast risks with QuantLib in C++
- QuantLibRisks - Fast risks with QuantLib in [Python](https://pypi.org/project/QuantLib-Risks/) and [C++](https://github.com/auto-differentiation/QuantLib-Risks-Cpp)
- XAD - Automatic Differentiation (AAD) Library in [Python](https://pypi.org/project/xad/) and [C++](https://github.com/auto-differentiation/xad/)
- [JQuantLib](https://github.com/frgomes/jquantlib) - Java port.
- [RQuantLib](https://github.com/eddelbuettel/rquantlib) - R port.
- [QuantLibAddin](https://www.quantlib.org/quantlibaddin/) - Excel support.
@@ -471,6 +475,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [ta-lib-python](https://github.com/TA-Lib/ta-lib-python)
- [ta-lib](https://github.com/TA-Lib/ta-lib)
- [Portfolio Optimizer](https://portfoliooptimizer.io/) - Portfolio Optimizer is a Web API for portfolio analysis and optimization.
- XAD: Automatic Differentation (AAD) Library for [Python](https://pypi.org/project/xad/) and [C++](https://github.com/auto-differentiation/xad)
## CSharp
@@ -492,6 +497,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
## Reproducing Works, Training & Books
- [Auto-Differentiation Website](https://auto-differentiation.github.io/) - Background and resources on Automatic Differentiation (AD) / Adjoint Algorithmic Differentitation (AAD).
- [Derman Papers](https://github.com/MarcosCarreira/DermanPapers) - Notebooks that replicate original quantitative finance papers from Emanuel Derman.
- [ML-Quant](https://www.ml-quant.com/) - Top Quant resources like ArXiv (sanity), SSRN, RePec, Journals, Podcasts, Videos, and Blogs.
- [volatility-trading](https://github.com/jasonstrimpel/volatility-trading) - A complete set of volatility estimators based on Euan Sinclair's Volatility Trading.