Uses of Interface
com.opengamma.strata.product.fx.type.FxSwapConvention
-
Packages that use FxSwapConvention Package Description com.opengamma.strata.product.fx.type Conventions and templates to aid the construction of foreign exchange products. -
-
Uses of FxSwapConvention in com.opengamma.strata.product.fx.type
Classes in com.opengamma.strata.product.fx.type that implement FxSwapConvention Modifier and Type Class Description class
ImmutableFxSwapConvention
A market convention for FX swap tradesFields in com.opengamma.strata.product.fx.type declared as FxSwapConvention Modifier and Type Field Description static FxSwapConvention
FxSwapConventions. EUR_GBP
The "EUR/GBP" FX Swap convention.static FxSwapConvention
StandardFxSwapConventions. EUR_GBP
EUR/GBP convention with 2 days spot date.static FxSwapConvention
FxSwapConventions. EUR_JPY
The "EUR/JPY" FX Swap convention.static FxSwapConvention
StandardFxSwapConventions. EUR_JPY
EUR/JPY convention with 2 days spot date.static FxSwapConvention
FxSwapConventions. EUR_USD
The "EUR/USD" FX Swap convention.static FxSwapConvention
StandardFxSwapConventions. EUR_USD
EUR/USD convention with 2 days spot date.static FxSwapConvention
FxSwapConventions. GBP_JPY
The "GBP/JPY" FX Swap convention.static FxSwapConvention
StandardFxSwapConventions. GBP_JPY
GBP/JPY convention with 2 days spot date.static FxSwapConvention
FxSwapConventions. GBP_USD
The "GBP/USD" FX Swap convention.static FxSwapConvention
StandardFxSwapConventions. GBP_USD
GBP/USD convention with 2 days spot date.static FxSwapConvention
FxSwapConventions. USD_JPY
The "USD/JPY" FX Swap convention.static FxSwapConvention
StandardFxSwapConventions. USD_JPY
USD/JPY convention with 2 days spot date.Methods in com.opengamma.strata.product.fx.type that return FxSwapConvention Modifier and Type Method Description FxSwapConvention
FxSwapTemplate. getConvention()
Gets the underlying FX Swap convention.static FxSwapConvention
FxSwapConvention. of(CurrencyPair currencyPair)
Obtains the standard convention for the specified currency pair.static FxSwapConvention
FxSwapConvention. of(String uniqueName)
Obtains an instance from the specified unique name.Methods in com.opengamma.strata.product.fx.type that return types with arguments of type FxSwapConvention Modifier and Type Method Description org.joda.beans.MetaProperty<FxSwapConvention>
FxSwapTemplate.Meta. convention()
The meta-property for theconvention
property.static ExtendedEnum<FxSwapConvention>
FxSwapConvention. extendedEnum()
Gets the extended enum helper.Methods in com.opengamma.strata.product.fx.type with parameters of type FxSwapConvention Modifier and Type Method Description FxSwapTemplate.Builder
FxSwapTemplate.Builder. convention(FxSwapConvention convention)
Sets the underlying FX Swap convention.static FxSwapTemplate
FxSwapTemplate. of(Period periodToFar, FxSwapConvention convention)
Obtains a template based on the specified period and convention.static FxSwapTemplate
FxSwapTemplate. of(Period periodToNear, Period periodToFar, FxSwapConvention convention)
Obtains a template based on the specified periods and convention.
-