Uses of Class
com.opengamma.strata.product.fx.type.FxSwapTemplate
-
Packages that use FxSwapTemplate Package Description com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.product.fx.type Conventions and templates to aid the construction of foreign exchange products. -
-
Uses of FxSwapTemplate in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FxSwapTemplate Modifier and Type Method Description FxSwapTemplateFxSwapCurveNode. getTemplate()Gets the template for the FX Swap associated with this node.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type FxSwapTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<FxSwapTemplate>FxSwapCurveNode.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.market.curve.node with parameters of type FxSwapTemplate Modifier and Type Method Description static FxSwapCurveNodeFxSwapCurveNode. of(FxSwapTemplate template, ObservableId farForwardPointsId)Returns a curve node for an FX Swap using the specified instrument template and keys.static FxSwapCurveNodeFxSwapCurveNode. of(FxSwapTemplate template, ObservableId farForwardPointsId, String label)Returns a curve node for an FX Swap using the specified instrument template and keys and label.FxSwapCurveNode.BuilderFxSwapCurveNode.Builder. template(FxSwapTemplate template)Sets the template for the FX Swap associated with this node. -
Uses of FxSwapTemplate in com.opengamma.strata.product.fx.type
Methods in com.opengamma.strata.product.fx.type that return FxSwapTemplate Modifier and Type Method Description FxSwapTemplateFxSwapTemplate.Builder. build()static FxSwapTemplateFxSwapTemplate. of(Period periodToFar, FxSwapConvention convention)Obtains a template based on the specified period and convention.static FxSwapTemplateFxSwapTemplate. of(Period periodToNear, Period periodToFar, FxSwapConvention convention)Obtains a template based on the specified periods and convention.Methods in com.opengamma.strata.product.fx.type that return types with arguments of type FxSwapTemplate Modifier and Type Method Description Class<? extends FxSwapTemplate>FxSwapTemplate.Meta. beanType()
-