| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedBondFuture |
ResolvedBondFuture.Builder.build() |
ResolvedBondFuture |
ResolvedBondFutureTrade.getProduct()
Gets the future that was traded.
|
ResolvedBondFuture |
ResolvedBondFutureOption.getUnderlyingFuture()
Gets the underlying future.
|
ResolvedBondFuture |
BondFuture.resolve(ReferenceData refData) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ResolvedBondFuture> |
ResolvedBondFuture.Meta.beanType() |
org.joda.beans.MetaProperty<ResolvedBondFuture> |
ResolvedBondFutureTrade.Meta.product()
The meta-property for the
product property. |
org.joda.beans.MetaProperty<ResolvedBondFuture> |
ResolvedBondFutureOption.Meta.underlyingFuture()
The meta-property for the
underlyingFuture property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedBondFutureTrade.Builder |
ResolvedBondFutureTrade.Builder.product(ResolvedBondFuture product)
Sets the future that was traded.
|
ResolvedBondFutureOption.Builder |
ResolvedBondFutureOption.Builder.underlyingFuture(ResolvedBondFuture 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.