| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.builder()
Returns a builder used to create an instance of the bean.
|
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Meta.builder() |
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.endDate(LocalDate endDate)
Sets the end date of the payment period.
|
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.payment(Payment payment)
Sets the payment.
|
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.set(String propertyName,
Object newValue) |
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.startDate(LocalDate startDate)
Sets the start date of the payment period.
|
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.toBuilder()
Returns a builder that allows this bean to be mutated.
|
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.unadjustedEndDate(LocalDate unadjustedEndDate)
Sets the unadjusted end date.
|
KnownAmountSwapPaymentPeriod.Builder |
KnownAmountSwapPaymentPeriod.Builder.unadjustedStartDate(LocalDate unadjustedStartDate)
Sets the unadjusted start date.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.