| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.active(boolean active)
Sets whether the index is active, defaulted to true.
|
static ImmutableSwapIndex.Builder |
ImmutableSwapIndex.builder()
Returns a builder used to create an instance of the bean.
|
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Meta.builder() |
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.fixingTime(LocalTime fixingTime)
Sets the fixing time.
|
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.fixingZone(ZoneId fixingZone)
Sets the time-zone of the fixing time.
|
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.name(String name)
Sets the index name.
|
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.set(String propertyName,
Object newValue) |
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.Builder.template(FixedFloatSwapTemplate template)
Sets the template for creating a Fixed-Ibor or Fixed-Overnight swap.
|
ImmutableSwapIndex.Builder |
ImmutableSwapIndex.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.