| Package | Description |
|---|---|
| com.opengamma.strata.product.capfloor |
Entity objects describing Ibor cap/floor.
|
| Modifier and Type | Method and Description |
|---|---|
IborCapFloorLeg |
IborCapFloorLeg.Builder.build() |
IborCapFloorLeg |
IborCapFloor.getCapFloorLeg()
Gets the Ibor cap/floor leg of the product.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborCapFloorLeg> |
IborCapFloorLeg.Meta.beanType() |
org.joda.beans.MetaProperty<IborCapFloorLeg> |
IborCapFloor.Meta.capFloorLeg()
The meta-property for the
capFloorLeg property. |
| Modifier and Type | Method and Description |
|---|---|
static IborCapFloor |
IborCapFloor.of(IborCapFloorLeg capFloorLeg)
Obtains an instance from a cap/floor leg with no pay leg.
|
static IborCapFloor |
IborCapFloor.of(IborCapFloorLeg capFloorLeg,
SwapLeg payLeg)
Obtains an instance from a cap/floor leg and a pay leg.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.