Uses of Class
com.opengamma.strata.product.swap.type.FixedIborSwapTemplate
-
Packages that use FixedIborSwapTemplate 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 FixedIborSwapTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FixedIborSwapTemplate Modifier and Type Method Description FixedIborSwapTemplateFixedIborSwapCurveNode. 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 FixedIborSwapTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<FixedIborSwapTemplate>FixedIborSwapCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type FixedIborSwapTemplate Modifier and Type Method Description static FixedIborSwapCurveNodeFixedIborSwapCurveNode. of(FixedIborSwapTemplate template, ObservableId rateId)Returns a curve node for a Fixed-Ibor interest rate swap using the specified instrument template and rate.static FixedIborSwapCurveNodeFixedIborSwapCurveNode. 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 FixedIborSwapCurveNodeFixedIborSwapCurveNode. 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.BuilderFixedIborSwapCurveNode.Builder. template(FixedIborSwapTemplate template)Sets the template for the swap associated with this node. -
Uses of FixedIborSwapTemplate in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return FixedIborSwapTemplate Modifier and Type Method Description FixedIborSwapTemplateFixedIborSwapTemplate.Builder. build()static FixedIborSwapTemplateFixedIborSwapTemplate. of(Tenor tenor, FixedIborSwapConvention convention)Obtains a template based on the specified tenor and convention.static FixedIborSwapTemplateFixedIborSwapTemplate. of(Period periodToStart, Tenor tenor, FixedIborSwapConvention convention)Creates a template based on the specified period, tenor and convention.default FixedIborSwapTemplateFixedIborSwapConvention. toTemplate(Tenor tenor)Obtains a template based on the specified tenor.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type FixedIborSwapTemplate Modifier and Type Method Description Class<? extends FixedIborSwapTemplate>FixedIborSwapTemplate.Meta. beanType()
-