Uses of Class
com.opengamma.strata.product.swap.FixingRelativeTo
-
Packages that use FixingRelativeTo Package Description com.opengamma.strata.product.cms Entity objects describing Constant Maturity Swap (CMS) or CMS cap/floor.com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of FixingRelativeTo in com.opengamma.strata.product.cms
Methods in com.opengamma.strata.product.cms that return FixingRelativeTo Modifier and Type Method Description FixingRelativeTo
CmsLeg. getFixingRelativeTo()
Gets the base date that each fixing is made relative to, defaulted to 'PeriodStart'.Methods in com.opengamma.strata.product.cms that return types with arguments of type FixingRelativeTo Modifier and Type Method Description org.joda.beans.MetaProperty<FixingRelativeTo>
CmsLeg.Meta. fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.Methods in com.opengamma.strata.product.cms with parameters of type FixingRelativeTo Modifier and Type Method Description CmsLeg.Builder
CmsLeg.Builder. fixingRelativeTo(FixingRelativeTo fixingRelativeTo)
Sets the base date that each fixing is made relative to, defaulted to 'PeriodStart'. -
Uses of FixingRelativeTo in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FixingRelativeTo Modifier and Type Method Description FixingRelativeTo
IborRateCalculation. getFixingRelativeTo()
Gets the base date that each fixing is made relative to, defaulted to 'PeriodStart'.static FixingRelativeTo
FixingRelativeTo. of(String name)
Obtains an instance from the specified name.static FixingRelativeTo
FixingRelativeTo. valueOf(String name)
Returns the enum constant of this type with the specified name.static FixingRelativeTo[]
FixingRelativeTo. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.swap that return types with arguments of type FixingRelativeTo Modifier and Type Method Description org.joda.beans.MetaProperty<FixingRelativeTo>
IborRateCalculation.Meta. fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.Methods in com.opengamma.strata.product.swap with parameters of type FixingRelativeTo Modifier and Type Method Description IborRateCalculation.Builder
IborRateCalculation.Builder. fixingRelativeTo(FixingRelativeTo fixingRelativeTo)
Sets the base date that each fixing is made relative to, defaulted to 'PeriodStart'. -
Uses of FixingRelativeTo in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return FixingRelativeTo Modifier and Type Method Description FixingRelativeTo
IborRateSwapLegConvention. getFixingRelativeTo()
Gets the base date that each fixing is made relative to, optional with defaulting getter.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type FixingRelativeTo Modifier and Type Method Description org.joda.beans.MetaProperty<FixingRelativeTo>
IborRateSwapLegConvention.Meta. fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.Methods in com.opengamma.strata.product.swap.type with parameters of type FixingRelativeTo Modifier and Type Method Description IborRateSwapLegConvention.Builder
IborRateSwapLegConvention.Builder. fixingRelativeTo(FixingRelativeTo fixingRelativeTo)
Sets the base date that each fixing is made relative to, optional with defaulting getter.
-