| Package | Description |
|---|---|
| com.opengamma.strata.product.index |
Entity objects describing contracts based on rate indices.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.accrualFactor(double accrualFactor)
Sets the accrual factor, defaulted from the index if not set.
|
static ResolvedIborFuture.Builder |
ResolvedIborFuture.builder()
Returns a builder used to create an instance of the bean.
|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Meta.builder() |
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.currency(Currency currency)
Sets the currency that the future is traded in.
|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.iborRate(IborRateComputation iborRate)
Sets the Ibor rate observation.
|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.notional(double notional)
Sets the notional amount.
|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.rounding(Rounding rounding)
Sets the definition of how to round the futures price, defaulted to no rounding.
|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.securityId(SecurityId securityId)
Sets the security identifier.
|
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedIborFuture.Builder |
ResolvedIborFuture.Builder.set(String propertyName,
Object newValue) |
ResolvedIborFuture.Builder |
ResolvedIborFuture.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.