Uses of Enum
cdm.base.datetime.DayTypeEnum
Packages that use DayTypeEnum
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
Common product settlement concepts: cash vs physical, non-deliverable, money and cashflow, delivery vs payment.
-
Uses of DayTypeEnum in cdm.base.datetime
Fields in cdm.base.datetime declared as DayTypeEnumModifier and TypeFieldDescriptionprotected DayTypeEnumOffset.OffsetBuilderImpl.dayTypeprotected DayTypeEnumPeriodicDates.PeriodicDatesBuilderImpl.dayTypeMethods in cdm.base.datetime that return DayTypeEnumModifier and TypeMethodDescriptionstatic DayTypeEnumDayTypeEnum.fromDisplayName(String name) Offset.getDayType()In the case of an offset specified as a number of days, this element defines whether consideration is given as to whether a day is a good business day or not.Offset.OffsetBuilderImpl.getDayType()Offset.OffsetImpl.getDayType()PeriodicDates.getDayType()Denotes the enumerated values to specify the day type classification used in counting the number of days between two dates.PeriodicDates.PeriodicDatesBuilderImpl.getDayType()PeriodicDates.PeriodicDatesImpl.getDayType()static DayTypeEnumReturns the enum constant of this type with the specified name.static DayTypeEnum[]DayTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.datetime with parameters of type DayTypeEnumModifier and TypeMethodDescriptionAdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder.setDayType(DayTypeEnum dayType) AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilderImpl.setDayType(DayTypeEnum _dayType) Offset.OffsetBuilder.setDayType(DayTypeEnum dayType) Offset.OffsetBuilderImpl.setDayType(DayTypeEnum _dayType) PeriodicDates.PeriodicDatesBuilder.setDayType(DayTypeEnum dayType) PeriodicDates.PeriodicDatesBuilderImpl.setDayType(DayTypeEnum _dayType) RelativeDateOffset.RelativeDateOffsetBuilder.setDayType(DayTypeEnum dayType) RelativeDateOffset.RelativeDateOffsetBuilderImpl.setDayType(DayTypeEnum _dayType) RelativeDates.RelativeDatesBuilder.setDayType(DayTypeEnum dayType) RelativeDates.RelativeDatesBuilderImpl.setDayType(DayTypeEnum _dayType) -
Uses of DayTypeEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as DayTypeEnumModifier and TypeFieldDescriptionprotected DayTypeEnumCollateralInterestNotification.CollateralInterestNotificationBuilderImpl.notificationDayTypeMethods in cdm.product.collateral that return DayTypeEnumModifier and TypeMethodDescriptionCollateralInterestNotification.CollateralInterestNotificationBuilderImpl.getNotificationDayType()CollateralInterestNotification.CollateralInterestNotificationImpl.getNotificationDayType()CollateralInterestNotification.getNotificationDayType()The type of days on which notification should occur.Methods in cdm.product.collateral with parameters of type DayTypeEnumModifier and TypeMethodDescriptionCollateralInterestNotification.CollateralInterestNotificationBuilder.setNotificationDayType(DayTypeEnum notificationDayType) CollateralInterestNotification.CollateralInterestNotificationBuilderImpl.setNotificationDayType(DayTypeEnum _notificationDayType) -
Uses of DayTypeEnum in cdm.product.common.schedule
Fields in cdm.product.common.schedule declared as DayTypeEnumModifier and TypeFieldDescriptionprotected DayTypeEnumParametricDates.ParametricDatesBuilderImpl.dayTypeMethods in cdm.product.common.schedule that return DayTypeEnumModifier and TypeMethodDescriptionParametricDates.getDayType()Denotes the enumerated values to specify the day type classification used in counting the number of days between two dates.ParametricDates.ParametricDatesBuilderImpl.getDayType()ParametricDates.ParametricDatesImpl.getDayType()Methods in cdm.product.common.schedule with parameters of type DayTypeEnumModifier and TypeMethodDescriptionParametricDates.ParametricDatesBuilder.setDayType(DayTypeEnum dayType) ParametricDates.ParametricDatesBuilderImpl.setDayType(DayTypeEnum _dayType) -
Uses of DayTypeEnum in cdm.product.common.settlement
Methods in cdm.product.common.settlement with parameters of type DayTypeEnumModifier and TypeMethodDescriptionFxFixingDate.FxFixingDateBuilder.setDayType(DayTypeEnum dayType) FxFixingDate.FxFixingDateBuilderImpl.setDayType(DayTypeEnum _dayType)