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 IborCapFloorIborCapFloorTrade. getProduct()Gets the cap/floor product that was agreed when the trade occurred.static IborCapFloorIborCapFloor. of(IborCapFloorLeg capFloorLeg)Obtains an instance from a cap/floor leg with no pay leg.static IborCapFloorIborCapFloor. 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 theproductproperty.Methods in com.opengamma.strata.product.capfloor with parameters of type IborCapFloor Modifier and Type Method Description IborCapFloorTrade.BuilderIborCapFloorTrade.Builder. product(IborCapFloor product)Sets the cap/floor product that was agreed when the trade occurred.
-