| Package | Description |
|---|---|
| com.opengamma.strata.product.capfloor |
Entity objects describing Ibor cap/floor.
|
| Modifier and Type | Method and Description |
|---|---|
static IborCapFloorLeg.Builder |
IborCapFloorLeg.builder()
Returns a builder used to create an instance of the bean.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Meta.builder() |
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.calculation(IborRateCalculation calculation)
Sets the interest rate accrual calculation.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.capSchedule(ValueSchedule capSchedule)
Sets the cap schedule, optional.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.currency(Currency currency)
Sets the currency of the leg associated with the notional.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.floorSchedule(ValueSchedule floorSchedule)
Sets the floor schedule, optional.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.notional(ValueSchedule notional)
Sets the notional amount, must be non-negative.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.paymentDateOffset(DaysAdjustment paymentDateOffset)
Sets the offset of payment from the base calculation period date, defaulted to 'None'.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.paymentSchedule(PeriodicSchedule paymentSchedule)
Sets the periodic payment schedule.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.
|
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
IborCapFloorLeg.Builder |
IborCapFloorLeg.Builder.set(String propertyName,
Object newValue) |
IborCapFloorLeg.Builder |
IborCapFloorLeg.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.