Uses of Class
com.opengamma.strata.product.index.ResolvedIborFuture
-
Packages that use ResolvedIborFuture Package Description com.opengamma.strata.pricer.index Calculators for products based on rate indices, such as Short Term Interest Rate futures (STIRs).com.opengamma.strata.product.index Entity objects describing contracts based on rate indices. -
-
Uses of ResolvedIborFuture in com.opengamma.strata.pricer.index
Methods in com.opengamma.strata.pricer.index with parameters of type ResolvedIborFuture Modifier and Type Method Description doubleHullWhiteIborFutureProductPricer. convexityAdjustment(ResolvedIborFuture future, RatesProvider ratesProvider, HullWhiteOneFactorPiecewiseConstantParametersProvider hwProvider)Calculates the convexity adjustment (to the price) of the Ibor future product.doubleHullWhiteIborFutureProductPricer. parRate(ResolvedIborFuture future, RatesProvider ratesProvider, HullWhiteOneFactorPiecewiseConstantParametersProvider hwProvider)Calculates the par rate of the Ibor future product.doubleDiscountingIborFutureProductPricer. price(ResolvedIborFuture future, RatesProvider ratesProvider)Calculates the price of the Ibor future product.doubleHullWhiteIborFutureProductPricer. price(ResolvedIborFuture future, RatesProvider ratesProvider, HullWhiteOneFactorPiecewiseConstantParametersProvider hwProvider)Calculates the price of the Ibor future product.PointSensitivitiesDiscountingIborFutureProductPricer. priceSensitivity(ResolvedIborFuture future, RatesProvider ratesProvider)Calculates the price sensitivity of the Ibor future product.DoubleArrayHullWhiteIborFutureProductPricer. priceSensitivityModelParamsHullWhite(ResolvedIborFuture future, RatesProvider ratesProvider, HullWhiteOneFactorPiecewiseConstantParametersProvider hwProvider)Calculates the price sensitivity to piecewise constant volatility parameters of the Hull-White model.PointSensitivitiesHullWhiteIborFutureProductPricer. priceSensitivityRates(ResolvedIborFuture future, RatesProvider ratesProvider, HullWhiteOneFactorPiecewiseConstantParametersProvider hwProvider)Calculates the price sensitivity of the Ibor future product. -
Uses of ResolvedIborFuture in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return ResolvedIborFuture Modifier and Type Method Description ResolvedIborFutureResolvedIborFuture.Builder. build()ResolvedIborFutureResolvedIborFutureTrade. getProduct()Gets the future that was traded.ResolvedIborFutureResolvedIborFutureOption. getUnderlyingFuture()Gets the underlying future.ResolvedIborFutureIborFuture. resolve(ReferenceData refData)Methods in com.opengamma.strata.product.index that return types with arguments of type ResolvedIborFuture Modifier and Type Method Description Class<? extends ResolvedIborFuture>ResolvedIborFuture.Meta. beanType()org.joda.beans.MetaProperty<ResolvedIborFuture>ResolvedIborFutureTrade.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<ResolvedIborFuture>ResolvedIborFutureOption.Meta. underlyingFuture()The meta-property for theunderlyingFutureproperty.Methods in com.opengamma.strata.product.index with parameters of type ResolvedIborFuture Modifier and Type Method Description ResolvedIborFutureTrade.BuilderResolvedIborFutureTrade.Builder. product(ResolvedIborFuture product)Sets the future that was traded.ResolvedIborFutureOption.BuilderResolvedIborFutureOption.Builder. underlyingFuture(ResolvedIborFuture underlyingFuture)Sets the underlying future.
-