Skip to content

Class: CancellationEvent

The adjusted dates for a specific cancellation date, including the adjusted exercise date and adjusted termination date.

URI: common_domain_model:CancellationEvent

 classDiagram
    class CancellationEvent
    click CancellationEvent href "../CancellationEvent/"
      CancellationEvent : adjustedEarlyTerminationDate

      CancellationEvent : adjustedExerciseDate

Slots

Name Cardinality and Range Description Inheritance
adjustedExerciseDate 1
date
The date on which option exercise takes place direct
adjustedEarlyTerminationDate 1
date
The early termination date that is applicable if an early termination provisi... direct

Usages

used by used in type used
CancelableProvisionAdjustedDates cancellationEvent range CancellationEvent

In Subsets

Identifier and Mapping Information

Annotations

property value
metadata_key True

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:CancellationEvent
native common_domain_model:CancellationEvent
close fpml_5_10:CancellationEvent

LinkML Source

Direct

name: CancellationEvent
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: The adjusted dates for a specific cancellation date, including the adjusted
  exercise date and adjusted termination date.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:CancellationEvent
slots:
- adjustedExerciseDate
- adjustedEarlyTerminationDate
slot_usage:
  adjustedExerciseDate:
    name: adjustedExerciseDate
    description: The date on which option exercise takes place. This date should already
      be adjusted for any applicable business day convention.

Induced

name: CancellationEvent
annotations:
  metadata_key:
    tag: metadata_key
    value: true
description: The adjusted dates for a specific cancellation date, including the adjusted
  exercise date and adjusted termination date.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:CancellationEvent
slot_usage:
  adjustedExerciseDate:
    name: adjustedExerciseDate
    description: The date on which option exercise takes place. This date should already
      be adjusted for any applicable business day convention.
attributes:
  adjustedExerciseDate:
    name: adjustedExerciseDate
    description: The date on which option exercise takes place. This date should already
      be adjusted for any applicable business day convention.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CancellationEvent
    domain_of:
    - ExerciseEvent
    - CancellationEvent
    - EarlyTerminationEvent
    - ExtensionEvent
    range: date
    required: true
  adjustedEarlyTerminationDate:
    name: adjustedEarlyTerminationDate
    description: The early termination date that is applicable if an early termination
      provision is exercised. This date should already be adjusted for any applicable
      business day convention.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:CancellationEvent.adjustedEarlyTerminationDate
    rank: 1000
    owner: CancellationEvent
    domain_of:
    - CancellationEvent
    - EarlyTerminationEvent
    - MandatoryEarlyTerminationAdjustedDates
    range: date
    required: true