Module 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.instance Eq RollConventionEnum
instance Show RollConventionEnum