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 thenodesproperty.org.joda.beans.MetaProperty<ImmutableList<CurveNode>>ParameterizedFunctionalCurveDefinition.Meta. nodes()The meta-property for thenodesproperty.Methods in com.opengamma.strata.market.curve with parameters of type CurveNode Modifier and Type Method Description InterpolatedNodalCurveDefinition.BuilderInterpolatedNodalCurveDefinition.Builder. nodes(CurveNode... nodes)Sets thenodesproperty in the builder from an array of objects.ParameterizedFunctionalCurveDefinition.BuilderParameterizedFunctionalCurveDefinition.Builder. nodes(CurveNode... nodes)Sets thenodesproperty 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.BuilderInterpolatedNodalCurveDefinition.Builder. nodes(List<? extends CurveNode> nodes)Sets the nodes in the curve.ParameterizedFunctionalCurveDefinition.BuilderParameterizedFunctionalCurveDefinition.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 classFixedIborSwapCurveNodeA curve node whose instrument is a Fixed-Ibor interest rate swap.classFixedInflationSwapCurveNodeA curve node whose instrument is a Fixed-Inflation swap.classFixedOvernightSwapCurveNodeA curve node whose instrument is a Fixed-Overnight interest rate swap.classFraCurveNodeA curve node whose instrument is a Forward Rate Agreement (FRA).classFxSwapCurveNodeA curve node whose instrument is an FX Swap.classIborFixingDepositCurveNodeA curve node whose instrument is an Ibor fixing deposit.classIborFutureCurveNodeA curve node whose instrument is an Ibor Future.classIborIborSwapCurveNodeA curve node whose instrument is a Ibor-Ibor interest rate swap.classOvernightFutureCurveNodeA curve node whose instrument is an Overnight Future.classOvernightIborSwapCurveNodeA curve node whose instrument is an Overnight-Ibor interest rate swap.classTermDepositCurveNodeA curve node whose instrument is a term deposit.classThreeLegBasisSwapCurveNodeA curve node whose instrument is a three leg basis swap.classXCcyIborIborSwapCurveNodeA curve node whose instrument is a cross-currency Ibor-Ibor interest rate swap.
-