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. COMPOUNDING
The 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 CompoundingMethod
PaymentSchedule. getCompoundingMethod()
Gets the compounding method to use when there is more than one accrual period, defaulted to 'None'.CompoundingMethod
RatePaymentPeriod. getCompoundingMethod()
Gets the compounding method to use when there is more than one accrual period, default is 'None'.static CompoundingMethod
CompoundingMethod. of(String name)
Obtains an instance from the specified name.static CompoundingMethod
CompoundingMethod. 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 thecompoundingMethod
property.org.joda.beans.MetaProperty<CompoundingMethod>
RatePaymentPeriod.Meta. compoundingMethod()
The meta-property for thecompoundingMethod
property.Methods in com.opengamma.strata.product.swap with parameters of type CompoundingMethod Modifier and Type Method Description PaymentSchedule.Builder
PaymentSchedule.Builder. compoundingMethod(CompoundingMethod compoundingMethod)
Sets the compounding method to use when there is more than one accrual period, defaulted to 'None'.RatePaymentPeriod.Builder
RatePaymentPeriod.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 CompoundingMethod
FixedRateSwapLegConvention. 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.CompoundingMethod
IborRateSwapLegConvention. 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.CompoundingMethod
OvernightRateSwapLegConvention. 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 thecompoundingMethod
property.org.joda.beans.MetaProperty<CompoundingMethod>
IborRateSwapLegConvention.Meta. compoundingMethod()
The meta-property for thecompoundingMethod
property.org.joda.beans.MetaProperty<CompoundingMethod>
OvernightRateSwapLegConvention.Meta. compoundingMethod()
The meta-property for thecompoundingMethod
property.Methods in com.opengamma.strata.product.swap.type with parameters of type CompoundingMethod Modifier and Type Method Description FixedRateSwapLegConvention.Builder
FixedRateSwapLegConvention.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.Builder
IborRateSwapLegConvention.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.Builder
OvernightRateSwapLegConvention.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.
-