Daml.Finance.Interface.Types.Date.RollConvention¶
Data Types¶
data Period
data PeriodEnum
An enum type to specify a period, e.g., day or week.
DayMonthWeekYearinstance Eq PeriodEnum
instance Show PeriodEnum
data RollConventionEnum
An enum type to specify how to roll dates.
Rolls on month end.Rolls on the corresponding day of the month.No roll convention is specified. This is for e.g. when date roll is not required (D
orW
tenors, single-period schedules).instance Eq RollConventionEnum
instance Show RollConventionEnum