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 IborFutureTemplate
IborFutureCurveNode. 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 thetemplate
property.Methods in com.opengamma.strata.market.curve.node with parameters of type IborFutureTemplate Modifier and Type Method Description static IborFutureCurveNode
IborFutureCurveNode. of(IborFutureTemplate template, QuoteId rateId)
Obtains a curve node for an Ibor Future using the specified template and rate key.static IborFutureCurveNode
IborFutureCurveNode. of(IborFutureTemplate template, QuoteId rateId, double additionalSpread)
Obtains a curve node for an Ibor Future using the specified template, rate key and spread.static IborFutureCurveNode
IborFutureCurveNode. 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.Builder
IborFutureCurveNode.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 IborFutureTemplate
IborFutureTemplate. of(SequenceDate sequenceDate, IborFutureContractSpec contractSpec)
Obtains a template based on the specified contract specification and sequence date.static IborFutureTemplate
IborFutureTemplate. of(Period minimumPeriod, int sequenceNumber, IborFutureConvention convention)
Deprecated.static IborFutureTemplate
IborFutureTemplate. 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()
-