Uses of Interface
com.opengamma.strata.market.curve.CurveNode
-
Packages that use CurveNode Package Description com.opengamma.strata.market.curve Definitions of curves.com.opengamma.strata.market.curve.node Curve nodes. -
-
Uses of CurveNode in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return types with arguments of type CurveNode Modifier and Type Method Description ImmutableList<CurveNode>
CurveDefinition. getNodes()
Gets the nodes that define the curve.ImmutableList<CurveNode>
InterpolatedNodalCurveDefinition. getNodes()
Gets the nodes in the curve.ImmutableList<CurveNode>
ParameterizedFunctionalCurveDefinition. getNodes()
Gets the nodes of the underlying instruments.org.joda.beans.MetaProperty<ImmutableList<CurveNode>>
InterpolatedNodalCurveDefinition.Meta. nodes()
The meta-property for thenodes
property.org.joda.beans.MetaProperty<ImmutableList<CurveNode>>
ParameterizedFunctionalCurveDefinition.Meta. nodes()
The meta-property for thenodes
property.Methods in com.opengamma.strata.market.curve with parameters of type CurveNode Modifier and Type Method Description InterpolatedNodalCurveDefinition.Builder
InterpolatedNodalCurveDefinition.Builder. nodes(CurveNode... nodes)
Sets thenodes
property in the builder from an array of objects.ParameterizedFunctionalCurveDefinition.Builder
ParameterizedFunctionalCurveDefinition.Builder. nodes(CurveNode... nodes)
Sets thenodes
property in the builder from an array of objects.Method parameters in com.opengamma.strata.market.curve with type arguments of type CurveNode Modifier and Type Method Description InterpolatedNodalCurveDefinition.Builder
InterpolatedNodalCurveDefinition.Builder. nodes(List<? extends CurveNode> nodes)
Sets the nodes in the curve.ParameterizedFunctionalCurveDefinition.Builder
ParameterizedFunctionalCurveDefinition.Builder. nodes(List<? extends CurveNode> nodes)
Sets the nodes of the underlying instruments. -
Uses of CurveNode in com.opengamma.strata.market.curve.node
Classes in com.opengamma.strata.market.curve.node that implement CurveNode Modifier and Type Class Description class
FixedIborSwapCurveNode
A curve node whose instrument is a Fixed-Ibor interest rate swap.class
FixedInflationSwapCurveNode
A curve node whose instrument is a Fixed-Inflation swap.class
FixedOvernightSwapCurveNode
A curve node whose instrument is a Fixed-Overnight interest rate swap.class
FraCurveNode
A curve node whose instrument is a Forward Rate Agreement (FRA).class
FxSwapCurveNode
A curve node whose instrument is an FX Swap.class
IborFixingDepositCurveNode
A curve node whose instrument is an Ibor fixing deposit.class
IborFutureCurveNode
A curve node whose instrument is an Ibor Future.class
IborIborSwapCurveNode
A curve node whose instrument is a Ibor-Ibor interest rate swap.class
OvernightFutureCurveNode
A curve node whose instrument is an Overnight Future.class
OvernightIborSwapCurveNode
A curve node whose instrument is an Overnight-Ibor interest rate swap.class
TermDepositCurveNode
A curve node whose instrument is a term deposit.class
ThreeLegBasisSwapCurveNode
A curve node whose instrument is a three leg basis swap.class
XCcyIborIborSwapCurveNode
A curve node whose instrument is a cross-currency Ibor-Ibor interest rate swap.
-