| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSchedule |
PaymentSchedule.Builder.build() |
PaymentSchedule |
KnownAmountSwapLeg.getPaymentSchedule()
Gets the payment period schedule.
|
PaymentSchedule |
ScheduledSwapLeg.getPaymentSchedule()
Gets the payment period schedule.
|
PaymentSchedule |
RateCalculationSwapLeg.getPaymentSchedule()
Gets the payment schedule.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PaymentSchedule> |
PaymentSchedule.Meta.beanType() |
org.joda.beans.MetaProperty<PaymentSchedule> |
KnownAmountSwapLeg.Meta.paymentSchedule()
The meta-property for the
paymentSchedule property. |
org.joda.beans.MetaProperty<PaymentSchedule> |
RateCalculationSwapLeg.Meta.paymentSchedule()
The meta-property for the
paymentSchedule property. |
| Modifier and Type | Method and Description |
|---|---|
KnownAmountSwapLeg.Builder |
KnownAmountSwapLeg.Builder.paymentSchedule(PaymentSchedule paymentSchedule)
Sets the payment period schedule.
|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.paymentSchedule(PaymentSchedule paymentSchedule)
Sets the payment schedule.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.