| Column | Data Type | Nullable | Default | Description / PK / Index |
| CurrencyCode | nchar(3) | not null | | The ISO code for the Currency. PK_Currency_CurrencyCode |
| Name | Name | not null | | Currency name. AK_Currency_Name |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated.
|