Package cdm.event.common
Interface CounterpartyPositionState
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CounterpartyPositionState.CounterpartyPositionStateBuilder
- All Known Implementing Classes:
CounterpartyPositionState.CounterpartyPositionStateBuilderImpl,CounterpartyPositionState.CounterpartyPositionStateImpl
@RosettaDataType(value="CounterpartyPositionState",
builder=CounterpartyPositionStateBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CounterpartyPositionState",
model="cdm",
builder=CounterpartyPositionStateBuilderImpl.class,
version="5.30.0")
public interface CounterpartyPositionState
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Defines the fundamental financial information that can be changed by a Primitive Event and by extension any business or life-cycle event. Each PositionState specifies where a Position is in its life-cycle. PositionState is a root type and as such, can be created independently to any other CDM data type, but can also be used as part of the CDM Event Model.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CounterpartyPositionStatestatic classImmutable Implementation of CounterpartyPositionStateNested 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()Represents the Position that has been effected by a business or life-cycle event.com.rosetta.model.metafields.MetaFieldsgetMeta()List<? extends ObservationEvent> Represents the observed events related to a particular product or process, such as credit events or corporate actions.getState()Represents the State of the Position through its life-cycle.default Class<? extends CounterpartyPositionState> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CounterpartyPositionState> 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
-
getCounterpartyPosition
CounterpartyPosition getCounterpartyPosition()Represents the Position that has been effected by a business or life-cycle event. -
getState
State getState()Represents the State of the Position through its life-cycle. -
getObservationHistory
List<? extends ObservationEvent> getObservationHistory()Represents the observed events related to a particular product or process, such as credit events or corporate actions. -
getValuationHistory
-
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
CounterpartyPositionState build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-