Uses of Class
com.opengamma.strata.product.index.type.OvernightFutureTemplate
-
Packages that use OvernightFutureTemplate 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 OvernightFutureTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return OvernightFutureTemplate Modifier and Type Method Description OvernightFutureTemplateOvernightFutureCurveNode. getTemplate()Gets the template for the Overnight Futures associated with this node.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type OvernightFutureTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightFutureTemplate>OvernightFutureCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type OvernightFutureTemplate Modifier and Type Method Description static OvernightFutureCurveNodeOvernightFutureCurveNode. of(OvernightFutureTemplate template, QuoteId rateId)Obtains a curve node for an Overnight Future using the specified contract and rate key.static OvernightFutureCurveNodeOvernightFutureCurveNode. of(OvernightFutureTemplate template, QuoteId rateId, double additionalSpread)Obtains a curve node for an Overnight Future using the specified contract, rate key and spread.static OvernightFutureCurveNodeOvernightFutureCurveNode. of(OvernightFutureTemplate template, QuoteId rateId, double additionalSpread, String label)Obtains a curve node for an Overnight Future using the specified contract, rate key, spread and label.OvernightFutureCurveNode.BuilderOvernightFutureCurveNode.Builder. template(OvernightFutureTemplate template)Sets the template for the Overnight Futures associated with this node. -
Uses of OvernightFutureTemplate in com.opengamma.strata.product.index.type
Methods in com.opengamma.strata.product.index.type that return OvernightFutureTemplate Modifier and Type Method Description static OvernightFutureTemplateOvernightFutureTemplate. of(SequenceDate sequenceDate, OvernightFutureContractSpec contractSpec)Obtains a template based on the specified contract specification and sequence date.Methods in com.opengamma.strata.product.index.type that return types with arguments of type OvernightFutureTemplate Modifier and Type Method Description static org.joda.beans.TypedMetaBean<OvernightFutureTemplate>OvernightFutureTemplate. meta()The meta-bean forOvernightFutureTemplate.org.joda.beans.TypedMetaBean<OvernightFutureTemplate>OvernightFutureTemplate. metaBean()
-