| Package | Description |
|---|---|
| com.opengamma.strata.market.curve.node |
Curve nodes.
|
| Modifier and Type | Method and Description |
|---|---|
FxSwapCurveNode |
FxSwapCurveNode.Builder.build() |
static FxSwapCurveNode |
FxSwapCurveNode.of(FxSwapTemplate template,
ObservableId farForwardPointsId)
Returns a curve node for an FX Swap using the specified instrument template and keys.
|
static FxSwapCurveNode |
FxSwapCurveNode.of(FxSwapTemplate template,
ObservableId farForwardPointsId,
String label)
Returns a curve node for an FX Swap using the specified instrument template and keys and label.
|
FxSwapCurveNode |
FxSwapCurveNode.withDate(CurveNodeDate date)
Returns a copy of this node with the specified date.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends FxSwapCurveNode> |
FxSwapCurveNode.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.