| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
RatePaymentPeriod |
RatePaymentPeriod.adjustPaymentDate(TemporalAdjuster adjuster) |
RatePaymentPeriod |
RatePaymentPeriod.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RatePaymentPeriod> |
RatePaymentPeriod.Meta.beanType() |
ImmutableList<RatePaymentPeriod> |
RatePeriodSwapLeg.getPaymentPeriods()
Gets the payment periods that combine to form the swap leg.
|
org.joda.beans.MetaProperty<ImmutableList<RatePaymentPeriod>> |
RatePeriodSwapLeg.Meta.paymentPeriods()
The meta-property for the
paymentPeriods property. |
| Modifier and Type | Method and Description |
|---|---|
RatePeriodSwapLeg.Builder |
RatePeriodSwapLeg.Builder.paymentPeriods(RatePaymentPeriod... paymentPeriods)
Sets the
paymentPeriods property in the builder
from an array of objects. |
| Modifier and Type | Method and Description |
|---|---|
RatePeriodSwapLeg.Builder |
RatePeriodSwapLeg.Builder.paymentPeriods(List<RatePaymentPeriod> paymentPeriods)
Sets the payment periods that combine to form the swap leg.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.