Class: IndexAdjustmentEvents
Defines the specification of the consequences of Index Events
URI: common_domain_model:IndexAdjustmentEvents
classDiagram
class IndexAdjustmentEvents
click IndexAdjustmentEvents href "../IndexAdjustmentEvents/"
IndexAdjustmentEvents : indexCancellation
IndexAdjustmentEvents --> "1" IndexEventConsequenceEnum : indexCancellation
click IndexEventConsequenceEnum href "../IndexEventConsequenceEnum/"
IndexAdjustmentEvents : indexDisruption
IndexAdjustmentEvents --> "1" IndexEventConsequenceEnum : indexDisruption
click IndexEventConsequenceEnum href "../IndexEventConsequenceEnum/"
IndexAdjustmentEvents : indexModification
IndexAdjustmentEvents --> "1" IndexEventConsequenceEnum : indexModification
click IndexEventConsequenceEnum href "../IndexEventConsequenceEnum/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| indexModification | 1 IndexEventConsequenceEnum |
Consequence of index modification | direct |
| indexCancellation | 1 IndexEventConsequenceEnum |
Consequence of index cancellation | direct |
| indexDisruption | 1 IndexEventConsequenceEnum |
Consequence of index disruption | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExtraordinaryEvents | indexAdjustmentEvents | range | IndexAdjustmentEvents |
In Subsets
See Also
Notes
- ISDA EquityDerivativesDefinitions_2002
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:IndexAdjustmentEvents |
| native | common_domain_model:IndexAdjustmentEvents |
LinkML Source
Direct
name: IndexAdjustmentEvents
description: Defines the specification of the consequences of Index Events
notes:
- ISDA EquityDerivativesDefinitions_2002
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:EquityDerivativesDefinitions_2002
slots:
- indexModification
- indexCancellation
- indexDisruption
Induced
name: IndexAdjustmentEvents
description: Defines the specification of the consequences of Index Events
notes:
- ISDA EquityDerivativesDefinitions_2002
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:EquityDerivativesDefinitions_2002
attributes:
indexModification:
name: indexModification
description: Consequence of index modification.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: IndexAdjustmentEvents
domain_of:
- IndexAdjustmentEvents
range: IndexEventConsequenceEnum
required: true
indexCancellation:
name: indexCancellation
description: Consequence of index cancellation.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: IndexAdjustmentEvents
domain_of:
- IndexAdjustmentEvents
range: IndexEventConsequenceEnum
required: true
indexDisruption:
name: indexDisruption
description: Consequence of index disruption.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: IndexAdjustmentEvents
domain_of:
- IndexAdjustmentEvents
range: IndexEventConsequenceEnum
required: true