| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The ISO 4217 currency unique code |
| Type | NVARCHAR(3), NOT NULL |
| Primary Key | PK_ISO_4217_CODE |
| Definition | The ISO 4217 currency numeric code |
| Type | DECIMAL(3), NOT NULL |
| Definition | The unit of the whole part of this currency |
| Type | DECIMAL(28), NOT NULL |
| Definition | The smallest multiples of sub-unit in use for scriptural payment for this currency |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | CODE |
| Filegroup | CATALOG_DATA |