Uses of Class
com.opengamma.strata.product.swap.PaymentSchedule
-
Packages that use PaymentSchedule Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of PaymentSchedule in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return PaymentSchedule Modifier and Type Method Description PaymentSchedule
PaymentSchedule.Builder. build()
PaymentSchedule
KnownAmountSwapLeg. getPaymentSchedule()
Gets the payment period schedule.PaymentSchedule
RateCalculationSwapLeg. getPaymentSchedule()
Gets the payment schedule.PaymentSchedule
ScheduledSwapLeg. getPaymentSchedule()
Gets the payment period schedule.Methods in com.opengamma.strata.product.swap that return types with arguments of type PaymentSchedule Modifier and Type Method Description Class<? extends PaymentSchedule>
PaymentSchedule.Meta. beanType()
org.joda.beans.MetaProperty<PaymentSchedule>
KnownAmountSwapLeg.Meta. paymentSchedule()
The meta-property for thepaymentSchedule
property.org.joda.beans.MetaProperty<PaymentSchedule>
RateCalculationSwapLeg.Meta. paymentSchedule()
The meta-property for thepaymentSchedule
property.Methods in com.opengamma.strata.product.swap with parameters of type PaymentSchedule Modifier and Type Method Description KnownAmountSwapLeg.Builder
KnownAmountSwapLeg.Builder. paymentSchedule(PaymentSchedule paymentSchedule)
Sets the payment period schedule.RateCalculationSwapLeg.Builder
RateCalculationSwapLeg.Builder. paymentSchedule(PaymentSchedule paymentSchedule)
Sets the payment schedule.
-