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
  • Field Details

  • 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

      List<? extends Valuation> getValuationHistory()
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends CounterpartyPositionState> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends CounterpartyPositionState> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject