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