Hi Luigi, Facing the same issue. Since the issue has been around for a while, hoping a solution would have been found by now. I have recently started working on QuantLib. Since I wanted to use intraday, I have compiled the library for python using SWIG. OS: MacOS Mojave Currently using it with Actual365Fixed convention. Funnily, I don't get the error at every instance, but at random points on the time data.
Hi Luigi, Facing the same issue. Since the issue has been around for a while, hoping a solution would have been found by now. I have recently started working on QuantLib. Since I wanted to use intraday, I have compiled the library for python using SWIG. OS: MacOS Mojave Currently using it with Actual365Fixed convention. Funnily, I don't get the error at every instance, but at random points on the time data.
binomial tree support for non-flat interest rates
Template-based Hull White model - correction of patch file
IR Value At Risk via RiskMetrics
Cross currency rate helper
RateHelper for compounding swaps (basis swaps)
QuantLibXL RateCurveFramework 64-bit Excel VBA patches
def events not triggered in fwd time
Negative treasury yield can not be computed
ConvertOper string bug
No session support in QuantLibXL
Swaptions pricing in G2 model
If this is still an issue, please submit it to https://github.com/lballabio/QuantLib/issues
errors in syntheticcdo.cpp
Moved to https://github.com/lballabio/QuantLib/issues/365
Bootstrapping for bonds: Inconsistency in the clean price
Clean and dirty prices should be accounted for correctly now.
Problems in calculating the ParRates
bmaindex method previousWednesday
The behavior of the function is correct; if today is wednesday, we want today's date. The name of the function is wrong. It might be "lastWednesday" or something like this.
Moved to https://github.com/lballabio/QuantLib/issues/364
Problem in construction of trinomial tree
ForecastFixing issue - option paying InArrears
forecastFixing calculated d1 and d2 as Date d1 = valueDate(fixingDate); Date d2 = maturityDate(d1); maturityDate(d1) adds the tenor of the index, not the fixing days, so I don't see the calculations you're referring to.
As compiling with QL_REAL=float is discouraged (the test suite fails) I think mentioning this might be more confusing than useful.
Error in documentation of MersenneTwisterUniformRng
TraitsID = "LogLinear" error in qlPiecewiseYieldCurve()
TraitsID = "LogLinear" error in qlPiecewiseYieldCurve()
Moved to https://github.com/lballabio/QuantLib/issues/363
Moved to https://github.com/lballabio/QuantLib/issues/362
Dynamics of twofactor modell
Moved to https://github.com/lballabio/QuantLib/issues/361
No defined process for Black-Karasinski
Moved to https://github.com/lballabio/QuantLib/issues/360
Schedule::until works incorrectly with non-full schedules
qlCalendarBusinessDaysBetween
If this still happens with the latest release, please file an issue at https://github.com/eehlers/QuantLibXL.
Schedule is still buggy
SWIG/CSharp/VS2010
The SWIGSTDCALL issue was solved. Functions were given another implementation, but you can resubmit your code as a pull request on GitHub if you think it's more convenient than the current interface.
If this is still relevant, may you open an issue at https://github.com/eehlers/QuantLibXL?
If this is still happening, may you open an issue at https://github.com/eehlers/QuantLibXL?
Schedule does not include termination date
This should now be fixed by the work on the ISDA engine.