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 class
BondFutureTradeCalculationFunction<T extends SecuritizedProductPortfolioItem<BondFuture> & Resolvable<ResolvedBondFutureTrade>>
Perform calculations on a singleBondFutureTrade
orBondFuturePosition
for 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 BondFuture
BondFuture.Builder. build()
BondFuture
BondFutureSecurity. createProduct(ReferenceData refData)
BondFuture
BondFuturePosition. getProduct()
Gets the future that was traded.BondFuture
BondFutureTrade. getProduct()
Gets the future that was traded.BondFuture
BondFutureOption. 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 theproduct
property.org.joda.beans.MetaProperty<BondFuture>
BondFutureTrade.Meta. product()
The meta-property for theproduct
property.org.joda.beans.MetaProperty<BondFuture>
BondFutureOption.Meta. underlyingFuture()
The meta-property for theunderlyingFuture
property.Methods in com.opengamma.strata.product.bond with parameters of type BondFuture Modifier and Type Method Description static BondFuturePosition
BondFuturePosition. ofLongShort(PositionInfo positionInfo, BondFuture product, double longQuantity, double shortQuantity)
Obtains an instance from position information, product, long quantity and short quantity.static BondFuturePosition
BondFuturePosition. ofNet(PositionInfo positionInfo, BondFuture product, double netQuantity)
Obtains an instance from position information, product and net quantity.BondFuturePosition.Builder
BondFuturePosition.Builder. product(BondFuture product)
Sets the future that was traded.BondFutureTrade.Builder
BondFutureTrade.Builder. product(BondFuture product)
Sets the future that was traded.BondFutureOption.Builder
BondFutureOption.Builder. underlyingFuture(BondFuture underlyingFuture)
Sets the underlying future.
-