| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
BondFuture |
BondFuture.Builder.build() |
BondFuture |
BondFutureSecurity.createProduct(ReferenceData refData) |
BondFuture |
BondFutureTrade.getProduct()
Gets the future that was traded.
|
BondFuture |
BondFuturePosition.getProduct()
Gets the future that was traded.
|
BondFuture |
BondFutureOption.getUnderlyingFuture()
Gets the underlying future.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BondFuture> |
BondFuture.Meta.beanType() |
org.joda.beans.MetaProperty<BondFuture> |
BondFutureTrade.Meta.product()
The meta-property for the
product property. |
org.joda.beans.MetaProperty<BondFuture> |
BondFuturePosition.Meta.product()
The meta-property for the
product property. |
org.joda.beans.MetaProperty<BondFuture> |
BondFutureOption.Meta.underlyingFuture()
The meta-property for the
underlyingFuture property. |
| Modifier and Type | Method and 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.
|
BondFutureTrade.Builder |
BondFutureTrade.Builder.product(BondFuture product)
Sets the future that was traded.
|
BondFuturePosition.Builder |
BondFuturePosition.Builder.product(BondFuture product)
Sets the future that was traded.
|
BondFutureOption.Builder |
BondFutureOption.Builder.underlyingFuture(BondFuture underlyingFuture)
Sets the underlying future.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.