We saw some temporary build issues due to differences in the Natural/Integer payment lags. This brings the interface in line with these changes: https://github.com/lballabio/QuantLib/pull/1818.
Semi-related note:
I noticed that the classes ZeroCouponSwap and EquityTotalReturnSwap still have the unchanged parameter Natural paymentDelay, both in the library and in QL-SWIG. Should those also be changed to Ints for consistency?
We saw some temporary build issues due to differences in the Natural/Integer payment lags. This brings the interface in line with these changes: https://github.com/lballabio/QuantLib/pull/1818.
Semi-related note: I noticed that the classes
ZeroCouponSwap
andEquityTotalReturnSwap
still have the unchanged parameterNatural paymentDelay
, both in the library and in QL-SWIG. Should those also be changed to Ints for consistency?