Uses of Class
com.opengamma.strata.market.curve.CurveNodeDateOrder
-
Packages that use CurveNodeDateOrder Package Description com.opengamma.strata.market.curve Definitions of curves.com.opengamma.strata.market.curve.node Curve nodes. -
-
Uses of CurveNodeDateOrder in com.opengamma.strata.market.curve
Fields in com.opengamma.strata.market.curve declared as CurveNodeDateOrder Modifier and Type Field Description static CurveNodeDateOrderCurveNodeDateOrder. DEFAULTThe default instance, that throws an exception if the node is on the same date or before another node.Methods in com.opengamma.strata.market.curve that return CurveNodeDateOrder Modifier and Type Method Description CurveNodeDateOrderCurveNode. getDateOrder()Gets the date order rules that apply to this node within the curve.static CurveNodeDateOrderCurveNodeDateOrder. of(int minGapInDays, CurveNodeClashAction action)Obtains an instance from the minimum gap, allowing reordering flag and clash action.Methods in com.opengamma.strata.market.curve that return types with arguments of type CurveNodeDateOrder Modifier and Type Method Description Class<? extends CurveNodeDateOrder>CurveNodeDateOrder.Meta. beanType()org.joda.beans.BeanBuilder<? extends CurveNodeDateOrder>CurveNodeDateOrder.Meta. builder() -
Uses of CurveNodeDateOrder in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return CurveNodeDateOrder Modifier and Type Method Description CurveNodeDateOrderFixedIborSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderFixedInflationSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderFixedOvernightSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderFraCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderFxSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderIborFixingDepositCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderIborFutureCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderIborIborSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderOvernightFutureCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderOvernightIborSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderTermDepositCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderThreeLegBasisSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.CurveNodeDateOrderXCcyIborIborSwapCurveNode. getDateOrder()Gets the date order rules, used to ensure that the dates in the curve are in order.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type CurveNodeDateOrder Modifier and Type Method Description org.joda.beans.MetaProperty<CurveNodeDateOrder>FixedIborSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>FixedInflationSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>FixedOvernightSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>FraCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>FxSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>IborFixingDepositCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>IborFutureCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>IborIborSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>OvernightFutureCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>OvernightIborSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>TermDepositCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>ThreeLegBasisSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.org.joda.beans.MetaProperty<CurveNodeDateOrder>XCcyIborIborSwapCurveNode.Meta. dateOrder()The meta-property for thedateOrderproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type CurveNodeDateOrder Modifier and Type Method Description FixedIborSwapCurveNode.BuilderFixedIborSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.FixedInflationSwapCurveNode.BuilderFixedInflationSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.FixedOvernightSwapCurveNode.BuilderFixedOvernightSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.FraCurveNode.BuilderFraCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.FxSwapCurveNode.BuilderFxSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.IborFixingDepositCurveNode.BuilderIborFixingDepositCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.IborFutureCurveNode.BuilderIborFutureCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.IborIborSwapCurveNode.BuilderIborIborSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.OvernightFutureCurveNode.BuilderOvernightFutureCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.OvernightIborSwapCurveNode.BuilderOvernightIborSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.TermDepositCurveNode.BuilderTermDepositCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.ThreeLegBasisSwapCurveNode.BuilderThreeLegBasisSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.XCcyIborIborSwapCurveNode.BuilderXCcyIborIborSwapCurveNode.Builder. dateOrder(CurveNodeDateOrder dateOrder)Sets the date order rules, used to ensure that the dates in the curve are in order.
-