Skip to content

Class: ThresholdElection

Specifies whether the threshold is rating based, a fixed amount, or infinity.

URI: common_domain_model:ThresholdElection

 classDiagram
    class ThresholdElection
    click ThresholdElection href "../ThresholdElection/"
      ThresholdElection : fixedAmount





        ThresholdElection --> "0..1" ThresholdMinimumTransferAmountFixedAmount : fixedAmount
        click ThresholdMinimumTransferAmountFixedAmount href "../ThresholdMinimumTransferAmountFixedAmount/"



      ThresholdElection : infinity

      ThresholdElection : other

      ThresholdElection : party





        ThresholdElection --> "1" CounterpartyRoleEnum : party
        click CounterpartyRoleEnum href "../CounterpartyRoleEnum/"



      ThresholdElection : ratingsBased





        ThresholdElection --> "0..1" ThresholdRatingsBased : ratingsBased
        click ThresholdRatingsBased href "../ThresholdRatingsBased/"



Slots

Name Cardinality and Range Description Inheritance
party 1
CounterpartyRoleEnum
The party to which the threshold applies direct
fixedAmount 0..1
ThresholdMinimumTransferAmountFixedAmount
Defines that the Threshold is a Fixed Amount direct
ratingsBased 0..1
ThresholdRatingsBased
Defines that the Threshold is based on a Ratings condition(s) direct
infinity 0..1
Boolean
Specifies that the Threshold is Infinity direct
other 0..1
string
Utilised where the clause data structure is not able to capture a material as... direct

Usages

used by used in type used
Threshold partyElection range ThresholdElection

Rules

Rule Applied Preconditions Postconditions Elseconditions

In Subsets

Comments

  • Rosetta condition: ThresholdOneOf — required choice fixedAmount, ratingsBased, infinity, other

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ThresholdElection
description: Specifies whether the threshold is rating based, a fixed amount, or infinity.
comments:
- 'Rosetta condition: ThresholdOneOf  required choice fixedAmount, ratingsBased,
  infinity, other'
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- party
- fixedAmount
- ratingsBased
- infinity
- other
slot_usage:
  party:
    name: party
    description: The party to which the threshold applies.
    range: CounterpartyRoleEnum
    required: true
rules:
- postconditions:
    exactly_one_of:
    - slot_conditions:
        fixedAmount:
          name: fixedAmount
          required: true
    - slot_conditions:
        ratingsBased:
          name: ratingsBased
          required: true
    - slot_conditions:
        infinity:
          name: infinity
          required: true
    - slot_conditions:
        other:
          name: other
          required: true
  description: Ensures that threshold is specified as one-of fixedAmount, ratingsBased,
    infinity, or other.

Induced

name: ThresholdElection
description: Specifies whether the threshold is rating based, a fixed amount, or infinity.
comments:
- 'Rosetta condition: ThresholdOneOf  required choice fixedAmount, ratingsBased,
  infinity, other'
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  party:
    name: party
    description: The party to which the threshold applies.
    range: CounterpartyRoleEnum
    required: true
attributes:
  party:
    name: party
    description: The party to which the threshold applies.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdElection
    domain_of:
    - DebtRedemption
    - Trade
    - MarginCallBase
    - CounterpartyPosition
    - AggregationParameters
    - AvailableInventory
    - WorkflowStepApproval
    - WorkflowStep
    - UmbrellaAgreementParty
    - UmbrellaAgreementSet
    - AdditionalRepresentationElection
    - CalculationAgentTerms
    - CalculationCurrencyElection
    - ValuationCalculationDateLocationElection
    - CollateralManagementAgreementElection
    - ControlAgreementElections
    - ControlAgreementNecEventElection
    - CustodianElection
    - CustodianRiskElection
    - ElectiveAmountElection
    - FrenchLawAddendumElection
    - HoldingAndUsingPostedCollateralElection
    - NotificationTimeElection
    - PostingObligationsElection
    - RecalculationOfValueElection
    - RegimeTerms
    - PledgeeRepresentativeRider
    - SecuredPartyRightsEventElection
    - SecurityProviderRightsEventElection
    - SensitivityMethodologiesPartyElection
    - SubstitutedRegimeTerms
    - SubstitutionPartyElection
    - TerminationCurrencyElection
    - AdditionalObligations
    - SecurityInterestForObligations
    - SinglePostingParty
    - ThresholdElection
    - MinimumTransferAmountElection
    - ValuationAgent
    - LegacyExposureScopeElection
    - CreditSupportDocumentElection
    - CreditSupportProviderElection
    - SpecifiedOrAccessConditionPartyElection
    - LegacyIndependentAmountParty
    - AutomaticEarlyTerminationElection
    - PartyTerminationCurrencySelection
    - SpecifiedEntity
    - EventsOfDefaultElection
    - EligibleCollateralSpecification
    range: CounterpartyRoleEnum
    required: true
  fixedAmount:
    name: fixedAmount
    description: Defines that the Threshold is a Fixed Amount.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdElection
    domain_of:
    - ThresholdElection
    - MinimumTransferAmountElection
    - LegacyIndependentAmountParty
    - InterestRatePayout
    range: ThresholdMinimumTransferAmountFixedAmount
  ratingsBased:
    name: ratingsBased
    description: Defines that the Threshold is based on a Ratings condition(s).
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdElection
    domain_of:
    - ThresholdElection
    - MinimumTransferAmountElection
    - LegacyIndependentAmountParty
    range: ThresholdRatingsBased
  infinity:
    name: infinity
    description: Specifies that the Threshold is Infinity. If 'True' then the threshold
      for the elective party is Infinity.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ThresholdElection
    domain_of:
    - ThresholdElection
    range: boolean
  other:
    name: other
    description: Utilised where the clause data structure is not able to capture a
      material aspect of the clause.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:CollateralRounding.other
    rank: 1000
    owner: ThresholdElection
    domain_of:
    - CollateralRounding
    - SecurityInterestForObligations
    - SinglePostingParty
    - ThresholdElection
    - MinimumTransferAmountElection
    range: string
rules:
- postconditions:
    exactly_one_of:
    - slot_conditions:
        fixedAmount:
          name: fixedAmount
          required: true
    - slot_conditions:
        ratingsBased:
          name: ratingsBased
          required: true
    - slot_conditions:
        infinity:
          name: infinity
          required: true
    - slot_conditions:
        other:
          name: other
          required: true
  description: Ensures that threshold is specified as one-of fixedAmount, ratingsBased,
    infinity, or other.