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