Luigi Ballabio
Luigi Ballabio
When passed `maxEvaluations=0`, a fitted bond curve won't calibrate the parameters of its fitting method; it will use the ones passed, which were precomputed in some other way. However, the...
See . A possible solution is sketched at the end of the post.
See [this StackExchange question](https://quant.stackexchange.com/questions/58310/quantlib-compounded-vs-compoundedthensimple-and-simple-vs-simplethencompounded) and my answer. Creating an issue to keep track of the problem. No obvious solution, I'm afraid.
See https://stackoverflow.com/questions/64851608/quantlib-vol-surface-different-strike-levels-for-different-tenors. It's not an obvious extension of `BlackVarianceSurface` because our 2-d interpolations require a fixed grid. It might require a different class that does its own interpolation.
### Description See . A fix is pending release, but in the meantime it would help to downgrade to a working version. ### Platforms affected - [ ] Azure DevOps...
In a multi-page Solara application, I'm retrieving some data from a long-running task and plotting them when the task completes. However, when using the ipympl backend, an empty figure is...