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 FixedIborSwapTemplate
FixedIborSwapCurveNode. 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 thetemplate
property.Methods in com.opengamma.strata.market.curve.node with parameters of type FixedIborSwapTemplate Modifier and Type Method Description 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.Builder
FixedIborSwapCurveNode.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 FixedIborSwapTemplate
FixedIborSwapTemplate.Builder. build()
static FixedIborSwapTemplate
FixedIborSwapTemplate. of(Tenor tenor, FixedIborSwapConvention convention)
Obtains a template based on the specified tenor and convention.static FixedIborSwapTemplate
FixedIborSwapTemplate. of(Period periodToStart, Tenor tenor, FixedIborSwapConvention convention)
Creates a template based on the specified period, tenor and convention.default FixedIborSwapTemplate
FixedIborSwapConvention. 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()
-