| Package | Description |
|---|---|
| com.opengamma.strata.product.index |
Entity objects describing contracts based on rate indices.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.accrualFactor(double accrualFactor)
Sets the accrual factor, defaulted from the index if not set.
|
static ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Meta.builder() |
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.currency(Currency currency)
Sets the currency that the future is traded in.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.lastTradeDate(LocalDate lastTradeDate)
Sets the last date of trading.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.notional(double notional)
Sets the notional amount.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.overnightRate(OvernightRateComputation overnightRate)
Sets the Overnight rate observation.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.rounding(Rounding rounding)
Sets the definition of how to round the futures price, defaulted to no rounding.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.Builder.set(String propertyName,
Object newValue) |
ResolvedOvernightFuture.Builder |
ResolvedOvernightFuture.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.