From 2bc4a14750373e6380a80ba75464793bd9810bec Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Thu, 18 Mar 2021 12:48:43 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b1501e..3fce386 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [FinancePy](https://github.com/domokane/FinancePy) - A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives. - [FinancePy-Examples](https://github.com/domokane/FinancePy-Examples) - Examples of how to use FinancePy - [gs-quant](https://github.com/goldmansachs/gs-quant) - Python toolkit for quantitative finance +- [willowtree](https://github.com/federicomariamassari/willowtree) - Robust and flexible Python implementation of the willow tree lattice for derivatives pricing. +- [financial-engineering](https://github.com/federicomariamassari/financial-engineering) - Applications of Monte Carlo methods to financial engineering projects, in Python. +- [optlib](https://github.com/dbrojas/optlib) - A library for financial options pricing written in Python. ### Indicators - [pandas_talib](https://github.com/femtotrader/pandas_talib) - A Python Pandas implementation of technical analysis indicators. @@ -358,3 +361,5 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [quant](https://github.com/paulperry/quant) - Quantitative Finance and Algorithmic Trading exhaust; mostly ipython notebooks based on Quantopian, Zipline, or Pandas. - [fecon235](https://github.com/rsvp/fecon235) - Open source project for software tools in financial economics. Many jupyter notebook to verify theoretical ideas and practical methods interactively. - [Quantitative-Notebooks](https://github.com/LongOnly/Quantitative-Notebooks) - Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy +- [FinanceHub](https://github.com/Finance-Hub/FinanceHub) - Resources for Quantitative Finance +- [Python_Option_Pricing](https://github.com/dedwards25/Python_Option_Pricing) - An libary to price financial options written in Python. Includes: Black Scholes, Black 76, Implied Volatility, American, European, Asian, Spread Options.