Skip to content

Class: ResolutionValue

Methodology for resolving disputes in respect of the determination of the value of collateral.

URI: common_domain_model:ResolutionValue

 classDiagram
    class ResolutionValue
    click ResolutionValue href "../ResolutionValue/"
      ResolutionValue : additionalLanguage

      ResolutionValue : cash





        ResolutionValue --> "0..1" ValueCashEnum : cash
        click ValueCashEnum href "../ValueCashEnum/"



      ResolutionValue : fallback

      ResolutionValue : securities





        ResolutionValue --> "0..1" ValueSecuritiesEnum : securities
        click ValueSecuritiesEnum href "../ValueSecuritiesEnum/"



Slots

Name Cardinality and Range Description Inheritance
cash 0..1
ValueCashEnum
Details of how cash collateral is valued when resolving disputes direct
securities 0..1
ValueSecuritiesEnum
Details of how securities collateral is valued when resolving disputes direct
fallback 0..1
Boolean
Represents whether a fallback calculation method is applicable direct
additionalLanguage 0..1
string
The additional language that might be specified by the parties to the legal a... direct

Usages

used by used in type used
DisputeResolution value range ResolutionValue

In Subsets

Comments

  • Rosetta condition: OtherValues — if cash = ValueCashEnum -> Other or securities = ValueSecuritiesEnum -> Other then additionalLanguage exists

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: ResolutionValue
description: Methodology for resolving disputes in respect of the determination of
  the value of collateral.
comments:
- 'Rosetta condition: OtherValues  if cash = ValueCashEnum -> Other or securities
  = ValueSecuritiesEnum -> Other then additionalLanguage exists'
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- cash
- securities
- fallback
- additionalLanguage
slot_usage:
  additionalLanguage:
    name: additionalLanguage
    description: The additional language that might be specified by the parties to
      the legal agreement.

Induced

name: ResolutionValue
description: Methodology for resolving disputes in respect of the determination of
  the value of collateral.
comments:
- 'Rosetta condition: OtherValues  if cash = ValueCashEnum -> Other or securities
  = ValueSecuritiesEnum -> Other then additionalLanguage exists'
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  additionalLanguage:
    name: additionalLanguage
    description: The additional language that might be specified by the parties to
      the legal agreement.
attributes:
  cash:
    name: cash
    description: Details of how cash collateral is valued when resolving disputes.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ResolutionValue
    domain_of:
    - ResolutionValue
    range: ValueCashEnum
  securities:
    name: securities
    description: Details of how securities collateral is valued when resolving disputes.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ResolutionValue
    domain_of:
    - ResolutionValue
    range: ValueSecuritiesEnum
  fallback:
    name: fallback
    description: Represents whether a fallback calculation method is applicable. 'True'
      if fallback calculation method is applicable.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ResolutionValue
    domain_of:
    - ResolutionValue
    range: boolean
  additionalLanguage:
    name: additionalLanguage
    description: The additional language that might be specified by the parties to
      the legal agreement.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: ResolutionValue
    domain_of:
    - UmbrellaAgreementSet
    - AdditionalRepresentationElection
    - CustodianElection
    - HoldingAndUsingPostedCollateral
    - PostingObligationsElection
    - MasterAgreementDatedAsOfDate
    - CSADeliveryAmount
    - ValuationTime
    - FinalReturns
    - CSAValuationDate
    - ValuationAgent
    - LegacyExposureScopeElection
    - CreditSupportAmount
    - LegacyResolutionAlternative
    - ResolutionValue
    - TransferSettlementTiming
    - CollateralTransferTimingDefinition
    - CollateralValueMethod
    - SpecifiedConditionOrAccessCondition
    - LegacyIndependentAmount
    range: string