Uses of Class
com.opengamma.strata.product.fra.type.FraTemplate
-
Packages that use FraTemplate Package Description com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs. -
-
Uses of FraTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FraTemplate Modifier and Type Method Description FraTemplateFraCurveNode. getTemplate()Gets the template for the FRA associated with this node.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type FraTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<FraTemplate>FraCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type FraTemplate Modifier and Type Method Description static FraCurveNodeFraCurveNode. of(FraTemplate template, ObservableId rateId)Returns a curve node for a FRA using the specified instrument template and rate key.static FraCurveNodeFraCurveNode. of(FraTemplate template, ObservableId rateId, double additionalSpread)Returns a curve node for a FRA using the specified instrument template, rate key and spread.static FraCurveNodeFraCurveNode. of(FraTemplate template, ObservableId rateId, double additionalSpread, String label)Returns a curve node for a FRA using the specified instrument template, rate key, spread and label.FraCurveNode.BuilderFraCurveNode.Builder. template(FraTemplate template)Sets the template for the FRA associated with this node. -
Uses of FraTemplate in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return FraTemplate Modifier and Type Method Description FraTemplateFraTemplate.Builder. build()static FraTemplateFraTemplate. of(Period periodToStart, IborIndex index)Obtains a template based on the specified period and index.static FraTemplateFraTemplate. of(Period periodToStart, Period periodToEnd, FraConvention convention)Obtains a template based on the specified periods and convention.Methods in com.opengamma.strata.product.fra.type that return types with arguments of type FraTemplate Modifier and Type Method Description Class<? extends FraTemplate>FraTemplate.Meta. beanType()
-