| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static PaymentSchedule.Builder |
PaymentSchedule.builder()
Returns a builder used to create an instance of the bean.
|
PaymentSchedule.Builder |
PaymentSchedule.Meta.builder() |
PaymentSchedule.Builder |
PaymentSchedule.Builder.businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment)
Sets the business day adjustment to apply, optional.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.compoundingMethod(CompoundingMethod compoundingMethod)
Sets the compounding method to use when there is more than one accrual period, defaulted to 'None'.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.firstRegularStartDate(LocalDate firstRegularStartDate)
Sets the optional start date of the first regular payment schedule period, which is the end date of the initial stub.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.lastRegularEndDate(LocalDate lastRegularEndDate)
Sets the optional end date of the last regular payment schedule period, which is the start date of the final stub.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.paymentDateOffset(DaysAdjustment paymentDateOffset)
Sets the offset of payment from the base calculation period date.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.paymentFrequency(Frequency paymentFrequency)
Sets the periodic frequency of payments.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.paymentRelativeTo(PaymentRelativeTo paymentRelativeTo)
Sets the base date that each payment is made relative to, defaulted to 'PeriodEnd'.
|
PaymentSchedule.Builder |
PaymentSchedule.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
PaymentSchedule.Builder |
PaymentSchedule.Builder.set(String propertyName,
Object newValue) |
PaymentSchedule.Builder |
PaymentSchedule.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.