Package cdm.event.common
Interface BusinessEvent
- All Superinterfaces:
EventInstruction,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BusinessEvent.BusinessEventBuilder
- All Known Implementing Classes:
BusinessEvent.BusinessEventBuilderImpl,BusinessEvent.BusinessEventImpl
@RosettaDataType(value="BusinessEvent",
builder=BusinessEventBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="BusinessEvent",
model="cdm",
builder=BusinessEventBuilderImpl.class,
version="5.30.0")
public interface BusinessEvent
extends EventInstruction, com.rosetta.model.lib.GlobalKey
A business event represents a life cycle event of a trade. The combination of the state changes results in a qualifiable life cycle event. An example of a Business Event is a PartialTermination which is a defined by a quantity change primitive event.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BusinessEventstatic classImmutable Implementation of BusinessEventNested classes/interfaces inherited from interface cdm.event.workflow.EventInstruction
EventInstruction.EventInstructionBuilder, EventInstruction.EventInstructionBuilderImpl, EventInstruction.EventInstructionImplNested 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()List<? extends TradeState> getAfter()Specifies the after trade state(s) created.The CDM event qualifier, which corresponds to the outcome of the isEvent qualification logic which qualifies the lifecycle event as a function of its features (e.g.com.rosetta.model.metafields.MetaFieldsgetMeta()default Class<? extends BusinessEvent> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessEvent> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.event.workflow.EventInstruction
getCorporateActionIntent, getEffectiveDate, getEventDate, getInstruction, getIntent, getPackageInformationMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getEventQualifier
String getEventQualifier()The CDM event qualifier, which corresponds to the outcome of the isEvent qualification logic which qualifies the lifecycle event as a function of its features (e.g. PartialTermination, ClearingSubmission, Novation, ...). -
getAfter
List<? extends TradeState> getAfter()Specifies the after trade state(s) created. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
BusinessEvent build()Build Methods- Specified by:
buildin interfaceEventInstruction- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
BusinessEvent.BusinessEventBuilder toBuilder()- Specified by:
toBuilderin interfaceEventInstruction- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceEventInstruction- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceEventInstruction- 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 interfaceEventInstruction- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-