#
quantlib
Here are 35 public repositories matching this topic...
Financial Derivatives Calculator with 168+ Models (Options Calculator)
options
monte-carlo
financial
quantlib
derivatives
quantitative-finance
futures
financial-analysis
currency-exchange
black-scholes
financial-engineering
swaps
options-trading
heston-model
spreads
options-pricing
term-structure-models
vasicek
-
Updated
Jun 13, 2020 - C++
QuantLib ported to C++17 and with all Boost dependency removed
-
Updated
Jul 29, 2017 - C++
-
Updated
Jun 18, 2021 - Julia
QLDDS - Data Distribution Service for QuantLib
c-plus-plus
options
curves
quantlib
equities
bonds
fixed-income
swaps
swaptions
options-pricing
interestrateswaps
-
Updated
Apr 28, 2021 - C++
QuantLibXL Sync bindings for node.js
-
Updated
Aug 30, 2017 - C++
A collection of derivative pricing module implemented in C++ and Python
-
Updated
May 13, 2020 - C++
QuantLib with python in Docker
-
Updated
Jun 17, 2020 - Dockerfile
Python wrappers around QuantLib and Pandas to easily generate volatility surfaces
-
Updated
Jun 23, 2021 - Python
A Matrix Library for Erlang that uses Quantlib's C++ library.
-
Updated
Aug 2, 2020 - C++
Jupyter Notebook Docker image with Quantlib Package for Raspberry Pi 2 (armv7l)
-
Updated
Jul 21, 2020 - Shell
QuantLib Miniconda 3 on Ubuntu Linux in Docker
-
Updated
Dec 31, 2019 - Shell
Dutch regulatory curve construction example using QuantLib.
python
binder
jupyter-notebook
quantlib
quantitative-finance
binder-ready
pension-funds
regulatory-framework
-
Updated
Apr 15, 2021 - Jupyter Notebook
-
Updated
Feb 8, 2021 - Java
Jupyter Notebook Docker image for x86_64 platform
-
Updated
May 8, 2018 - Python
Practice Questions using QuantLib 1.18 and Boost 17
-
Updated
Apr 1, 2020 - C++
A kdb library to call Quantlib C++ library via embedpy with a simple interface (similar to R Quantlib interface)
-
Updated
Jan 2, 2021 - q
my personal overview page and redirect for kapl.org
-
Updated
Jul 21, 2021
Dockerized development environment with QuantLib C++ library based on Alpine Linux
-
Updated
Aug 24, 2017
Improve this page
Add a description, image, and links to the quantlib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantlib topic, visit your repo's landing page and select "manage topics."
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.