| Package | Description |
|---|---|
| com.opengamma.strata.market.curve.node |
Curve nodes.
|
| Modifier and Type | Method and Description |
|---|---|
FixedInflationSwapCurveNode |
FixedInflationSwapCurveNode.Builder.build() |
static FixedInflationSwapCurveNode |
FixedInflationSwapCurveNode.of(FixedInflationSwapTemplate template,
ObservableId rateId)
Returns a curve node for a Fixed-Inflation swap using the specified instrument template and rate key.
|
static FixedInflationSwapCurveNode |
FixedInflationSwapCurveNode.of(FixedInflationSwapTemplate template,
ObservableId rateId,
double additionalSpread)
Returns a curve node for a Fixed-Inflation swap using the specified instrument template, rate key and spread.
|
static FixedInflationSwapCurveNode |
FixedInflationSwapCurveNode.of(FixedInflationSwapTemplate template,
ObservableId rateId,
double additionalSpread,
String label)
Returns a curve node for a Fixed-Inflation swap using the specified instrument template,
rate key, spread and label.
|
FixedInflationSwapCurveNode |
FixedInflationSwapCurveNode.withDate(CurveNodeDate date)
Returns a copy of this node with the specified date.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FixedInflationSwapCurveNode> |
FixedInflationSwapCurveNode.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.