Skip to content

Class: QuotedCurrencyPair

A class that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.

URI: common_domain_model:QuotedCurrencyPair

 classDiagram
    class QuotedCurrencyPair
    click QuotedCurrencyPair href "../QuotedCurrencyPair/"
      QuotedCurrencyPair : currency1

      QuotedCurrencyPair : currency2

      QuotedCurrencyPair : quoteBasis





        QuotedCurrencyPair --> "1" QuoteBasisEnum : quoteBasis
        click QuoteBasisEnum href "../QuoteBasisEnum/"



Slots

Name Cardinality and Range Description Inheritance
currency1 1
string
The first currency specified when a pair of currencies is to be evaluated direct
currency2 1
string
The second currency specified when a pair of currencies is to be evaluated direct
quoteBasis 1
QuoteBasisEnum
The method by which the exchange rate is quoted direct

Usages

used by used in type used
ForeignExchangeRateIndex quotedCurrencyPair range QuotedCurrencyPair
FxRate quotedCurrencyPair range QuotedCurrencyPair
ValuationSource quotedCurrencyPair range QuotedCurrencyPair

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: QuotedCurrencyPair
description: A class that describes the composition of a rate that has been quoted
  or is to be quoted. This includes the two currencies and the quotation relationship
  between the two currencies and is used as a building block throughout the FX specification.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- currency1
- currency2
- quoteBasis

Induced

name: QuotedCurrencyPair
description: A class that describes the composition of a rate that has been quoted
  or is to be quoted. This includes the two currencies and the quotation relationship
  between the two currencies and is used as a building block throughout the FX specification.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  currency1:
    name: currency1
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: The first currency specified when a pair of currencies is to be evaluated.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: QuotedCurrencyPair
    domain_of:
    - QuotedCurrencyPair
    range: string
    required: true
  currency2:
    name: currency2
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: The second currency specified when a pair of currencies is to be
      evaluated.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: QuotedCurrencyPair
    domain_of:
    - QuotedCurrencyPair
    range: string
    required: true
  quoteBasis:
    name: quoteBasis
    description: The method by which the exchange rate is quoted.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: QuotedCurrencyPair
    domain_of:
    - QuotedCurrencyPair
    range: QuoteBasisEnum
    required: true