Uses of Interface
com.opengamma.strata.product.swap.type.FixedInflationSwapConvention
-
Packages that use FixedInflationSwapConvention Package Description com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of FixedInflationSwapConvention in com.opengamma.strata.product.swap.type
Classes in com.opengamma.strata.product.swap.type that implement FixedInflationSwapConvention Modifier and Type Class Description classImmutableFixedInflationSwapConventionA market convention for Fixed-Inflation swap trades.Fields in com.opengamma.strata.product.swap.type declared as FixedInflationSwapConvention Modifier and Type Field Description static FixedInflationSwapConventionFixedInflationSwapConventions. CHF_FIXED_ZC_CH_CPICHF vanilla fixed vs Switzerland CPI swap.static FixedInflationSwapConventionFixedInflationSwapConventions. EUR_FIXED_ZC_EU_AI_CPIEuro vanilla fixed vs Europe CPI swap.static FixedInflationSwapConventionFixedInflationSwapConventions. EUR_FIXED_ZC_EU_EXT_CPIEuro vanilla fixed vs Europe (Excluding Tobacco) CPI swap.static FixedInflationSwapConventionFixedInflationSwapConventions. EUR_FIXED_ZC_FR_CPIEuro vanilla fixed vs France CPI swap.static FixedInflationSwapConventionFixedInflationSwapConventions. GBP_FIXED_ZC_GB_HCIPDeprecated.static FixedInflationSwapConventionFixedInflationSwapConventions. GBP_FIXED_ZC_GB_HICPGBP vanilla fixed vs UK HICP swap.static FixedInflationSwapConventionFixedInflationSwapConventions. GBP_FIXED_ZC_GB_RPIGBP vanilla fixed vs UK RPI swap.static FixedInflationSwapConventionFixedInflationSwapConventions. GBP_FIXED_ZC_GB_RPIXGBP vanilla fixed vs UK RPIX swap.static FixedInflationSwapConventionFixedInflationSwapConventions. JPY_FIXED_ZC_JP_CPIJPY vanilla fixed vs Japan (Excluding Fresh Food) CPI swap.static FixedInflationSwapConventionFixedInflationSwapConventions. USD_FIXED_ZC_US_CPIUSD(NY) vanilla fixed vs US Urban consumers CPI swap.Methods in com.opengamma.strata.product.swap.type that return FixedInflationSwapConvention Modifier and Type Method Description FixedInflationSwapConventionFixedInflationSwapTemplate. getConvention()Gets the market convention of the swap.static FixedInflationSwapConventionFixedInflationSwapConvention. of(String uniqueName)Obtains an instance from the specified unique name.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type FixedInflationSwapConvention Modifier and Type Method Description org.joda.beans.MetaProperty<FixedInflationSwapConvention>FixedInflationSwapTemplate.Meta. convention()The meta-property for theconventionproperty.static ExtendedEnum<FixedInflationSwapConvention>FixedInflationSwapConvention. extendedEnum()Gets the extended enum helper.Methods in com.opengamma.strata.product.swap.type with parameters of type FixedInflationSwapConvention Modifier and Type Method Description FixedInflationSwapTemplate.BuilderFixedInflationSwapTemplate.Builder. convention(FixedInflationSwapConvention convention)Sets the market convention of the swap.static FixedInflationSwapTemplateFixedInflationSwapTemplate. of(Tenor tenor, FixedInflationSwapConvention convention)Creates a template based on the specified tenor and convention.
-