| Package | Description |
|---|---|
| com.opengamma.strata.product.index |
Entity objects describing contracts based on rate indices.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedIborFuture |
ResolvedIborFuture.Builder.build() |
ResolvedIborFuture |
ResolvedIborFutureTrade.getProduct()
Gets the future that was traded.
|
ResolvedIborFuture |
ResolvedIborFutureOption.getUnderlyingFuture()
Gets the underlying future.
|
ResolvedIborFuture |
IborFuture.resolve(ReferenceData refData) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ResolvedIborFuture> |
ResolvedIborFuture.Meta.beanType() |
org.joda.beans.MetaProperty<ResolvedIborFuture> |
ResolvedIborFutureTrade.Meta.product()
The meta-property for the
product property. |
org.joda.beans.MetaProperty<ResolvedIborFuture> |
ResolvedIborFutureOption.Meta.underlyingFuture()
The meta-property for the
underlyingFuture property. |
| Modifier and Type | Method and Description |
|---|---|
ResolvedIborFutureTrade.Builder |
ResolvedIborFutureTrade.Builder.product(ResolvedIborFuture product)
Sets the future that was traded.
|
ResolvedIborFutureOption.Builder |
ResolvedIborFutureOption.Builder.underlyingFuture(ResolvedIborFuture 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.