Uses of Class
com.opengamma.strata.product.swap.FixedAccrualMethod
-
Packages that use FixedAccrualMethod Package Description 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 FixedAccrualMethod in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FixedAccrualMethod Modifier and Type Method Description static FixedAccrualMethodFixedAccrualMethod. of(String name)Obtains an instance from the specified name.static FixedAccrualMethodFixedAccrualMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static FixedAccrualMethod[]FixedAccrualMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FixedAccrualMethod in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return FixedAccrualMethod Modifier and Type Method Description FixedAccrualMethodFixedRateSwapLegConvention. getAccrualMethod()Gets the accrual method using the fixed rate, defaulted to 'None'.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type FixedAccrualMethod Modifier and Type Method Description org.joda.beans.MetaProperty<FixedAccrualMethod>FixedRateSwapLegConvention.Meta. accrualMethod()The meta-property for theaccrualMethodproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type FixedAccrualMethod Modifier and Type Method Description FixedRateSwapLegConvention.BuilderFixedRateSwapLegConvention.Builder. accrualMethod(FixedAccrualMethod accrualMethod)Sets the accrual method using the fixed rate, defaulted to 'None'.
-