Skip to content

Class: FxInformationSource

Information source specific to Foreign Exchange products.

URI: common_domain_model:FxInformationSource

 classDiagram
    class FxInformationSource
    click FxInformationSource href "../FxInformationSource/"
      InformationSource <|-- FxInformationSource
        click InformationSource href "../InformationSource/"

      FxInformationSource : fixingTime





        FxInformationSource --> "0..1" BusinessCenterTime : fixingTime
        click BusinessCenterTime href "../BusinessCenterTime/"



      FxInformationSource : sourcePage

      FxInformationSource : sourcePageHeading

      FxInformationSource : sourceProvider





        FxInformationSource --> "1" InformationProviderEnum : sourceProvider
        click InformationProviderEnum href "../InformationProviderEnum/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
fixingTime 0..1
BusinessCenterTime
The time that the fixing will be taken along with a business center to define... direct
sourceProvider 1
InformationProviderEnum
An information source for obtaining a market data point InformationSource
sourcePage 0..1
string
A specific page for the source for obtaining a market data point InformationSource
sourcePageHeading 0..1
string
The heading for the source on a given source page InformationSource

Usages

used by used in type used
FxSettlementRateSource nonstandardSettlementRate range FxInformationSource

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: FxInformationSource
description: Information source specific to Foreign Exchange products.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: InformationSource
slots:
- fixingTime

Induced

name: FxInformationSource
description: Information source specific to Foreign Exchange products.
in_subset:
- cdm_observable_asset
from_schema: https://w3id.org/lmodel/common-domain-model
is_a: InformationSource
attributes:
  fixingTime:
    name: fixingTime
    description: The time that the fixing will be taken along with a business center
      to define the time zone.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FxInformationSource
    domain_of:
    - FxInformationSource
    - FloatingRateIndexFixingDetails
    - FxLinkedNotionalSchedule
    - Composite
    - Quanto
    range: BusinessCenterTime
  sourceProvider:
    name: sourceProvider
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: An information source for obtaining a market data point. For example
      Bloomberg, Reuters, Telerate, etc.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FxInformationSource
    domain_of:
    - InformationSource
    range: InformationProviderEnum
    required: true
  sourcePage:
    name: sourcePage
    annotations:
      metadata_scheme:
        tag: metadata_scheme
        value: true
    description: A specific page for the source for obtaining a market data point.
      In FpML, this is specified as a scheme, rateSourcePageScheme, for which no coding
      Scheme or URI is specified.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FxInformationSource
    domain_of:
    - InformationSource
    range: string
  sourcePageHeading:
    name: sourcePageHeading
    description: The heading for the source on a given source page.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: FxInformationSource
    domain_of:
    - InformationSource
    range: string