
Quantlib-Python: use zero rates to get the originally bootstrapped ...
Let's say I am trying to build a curve using deposits, future and swaps with one of the three Quantlib methods in Python as below: crv = ql.PiecewiseLogCubicDiscount(2, ql.TARGET(), …
Best practices for building an FX volatility surface with Quantlib in ...
Oct 5, 2023 · 4 Generally my question is: what are best practices for building FX volatility surfaces with Quantlib? In FX options, I would like to price structures such as risk reversals, strangles …
What is the best solution to use QuantLib within Excel?
PyXLL together with QuantLib-Python (actually, I've not tried this one on the field, yet) Each one has its pros and con's, I must admit QuantLibXL is harder than I thought before; being quite …
programming - Heston volatility surface in Python QuantLib ...
Mar 21, 2020 · Does anyone have experience with the Python QuantLib function HestonBlackVolSurface? I'm trying to produce a 3D plot of the volatility surface as done in the …
Quantlib: How do I price a ZC bond using the Hull White model?
Aug 10, 2020 · Does QuantLib provide a wrapper to calculate the zc prices using the HW model by any chance? The complete code is below import QuantLib as ql import matplotlib.pyplot as …
Newest 'quantlib' Questions - Quantitative Finance Stack Exchange
Sep 30, 2025 · Quantlib is an open-source C++ library for quantitative finance. Learn more… Top users Synonyms
Guidelines for building complex C++ such as QuantLib and Open …
Jul 16, 2022 · I am looking for a guide for build correctly complex C++ projects such as those for quantitative finance and financial engineering such as QuantLib and Open Source Risk Engine.
QuantLib: How to price or construct a zero coupon swap using …
Nov 21, 2023 · However its giving me the AttributeError: module 'Quantlib' has no attribute 'ZeroCouponSwap'. Please let me know how to price the zero coupon swap using below details.
quantlib - How to select the initial guess for implied volatility ...
Feb 21, 2016 · When we calculate the implied volatility, we would need to give the solver a range to start with. For example, QuantLib uses [0,4.0] for the range, which is another way of saying …
Best Practices for Maintaining and Automating Interest Rate Curve ...
Dec 14, 2023 · We are a small team managing about 20 scripts for bootstrapping interest rate curves using QuantLib. Our process involves taking in interest rate swap data, bootstrapping …