Uses of Class
com.opengamma.strata.market.curve.node.IborIborSwapCurveNode
-
Packages that use IborIborSwapCurveNode Package Description com.opengamma.strata.market.curve.node Curve nodes. -
-
Uses of IborIborSwapCurveNode in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return IborIborSwapCurveNode Modifier and Type Method Description IborIborSwapCurveNode
IborIborSwapCurveNode.Builder. build()
static IborIborSwapCurveNode
IborIborSwapCurveNode. of(IborIborSwapTemplate template, ObservableId rateId)
Returns a curve node for an Ibor-Ibor interest rate swap using the specified instrument template and rate.static IborIborSwapCurveNode
IborIborSwapCurveNode. of(IborIborSwapTemplate template, ObservableId rateId, double additionalSpread)
Returns a curve node for an Ibor-Ibor interest rate swap using the specified instrument template, rate key and spread.static IborIborSwapCurveNode
IborIborSwapCurveNode. of(IborIborSwapTemplate template, ObservableId rateId, double additionalSpread, String label)
Returns a curve node for a Ibor-Ibor interest rate swap using the specified instrument template, rate key, spread and label.IborIborSwapCurveNode
IborIborSwapCurveNode. withDate(CurveNodeDate date)
Returns a copy of this node with the specified date.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type IborIborSwapCurveNode Modifier and Type Method Description Class<? extends IborIborSwapCurveNode>
IborIborSwapCurveNode.Meta. beanType()
-