Package cdm.product.template
Interface CancellationEvent
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CancellationEvent.CancellationEventBuilder
- All Known Implementing Classes:
CancellationEvent.CancellationEventBuilderImpl,CancellationEvent.CancellationEventImpl
@RosettaDataType(value="CancellationEvent",
builder=CancellationEventBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CancellationEvent",
model="cdm",
builder=CancellationEventBuilderImpl.class,
version="5.30.0")
public interface CancellationEvent
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
The adjusted dates for a specific cancellation date, including the adjusted exercise date and adjusted termination date.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CancellationEventstatic classImmutable Implementation of CancellationEventNested 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()com.rosetta.model.lib.records.DateThe early termination date that is applicable if an early termination provision is exercised.com.rosetta.model.lib.records.DateThe date on which option exercise takes place.com.rosetta.model.metafields.MetaFieldsgetMeta()default Class<? extends CancellationEvent> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CancellationEvent> 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
-
getAdjustedExerciseDate
com.rosetta.model.lib.records.Date getAdjustedExerciseDate()The date on which option exercise takes place. This date should already be adjusted for any applicable business day convention. -
getAdjustedEarlyTerminationDate
com.rosetta.model.lib.records.Date getAdjustedEarlyTerminationDate()The early termination date that is applicable if an early termination provision is exercised. This date should already be adjusted for any applicable business day convention. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
CancellationEvent build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CancellationEvent.CancellationEventBuilder 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
-