Uses of Class
com.opengamma.strata.product.swap.CompoundingMethod
-
Packages that use CompoundingMethod Package Description com.opengamma.strata.market.explain Support for explaining results.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 CompoundingMethod in com.opengamma.strata.market.explain
Fields in com.opengamma.strata.market.explain with type parameters of type CompoundingMethod Modifier and Type Field Description static ExplainKey<CompoundingMethod>ExplainKey. COMPOUNDINGThe method of compounding. -
Uses of CompoundingMethod in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return CompoundingMethod Modifier and Type Method Description CompoundingMethodPaymentSchedule. getCompoundingMethod()Gets the compounding method to use when there is more than one accrual period, defaulted to 'None'.CompoundingMethodRatePaymentPeriod. getCompoundingMethod()Gets the compounding method to use when there is more than one accrual period, default is 'None'.static CompoundingMethodCompoundingMethod. of(String name)Obtains an instance from the specified name.static CompoundingMethodCompoundingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CompoundingMethod[]CompoundingMethod. 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 CompoundingMethod Modifier and Type Method Description org.joda.beans.MetaProperty<CompoundingMethod>PaymentSchedule.Meta. compoundingMethod()The meta-property for thecompoundingMethodproperty.org.joda.beans.MetaProperty<CompoundingMethod>RatePaymentPeriod.Meta. compoundingMethod()The meta-property for thecompoundingMethodproperty.Methods in com.opengamma.strata.product.swap with parameters of type CompoundingMethod Modifier and Type Method Description PaymentSchedule.BuilderPaymentSchedule.Builder. compoundingMethod(CompoundingMethod compoundingMethod)Sets the compounding method to use when there is more than one accrual period, defaulted to 'None'.RatePaymentPeriod.BuilderRatePaymentPeriod.Builder. compoundingMethod(CompoundingMethod compoundingMethod)Sets the compounding method to use when there is more than one accrual period, default is 'None'. -
Uses of CompoundingMethod in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return CompoundingMethod Modifier and Type Method Description CompoundingMethodFixedRateSwapLegConvention. getCompoundingMethod()Gets the compounding method to use when there is more than one accrual period in each payment period, providing a default result if no override specified.CompoundingMethodIborRateSwapLegConvention. getCompoundingMethod()Gets the compounding method to use when there is more than one accrual period in each payment period, providing a default result if no override specified.CompoundingMethodOvernightRateSwapLegConvention. getCompoundingMethod()Gets the compounding method to use when there is more than one accrual period in each payment period, providing a default result if no override specified.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type CompoundingMethod Modifier and Type Method Description org.joda.beans.MetaProperty<CompoundingMethod>FixedRateSwapLegConvention.Meta. compoundingMethod()The meta-property for thecompoundingMethodproperty.org.joda.beans.MetaProperty<CompoundingMethod>IborRateSwapLegConvention.Meta. compoundingMethod()The meta-property for thecompoundingMethodproperty.org.joda.beans.MetaProperty<CompoundingMethod>OvernightRateSwapLegConvention.Meta. compoundingMethod()The meta-property for thecompoundingMethodproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type CompoundingMethod Modifier and Type Method Description FixedRateSwapLegConvention.BuilderFixedRateSwapLegConvention.Builder. compoundingMethod(CompoundingMethod compoundingMethod)Sets the compounding method to use when there is more than one accrual period in each payment period, optional with defaulting getter.IborRateSwapLegConvention.BuilderIborRateSwapLegConvention.Builder. compoundingMethod(CompoundingMethod compoundingMethod)Sets the compounding method to use when there is more than one accrual period in each payment period, optional with defaulting getter.OvernightRateSwapLegConvention.BuilderOvernightRateSwapLegConvention.Builder. compoundingMethod(CompoundingMethod compoundingMethod)Sets the compounding method to use when there is more than one accrual period in each payment period, optional with defaulting getter.
-