From 81a67bcf3ac5cfd2dc40f096470d0c9658eab836 Mon Sep 17 00:00:00 2001 From: Artur Sepp Date: Wed, 22 Jul 2026 19:43:50 +0200 Subject: [PATCH] Add StochVolModels (#497) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57de18f..e5a9ce8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pyfin](https://github.com/opendoor-labs/pyfin) - `Python` - Basic options pricing in Python. *ARCHIVED*. - [vollib](https://github.com/vollib/vollib) - `Python` - vollib is a python library for calculating option prices, implied volatility and greeks. - [py_vollib](https://github.com/vollib/py_vollib) - `Python` - vollib Python implementation. +- [StochVolModels](https://github.com/ArturSepp/StochVolModels) - `Python` - Pricing analytics and Monte Carlo simulation for stochastic volatility models, including the log-normal SV model and the Heston model. - [QuantPy](https://github.com/jsmidt/QuantPy) - `Python` - A framework for quantitative finance In python. - [Finance-Python](https://github.com/alpha-miner/Finance-Python) - `Python` - Python tools for Finance. - [ffn](https://github.com/pmorissette/ffn) - `Python` - A financial function library for Python.