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 PaymentSchedulePaymentSchedule.Builder. build()PaymentScheduleKnownAmountSwapLeg. getPaymentSchedule()Gets the payment period schedule.PaymentScheduleRateCalculationSwapLeg. getPaymentSchedule()Gets the payment schedule.PaymentScheduleScheduledSwapLeg. 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 thepaymentScheduleproperty.org.joda.beans.MetaProperty<PaymentSchedule>RateCalculationSwapLeg.Meta. paymentSchedule()The meta-property for thepaymentScheduleproperty.Methods in com.opengamma.strata.product.swap with parameters of type PaymentSchedule Modifier and Type Method Description KnownAmountSwapLeg.BuilderKnownAmountSwapLeg.Builder. paymentSchedule(PaymentSchedule paymentSchedule)Sets the payment period schedule.RateCalculationSwapLeg.BuilderRateCalculationSwapLeg.Builder. paymentSchedule(PaymentSchedule paymentSchedule)Sets the payment schedule.
-