You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When progressing with my upgrade from 1.6 to 1.11., I've come across another problem, this time this starts already to show up in 1.7.
Starting with version 1.7., ORE complains about
ALERT [2024-Feb-14 17:04:45.138401] (...ata\todaysmarket.cpp:903) : error while building node DiscountCurve(CHF,Yield/CHF/CHF-IN-EUR) in configuration default: yield curve building failed for curve CHF-IN-EUR on date 2024-02-13: convergence not reached after 99 iterations; last improvement 0.000531637, required accuracy 1e-12
ALERT [2024-Feb-14 17:04:45.140109] (...ata\todaysmarket.cpp:915) : StructuredErrorMessage { "errorType":"Curve", "curveId":"Yield/CHF/CHF-IN-EUR", "exceptionType":"Failed to Build Curve", "exceptionMessage":"yield curve building failed for curve CHF-IN-EUR on date 2024-02-13: convergence not reached after 99 iterations; last improvement 0.000531637, required accuracy 1e-12"}
This was no problem in 1.6, but 1.7 started to complain. Judging from the documentation, there were no additions to Tolerance and BootstrapConfig for curveconfig in 1.7, so the defaults (I only have specified Tolerance in the curve) should be the same.
When progressing with my upgrade from 1.6 to 1.11., I've come across another problem, this time this starts already to show up in 1.7.
Starting with version 1.7., ORE complains about
This was no problem in 1.6, but 1.7 started to complain. Judging from the documentation, there were no additions to Tolerance and BootstrapConfig for curveconfig in 1.7, so the defaults (I only have specified Tolerance in the curve) should be the same.
The text was updated successfully, but these errors were encountered: