About 60,600 results
Open links in new tab
  1. 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(), deposits + fu...

  2. 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 able to code …

  3. 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 plt import …

  4. 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 and …

  5. 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 example

  6. 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.

  7. 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 curves, and …

  8. Pricing a fixed rate bond in Quantlib Python

    Oct 20, 2017 · I'm trying to implement a pricing model for fixed rate bonds with the code below. import QuantLib as ql import pandas as pd todaysDate = ql.Date(31, 8, 2017) …

  9. QuantLib: How to price or construct a zero coupon swap using Quantlib

    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.

  10. BootStrap with quantlib USD SOFR (vs. FIXED RATE) swap curve

    May 23, 2023 · BootStrap with quantlib USD SOFR (vs. FIXED RATE) swap curve Ask Question Asked 2 years, 6 months ago Modified 1 year, 9 months ago