| Package | Description |
|---|---|
| com.opengamma.strata.product.rate |
Entity objects describing the rate-based financial instruments.
|
| Modifier and Type | Method and Description |
|---|---|
static IborAveragedFixing.Builder |
IborAveragedFixing.builder()
Returns a builder used to create an instance of the bean.
|
IborAveragedFixing.Builder |
IborAveragedFixing.Meta.builder() |
IborAveragedFixing.Builder |
IborAveragedFixing.Builder.fixedRate(Double fixedRate)
Sets the fixed rate for the fixing date, optional.
|
IborAveragedFixing.Builder |
IborAveragedFixing.Builder.observation(IborIndexObservation observation)
Sets the Ibor index observation to use to determine a rate for the reset period.
|
IborAveragedFixing.Builder |
IborAveragedFixing.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
IborAveragedFixing.Builder |
IborAveragedFixing.Builder.set(String propertyName,
Object newValue) |
IborAveragedFixing.Builder |
IborAveragedFixing.toBuilder()
Returns a builder that allows this bean to be mutated.
|
IborAveragedFixing.Builder |
IborAveragedFixing.Builder.weight(double weight)
Sets the weight to apply to this fixing.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.