Uses of Class
com.opengamma.strata.product.fx.type.FxSwapTemplate.Builder
-
Packages that use FxSwapTemplate.Builder Package Description com.opengamma.strata.product.fx.type Conventions and templates to aid the construction of foreign exchange products. -
-
Uses of FxSwapTemplate.Builder in com.opengamma.strata.product.fx.type
Methods in com.opengamma.strata.product.fx.type that return FxSwapTemplate.Builder Modifier and Type Method Description static FxSwapTemplate.BuilderFxSwapTemplate. builder()Returns a builder used to create an instance of the bean.FxSwapTemplate.BuilderFxSwapTemplate.Meta. builder()FxSwapTemplate.BuilderFxSwapTemplate.Builder. convention(FxSwapConvention convention)Sets the underlying FX Swap convention.FxSwapTemplate.BuilderFxSwapTemplate.Builder. periodToFar(Period periodToFar)Sets the period between the spot value date and the far date.FxSwapTemplate.BuilderFxSwapTemplate.Builder. periodToNear(Period periodToNear)Sets the period between the spot value date and the near date.FxSwapTemplate.BuilderFxSwapTemplate.Builder. set(String propertyName, Object newValue)FxSwapTemplate.BuilderFxSwapTemplate.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)FxSwapTemplate.BuilderFxSwapTemplate. toBuilder()Returns a builder that allows this bean to be mutated.
-