Uses of Class
com.opengamma.strata.product.bond.BondFuture
- 
Packages that use BondFuture Package Description com.opengamma.strata.measure.bond Base package for calculation functions.com.opengamma.strata.product.bond Entity objects describing bonds. - 
- 
Uses of BondFuture in com.opengamma.strata.measure.bond
Classes in com.opengamma.strata.measure.bond with type parameters of type BondFuture Modifier and Type Class Description classBondFutureTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<BondFuture> & Resolvable<ResolvedBondFutureTrade>>Perform calculations on a singleBondFutureTradeorBondFuturePositionfor each of a set of scenarios. - 
Uses of BondFuture in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return BondFuture Modifier and Type Method Description BondFutureBondFuture.Builder. build()BondFutureBondFutureSecurity. createProduct(ReferenceData refData)BondFutureBondFuturePosition. getProduct()Gets the future that was traded.BondFutureBondFutureTrade. getProduct()Gets the future that was traded.BondFutureBondFutureOption. getUnderlyingFuture()Gets the underlying future.Methods in com.opengamma.strata.product.bond that return types with arguments of type BondFuture Modifier and Type Method Description Class<? extends BondFuture>BondFuture.Meta. beanType()org.joda.beans.MetaProperty<BondFuture>BondFuturePosition.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<BondFuture>BondFutureTrade.Meta. product()The meta-property for theproductproperty.org.joda.beans.MetaProperty<BondFuture>BondFutureOption.Meta. underlyingFuture()The meta-property for theunderlyingFutureproperty.Methods in com.opengamma.strata.product.bond with parameters of type BondFuture Modifier and Type Method Description static BondFuturePositionBondFuturePosition. ofLongShort(PositionInfo positionInfo, BondFuture product, double longQuantity, double shortQuantity)Obtains an instance from position information, product, long quantity and short quantity.static BondFuturePositionBondFuturePosition. ofNet(PositionInfo positionInfo, BondFuture product, double netQuantity)Obtains an instance from position information, product and net quantity.BondFuturePosition.BuilderBondFuturePosition.Builder. product(BondFuture product)Sets the future that was traded.BondFutureTrade.BuilderBondFutureTrade.Builder. product(BondFuture product)Sets the future that was traded.BondFutureOption.BuilderBondFutureOption.Builder. underlyingFuture(BondFuture underlyingFuture)Sets the underlying future. 
 -