Package cdm.event.common
Interface ResetInstruction
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ResetInstruction.ResetInstructionBuilder
- All Known Implementing Classes:
ResetInstruction.ResetInstructionBuilderImpl,ResetInstruction.ResetInstructionImpl
@RosettaDataType(value="ResetInstruction",
builder=ResetInstructionBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="ResetInstruction",
model="cdm",
builder=ResetInstructionBuilderImpl.class,
version="5.30.0")
public interface ResetInstruction
extends com.rosetta.model.lib.RosettaModelObject
Defines the information needed to create a Reset Business Event.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ResetInstructionstatic classImmutable Implementation of ResetInstruction -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Getter Methodscom.rosetta.model.lib.records.DateSpecifies the 'Rate Record Day' for a Fallback rate.com.rosetta.model.lib.records.DateSpecifies the date on which the reset is occuring.default Class<? extends ResetInstruction> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ResetInstruction> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPayout
ReferenceWithMetaPayout getPayout()Getter Methods -
getRateRecordDate
com.rosetta.model.lib.records.Date getRateRecordDate()Specifies the 'Rate Record Day' for a Fallback rate. Fallback rate fixing processes typically set the fixing rate in arrears, i.e., the Fallback Rate corresponding to a Rate Record Date is set at the end of the interest accural period. When this applies, Reset->resetDate occurs at the end of the interest period, and the Reset->rateRecordDate occurs near the start of the interest period. The Reset->rateRecordDate and Reset->observations->observationIdentifier->observationDate will differ if a Fallback rate is unavailable on the Rate Record Date, and the latest previous available rate is used as the observation. -
getResetDate
com.rosetta.model.lib.records.Date getResetDate()Specifies the date on which the reset is occuring. -
build
ResetInstruction build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ResetInstruction.ResetInstructionBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-