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.Builder
FxSwapTemplate. builder()
Returns a builder used to create an instance of the bean.FxSwapTemplate.Builder
FxSwapTemplate.Meta. builder()
FxSwapTemplate.Builder
FxSwapTemplate.Builder. convention(FxSwapConvention convention)
Sets the underlying FX Swap convention.FxSwapTemplate.Builder
FxSwapTemplate.Builder. periodToFar(Period periodToFar)
Sets the period between the spot value date and the far date.FxSwapTemplate.Builder
FxSwapTemplate.Builder. periodToNear(Period periodToNear)
Sets the period between the spot value date and the near date.FxSwapTemplate.Builder
FxSwapTemplate.Builder. set(String propertyName, Object newValue)
FxSwapTemplate.Builder
FxSwapTemplate.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
FxSwapTemplate.Builder
FxSwapTemplate. toBuilder()
Returns a builder that allows this bean to be mutated.
-