BusinessDateGenerator
serves to create settlement dates and calendars.
Attributes | Name and Description |
---|---|
|
caplin.fx.testing.BusinessDateGenerator()
Constructs a |
Attributes | Name and Description |
---|---|
|
Array
getSettlementCalendar(Date oStartDate, Int days)
Retrieves an array of formatted dates. |
|
Map
getSettlementDates(Date oStartDate)
Returns a map of settlement dates. |
►
caplin.fx.testing.BusinessDateGenerator()
Constructs a caplin.fx.testing.BusinessDateGenerator
.
►
Array
getSettlementCalendar(Date oStartDate, Int days)
Retrieves an array of formatted dates.
Date | oStartDate | The date to start from. |
Int | days | The number of days to create. |
►
Map
getSettlementDates(Date oStartDate)
Returns a map of settlement dates.
Date | oStartDate | The date to start from. |