Skip to content

Class: SpinOff

Defines the underlier for both the Parent Company and the Child Compagny involved in Spin Off corporate action, as well as th respective price observation for each.

URI: common_domain_model:SpinOff

 classDiagram
    class SpinOff
    click SpinOff href "../SpinOff/"
      SpinOff : childSecurity





        SpinOff --> "1" Security : childSecurity
        click Security href "../Security/"



      SpinOff : childSecurityPrice





        SpinOff --> "1" Price : childSecurityPrice
        click Price href "../Price/"



      SpinOff : parentSecurity





        SpinOff --> "1" Security : parentSecurity
        click Security href "../Security/"



      SpinOff : parentSecurityPrice





        SpinOff --> "1" Price : parentSecurityPrice
        click Price href "../Price/"



Slots

Name Cardinality and Range Description Inheritance
parentSecurity 1
Security
Defines the underlier for the Parent Company involved in Spin Off corporate a... direct
parentSecurityPrice 1
Price
The price observation that relates to underlier for the Parent Company direct
childSecurity 1
Security
Defines the underlier for the Child Company involved in Spin Off corporate ac... direct
childSecurityPrice 1
Price
The price observation that relates to underlier for the Child Company direct

Usages

used by used in type used
AdjustmentFactorCalculationTerms spinOff range SpinOff

In Subsets

Comments

  • Rosetta condition: EquityPrice — parentSecurity -> securityType = Equity and childSecurity -> securityType = Equity

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:SpinOff
native common_domain_model:SpinOff

LinkML Source

Direct

name: SpinOff
description: Defines the underlier for both the Parent Company and the Child Compagny
  involved in Spin Off corporate action, as well as th respective price observation
  for each.
comments:
- 'Rosetta condition: EquityPrice  parentSecurity -> securityType = Equity and childSecurity
  -> securityType = Equity'
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- parentSecurity
- parentSecurityPrice
- childSecurity
- childSecurityPrice

Induced

name: SpinOff
description: Defines the underlier for both the Parent Company and the Child Compagny
  involved in Spin Off corporate action, as well as th respective price observation
  for each.
comments:
- 'Rosetta condition: EquityPrice  parentSecurity -> securityType = Equity and childSecurity
  -> securityType = Equity'
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  parentSecurity:
    name: parentSecurity
    description: Defines the underlier for the Parent Company involved in Spin Off
      corporate action.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: SpinOff
    domain_of:
    - SpinOff
    range: Security
    required: true
  parentSecurityPrice:
    name: parentSecurityPrice
    description: The price observation that relates to underlier for the Parent Company.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: SpinOff
    domain_of:
    - SpinOff
    range: Price
    required: true
  childSecurity:
    name: childSecurity
    description: Defines the underlier for the Child Company involved in Spin Off
      corporate action.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: SpinOff
    domain_of:
    - SpinOff
    range: Security
    required: true
  childSecurityPrice:
    name: childSecurityPrice
    description: The price observation that relates to underlier for the Child Company.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: SpinOff
    domain_of:
    - SpinOff
    range: Price
    required: true