Skip to content

Enum: CurrencyCodeEnum

Union of the enumerated values defined by the International Standards Organization (ISO) and the FpML nonISOCurrencyScheme which consists of offshore and historical currencies (https://www.fpml.org/coding-scheme/non-iso-currency), as of 28-Oct-2016.

URI: common_domain_model:CurrencyCodeEnum

Permissible Values

Value Meaning Description
CNH None Offshore Chinese Yuan traded in Hong Kong
CNT None Offshore Chinese Yuan traded in Taiwan
GGP None Guernsey Pound
IMP None Isle of Man Pound
JEP None Jersey Pound
KID None Tuvaluan Dollar
MCF None Monegasque Franc
SML None Sammarinese Lira
VAL None Vatican Lira

Enumeration Operations

Inherits From: ISOCurrencyCodeEnum

Slots

Name Description
baseCurrencyIfOriginalNotFreelyConvertible If the base currency is not freely convertible, the fallback currency can be ...
denominatedCurrency The underlying asset denominated currency
baseCurrency The base currency as defined in the GMSLA

Identifier and Mapping Information

Schema Source

LinkML Source

name: CurrencyCodeEnum
description: Union of the enumerated values defined by the International Standards
  Organization (ISO) and the FpML nonISOCurrencyScheme which consists of offshore
  and historical currencies (https://www.fpml.org/coding-scheme/non-iso-currency),
  as of 28-Oct-2016.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  CNH:
    text: CNH
    description: Offshore Chinese Yuan traded in Hong Kong.
  CNT:
    text: CNT
    description: Offshore Chinese Yuan traded in Taiwan.
  GGP:
    text: GGP
    description: Guernsey Pound.
  IMP:
    text: IMP
    description: Isle of Man Pound.
  JEP:
    text: JEP
    description: Jersey Pound.
  KID:
    text: KID
    description: Tuvaluan Dollar.
  MCF:
    text: MCF
    description: Monegasque Franc.
  SML:
    text: SML
    description: Sammarinese Lira.
  VAL:
    text: VAL
    description: Vatican Lira.
inherits:
- ISOCurrencyCodeEnum