Uses of Class
com.opengamma.strata.product.index.type.IborFutureTemplate
-
Packages that use IborFutureTemplate Package Description com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.product.index.type Conventions and templates to aid the construction of rate index products. -
-
Uses of IborFutureTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return IborFutureTemplate Modifier and Type Method Description IborFutureTemplateIborFutureCurveNode. getTemplate()Gets the template for the Ibor Futures associated with this node.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type IborFutureTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<IborFutureTemplate>IborFutureCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type IborFutureTemplate Modifier and Type Method Description static IborFutureCurveNodeIborFutureCurveNode. of(IborFutureTemplate template, QuoteId rateId)Obtains a curve node for an Ibor Future using the specified template and rate key.static IborFutureCurveNodeIborFutureCurveNode. of(IborFutureTemplate template, QuoteId rateId, double additionalSpread)Obtains a curve node for an Ibor Future using the specified template, rate key and spread.static IborFutureCurveNodeIborFutureCurveNode. of(IborFutureTemplate template, QuoteId rateId, double additionalSpread, String label)Obtains a curve node for an Ibor Future using the specified template, rate key, spread and label.IborFutureCurveNode.BuilderIborFutureCurveNode.Builder. template(IborFutureTemplate template)Sets the template for the Ibor Futures associated with this node. -
Uses of IborFutureTemplate in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return IborFutureTemplate Modifier and Type Method Description static IborFutureTemplateIborFutureTemplate. of(SequenceDate sequenceDate, IborFutureContractSpec contractSpec)Obtains a template based on the specified contract specification and sequence date.static IborFutureTemplateIborFutureTemplate. of(Period minimumPeriod, int sequenceNumber, IborFutureConvention convention)Deprecated.static IborFutureTemplateIborFutureTemplate. of(YearMonth yearMonth, IborFutureConvention convention)Deprecated.Methods in com.opengamma.strata.product.index.type that return types with arguments of type IborFutureTemplate Modifier and Type Method Description static org.joda.beans.TypedMetaBean<IborFutureTemplate>IborFutureTemplate. meta()The meta-bean forIborFutureTemplate.org.joda.beans.TypedMetaBean<IborFutureTemplate>IborFutureTemplate. metaBean()
-