Uses of Class
com.opengamma.strata.product.index.IborFuture
-
Packages that use IborFuture Package Description com.opengamma.strata.measure.index Calculation functions for index products.com.opengamma.strata.product.index Entity objects describing contracts based on rate indices. -
-
Uses of IborFuture in com.opengamma.strata.measure.index
Classes in com.opengamma.strata.measure.index with type parameters of type IborFuture Modifier and Type Class Description classIborFutureTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<IborFuture> & Resolvable<ResolvedIborFutureTrade>>Perform calculations on a singleIborFutureTradeorIborFuturePositionfor each of a set of scenarios. -
Uses of IborFuture in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return IborFuture Modifier and Type Method Description IborFutureIborFuture.Builder. build()IborFutureIborFutureSecurity. createProduct(ReferenceData refData)IborFutureIborFuturePosition. getProduct()Gets the future that was traded.IborFutureIborFutureTrade. getProduct()Gets the future that was traded.IborFutureIborFutureOption. getUnderlyingFuture()Gets the underlying future.Methods in com.opengamma.strata.product.index that return types with arguments of type IborFuture Modifier and Type Method Description Class<? extends IborFuture>IborFuture.Meta. beanType()org.joda.beans.MetaProperty<IborFuture>IborFuturePosition.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<IborFuture>IborFutureTrade.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<IborFuture>IborFutureOption.Meta. underlyingFuture()The meta-property for theunderlyingFutureproperty.Methods in com.opengamma.strata.product.index with parameters of type IborFuture Modifier and Type Method Description static IborFuturePositionIborFuturePosition. ofLongShort(PositionInfo positionInfo, IborFuture product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static IborFuturePositionIborFuturePosition. ofNet(PositionInfo positionInfo, IborFuture product, double netQuantity)Obtains an instance from position information, product and net quantity.IborFuturePosition.BuilderIborFuturePosition.Builder. product(IborFuture product)Sets the future that was traded.IborFutureTrade.BuilderIborFutureTrade.Builder. product(IborFuture product)Sets the future that was traded.IborFutureOption.BuilderIborFutureOption.Builder. underlyingFuture(IborFuture underlyingFuture)Sets the underlying future.
-