public interface IborCapletFloorletVolatilityDefinition
| Modifier and Type | Method and Description |
|---|---|
default IborCapFloorLeg |
createCap(LocalDate startDate,
LocalDate endDate,
double strike)
Creates a standard cap from start date, end date and strike.
|
SurfaceMetadata |
createMetadata(RawOptionData capFloorData)
Creates surface metadata.
|
DayCount |
getDayCount()
Gets the day count to use.
|
IborIndex |
getIndex()
Gets the Ibor index for which the data is valid.
|
IborCapletFloorletVolatilitiesName |
getName()
Gets the name of these volatilities.
|
IborCapletFloorletVolatilitiesName getName()
IborIndex getIndex()
DayCount getDayCount()
SurfaceMetadata createMetadata(RawOptionData capFloorData)
capFloorData - the cap/floor datadefault IborCapFloorLeg createCap(LocalDate startDate, LocalDate endDate, double strike)
startDate - the start dateendDate - the end datestrike - the strikeCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.