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(), …

  2. 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 …

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

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

  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 …

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

  7. quantlib - Best Approach to Creating a USD LIBOR Forward Curve …

    Oct 28, 2020 · This is a very basic question, I am convinced this has been answered before but I cannot seem to find it. What is the best approach for constructing a USD Libor forward curve …

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

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

  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