frontmark / jupyter-notebooks

Market Data & Derivatives Pricing Tutorial based on Jupyter notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete Swig Interface for Bootstrapping

FuggeWolf opened this issue · comments

While the C++ code allows for specifying inter- and extrapolation method within the bootstrapping algorithm, the swigged python code (pyvacon.analytics.YieldCurveBootstrapper. YieldCurveBootstrapper_compute) does not provide the option to configure this. The interface should be extended to avoid potential inconsistencies with subsequently defined interpolation methods for the resulting curve.