Skip to content

Class: EventCurrency

Defines the currency referenced as such in any terms related to FX Disruption Events

URI: common_domain_model:EventCurrency

 classDiagram
    class EventCurrency
    click EventCurrency href "../EventCurrency/"
      EventCurrency : eventCurrency

      EventCurrency : eventCurrencyBuyerSeller





        EventCurrency --> "*" BuyerSeller : eventCurrencyBuyerSeller
        click BuyerSeller href "../BuyerSeller/"



      EventCurrency : eventCurrentAmount





        EventCurrency --> "0..1" Quantity : eventCurrentAmount
        click Quantity href "../Quantity/"



Slots

Name Cardinality and Range Description Inheritance
eventCurrency 1
string
Defines the currency referenced as such in any terms related to FX Disruption... direct
eventCurrentAmount 0..1
Quantity
Defines the Event Currency Amount to be exchanged on the Settlement Date direct
eventCurrencyBuyerSeller *
BuyerSeller
Unless otherwised specified, the Buyer is the party to which the Event Curren... direct

Usages

used by used in type used
FxDisruptionEvents eventCurrency range EventCurrency

In Subsets

See Also

Notes

  • ISDA FXandCurrencyOptionsDefintions_1998 section "5.4.(c)"

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: EventCurrency
description: Defines the currency referenced as such in any terms related to FX Disruption
  Events
notes:
- ISDA FXandCurrencyOptionsDefintions_1998 section "5.4.(c)"
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:FXandCurrencyOptionsDefintions_1998
slots:
- eventCurrency
- eventCurrentAmount
- eventCurrencyBuyerSeller
slot_usage:
  eventCurrency:
    name: eventCurrency
    description: Defines the currency referenced as such in any terms related to FX
      Disruption Events
    range: string
    required: true

Induced

name: EventCurrency
description: Defines the currency referenced as such in any terms related to FX Disruption
  Events
notes:
- ISDA FXandCurrencyOptionsDefintions_1998 section "5.4.(c)"
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:FXandCurrencyOptionsDefintions_1998
slot_usage:
  eventCurrency:
    name: eventCurrency
    description: Defines the currency referenced as such in any terms related to FX
      Disruption Events
    range: string
    required: true
attributes:
  eventCurrency:
    name: eventCurrency
    description: Defines the currency referenced as such in any terms related to FX
      Disruption Events
    notes:
    - ISDA FXandCurrencyOptionsDefintions_1998
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: EventCurrency
    domain_of:
    - FxDisruptionEvents
    - EventCurrency
    range: string
    required: true
  eventCurrentAmount:
    name: eventCurrentAmount
    description: Defines the Event Currency Amount to be exchanged on the Settlement
      Date.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: EventCurrency
    domain_of:
    - EventCurrency
    range: Quantity
  eventCurrencyBuyerSeller:
    name: eventCurrencyBuyerSeller
    description: Unless otherwised specified, the Buyer is the party to which the
      Event Currency Amount is owed on the Settlement Date and the Seller is the party
      which owes the Event Currency Amount on the Settlement Date.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: EventCurrency
    domain_of:
    - EventCurrency
    range: BuyerSeller
    multivalued: true
    inlined: true
    inlined_as_list: true