Open
Description
OISRateHelper
class does not appear to be using the calendar passed to the paymentCalendar
parameter for calculating the start date of the helper. I'm constructing Chile Camara today and 6/19 is a holiday for trading, since local LATAM tends to observe a trading holiday when the US does. I'm passing JointCalendar(UnitedStates(UnitedStates.FederalReserve), Chile)
for the paymentCalendar
but the helper objects are using 6/19 for the earliestDate
attribute. Seems like the helper should either use the paymentCalendar
passed or accept a separate tradingCalendar
parameter for cases like this.
Metadata
Metadata
Assignees
Labels
No labels