Uses of Class
com.opengamma.strata.product.index.OvernightFuture
-
Packages that use OvernightFuture 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 OvernightFuture in com.opengamma.strata.measure.index
Classes in com.opengamma.strata.measure.index with type parameters of type OvernightFuture Modifier and Type Class Description classOvernightFutureTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<OvernightFuture> & Resolvable<ResolvedOvernightFutureTrade>>Perform calculations on a singleOvernightFutureTradefor each of a set of scenarios. -
Uses of OvernightFuture in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return OvernightFuture Modifier and Type Method Description OvernightFutureOvernightFuture.Builder. build()OvernightFutureOvernightFutureSecurity. createProduct(ReferenceData refData)OvernightFutureOvernightFuturePosition. getProduct()Gets the future that was traded.OvernightFutureOvernightFutureTrade. getProduct()Gets the future that was traded.Methods in com.opengamma.strata.product.index that return types with arguments of type OvernightFuture Modifier and Type Method Description Class<? extends OvernightFuture>OvernightFuture.Meta. beanType()org.joda.beans.MetaProperty<OvernightFuture>OvernightFuturePosition.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<OvernightFuture>OvernightFutureTrade.Meta. product()The meta-property for theproductproperty.Methods in com.opengamma.strata.product.index with parameters of type OvernightFuture Modifier and Type Method Description static OvernightFuturePositionOvernightFuturePosition. ofLongShort(PositionInfo positionInfo, OvernightFuture product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static OvernightFuturePositionOvernightFuturePosition. ofNet(PositionInfo positionInfo, OvernightFuture product, double netQuantity)Obtains an instance from position information, product and net quantity.OvernightFuturePosition.BuilderOvernightFuturePosition.Builder. product(OvernightFuture product)Sets the future that was traded.OvernightFutureTrade.BuilderOvernightFutureTrade.Builder. product(OvernightFuture product)Sets the future that was traded.
-