Class: MasterAgreement
The set of elections that define an ISDA Master Agreement.
URI: common_domain_model:MasterAgreement
classDiagram
class MasterAgreement
click MasterAgreement href "../MasterAgreement/"
MasterAgreementBase <|-- MasterAgreement
click MasterAgreementBase href "../MasterAgreementBase/"
MasterAgreement : addressForNotices
MasterAgreement --> "1" DemandsAndNotices : addressForNotices
click DemandsAndNotices href "../DemandsAndNotices/"
MasterAgreement : automaticEarlyTermination
MasterAgreement --> "1" AutomaticEarlyTermination : automaticEarlyTermination
click AutomaticEarlyTermination href "../AutomaticEarlyTermination/"
MasterAgreement : creditSupportDocument
MasterAgreement --> "1" CreditSupportDocument : creditSupportDocument
click CreditSupportDocument href "../CreditSupportDocument/"
MasterAgreement : creditSupportProvider
MasterAgreement --> "1" CreditSupportProvider : creditSupportProvider
click CreditSupportProvider href "../CreditSupportProvider/"
MasterAgreement : nonContractualObligations
MasterAgreement : specifiedEntities
MasterAgreement --> "1..*" SpecifiedEntities : specifiedEntities
click SpecifiedEntities href "../SpecifiedEntities/"
MasterAgreement : terminationCurrency
MasterAgreement --> "1" TerminationCurrency : terminationCurrency
click TerminationCurrency href "../TerminationCurrency/"
Inheritance
- MasterAgreementBase
- MasterAgreement
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| automaticEarlyTermination | 1 AutomaticEarlyTermination |
The specification of whether there is an automatic occurrence of an Early Ter... | direct |
| terminationCurrency | 1 TerminationCurrency |
Specification of the currency in which the termination payment is made (inclu... | direct |
| addressForNotices | 1 DemandsAndNotices |
Specification of the address and other details for notices | direct |
| nonContractualObligations | 1 Boolean |
Specification of whether the Governing Law clause extends to Non-Contractual ... | direct |
| creditSupportDocument | 1 CreditSupportDocument |
Identification of party specific Credit Support Documents applicable to the d... | direct |
| creditSupportProvider | 1 CreditSupportProvider |
Identification of party specific Credit Support Providers applicable to the d... | direct |
| specifiedEntities | 1..* SpecifiedEntities |
A provision that allows each party to specify its Specified Entities for cert... | direct |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:MasterAgreement |
| native | common_domain_model:MasterAgreement |
| narrow | gist:Agreement |
LinkML Source
Direct
name: MasterAgreement
description: The set of elections that define an ISDA Master Agreement.
in_subset:
- cdm_legaldocumentation_master_isda
from_schema: https://w3id.org/lmodel/common-domain-model
narrow_mappings:
- gist:Agreement
is_a: MasterAgreementBase
slots:
- automaticEarlyTermination
- terminationCurrency
- addressForNotices
- nonContractualObligations
- creditSupportDocument
- creditSupportProvider
- specifiedEntities
slot_usage:
creditSupportDocument:
name: creditSupportDocument
description: Identification of party specific Credit Support Documents applicable
to the document.
range: CreditSupportDocument
required: true
multivalued: false
creditSupportProvider:
name: creditSupportProvider
description: Identification of party specific Credit Support Providers applicable
to the document.
range: CreditSupportProvider
required: true
multivalued: false
Induced
name: MasterAgreement
description: The set of elections that define an ISDA Master Agreement.
in_subset:
- cdm_legaldocumentation_master_isda
from_schema: https://w3id.org/lmodel/common-domain-model
narrow_mappings:
- gist:Agreement
is_a: MasterAgreementBase
slot_usage:
creditSupportDocument:
name: creditSupportDocument
description: Identification of party specific Credit Support Documents applicable
to the document.
range: CreditSupportDocument
required: true
multivalued: false
creditSupportProvider:
name: creditSupportProvider
description: Identification of party specific Credit Support Providers applicable
to the document.
range: CreditSupportProvider
required: true
multivalued: false
attributes:
automaticEarlyTermination:
name: automaticEarlyTermination
description: The specification of whether there is an automatic occurrence of
an Early Termination Date in respect of Transactions upon the occurrence of
certain bankruptcy / insolvency related events.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- MasterAgreement
range: AutomaticEarlyTermination
required: true
terminationCurrency:
name: terminationCurrency
description: Specification of the currency in which the termination payment is
made (including the process by which such currency is determined).
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- MasterAgreement
range: TerminationCurrency
required: true
addressForNotices:
name: addressForNotices
description: Specification of the address and other details for notices.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- MasterAgreement
range: DemandsAndNotices
required: true
nonContractualObligations:
name: nonContractualObligations
description: Specification of whether the Governing Law clause extends to Non-Contractual
Obligations (True) or does not extend to Non-Contractual Obligations (False).
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- MasterAgreement
range: boolean
required: true
creditSupportDocument:
name: creditSupportDocument
description: Identification of party specific Credit Support Documents applicable
to the document.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- CreditSupportDocumentElection
- MasterAgreement
range: CreditSupportDocument
required: true
multivalued: false
inlined: true
inlined_as_list: true
creditSupportProvider:
name: creditSupportProvider
description: Identification of party specific Credit Support Providers applicable
to the document.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- CreditSupportProviderElection
- MasterAgreement
range: CreditSupportProvider
required: true
multivalued: false
inlined: true
inlined_as_list: true
specifiedEntities:
name: specifiedEntities
description: A provision that allows each party to specify its Specified Entities
for certain Events of Default and Termination Events.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MasterAgreement
domain_of:
- MasterAgreement
range: SpecifiedEntities
required: true
multivalued: true
inlined: true
inlined_as_list: true