| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.accrualPeriods(List<RateAccrualPeriod> accrualPeriods)
Sets the accrual periods that combine to form the payment period.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.accrualPeriods(RateAccrualPeriod... accrualPeriods)
Sets the
accrualPeriods property in the builder
from an array of objects. |
static RatePaymentPeriod.Builder |
RatePaymentPeriod.builder()
Returns a builder used to create an instance of the bean.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Meta.builder() |
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.compoundingMethod(CompoundingMethod compoundingMethod)
Sets the compounding method to use when there is more than one accrual period, default is 'None'.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.currency(Currency currency)
Sets the primary currency of the payment period.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.dayCount(DayCount dayCount)
Sets the day count convention.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.fxReset(FxReset fxReset)
Sets the FX reset definition, optional.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.notional(double notional)
Sets the notional amount, positive if receiving, negative if paying.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.paymentDate(LocalDate paymentDate)
Sets the date that payment occurs.
|
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
RatePaymentPeriod.Builder |
RatePaymentPeriod.Builder.set(String propertyName,
Object newValue) |
RatePaymentPeriod.Builder |
RatePaymentPeriod.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.