Skip to content

Class: GlobalMasterSecuritiesLendingAgreement

The set of elections that define a GMSLA.

URI: common_domain_model:GlobalMasterSecuritiesLendingAgreement

 classDiagram
    class GlobalMasterSecuritiesLendingAgreement
    click GlobalMasterSecuritiesLendingAgreement href "../GlobalMasterSecuritiesLendingAgreement/"
      MasterAgreementBase <|-- GlobalMasterSecuritiesLendingAgreement
        click MasterAgreementBase href "../MasterAgreementBase/"

      GlobalMasterSecuritiesLendingAgreement : baseCurrency





        GlobalMasterSecuritiesLendingAgreement --> "1" BaseCurrency : baseCurrency
        click BaseCurrency href "../BaseCurrency/"



      GlobalMasterSecuritiesLendingAgreement : collateral





        GlobalMasterSecuritiesLendingAgreement --> "1" CollateralSpecification : collateral
        click CollateralSpecification href "../CollateralSpecification/"



      GlobalMasterSecuritiesLendingAgreement : eventsOfDefault





        GlobalMasterSecuritiesLendingAgreement --> "1" EventsOfDefault : eventsOfDefault
        click EventsOfDefault href "../EventsOfDefault/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
collateral 1
CollateralSpecification
The definitions regarding collateral relating to the GMSLA direct
baseCurrency 1
BaseCurrency
The definitions regarding base currency determinations relating to the GMSLA direct
eventsOfDefault 1
EventsOfDefault
The definitions regarding any different events of default relating to the GMS... direct

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: GlobalMasterSecuritiesLendingAgreement
description: The set of elections that define a GMSLA.
in_subset:
- cdm_legaldocumentation_master_isla
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: MasterAgreementBase
slots:
- collateral
- baseCurrency
- eventsOfDefault
slot_usage:
  collateral:
    name: collateral
    description: The definitions regarding collateral relating to the GMSLA.
    range: CollateralSpecification
    required: true
  baseCurrency:
    name: baseCurrency
    description: The definitions regarding base currency determinations relating to
      the GMSLA.
    range: BaseCurrency

Induced

name: GlobalMasterSecuritiesLendingAgreement
description: The set of elections that define a GMSLA.
in_subset:
- cdm_legaldocumentation_master_isla
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: MasterAgreementBase
slot_usage:
  collateral:
    name: collateral
    description: The definitions regarding collateral relating to the GMSLA.
    range: CollateralSpecification
    required: true
  baseCurrency:
    name: baseCurrency
    description: The definitions regarding base currency determinations relating to
      the GMSLA.
    range: BaseCurrency
attributes:
  collateral:
    name: collateral
    description: The definitions regarding collateral relating to the GMSLA.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: GlobalMasterSecuritiesLendingAgreement
    domain_of:
    - ExecutionInstruction
    - Trade
    - ContractBase
    - AvailableInventoryRecord
    - GlobalMasterSecuritiesLendingAgreement
    - EconomicTerms
    range: CollateralSpecification
    required: true
  baseCurrency:
    name: baseCurrency
    description: The definitions regarding base currency determinations relating to
      the GMSLA.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:BaseAndEligibleCurrency.baseCurrency
    rank: 1000
    owner: GlobalMasterSecuritiesLendingAgreement
    domain_of:
    - BaseAndEligibleCurrency
    - GlobalMasterSecuritiesLendingAgreement
    - BaseCurrency
    range: BaseCurrency
    required: true
  eventsOfDefault:
    name: eventsOfDefault
    description: The definitions regarding any different events of default relating
      to the GMSLA.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: GlobalMasterSecuritiesLendingAgreement
    domain_of:
    - GlobalMasterSecuritiesLendingAgreement
    range: EventsOfDefault
    required: true