Package cdm.product.common.schedule
Interface ResetFrequency
- All Superinterfaces:
Frequency,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ResetFrequency.ResetFrequencyBuilder
- All Known Implementing Classes:
ResetFrequency.ResetFrequencyBuilderImpl,ResetFrequency.ResetFrequencyImpl
@RosettaDataType(value="ResetFrequency",
builder=ResetFrequencyBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="ResetFrequency",
model="cdm",
builder=ResetFrequencyBuilderImpl.class,
version="5.30.0")
public interface ResetFrequency
extends Frequency
A class defining the reset frequency. In the case of a weekly reset, also specifies the day of the week that the reset occurs. If the reset frequency is greater than the calculation period frequency the this implies that more or more reset dates is established for each calculation period and some form of rate averaging is applicable. The specific averaging method of calculation is specified in FloatingRateCalculation. In case the reset frequency is of value T (term), the period is defined by the swap/swapStream/calculationPerioDates/effectiveDate and the swap/swapStream/calculationPerioDates/terminationDate.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ResetFrequencystatic classImmutable Implementation of ResetFrequencyNested classes/interfaces inherited from interface cdm.base.datetime.Frequency
Frequency.FrequencyBuilder, Frequency.FrequencyBuilderImpl, Frequency.FrequencyImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()default Class<? extends ResetFrequency> getType()The day of the week on which a weekly reset date occurs.default com.rosetta.model.lib.meta.RosettaMetaData<? extends ResetFrequency> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.base.datetime.Frequency
getMeta, getPeriod, getPeriodMultiplierMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getWeeklyRollConvention
WeeklyRollConventionEnum getWeeklyRollConvention()The day of the week on which a weekly reset date occurs. This element must be included if the reset frequency is defined as weekly and not otherwise. -
build
ResetFrequency build()Build Methods -
toBuilder
ResetFrequency.ResetFrequencyBuilder toBuilder() -
builder
-
metaData
Utility Methods -
getType
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
-