| Package | Description |
|---|---|
| com.opengamma.strata.product.swap.type |
Conventions and templates to aid the construction of rate swaps.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.builder()
Returns a builder used to create an instance of the bean.
|
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Meta.builder() |
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Builder.fixedLeg(FixedRateSwapLegConvention fixedLeg)
Sets the market convention of the fixed leg.
|
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Builder.floatingLeg(InflationRateSwapLegConvention floatingLeg)
Sets the market convention of the floating leg.
|
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Builder.name(String name)
Sets the convention name, such as 'USD-FIXED-6M-LIBOR-3M'.
|
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Builder.set(String propertyName,
Object newValue) |
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.Builder.spotDateOffset(DaysAdjustment spotDateOffset)
Sets the offset of the spot value date from the trade date.
|
ImmutableFixedInflationSwapConvention.Builder |
ImmutableFixedInflationSwapConvention.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.