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