Skip to content

Class: PriceMateriality

URI: common_domain_model:PriceMateriality

 classDiagram
    class PriceMateriality
    click PriceMateriality href "../PriceMateriality/"
      PriceMateriality : escrowArrangement





        PriceMateriality --> "0..1" EscrowArrangement : escrowArrangement
        click EscrowArrangement href "../EscrowArrangement/"



      PriceMateriality : fallbackReferencePrice





        PriceMateriality --> "0..1" SettlementRateOption : fallbackReferencePrice
        click SettlementRateOption href "../SettlementRateOption/"



      PriceMateriality : priceMaterialityIsApplicable

Slots

Name Cardinality and Range Description Inheritance
priceMaterialityIsApplicable 1
Boolean
direct
escrowArrangement 0..1
EscrowArrangement
direct
fallbackReferencePrice 0..1
SettlementRateOption
The method, prioritised by the order it is listed in this element, to get a r... direct

Usages

used by used in type used
FxDisruptionEvents priceMateriality range PriceMateriality

In Subsets

See Also

Notes

  • ISDA FXandCurrencyOptionsDefintions_1998 section "5.1.(d).(x)"

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: PriceMateriality
notes:
- ISDA FXandCurrencyOptionsDefintions_1998 section "5.1.(d).(x)"
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:FXandCurrencyOptionsDefintions_1998
slots:
- priceMaterialityIsApplicable
- escrowArrangement
- fallbackReferencePrice

Induced

name: PriceMateriality
notes:
- ISDA FXandCurrencyOptionsDefintions_1998 section "5.1.(d).(x)"
in_subset:
- cdm_legaldocumentation_transaction_additionalterms
from_schema: https://w3id.org/lmodel/common-domain-model
see_also:
- isda:FXandCurrencyOptionsDefintions_1998
attributes:
  priceMaterialityIsApplicable:
    name: priceMaterialityIsApplicable
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PriceMateriality
    domain_of:
    - PriceMateriality
    range: boolean
    required: true
  escrowArrangement:
    name: escrowArrangement
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PriceMateriality
    domain_of:
    - GovernmentalAuthorityDefault
    - Illiquidity
    - MaterialChangeInCircumstance
    - Nationalization
    - PriceMateriality
    - FxPriceSourceDisruption
    - FxBenchmarkObligationDefault
    - FxDualExchangeRate
    - GeneralInconvertibility
    - GeneralNonTransferability
    - SpecificInconvertibility
    - SpecificNonTransferability
    range: EscrowArrangement
  fallbackReferencePrice:
    name: fallbackReferencePrice
    description: The method, prioritised by the order it is listed in this element,
      to get a replacement rate for the disrupted settlement rate option.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PriceMateriality
    domain_of:
    - Illiquidity
    - PriceMateriality
    - FxPriceSourceDisruption
    - FxDualExchangeRate
    - PriceSourceDisruption
    range: SettlementRateOption