Uses of Class
com.opengamma.strata.product.swap.type.FixedInflationSwapTemplate
-
Packages that use FixedInflationSwapTemplate 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 FixedInflationSwapTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FixedInflationSwapTemplate Modifier and Type Method Description FixedInflationSwapTemplateFixedInflationSwapCurveNode. 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 FixedInflationSwapTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<FixedInflationSwapTemplate>FixedInflationSwapCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type FixedInflationSwapTemplate Modifier and Type Method Description static FixedInflationSwapCurveNodeFixedInflationSwapCurveNode. of(FixedInflationSwapTemplate template, ObservableId rateId)Returns a curve node for a Fixed-Inflation swap using the specified instrument template and rate key.static FixedInflationSwapCurveNodeFixedInflationSwapCurveNode. of(FixedInflationSwapTemplate template, ObservableId rateId, double additionalSpread)Returns a curve node for a Fixed-Inflation swap using the specified instrument template, rate key and spread.static FixedInflationSwapCurveNodeFixedInflationSwapCurveNode. of(FixedInflationSwapTemplate template, ObservableId rateId, double additionalSpread, String label)Returns a curve node for a Fixed-Inflation swap using the specified instrument template, rate key, spread and label.FixedInflationSwapCurveNode.BuilderFixedInflationSwapCurveNode.Builder. template(FixedInflationSwapTemplate template)Sets the template for the swap associated with this node. -
Uses of FixedInflationSwapTemplate in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return FixedInflationSwapTemplate Modifier and Type Method Description FixedInflationSwapTemplateFixedInflationSwapTemplate.Builder. build()static FixedInflationSwapTemplateFixedInflationSwapTemplate. of(Tenor tenor, FixedInflationSwapConvention convention)Creates a template based on the specified tenor and convention.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type FixedInflationSwapTemplate Modifier and Type Method Description Class<? extends FixedInflationSwapTemplate>FixedInflationSwapTemplate.Meta. beanType()
-