Quantitative Derivatives Models
Last updated Jun 27, 2026
15
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
47
Language breakdown
Jupyter Notebook 50.2%
Python 49.8%
โธ Files
click to expand
README
qdlib
Installation
Since this is currently on TestPyPI, install it using:pip install -i https://test.pypi.org/simple/ qdlib
A structured Python library for foundational and intermediate quantitative derivatives models, numerical pricing methods, volatility models, calibration workflows, and explanatory notebooks.
What this project is
qdlib is designed as a clean, educational, and reusable quant library.
The goal is not just to store scripts, but to organize core derivatives models in a way that is:
- mathematically sound
- easy to navigate
- reusable as a Python package
- supported by examples, tests, and notebooks
Scope
The library currently covers the following areas:
- pricing foundations
- lattice methods
- Monte Carlo methods
- PDE and ODE methods
- stochastic volatility
- jump models
- local volatility
- SABR
- calibration workflows
- transform methods
- empirical preprocessing
Repository structure
quant-derivatives-library/
โโโ README.md
โโโ pyproject.toml
โโโ requirements.txt
โโโ src/
โ โโโ qdlib/
โโโ examples/
โโโ tests/
โโโ notebooks/
โโโ data/
โโโ docs/
License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ More in this category