Uses of Class
com.opengamma.strata.product.swap.type.IborIborSwapTemplate
-
Packages that use IborIborSwapTemplate Package Description com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of IborIborSwapTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return IborIborSwapTemplate Modifier and Type Method Description IborIborSwapTemplateIborIborSwapCurveNode. getTemplate()Gets the template for the swap associated with this node.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type IborIborSwapTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<IborIborSwapTemplate>IborIborSwapCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type IborIborSwapTemplate Modifier and Type Method Description static IborIborSwapCurveNodeIborIborSwapCurveNode. of(IborIborSwapTemplate template, ObservableId rateId)Returns a curve node for an Ibor-Ibor interest rate swap using the specified instrument template and rate.static IborIborSwapCurveNodeIborIborSwapCurveNode. 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 IborIborSwapCurveNodeIborIborSwapCurveNode. 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.BuilderIborIborSwapCurveNode.Builder. template(IborIborSwapTemplate template)Sets the template for the swap associated with this node. -
Uses of IborIborSwapTemplate in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return IborIborSwapTemplate Modifier and Type Method Description IborIborSwapTemplateIborIborSwapTemplate.Builder. build()static IborIborSwapTemplateIborIborSwapTemplate. of(Tenor tenor, IborIborSwapConvention convention)Obtains a template based on the specified tenor and convention.static IborIborSwapTemplateIborIborSwapTemplate. of(Period periodToStart, Tenor tenor, IborIborSwapConvention convention)Obtains a template based on the specified period, tenor and convention.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type IborIborSwapTemplate Modifier and Type Method Description Class<? extends IborIborSwapTemplate>IborIborSwapTemplate.Meta. beanType()
-