Uses of Class
com.opengamma.strata.product.swap.PaymentRelativeTo
-
Packages that use PaymentRelativeTo Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of PaymentRelativeTo in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return PaymentRelativeTo Modifier and Type Method Description PaymentRelativeToPaymentSchedule. getPaymentRelativeTo()Gets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.static PaymentRelativeToPaymentRelativeTo. of(String name)Obtains an instance from the specified name.static PaymentRelativeToPaymentRelativeTo. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentRelativeTo[]PaymentRelativeTo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.swap that return types with arguments of type PaymentRelativeTo Modifier and Type Method Description org.joda.beans.MetaProperty<PaymentRelativeTo>PaymentSchedule.Meta. paymentRelativeTo()The meta-property for thepaymentRelativeToproperty.Methods in com.opengamma.strata.product.swap with parameters of type PaymentRelativeTo Modifier and Type Method Description PaymentSchedule.BuilderPaymentSchedule.Builder. paymentRelativeTo(PaymentRelativeTo paymentRelativeTo)Sets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.
-