Uses of Enum
cdm.product.common.schedule.PayRelativeToEnum
Packages that use PayRelativeToEnum
Package
Description
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of PayRelativeToEnum in cdm.product.common.schedule
Fields in cdm.product.common.schedule declared as PayRelativeToEnumModifier and TypeFieldDescriptionprotected PayRelativeToEnumPaymentDates.PaymentDatesBuilderImpl.payRelativeToMethods in cdm.product.common.schedule that return PayRelativeToEnumModifier and TypeMethodDescriptionstatic PayRelativeToEnumPayRelativeToEnum.fromDisplayName(String name) PaymentDates.getPayRelativeTo()Specifies whether the payments occur relative to each adjusted calculation period start date or end date, each reset date, valuation date or the last pricing date.PaymentDates.PaymentDatesBuilderImpl.getPayRelativeTo()PaymentDates.PaymentDatesImpl.getPayRelativeTo()static PayRelativeToEnumReturns the enum constant of this type with the specified name.static PayRelativeToEnum[]PayRelativeToEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.common.schedule with parameters of type PayRelativeToEnumModifier and TypeMethodDescriptionPaymentDates.PaymentDatesBuilder.setPayRelativeTo(PayRelativeToEnum payRelativeTo) PaymentDates.PaymentDatesBuilderImpl.setPayRelativeTo(PayRelativeToEnum _payRelativeTo)