| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.accrualSchedule(PeriodicSchedule accrualSchedule)
Sets the accrual schedule.
|
static RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.builder()
Returns a builder used to create an instance of the bean.
|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Meta.builder() |
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.calculation(RateCalculation calculation)
Sets the interest rate accrual calculation.
|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.notionalSchedule(NotionalSchedule notionalSchedule)
Sets the notional schedule.
|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.paymentSchedule(PaymentSchedule paymentSchedule)
Sets the payment schedule.
|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.
|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.set(String propertyName,
Object newValue) |
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.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.