Uses of Class
com.opengamma.strata.product.capfloor.IborCapFloor
-
Packages that use IborCapFloor Package Description com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor. -
-
Uses of IborCapFloor in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return IborCapFloor Modifier and Type Method Description IborCapFloor
IborCapFloorTrade. getProduct()
Gets the cap/floor product that was agreed when the trade occurred.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.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type IborCapFloor Modifier and Type Method Description Class<? extends IborCapFloor>
IborCapFloor.Meta. beanType()
org.joda.beans.BeanBuilder<? extends IborCapFloor>
IborCapFloor.Meta. builder()
org.joda.beans.MetaProperty<IborCapFloor>
IborCapFloorTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.capfloor with parameters of type IborCapFloor Modifier and Type Method Description IborCapFloorTrade.Builder
IborCapFloorTrade.Builder. product(IborCapFloor product)
Sets the cap/floor product that was agreed when the trade occurred.
-