| Package | Description |
|---|---|
| com.opengamma.strata.market.curve.node |
Curve nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static FxSwapCurveNode.Builder |
FxSwapCurveNode.builder()
Returns a builder used to create an instance of the bean.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.Meta.builder() |
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.date(CurveNodeDate date)
Sets the method by which the date of the node is calculated, defaulted to 'End'.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.dateOrder(CurveNodeDateOrder dateOrder)
Sets the date order rules, used to ensure that the dates in the curve are in order.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.farForwardPointsId(ObservableId farForwardPointsId)
Sets the identifier of the market data value which provides the FX forward points.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.fxRateId(FxRateId fxRateId)
Sets the identifier used to obtain the FX rate market value, defaulted from the template.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.label(String label)
Sets the label to use for the node, defaulted.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.set(String propertyName,
Object newValue) |
FxSwapCurveNode.Builder |
FxSwapCurveNode.Builder.template(FxSwapTemplate template)
Sets the template for the FX Swap associated with this node.
|
FxSwapCurveNode.Builder |
FxSwapCurveNode.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.