#
quantlib
Here are 30 public repositories matching this topic...
QuantLib ported to C++17 and with all Boost dependency removed
-
Updated
Jul 29, 2017 - C++
-
Updated
Jun 8, 2020 - Julia
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++
quantlibjs / ql
QuantLibXL Sync bindings for node.js
-
Updated
Aug 30, 2017 - C++
QuantLib with python in Docker
-
Updated
Jun 17, 2020 - Dockerfile
QLDDS - Data Distribution Service for QuantLib
-
Updated
Nov 25, 2019 - C++
Jupyter Notebook Docker image with Quantlib Package for Raspberry Pi 2 (armv7l)
-
Updated
Jan 13, 2020 - Shell
Dockerized development environment with QuantLib-Python package
-
Updated
Nov 3, 2017
my personal overview page and redirect for kapl.org
-
Updated
Jun 12, 2020
-
Updated
Sep 8, 2019 - C++
Dockerized development environment with QuantLib C++ library based on Alpine Linux
-
Updated
Aug 24, 2017
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++
Dockerfile for using QuantLib-Python on the Conda stack
-
Updated
Jan 13, 2019 - Dockerfile
A collection of derivative pricing module implemented in C++ and Python
-
Updated
May 13, 2020 - C++
QuantLib Miniconda 3 on Ubuntu Linux in Docker
-
Updated
Dec 31, 2019 - Shell
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.