ISO_4217

Definition


The ISO_4217 table contains information about the ISO 4217 currencies

Technical Data


Schema Version 4.6.2
Filegroup CATALOG_DATA
Partitioned No

Summary


The ISO_4217 table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
CODE PK_ISO_4217_CODE       

    The ISO 4217 currency unique code
    NUMERIC_CODE        

      The ISO 4217 currency numeric code
      RATIO_FRACTION        

        The unit of the whole part of this currency
        SMALLEST_UNIT_FRACTION        

          The smallest multiples of sub-unit in use for scriptural payment for this currency

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          CODE

          Definition The ISO 4217 currency unique code
          Type NVARCHAR(3), NOT NULL
          Primary Key PK_ISO_4217_CODE

          NUMERIC_CODE

          Definition The ISO 4217 currency numeric code
          Type DECIMAL(3), NOT NULL

          RATIO_FRACTION

          Definition The unit of the whole part of this currency
          Type DECIMAL(28), NOT NULL

          SMALLEST_UNIT_FRACTION

          Definition The smallest multiples of sub-unit in use for scriptural payment for this currency
          Type DECIMAL(28), NOT NULL

          Primary Key Details

          See the primary key information:

          PK_ISO_4217_CODE

          Column(s) CODE
          Filegroup CATALOG_DATA