diff --git a/README.md b/README.md index d57f6ff0..d428b810 100644 --- a/README.md +++ b/README.md @@ -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,11 +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 - 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. @@ -464,11 +470,12 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [PyQL](https://github.com/enthought/pyql) - Python port. - [QuantLib.jl](https://github.com/pazzo83/QuantLib.jl) - Julia port. - [QuantLib-Python Documentation](https://quantlib-python-docs.readthedocs.io/) - Documentation for the Python bindings for the QuantLib library - - [QuantLib with Automatic Differention enabled](https://github.com/auto-differentiation/quantlib-xad) - Integration of Automatic Differentiation with the QuantLib library + - [TA-Lib](https://ta-lib.org) - perform technical analysis of financial market data. - [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 @@ -490,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.