Skip to content

Class: ContractualMatrix

URI: common_domain_model:ContractualMatrix

 classDiagram
    class ContractualMatrix
    click ContractualMatrix href "../ContractualMatrix/"
      ContractualMatrix : matrixTerm





        ContractualMatrix --> "0..1" MatrixTermEnum : matrixTerm
        click MatrixTermEnum href "../MatrixTermEnum/"



      ContractualMatrix : matrixType





        ContractualMatrix --> "1" MatrixTypeEnum : matrixType
        click MatrixTypeEnum href "../MatrixTypeEnum/"



Slots

Name Cardinality and Range Description Inheritance
matrixType 1
MatrixTypeEnum
Identifies the form of applicable matrix direct
matrixTerm 0..1
MatrixTermEnum
Defines any applicable key into the relevant matrix direct

Usages

used by used in type used
AgreementName contractualMatrix range ContractualMatrix

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ContractualMatrix
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- matrixType
- matrixTerm

Induced

name: ContractualMatrix
in_subset:
- cdm_legaldocumentation_common
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  matrixType:
    name: matrixType
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: Identifies the form of applicable matrix.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ContractualMatrix
    domain_of:
    - ContractualMatrix
    range: MatrixTypeEnum
    required: true
  matrixTerm:
    name: matrixTerm
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: Defines any applicable key into the relevant matrix. For example,
      the Transaction Type would be the single term required for the Credit Derivatives
      Physical Settlement Matrix. This element should be omitted in the case of the
      2000 ISDA Definitions Settlement Matrix for Early Termination and Swaptions.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ContractualMatrix
    domain_of:
    - ContractualMatrix
    range: MatrixTermEnum