Uses of Class
com.opengamma.strata.market.curve.node.FixedIborSwapCurveNode
-
Packages that use FixedIborSwapCurveNode Package Description com.opengamma.strata.market.curve.node Curve nodes. -
-
Uses of FixedIborSwapCurveNode in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FixedIborSwapCurveNode Modifier and Type Method Description FixedIborSwapCurveNode
FixedIborSwapCurveNode.Builder. build()
static FixedIborSwapCurveNode
FixedIborSwapCurveNode. of(FixedIborSwapTemplate template, ObservableId rateId)
Returns a curve node for a Fixed-Ibor interest rate swap using the specified instrument template and rate.static FixedIborSwapCurveNode
FixedIborSwapCurveNode. of(FixedIborSwapTemplate template, ObservableId rateId, double additionalSpread)
Returns a curve node for a Fixed-Ibor interest rate swap using the specified instrument template, rate key and spread.static FixedIborSwapCurveNode
FixedIborSwapCurveNode. of(FixedIborSwapTemplate template, ObservableId rateId, double additionalSpread, String label)
Returns a curve node for a Fixed-Ibor interest rate swap using the specified instrument template, rate key, spread and label.FixedIborSwapCurveNode
FixedIborSwapCurveNode. 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 FixedIborSwapCurveNode Modifier and Type Method Description Class<? extends FixedIborSwapCurveNode>
FixedIborSwapCurveNode.Meta. beanType()
-