Skip to content

Class: Regime

A class to specify one or more regimes that may be specified as relevant to a legal agreement.

URI: common_domain_model:Regime

 classDiagram
    class Regime
    click Regime href "../Regime/"
      Regime : applicableRegime





        Regime --> "1..*" ApplicableRegime : applicableRegime
        click ApplicableRegime href "../ApplicableRegime/"



      Regime : fallbackToMandatoryMethodDays

Slots

Name Cardinality and Range Description Inheritance
applicableRegime 1..*
ApplicableRegime
A class to specify the regime(s) that parties to a legal agreement, such as t... direct
fallbackToMandatoryMethodDays 0..1
Decimal
The specification of the number of days after effective delivery of notice th... direct

Usages

used by used in type used
CreditSupportAgreementInitialMarginElections regime range Regime
CollateralTransferAgreementElections regime range Regime

In Subsets

See Also

Notes

  • ISDA CSA_IM_2016 name "Regime"
  • ISDA CSA_IM_2018 name "Regime"

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Regime
description: A class to specify one or more regimes that may be specified as relevant
  to a legal agreement.
notes:
- ISDA CSA_IM_2016 name "Regime"
- ISDA CSA_IM_2018 name "Regime"
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:CSA_IM_2016
- isda:CSA_IM_2018
slots:
- applicableRegime
- fallbackToMandatoryMethodDays

Induced

name: Regime
description: A class to specify one or more regimes that may be specified as relevant
  to a legal agreement.
notes:
- ISDA CSA_IM_2016 name "Regime"
- ISDA CSA_IM_2018 name "Regime"
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:CSA_IM_2016
- isda:CSA_IM_2018
attributes:
  applicableRegime:
    name: applicableRegime
    description: A class to specify the regime(s) that parties to a legal agreement,
      such as the ISDA 2016 and 2018 CSA for Initial Margin, might agree to apply
      to one or both parties when acting as collateral taker, and specific terms associated
      with that application.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: Regime
    domain_of:
    - Regime
    range: ApplicableRegime
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  fallbackToMandatoryMethodDays:
    name: fallbackToMandatoryMethodDays
    description: The specification of the number of days after effective delivery
      of notice that Mandatory method fallback applies. Specification is only required
      when one or more Regimes have Fall Back to Mandatory Method elected as a SIMM
      exception.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: Regime
    domain_of:
    - Regime
    range: decimal