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 PaymentRelativeTo
PaymentSchedule. getPaymentRelativeTo()
Gets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.static PaymentRelativeTo
PaymentRelativeTo. of(String name)
Obtains an instance from the specified name.static PaymentRelativeTo
PaymentRelativeTo. 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 thepaymentRelativeTo
property.Methods in com.opengamma.strata.product.swap with parameters of type PaymentRelativeTo Modifier and Type Method Description PaymentSchedule.Builder
PaymentSchedule.Builder. paymentRelativeTo(PaymentRelativeTo paymentRelativeTo)
Sets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.
-