Class: AgreementTerms
Specification of the content of a legal agreement.
URI: common_domain_model:AgreementTerms
classDiagram
class AgreementTerms
click AgreementTerms href "../AgreementTerms/"
AgreementTerms : agreement
AgreementTerms --> "1" Agreement : agreement
click Agreement href "../Agreement/"
AgreementTerms : clauseLibrary
AgreementTerms : counterparty
AgreementTerms --> "1..*" Counterparty : counterparty
click Counterparty href "../Counterparty/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| agreement | 1 Agreement |
Specification of the standard set of terms that define a legal agreement | direct |
| clauseLibrary | 0..1 Boolean |
Specification of whether the agreement terms have been negotiated using the c... | direct |
| counterparty | 1..* Counterparty |
Specification of the roles of the counterparties to the agreement | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| LegalAgreement | agreementTerms | range | AgreementTerms |
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:AgreementTerms |
| native | common_domain_model:AgreementTerms |
| close | fpml_5_10:AgreementTerms |
LinkML Source
Direct
name: AgreementTerms
description: Specification of the content of a legal agreement.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AgreementTerms
slots:
- agreement
- clauseLibrary
- counterparty
slot_usage:
counterparty:
name: counterparty
description: Specification of the roles of the counterparties to the agreement.
Induced
name: AgreementTerms
description: Specification of the content of a legal agreement.
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AgreementTerms
slot_usage:
counterparty:
name: counterparty
description: Specification of the roles of the counterparties to the agreement.
attributes:
agreement:
name: agreement
description: Specification of the standard set of terms that define a legal agreement.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AgreementTerms.agreement
rank: 1000
owner: AgreementTerms
domain_of:
- AgreementTerms
- UmbrellaAgreementSet
range: Agreement
required: true
clauseLibrary:
name: clauseLibrary
description: Specification of whether the agreement terms have been negotiated
using the clause library methodology.
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:AgreementTerms.clauseLibrary
rank: 1000
owner: AgreementTerms
domain_of:
- AgreementTerms
range: boolean
counterparty:
name: counterparty
description: Specification of the roles of the counterparties to the agreement.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: AgreementTerms
domain_of:
- ExecutionInstruction
- PartyChangeInstruction
- AgreementTerms
- MasterAgreementClause
- MasterAgreementClauseVariant
- EligibleCollateralSpecification
- TradableProduct
range: Counterparty
required: true
multivalued: true