Skip to content

Class: IneligibleCreditSupport

Identifies collateral that has been designated as not meeting the eligibility criteria set out in the agreement.

URI: common_domain_model:IneligibleCreditSupport

 classDiagram
    class IneligibleCreditSupport
    click IneligibleCreditSupport href "../IneligibleCreditSupport/"
      IneligibleCreditSupport : specifiedParty





        IneligibleCreditSupport --> "*" CounterpartyRoleEnum : specifiedParty
        click CounterpartyRoleEnum href "../CounterpartyRoleEnum/"



      IneligibleCreditSupport : totalIneligibilityDate

      IneligibleCreditSupport : transferIneligibilityDate

Slots

Name Cardinality and Range Description Inheritance
totalIneligibilityDate 0..1
string
Specifies the date from which all credit support provided by a party is treat... direct
transferIneligibilityDate 0..1
string
Specifies the date from which the transfer of credit support by a party is tr... direct
specifiedParty *
CounterpartyRoleEnum
Identifies a party designated in the agreement for the purpose of applying pa... direct

Usages

used by used in type used
CreditSupportObligationsVariationMargin ineligibleCreditSupport range IneligibleCreditSupport

In Subsets

See Also

Notes

  • ISDA CSA_VM_2016 paragraph "13" clause "(c)(iii)" name "Legally Ineligible Credit Support (VM)"

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: IneligibleCreditSupport
description: Identifies collateral that has been designated as not meeting the eligibility
  criteria set out in the agreement.
notes:
- ISDA CSA_VM_2016 paragraph "13" clause "(c)(iii)" name "Legally Ineligible Credit
  Support (VM)"
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:CSA_VM_2016
slots:
- totalIneligibilityDate
- transferIneligibilityDate
- specifiedParty

Induced

name: IneligibleCreditSupport
description: Identifies collateral that has been designated as not meeting the eligibility
  criteria set out in the agreement.
notes:
- ISDA CSA_VM_2016 paragraph "13" clause "(c)(iii)" name "Legally Ineligible Credit
  Support (VM)"
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:CSA_VM_2016
attributes:
  totalIneligibilityDate:
    name: totalIneligibilityDate
    description: Specifies the date from which all credit support provided by a party
      is treated as ineligible under the agreement.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: IneligibleCreditSupport
    domain_of:
    - IneligibleCreditSupport
    range: string
  transferIneligibilityDate:
    name: transferIneligibilityDate
    description: Specifies the date from which the transfer of credit support by a
      party is treated as ineligible under the agreement.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: IneligibleCreditSupport
    domain_of:
    - IneligibleCreditSupport
    range: string
  specifiedParty:
    name: specifiedParty
    description: Identifies a party designated in the agreement for the purpose of
      applying particular rights, obligations, or elections.
    notes:
    - ISDA CSA_VM_2016 paragraph "13" clause "(c)(iii)" name "Legally Ineligible Credit
      Support (VM)"
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: IneligibleCreditSupport
    domain_of:
    - IneligibleCreditSupport
    range: CounterpartyRoleEnum
    multivalued: true