Class: ObservationEvent
Specifies the necessary information to create any observation event.
URI: common_domain_model:ObservationEvent
classDiagram
class ObservationEvent
click ObservationEvent href "../ObservationEvent/"
ObservationEvent : corporateAction
ObservationEvent --> "0..1" CorporateAction : corporateAction
click CorporateAction href "../CorporateAction/"
ObservationEvent : creditEvent
ObservationEvent --> "0..1" CreditEvent : creditEvent
click CreditEvent href "../CreditEvent/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| creditEvent | 0..1 CreditEvent |
Specifies the necessary information to create a credit event | direct |
| corporateAction | 0..1 CorporateAction |
Specifies the necessary information to create a corporate action | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ObservationInstruction | observationEvent | range | ObservationEvent |
| TradeState | observationHistory | range | ObservationEvent |
| CounterpartyPositionState | observationHistory | range | ObservationEvent |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:ObservationEvent |
| native | common_domain_model:ObservationEvent |
LinkML Source
Direct
name: ObservationEvent
description: Specifies the necessary information to create any observation event.
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- creditEvent
- corporateAction
Induced
name: ObservationEvent
description: Specifies the necessary information to create any observation event.
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
creditEvent:
name: creditEvent
description: Specifies the necessary information to create a credit event.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: ObservationEvent
domain_of:
- ObservationEvent
range: CreditEvent
corporateAction:
name: corporateAction
description: Specifies the necessary information to create a corporate action.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: ObservationEvent
domain_of:
- ObservationEvent
range: CorporateAction