Console Recipes

Demonstrates all of the functionality available on the command line tool ores.console.

Recipes

General

General commands that do not exercise domain functionality.

Help

Displays the available options.

  • Global
    ./ores.console --help
    
    ORE Studio is a User Interface for Open Source Risk Engine (ORE).
    Console provides a CLI based version of the interface.
    ORE Studio is created by the ORE Studio project.
    ores.console uses a command-based interface: <command> <options>.
    See below for a list of valid commands.
    
    Global options:
    
    General:
      -h [ --help ]           Display usage and exit.
      -v [ --version ]        Output version information and exit.
    
    Logging:
      -e [ --log-enabled ]    Generate a log file.
      -l [ --log-level ] arg  What level to use for logging. Valid values: trace,
                              debug, info, warn, error. Defaults to info.
      --log-to-console        Output logging to the console, as well as to file.
      --log-directory arg     Where to place the log files.
    
    Commands:
    
       import         Imports data into the system.
    
    For command specific options, type <command> --help.
    
  • Importing
    ./ores.console import --help
    
    ORE Studio is a User Interface for Open Source Risk Engine (ORE).
    Console provides a CLI based version of the interface.
    ORE Studio is created by the ORE Studio project.
    Displaying options specific to the 'import' command.
    For global options, type --help.
    
    Importing:
      --currency-configuration arg One or more currency configuration files, in XML
                                   representation.
    
  • Dumping
    ./ores.console dump --help
    
    ORE Studio is a User Interface for Open Source Risk Engine (ORE).
    Console provides a CLI based version of the interface.
    ORE Studio is created by the ORE Studio project.
    Displaying options specific to the 'dump' command.
    For global options, type --help.
    
    Dumping:
      --currency-configuration  Dumps currency configurations, in JSON
                                representation.
    

Version

./ores.console --version
OreStudio v0.0.2
Copyright (C) 2024 Marco Craveiro.
License GPLv3: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Build: Provider = LOCAL
IMPORTANT: build details are NOT for security purposes.

Importing

Import currencies

./ores.console import ${log_args} --currency-configuration ${currency_config_dir}/currencies_API.xml | jq .
{
  "CurrencyConfig": {
    "Currencies": [
      {
        "name": "United Arab Emirates dirham",
        "iso_code": "AED",
        "numeric_code": 784,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Afghan afghani",
        "iso_code": "AFN",
        "numeric_code": 971,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Albanian lek",
        "iso_code": "ALL",
        "numeric_code": 8,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Armenian dram",
        "iso_code": "AMD",
        "numeric_code": 51,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Netherlands Antillean guilder",
        "iso_code": "ANG",
        "numeric_code": 532,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Argentine peso",
        "iso_code": "ARS",
        "numeric_code": 32,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Australian dollar",
        "iso_code": "AUD",
        "numeric_code": 36,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Aruban florin",
        "iso_code": "AWG",
        "numeric_code": 533,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Azerbaijani manat",
        "iso_code": "AZN",
        "numeric_code": 944,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bosnia and Herzegovina convertible mark",
        "iso_code": "BAM",
        "numeric_code": 977,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Barbados dollar",
        "iso_code": "BBD",
        "numeric_code": 52,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bangladeshi taka",
        "iso_code": "BDT",
        "numeric_code": 50,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bulgarian lev",
        "iso_code": "BGN",
        "numeric_code": 975,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bahraini dinar",
        "iso_code": "BHD",
        "numeric_code": 48,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Burundian franc",
        "iso_code": "BIF",
        "numeric_code": 108,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bermudian dollar",
        "iso_code": "BMD",
        "numeric_code": 60,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Brunei dollar",
        "iso_code": "BND",
        "numeric_code": 96,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Boliviano",
        "iso_code": "BOB",
        "numeric_code": 68,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bolivian Mvdol (funds code)",
        "iso_code": "BOV",
        "numeric_code": 984,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Brazilian real",
        "iso_code": "BRL",
        "numeric_code": 986,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bahamian dollar",
        "iso_code": "BSD",
        "numeric_code": 44,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Bhutanese ngultrum",
        "iso_code": "BTN",
        "numeric_code": 64,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Botswana pula",
        "iso_code": "BWP",
        "numeric_code": 72,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Belarusian ruble",
        "iso_code": "BYN",
        "numeric_code": 933,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Belize dollar",
        "iso_code": "BZD",
        "numeric_code": 84,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Canadian dollar",
        "iso_code": "CAD",
        "numeric_code": 124,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Congolese franc",
        "iso_code": "CDF",
        "numeric_code": 976,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "WIR euro (complementary currency)",
        "iso_code": "CHE",
        "numeric_code": 947,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Swiss franc",
        "iso_code": "CHF",
        "numeric_code": 756,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "WIR franc (complementary currency)",
        "iso_code": "CHW",
        "numeric_code": 948,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Unidad de Fomento (funds code)",
        "iso_code": "CLF",
        "numeric_code": 990,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 10000,
        "rounding_type": "Closest",
        "rounding_precision": 4,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Chilean peso",
        "iso_code": "CLP",
        "numeric_code": 152,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Offshore Chinese Yuan traded in Hong Kong (Non-ISO)",
        "iso_code": "CNH",
        "numeric_code": 0,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Offshore Chinese Yuan traded in Taiwan (Non-ISO)",
        "iso_code": "CNT",
        "numeric_code": 0,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Chinese yuan",
        "iso_code": "CNY",
        "numeric_code": 156,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Colombian peso",
        "iso_code": "COP",
        "numeric_code": 170,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Unidad de Valor Real (UVR) (funds code)",
        "iso_code": "COU",
        "numeric_code": 970,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Costa Rican colon",
        "iso_code": "CRC",
        "numeric_code": 188,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Cuban convertible peso",
        "iso_code": "CUC",
        "numeric_code": 931,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Cuban peso",
        "iso_code": "CUP",
        "numeric_code": 192,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Cape Verdean escudo",
        "iso_code": "CVE",
        "numeric_code": 132,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Czech koruna",
        "iso_code": "CZK",
        "numeric_code": 203,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Djiboutian franc",
        "iso_code": "DJF",
        "numeric_code": 262,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Danish krone",
        "iso_code": "DKK",
        "numeric_code": 208,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Dominican peso",
        "iso_code": "DOP",
        "numeric_code": 214,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Algerian dinar",
        "iso_code": "DZD",
        "numeric_code": 12,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Egyptian pound",
        "iso_code": "EGP",
        "numeric_code": 818,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Eritrean nakfa",
        "iso_code": "ERN",
        "numeric_code": 232,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Ethiopian birr",
        "iso_code": "ETB",
        "numeric_code": 230,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Euro",
        "iso_code": "EUR",
        "numeric_code": 978,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Fiji dollar",
        "iso_code": "FJD",
        "numeric_code": 242,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Falkland Islands pound",
        "iso_code": "FKP",
        "numeric_code": 238,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Pound sterling",
        "iso_code": "GBP",
        "numeric_code": 826,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Georgian lari",
        "iso_code": "GEL",
        "numeric_code": 981,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Guernsey Pound (Non-ISO)",
        "iso_code": "GGP",
        "numeric_code": 0,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Ghanaian cedi",
        "iso_code": "GHS",
        "numeric_code": 936,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Gibraltar pound",
        "iso_code": "GIP",
        "numeric_code": 292,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Gambian dalasi",
        "iso_code": "GMD",
        "numeric_code": 270,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Guinean franc",
        "iso_code": "GNF",
        "numeric_code": 324,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Guatemalan quetzal",
        "iso_code": "GTQ",
        "numeric_code": 320,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Guyanese dollar",
        "iso_code": "GYD",
        "numeric_code": 328,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Hong Kong dollar",
        "iso_code": "HKD",
        "numeric_code": 344,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Honduran lempira",
        "iso_code": "HNL",
        "numeric_code": 340,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Croatian kuna",
        "iso_code": "HRK",
        "numeric_code": 191,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Haitian gourde",
        "iso_code": "HTG",
        "numeric_code": 332,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Hungarian forint",
        "iso_code": "HUF",
        "numeric_code": 348,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Indonesian rupiah",
        "iso_code": "IDR",
        "numeric_code": 360,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Israeli new shekel",
        "iso_code": "ILS",
        "numeric_code": 376,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Isle of Man Pound (Non-ISO)",
        "iso_code": "IMP",
        "numeric_code": 0,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Indian rupee",
        "iso_code": "INR",
        "numeric_code": 356,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Iraqi dinar",
        "iso_code": "IQD",
        "numeric_code": 368,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Iranian rial",
        "iso_code": "IRR",
        "numeric_code": 364,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Icelandic krona",
        "iso_code": "ISK",
        "numeric_code": 352,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Jersey Pound (Non-ISO)",
        "iso_code": "JEP",
        "numeric_code": 0,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Jamaican dollar",
        "iso_code": "JMD",
        "numeric_code": 388,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Jordanian dinar",
        "iso_code": "JOD",
        "numeric_code": 400,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Japanese yen",
        "iso_code": "JPY",
        "numeric_code": 392,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Kenyan shilling",
        "iso_code": "KES",
        "numeric_code": 404,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Kyrgyzstani som",
        "iso_code": "KGS",
        "numeric_code": 417,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Cambodian riel",
        "iso_code": "KHR",
        "numeric_code": 116,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Kiribati dollar (Non-ISO)",
        "iso_code": "KID",
        "numeric_code": 0,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Comoro franc",
        "iso_code": "KMF",
        "numeric_code": 174,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "North Korean won",
        "iso_code": "KPW",
        "numeric_code": 408,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "South Korean won",
        "iso_code": "KRW",
        "numeric_code": 410,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Kuwaiti dinar",
        "iso_code": "KWD",
        "numeric_code": 414,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Cayman Islands dollar",
        "iso_code": "KYD",
        "numeric_code": 136,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Kazakhstani tenge",
        "iso_code": "KZT",
        "numeric_code": 398,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Lao kip",
        "iso_code": "LAK",
        "numeric_code": 418,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Lebanese pound",
        "iso_code": "LBP",
        "numeric_code": 422,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Sri Lankan rupee",
        "iso_code": "LKR",
        "numeric_code": 144,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Liberian dollar",
        "iso_code": "LRD",
        "numeric_code": 430,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Lesotho loti",
        "iso_code": "LSL",
        "numeric_code": 426,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Libyan dinar",
        "iso_code": "LYD",
        "numeric_code": 434,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Moroccan dirham",
        "iso_code": "MAD",
        "numeric_code": 504,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Moldovan leu",
        "iso_code": "MDL",
        "numeric_code": 498,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Malagasy ariary",
        "iso_code": "MGA",
        "numeric_code": 969,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Macedonian denar",
        "iso_code": "MKD",
        "numeric_code": 807,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Myanmar kyat",
        "iso_code": "MMK",
        "numeric_code": 104,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Mongolian toegroeg",
        "iso_code": "MNT",
        "numeric_code": 496,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Macanese pataca",
        "iso_code": "MOP",
        "numeric_code": 446,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Mauritanian ouguiya",
        "iso_code": "MRU",
        "numeric_code": 929,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Mauritian rupee",
        "iso_code": "MUR",
        "numeric_code": 480,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Maldivian rufiyaa",
        "iso_code": "MVR",
        "numeric_code": 462,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Malawian kwacha",
        "iso_code": "MWK",
        "numeric_code": 454,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Mexican peso",
        "iso_code": "MXN",
        "numeric_code": 484,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Mexican Unidad de Inversion (UDI) (funds code)",
        "iso_code": "MXV",
        "numeric_code": 979,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Malaysian ringgit",
        "iso_code": "MYR",
        "numeric_code": 458,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Mozambican metical",
        "iso_code": "MZN",
        "numeric_code": 943,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Namibian dollar",
        "iso_code": "NAD",
        "numeric_code": 516,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Nigerian naira",
        "iso_code": "NGN",
        "numeric_code": 566,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Nicaraguan cordoba",
        "iso_code": "NIO",
        "numeric_code": 558,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Norwegian krone",
        "iso_code": "NOK",
        "numeric_code": 578,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Nepalese rupee",
        "iso_code": "NPR",
        "numeric_code": 524,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "New Zealand dollar",
        "iso_code": "NZD",
        "numeric_code": 554,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Omani rial",
        "iso_code": "OMR",
        "numeric_code": 512,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Panamanian balboa",
        "iso_code": "PAB",
        "numeric_code": 590,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Peruvian sol",
        "iso_code": "PEN",
        "numeric_code": 604,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Papua New Guinean kina",
        "iso_code": "PGK",
        "numeric_code": 598,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Philippine peso",
        "iso_code": "PHP",
        "numeric_code": 608,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Pakistani rupee",
        "iso_code": "PKR",
        "numeric_code": 586,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Polish z_oty",
        "iso_code": "PLN",
        "numeric_code": 985,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Paraguayan guarani",
        "iso_code": "PYG",
        "numeric_code": 600,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Qatari riyal",
        "iso_code": "QAR",
        "numeric_code": 634,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Romanian leu",
        "iso_code": "RON",
        "numeric_code": 946,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Serbian dinar",
        "iso_code": "RSD",
        "numeric_code": 941,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Russian ruble",
        "iso_code": "RUB",
        "numeric_code": 643,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Rwandan franc",
        "iso_code": "RWF",
        "numeric_code": 646,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Saudi riyal",
        "iso_code": "SAR",
        "numeric_code": 682,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Solomon Islands dollar",
        "iso_code": "SBD",
        "numeric_code": 90,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Seychelles rupee",
        "iso_code": "SCR",
        "numeric_code": 690,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Sudanese pound",
        "iso_code": "SDG",
        "numeric_code": 938,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Swedish krona/kronor",
        "iso_code": "SEK",
        "numeric_code": 752,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Singapore dollar",
        "iso_code": "SGD",
        "numeric_code": 702,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Saint Helena pound",
        "iso_code": "SHP",
        "numeric_code": 654,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Sierra Leonean leone",
        "iso_code": "SLL",
        "numeric_code": 694,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Somali shilling",
        "iso_code": "SOS",
        "numeric_code": 706,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Surinamese dollar",
        "iso_code": "SRD",
        "numeric_code": 968,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "South Sudanese pound",
        "iso_code": "SSP",
        "numeric_code": 728,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Sao Tome and Principe dobra",
        "iso_code": "STN",
        "numeric_code": 930,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Salvadoran colon",
        "iso_code": "SVC",
        "numeric_code": 222,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Syrian pound",
        "iso_code": "SYP",
        "numeric_code": 760,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Swazi lilangeni",
        "iso_code": "SZL",
        "numeric_code": 748,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Thai baht",
        "iso_code": "THB",
        "numeric_code": 764,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Tajikistani somoni",
        "iso_code": "TJS",
        "numeric_code": 972,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Turkmenistan manat",
        "iso_code": "TMT",
        "numeric_code": 934,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Tunisian dinar",
        "iso_code": "TND",
        "numeric_code": 788,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Tongan pa_anga",
        "iso_code": "TOP",
        "numeric_code": 776,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Turkish lira",
        "iso_code": "TRY",
        "numeric_code": 949,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Trinidad and Tobago dollar",
        "iso_code": "TTD",
        "numeric_code": 780,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "New Taiwan dollar",
        "iso_code": "TWD",
        "numeric_code": 901,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Tanzanian shilling",
        "iso_code": "TZS",
        "numeric_code": 834,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Ukrainian hryvnia",
        "iso_code": "UAH",
        "numeric_code": 980,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Ugandan shilling",
        "iso_code": "UGX",
        "numeric_code": 800,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "United States dollar",
        "iso_code": "USD",
        "numeric_code": 840,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "United States dollar (next day) (funds code)",
        "iso_code": "USN",
        "numeric_code": 997,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)",
        "iso_code": "UYI",
        "numeric_code": 940,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Uruguayan peso",
        "iso_code": "UYU",
        "numeric_code": 858,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Unidad previsional",
        "iso_code": "UYW",
        "numeric_code": 927,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 10000,
        "rounding_type": "Closest",
        "rounding_precision": 4,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Uzbekistan som",
        "iso_code": "UZS",
        "numeric_code": 860,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Venezuelan bolivar soberano",
        "iso_code": "VES",
        "numeric_code": 928,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Vietnamese dong",
        "iso_code": "VND",
        "numeric_code": 704,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Vanuatu vatu",
        "iso_code": "VUV",
        "numeric_code": 548,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Samoan tala",
        "iso_code": "WST",
        "numeric_code": 882,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "CFA franc BEAC",
        "iso_code": "XAF",
        "numeric_code": 950,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Silver (one troy ounce)",
        "iso_code": "XAG",
        "numeric_code": 961,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Gold (one troy ounce)",
        "iso_code": "XAU",
        "numeric_code": 959,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "East Caribbean dollar",
        "iso_code": "XCD",
        "numeric_code": 951,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "CFA franc BCEAO",
        "iso_code": "XOF",
        "numeric_code": 952,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Palladium (one troy ounce)",
        "iso_code": "XPD",
        "numeric_code": 964,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "CFP franc (franc Pacifique)",
        "iso_code": "XPF",
        "numeric_code": 953,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Platinum (one troy ounce)",
        "iso_code": "XPT",
        "numeric_code": 962,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "SUCRE",
        "iso_code": "XSU",
        "numeric_code": 994,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "ADB Unit of Account",
        "iso_code": "XUA",
        "numeric_code": 965,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Yemeni rial",
        "iso_code": "YER",
        "numeric_code": 886,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "South African rand",
        "iso_code": "ZAR",
        "numeric_code": 710,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Zambian kwacha",
        "iso_code": "ZMW",
        "numeric_code": 967,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      },
      {
        "name": "Zimbabwean dollar",
        "iso_code": "ZWL",
        "numeric_code": 932,
        "symbol": "",
        "fraction_symbol": "",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "",
        "valid_from": "",
        "valid_to": ""
      }
    ]
  }
}

Dumping

Dump latest currencies

./ores.console dump ${log_args} --currency-configuration | jq .
{
  "CurrencyConfig": {
    "Currencies": [
      {
        "name": "United Arab Emirates dirham",
        "iso_code": "AED",
        "numeric_code": 784,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Afghan afghani",
        "iso_code": "AFN",
        "numeric_code": 971,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Albanian lek",
        "iso_code": "ALL",
        "numeric_code": 8,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Armenian dram",
        "iso_code": "AMD",
        "numeric_code": 51,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Netherlands Antillean guilder",
        "iso_code": "ANG",
        "numeric_code": 532,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Argentine peso",
        "iso_code": "ARS",
        "numeric_code": 32,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Australian dollar",
        "iso_code": "AUD",
        "numeric_code": 36,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Aruban florin",
        "iso_code": "AWG",
        "numeric_code": 533,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Azerbaijani manat",
        "iso_code": "AZN",
        "numeric_code": 944,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bosnia and Herzegovina convertible mark",
        "iso_code": "BAM",
        "numeric_code": 977,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Barbados dollar",
        "iso_code": "BBD",
        "numeric_code": 52,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bangladeshi taka",
        "iso_code": "BDT",
        "numeric_code": 50,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bulgarian lev",
        "iso_code": "BGN",
        "numeric_code": 975,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bahraini dinar",
        "iso_code": "BHD",
        "numeric_code": 48,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Burundian franc",
        "iso_code": "BIF",
        "numeric_code": 108,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bermudian dollar",
        "iso_code": "BMD",
        "numeric_code": 60,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Brunei dollar",
        "iso_code": "BND",
        "numeric_code": 96,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Boliviano",
        "iso_code": "BOB",
        "numeric_code": 68,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bolivian Mvdol (funds code)",
        "iso_code": "BOV",
        "numeric_code": 984,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Brazilian real",
        "iso_code": "BRL",
        "numeric_code": 986,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bahamian dollar",
        "iso_code": "BSD",
        "numeric_code": 44,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Bhutanese ngultrum",
        "iso_code": "BTN",
        "numeric_code": 64,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Botswana pula",
        "iso_code": "BWP",
        "numeric_code": 72,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Belarusian ruble",
        "iso_code": "BYN",
        "numeric_code": 933,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Belize dollar",
        "iso_code": "BZD",
        "numeric_code": 84,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Canadian dollar",
        "iso_code": "CAD",
        "numeric_code": 124,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Congolese franc",
        "iso_code": "CDF",
        "numeric_code": 976,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "WIR euro (complementary currency)",
        "iso_code": "CHE",
        "numeric_code": 947,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Swiss franc",
        "iso_code": "CHF",
        "numeric_code": 756,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "WIR franc (complementary currency)",
        "iso_code": "CHW",
        "numeric_code": 948,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Unidad de Fomento (funds code)",
        "iso_code": "CLF",
        "numeric_code": 990,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 10000,
        "rounding_type": "Closest",
        "rounding_precision": 4,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Chilean peso",
        "iso_code": "CLP",
        "numeric_code": 152,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Offshore Chinese Yuan traded in Hong Kong (Non-ISO)",
        "iso_code": "CNH",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Offshore Chinese Yuan traded in Taiwan (Non-ISO)",
        "iso_code": "CNT",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Chinese yuan",
        "iso_code": "CNY",
        "numeric_code": 156,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Colombian peso",
        "iso_code": "COP",
        "numeric_code": 170,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Unidad de Valor Real (UVR) (funds code)",
        "iso_code": "COU",
        "numeric_code": 970,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Costa Rican colon",
        "iso_code": "CRC",
        "numeric_code": 188,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Cuban convertible peso",
        "iso_code": "CUC",
        "numeric_code": 931,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Cuban peso",
        "iso_code": "CUP",
        "numeric_code": 192,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Cape Verdean escudo",
        "iso_code": "CVE",
        "numeric_code": 132,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Czech koruna",
        "iso_code": "CZK",
        "numeric_code": 203,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Djiboutian franc",
        "iso_code": "DJF",
        "numeric_code": 262,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Danish krone",
        "iso_code": "DKK",
        "numeric_code": 208,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Dominican peso",
        "iso_code": "DOP",
        "numeric_code": 214,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Algerian dinar",
        "iso_code": "DZD",
        "numeric_code": 12,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Egyptian pound",
        "iso_code": "EGP",
        "numeric_code": 818,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Eritrean nakfa",
        "iso_code": "ERN",
        "numeric_code": 232,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Ethiopian birr",
        "iso_code": "ETB",
        "numeric_code": 230,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Euro",
        "iso_code": "EUR",
        "numeric_code": 978,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Fiji dollar",
        "iso_code": "FJD",
        "numeric_code": 242,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Falkland Islands pound",
        "iso_code": "FKP",
        "numeric_code": 238,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Pound sterling",
        "iso_code": "GBP",
        "numeric_code": 826,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Georgian lari",
        "iso_code": "GEL",
        "numeric_code": 981,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Guernsey Pound (Non-ISO)",
        "iso_code": "GGP",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Ghanaian cedi",
        "iso_code": "GHS",
        "numeric_code": 936,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Gibraltar pound",
        "iso_code": "GIP",
        "numeric_code": 292,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Gambian dalasi",
        "iso_code": "GMD",
        "numeric_code": 270,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Guinean franc",
        "iso_code": "GNF",
        "numeric_code": 324,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Guatemalan quetzal",
        "iso_code": "GTQ",
        "numeric_code": 320,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Guyanese dollar",
        "iso_code": "GYD",
        "numeric_code": 328,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Hong Kong dollar",
        "iso_code": "HKD",
        "numeric_code": 344,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Honduran lempira",
        "iso_code": "HNL",
        "numeric_code": 340,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Croatian kuna",
        "iso_code": "HRK",
        "numeric_code": 191,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Haitian gourde",
        "iso_code": "HTG",
        "numeric_code": 332,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Hungarian forint",
        "iso_code": "HUF",
        "numeric_code": 348,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Indonesian rupiah",
        "iso_code": "IDR",
        "numeric_code": 360,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Israeli new shekel",
        "iso_code": "ILS",
        "numeric_code": 376,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Isle of Man Pound (Non-ISO)",
        "iso_code": "IMP",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Indian rupee",
        "iso_code": "INR",
        "numeric_code": 356,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Iraqi dinar",
        "iso_code": "IQD",
        "numeric_code": 368,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Iranian rial",
        "iso_code": "IRR",
        "numeric_code": 364,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Icelandic krona",
        "iso_code": "ISK",
        "numeric_code": 352,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Jersey Pound (Non-ISO)",
        "iso_code": "JEP",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Jamaican dollar",
        "iso_code": "JMD",
        "numeric_code": 388,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Jordanian dinar",
        "iso_code": "JOD",
        "numeric_code": 400,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Japanese yen",
        "iso_code": "JPY",
        "numeric_code": 392,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Kenyan shilling",
        "iso_code": "KES",
        "numeric_code": 404,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Kyrgyzstani som",
        "iso_code": "KGS",
        "numeric_code": 417,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Cambodian riel",
        "iso_code": "KHR",
        "numeric_code": 116,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Kiribati dollar (Non-ISO)",
        "iso_code": "KID",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Comoro franc",
        "iso_code": "KMF",
        "numeric_code": 174,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "North Korean won",
        "iso_code": "KPW",
        "numeric_code": 408,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "South Korean won",
        "iso_code": "KRW",
        "numeric_code": 410,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Kuwaiti dinar",
        "iso_code": "KWD",
        "numeric_code": 414,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Cayman Islands dollar",
        "iso_code": "KYD",
        "numeric_code": 136,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Kazakhstani tenge",
        "iso_code": "KZT",
        "numeric_code": 398,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Lao kip",
        "iso_code": "LAK",
        "numeric_code": 418,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Lebanese pound",
        "iso_code": "LBP",
        "numeric_code": 422,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Sri Lankan rupee",
        "iso_code": "LKR",
        "numeric_code": 144,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Liberian dollar",
        "iso_code": "LRD",
        "numeric_code": 430,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Lesotho loti",
        "iso_code": "LSL",
        "numeric_code": 426,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Libyan dinar",
        "iso_code": "LYD",
        "numeric_code": 434,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Moroccan dirham",
        "iso_code": "MAD",
        "numeric_code": 504,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Moldovan leu",
        "iso_code": "MDL",
        "numeric_code": 498,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Malagasy ariary",
        "iso_code": "MGA",
        "numeric_code": 969,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Macedonian denar",
        "iso_code": "MKD",
        "numeric_code": 807,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Myanmar kyat",
        "iso_code": "MMK",
        "numeric_code": 104,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Mongolian toegroeg",
        "iso_code": "MNT",
        "numeric_code": 496,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Macanese pataca",
        "iso_code": "MOP",
        "numeric_code": 446,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Mauritanian ouguiya",
        "iso_code": "MRU",
        "numeric_code": 929,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Mauritian rupee",
        "iso_code": "MUR",
        "numeric_code": 480,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Maldivian rufiyaa",
        "iso_code": "MVR",
        "numeric_code": 462,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Malawian kwacha",
        "iso_code": "MWK",
        "numeric_code": 454,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Mexican peso",
        "iso_code": "MXN",
        "numeric_code": 484,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Mexican Unidad de Inversion (UDI) (funds code)",
        "iso_code": "MXV",
        "numeric_code": 979,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Malaysian ringgit",
        "iso_code": "MYR",
        "numeric_code": 458,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Mozambican metical",
        "iso_code": "MZN",
        "numeric_code": 943,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Namibian dollar",
        "iso_code": "NAD",
        "numeric_code": 516,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Nigerian naira",
        "iso_code": "NGN",
        "numeric_code": 566,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Nicaraguan cordoba",
        "iso_code": "NIO",
        "numeric_code": 558,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Norwegian krone",
        "iso_code": "NOK",
        "numeric_code": 578,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Nepalese rupee",
        "iso_code": "NPR",
        "numeric_code": 524,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "New Zealand dollar",
        "iso_code": "NZD",
        "numeric_code": 554,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Omani rial",
        "iso_code": "OMR",
        "numeric_code": 512,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Panamanian balboa",
        "iso_code": "PAB",
        "numeric_code": 590,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Peruvian sol",
        "iso_code": "PEN",
        "numeric_code": 604,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Papua New Guinean kina",
        "iso_code": "PGK",
        "numeric_code": 598,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Philippine peso",
        "iso_code": "PHP",
        "numeric_code": 608,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Pakistani rupee",
        "iso_code": "PKR",
        "numeric_code": 586,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Polish z_oty",
        "iso_code": "PLN",
        "numeric_code": 985,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Paraguayan guarani",
        "iso_code": "PYG",
        "numeric_code": 600,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Qatari riyal",
        "iso_code": "QAR",
        "numeric_code": 634,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Romanian leu",
        "iso_code": "RON",
        "numeric_code": 946,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Serbian dinar",
        "iso_code": "RSD",
        "numeric_code": 941,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Russian ruble",
        "iso_code": "RUB",
        "numeric_code": 643,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Rwandan franc",
        "iso_code": "RWF",
        "numeric_code": 646,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Saudi riyal",
        "iso_code": "SAR",
        "numeric_code": 682,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Solomon Islands dollar",
        "iso_code": "SBD",
        "numeric_code": 90,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Seychelles rupee",
        "iso_code": "SCR",
        "numeric_code": 690,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Sudanese pound",
        "iso_code": "SDG",
        "numeric_code": 938,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Swedish krona/kronor",
        "iso_code": "SEK",
        "numeric_code": 752,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Singapore dollar",
        "iso_code": "SGD",
        "numeric_code": 702,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Saint Helena pound",
        "iso_code": "SHP",
        "numeric_code": 654,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Sierra Leonean leone",
        "iso_code": "SLL",
        "numeric_code": 694,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Somali shilling",
        "iso_code": "SOS",
        "numeric_code": 706,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Surinamese dollar",
        "iso_code": "SRD",
        "numeric_code": 968,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "South Sudanese pound",
        "iso_code": "SSP",
        "numeric_code": 728,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Sao Tome and Principe dobra",
        "iso_code": "STN",
        "numeric_code": 930,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Salvadoran colon",
        "iso_code": "SVC",
        "numeric_code": 222,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Syrian pound",
        "iso_code": "SYP",
        "numeric_code": 760,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Swazi lilangeni",
        "iso_code": "SZL",
        "numeric_code": 748,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Thai baht",
        "iso_code": "THB",
        "numeric_code": 764,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Tajikistani somoni",
        "iso_code": "TJS",
        "numeric_code": 972,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Turkmenistan manat",
        "iso_code": "TMT",
        "numeric_code": 934,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Tunisian dinar",
        "iso_code": "TND",
        "numeric_code": 788,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Tongan pa_anga",
        "iso_code": "TOP",
        "numeric_code": 776,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Turkish lira",
        "iso_code": "TRY",
        "numeric_code": 949,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Trinidad and Tobago dollar",
        "iso_code": "TTD",
        "numeric_code": 780,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "New Taiwan dollar",
        "iso_code": "TWD",
        "numeric_code": 901,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Tanzanian shilling",
        "iso_code": "TZS",
        "numeric_code": 834,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Ukrainian hryvnia",
        "iso_code": "UAH",
        "numeric_code": 980,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Ugandan shilling",
        "iso_code": "UGX",
        "numeric_code": 800,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "United States dollar",
        "iso_code": "USD",
        "numeric_code": 840,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "United States dollar (next day) (funds code)",
        "iso_code": "USN",
        "numeric_code": 997,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)",
        "iso_code": "UYI",
        "numeric_code": 940,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Uruguayan peso",
        "iso_code": "UYU",
        "numeric_code": 858,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Unidad previsional",
        "iso_code": "UYW",
        "numeric_code": 927,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 10000,
        "rounding_type": "Closest",
        "rounding_precision": 4,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Uzbekistan som",
        "iso_code": "UZS",
        "numeric_code": 860,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Venezuelan bolivar soberano",
        "iso_code": "VES",
        "numeric_code": 928,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Vietnamese dong",
        "iso_code": "VND",
        "numeric_code": 704,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Vanuatu vatu",
        "iso_code": "VUV",
        "numeric_code": 548,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Samoan tala",
        "iso_code": "WST",
        "numeric_code": 882,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "CFA franc BEAC",
        "iso_code": "XAF",
        "numeric_code": 950,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Silver (one troy ounce)",
        "iso_code": "XAG",
        "numeric_code": 961,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Gold (one troy ounce)",
        "iso_code": "XAU",
        "numeric_code": 959,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "East Caribbean dollar",
        "iso_code": "XCD",
        "numeric_code": 951,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "CFA franc BCEAO",
        "iso_code": "XOF",
        "numeric_code": 952,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Palladium (one troy ounce)",
        "iso_code": "XPD",
        "numeric_code": 964,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "CFP franc (franc Pacifique)",
        "iso_code": "XPF",
        "numeric_code": 953,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Platinum (one troy ounce)",
        "iso_code": "XPT",
        "numeric_code": 962,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "SUCRE",
        "iso_code": "XSU",
        "numeric_code": 994,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "ADB Unit of Account",
        "iso_code": "XUA",
        "numeric_code": 965,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Yemeni rial",
        "iso_code": "YER",
        "numeric_code": 886,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "South African rand",
        "iso_code": "ZAR",
        "numeric_code": 710,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Zambian kwacha",
        "iso_code": "ZMW",
        "numeric_code": 967,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      },
      {
        "name": "Zimbabwean dollar",
        "iso_code": "ZWL",
        "numeric_code": 932,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      }
    ]
  }
}

Dump latest currencies by iso code

./ores.console dump ${log_args} --currency-configuration --key 'AOA' | jq .
{
  "CurrencyConfig": {
    "Currencies": [
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      }
    ]
  }
}

Dump currencies as of

./ores.console dump ${log_args} --currency-configuration --as-of "2025-02-09 23:11:50" | jq .
{
  "CurrencyConfig": {
    "Currencies": [
      {
        "name": "Bulgarian lev",
        "iso_code": "BGN",
        "numeric_code": 975,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bahraini dinar",
        "iso_code": "BHD",
        "numeric_code": 48,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Burundian franc",
        "iso_code": "BIF",
        "numeric_code": 108,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bermudian dollar",
        "iso_code": "BMD",
        "numeric_code": 60,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Brunei dollar",
        "iso_code": "BND",
        "numeric_code": 96,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Boliviano",
        "iso_code": "BOB",
        "numeric_code": 68,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bolivian Mvdol (funds code)",
        "iso_code": "BOV",
        "numeric_code": 984,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Brazilian real",
        "iso_code": "BRL",
        "numeric_code": 986,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bahamian dollar",
        "iso_code": "BSD",
        "numeric_code": 44,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bhutanese ngultrum",
        "iso_code": "BTN",
        "numeric_code": 64,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Botswana pula",
        "iso_code": "BWP",
        "numeric_code": 72,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Belarusian ruble",
        "iso_code": "BYN",
        "numeric_code": 933,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Belize dollar",
        "iso_code": "BZD",
        "numeric_code": 84,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Canadian dollar",
        "iso_code": "CAD",
        "numeric_code": 124,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Congolese franc",
        "iso_code": "CDF",
        "numeric_code": 976,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "WIR euro (complementary currency)",
        "iso_code": "CHE",
        "numeric_code": 947,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Swiss franc",
        "iso_code": "CHF",
        "numeric_code": 756,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "WIR franc (complementary currency)",
        "iso_code": "CHW",
        "numeric_code": 948,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Unidad de Fomento (funds code)",
        "iso_code": "CLF",
        "numeric_code": 990,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 10000,
        "rounding_type": "Closest",
        "rounding_precision": 4,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Chilean peso",
        "iso_code": "CLP",
        "numeric_code": 152,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Offshore Chinese Yuan traded in Hong Kong (Non-ISO)",
        "iso_code": "CNH",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Offshore Chinese Yuan traded in Taiwan (Non-ISO)",
        "iso_code": "CNT",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Chinese yuan",
        "iso_code": "CNY",
        "numeric_code": 156,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Colombian peso",
        "iso_code": "COP",
        "numeric_code": 170,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Unidad de Valor Real (UVR) (funds code)",
        "iso_code": "COU",
        "numeric_code": 970,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Costa Rican colon",
        "iso_code": "CRC",
        "numeric_code": 188,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Cuban convertible peso",
        "iso_code": "CUC",
        "numeric_code": 931,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Cuban peso",
        "iso_code": "CUP",
        "numeric_code": 192,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Cape Verdean escudo",
        "iso_code": "CVE",
        "numeric_code": 132,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Czech koruna",
        "iso_code": "CZK",
        "numeric_code": 203,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Djiboutian franc",
        "iso_code": "DJF",
        "numeric_code": 262,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Danish krone",
        "iso_code": "DKK",
        "numeric_code": 208,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Dominican peso",
        "iso_code": "DOP",
        "numeric_code": 214,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Algerian dinar",
        "iso_code": "DZD",
        "numeric_code": 12,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Egyptian pound",
        "iso_code": "EGP",
        "numeric_code": 818,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Eritrean nakfa",
        "iso_code": "ERN",
        "numeric_code": 232,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Ethiopian birr",
        "iso_code": "ETB",
        "numeric_code": 230,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Euro",
        "iso_code": "EUR",
        "numeric_code": 978,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Fiji dollar",
        "iso_code": "FJD",
        "numeric_code": 242,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Falkland Islands pound",
        "iso_code": "FKP",
        "numeric_code": 238,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Pound sterling",
        "iso_code": "GBP",
        "numeric_code": 826,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Georgian lari",
        "iso_code": "GEL",
        "numeric_code": 981,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Guernsey Pound (Non-ISO)",
        "iso_code": "GGP",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Ghanaian cedi",
        "iso_code": "GHS",
        "numeric_code": 936,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Gibraltar pound",
        "iso_code": "GIP",
        "numeric_code": 292,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Gambian dalasi",
        "iso_code": "GMD",
        "numeric_code": 270,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Guinean franc",
        "iso_code": "GNF",
        "numeric_code": 324,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Guatemalan quetzal",
        "iso_code": "GTQ",
        "numeric_code": 320,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Guyanese dollar",
        "iso_code": "GYD",
        "numeric_code": 328,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Hong Kong dollar",
        "iso_code": "HKD",
        "numeric_code": 344,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Honduran lempira",
        "iso_code": "HNL",
        "numeric_code": 340,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Croatian kuna",
        "iso_code": "HRK",
        "numeric_code": 191,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Haitian gourde",
        "iso_code": "HTG",
        "numeric_code": 332,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Hungarian forint",
        "iso_code": "HUF",
        "numeric_code": 348,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Indonesian rupiah",
        "iso_code": "IDR",
        "numeric_code": 360,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Israeli new shekel",
        "iso_code": "ILS",
        "numeric_code": 376,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Isle of Man Pound (Non-ISO)",
        "iso_code": "IMP",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Indian rupee",
        "iso_code": "INR",
        "numeric_code": 356,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Iraqi dinar",
        "iso_code": "IQD",
        "numeric_code": 368,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Iranian rial",
        "iso_code": "IRR",
        "numeric_code": 364,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Icelandic krona",
        "iso_code": "ISK",
        "numeric_code": 352,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Jersey Pound (Non-ISO)",
        "iso_code": "JEP",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Jamaican dollar",
        "iso_code": "JMD",
        "numeric_code": 388,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Jordanian dinar",
        "iso_code": "JOD",
        "numeric_code": 400,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Japanese yen",
        "iso_code": "JPY",
        "numeric_code": 392,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Kenyan shilling",
        "iso_code": "KES",
        "numeric_code": 404,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Kyrgyzstani som",
        "iso_code": "KGS",
        "numeric_code": 417,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Cambodian riel",
        "iso_code": "KHR",
        "numeric_code": 116,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Kiribati dollar (Non-ISO)",
        "iso_code": "KID",
        "numeric_code": 0,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Comoro franc",
        "iso_code": "KMF",
        "numeric_code": 174,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "North Korean won",
        "iso_code": "KPW",
        "numeric_code": 408,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "South Korean won",
        "iso_code": "KRW",
        "numeric_code": 410,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Kuwaiti dinar",
        "iso_code": "KWD",
        "numeric_code": 414,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Cayman Islands dollar",
        "iso_code": "KYD",
        "numeric_code": 136,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Kazakhstani tenge",
        "iso_code": "KZT",
        "numeric_code": 398,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Lao kip",
        "iso_code": "LAK",
        "numeric_code": 418,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Lebanese pound",
        "iso_code": "LBP",
        "numeric_code": 422,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Sri Lankan rupee",
        "iso_code": "LKR",
        "numeric_code": 144,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Liberian dollar",
        "iso_code": "LRD",
        "numeric_code": 430,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Lesotho loti",
        "iso_code": "LSL",
        "numeric_code": 426,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Libyan dinar",
        "iso_code": "LYD",
        "numeric_code": 434,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Moroccan dirham",
        "iso_code": "MAD",
        "numeric_code": 504,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Moldovan leu",
        "iso_code": "MDL",
        "numeric_code": 498,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Malagasy ariary",
        "iso_code": "MGA",
        "numeric_code": 969,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Macedonian denar",
        "iso_code": "MKD",
        "numeric_code": 807,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Myanmar kyat",
        "iso_code": "MMK",
        "numeric_code": 104,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Mongolian toegroeg",
        "iso_code": "MNT",
        "numeric_code": 496,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Macanese pataca",
        "iso_code": "MOP",
        "numeric_code": 446,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Mauritanian ouguiya",
        "iso_code": "MRU",
        "numeric_code": 929,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Mauritian rupee",
        "iso_code": "MUR",
        "numeric_code": 480,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Maldivian rufiyaa",
        "iso_code": "MVR",
        "numeric_code": 462,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Malawian kwacha",
        "iso_code": "MWK",
        "numeric_code": 454,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Mexican peso",
        "iso_code": "MXN",
        "numeric_code": 484,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Mexican Unidad de Inversion (UDI) (funds code)",
        "iso_code": "MXV",
        "numeric_code": 979,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Malaysian ringgit",
        "iso_code": "MYR",
        "numeric_code": 458,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Mozambican metical",
        "iso_code": "MZN",
        "numeric_code": 943,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Namibian dollar",
        "iso_code": "NAD",
        "numeric_code": 516,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Nigerian naira",
        "iso_code": "NGN",
        "numeric_code": 566,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Nicaraguan cordoba",
        "iso_code": "NIO",
        "numeric_code": 558,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Norwegian krone",
        "iso_code": "NOK",
        "numeric_code": 578,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Nepalese rupee",
        "iso_code": "NPR",
        "numeric_code": 524,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "New Zealand dollar",
        "iso_code": "NZD",
        "numeric_code": 554,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Omani rial",
        "iso_code": "OMR",
        "numeric_code": 512,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Panamanian balboa",
        "iso_code": "PAB",
        "numeric_code": 590,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Peruvian sol",
        "iso_code": "PEN",
        "numeric_code": 604,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Papua New Guinean kina",
        "iso_code": "PGK",
        "numeric_code": 598,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Philippine peso",
        "iso_code": "PHP",
        "numeric_code": 608,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Pakistani rupee",
        "iso_code": "PKR",
        "numeric_code": 586,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Polish z_oty",
        "iso_code": "PLN",
        "numeric_code": 985,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Paraguayan guarani",
        "iso_code": "PYG",
        "numeric_code": 600,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Qatari riyal",
        "iso_code": "QAR",
        "numeric_code": 634,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Romanian leu",
        "iso_code": "RON",
        "numeric_code": 946,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Serbian dinar",
        "iso_code": "RSD",
        "numeric_code": 941,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Russian ruble",
        "iso_code": "RUB",
        "numeric_code": 643,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Rwandan franc",
        "iso_code": "RWF",
        "numeric_code": 646,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Saudi riyal",
        "iso_code": "SAR",
        "numeric_code": 682,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Solomon Islands dollar",
        "iso_code": "SBD",
        "numeric_code": 90,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Seychelles rupee",
        "iso_code": "SCR",
        "numeric_code": 690,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Sudanese pound",
        "iso_code": "SDG",
        "numeric_code": 938,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Swedish krona/kronor",
        "iso_code": "SEK",
        "numeric_code": 752,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Singapore dollar",
        "iso_code": "SGD",
        "numeric_code": 702,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Saint Helena pound",
        "iso_code": "SHP",
        "numeric_code": 654,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Sierra Leonean leone",
        "iso_code": "SLL",
        "numeric_code": 694,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Somali shilling",
        "iso_code": "SOS",
        "numeric_code": 706,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Surinamese dollar",
        "iso_code": "SRD",
        "numeric_code": 968,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "South Sudanese pound",
        "iso_code": "SSP",
        "numeric_code": 728,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Sao Tome and Principe dobra",
        "iso_code": "STN",
        "numeric_code": 930,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Salvadoran colon",
        "iso_code": "SVC",
        "numeric_code": 222,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Syrian pound",
        "iso_code": "SYP",
        "numeric_code": 760,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Swazi lilangeni",
        "iso_code": "SZL",
        "numeric_code": 748,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Thai baht",
        "iso_code": "THB",
        "numeric_code": 764,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Tajikistani somoni",
        "iso_code": "TJS",
        "numeric_code": 972,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Turkmenistan manat",
        "iso_code": "TMT",
        "numeric_code": 934,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Tunisian dinar",
        "iso_code": "TND",
        "numeric_code": 788,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1000,
        "rounding_type": "Closest",
        "rounding_precision": 3,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Tongan pa_anga",
        "iso_code": "TOP",
        "numeric_code": 776,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Turkish lira",
        "iso_code": "TRY",
        "numeric_code": 949,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Trinidad and Tobago dollar",
        "iso_code": "TTD",
        "numeric_code": 780,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "New Taiwan dollar",
        "iso_code": "TWD",
        "numeric_code": 901,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Tanzanian shilling",
        "iso_code": "TZS",
        "numeric_code": 834,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Ukrainian hryvnia",
        "iso_code": "UAH",
        "numeric_code": 980,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Palladium (one troy ounce)",
        "iso_code": "XPD",
        "numeric_code": 964,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "CFP franc (franc Pacifique)",
        "iso_code": "XPF",
        "numeric_code": 953,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Platinum (one troy ounce)",
        "iso_code": "XPT",
        "numeric_code": 962,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "SUCRE",
        "iso_code": "XSU",
        "numeric_code": 994,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "ADB Unit of Account",
        "iso_code": "XUA",
        "numeric_code": 965,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Yemeni rial",
        "iso_code": "YER",
        "numeric_code": 886,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "South African rand",
        "iso_code": "ZAR",
        "numeric_code": 710,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "United Arab Emirates dirham",
        "iso_code": "AED",
        "numeric_code": 784,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Afghan afghani",
        "iso_code": "AFN",
        "numeric_code": 971,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Albanian lek",
        "iso_code": "ALL",
        "numeric_code": 8,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Armenian dram",
        "iso_code": "AMD",
        "numeric_code": 51,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Netherlands Antillean guilder",
        "iso_code": "ANG",
        "numeric_code": 532,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Argentine peso",
        "iso_code": "ARS",
        "numeric_code": 32,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Australian dollar",
        "iso_code": "AUD",
        "numeric_code": 36,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Aruban florin",
        "iso_code": "AWG",
        "numeric_code": 533,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Azerbaijani manat",
        "iso_code": "AZN",
        "numeric_code": 944,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bosnia and Herzegovina convertible mark",
        "iso_code": "BAM",
        "numeric_code": 977,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Barbados dollar",
        "iso_code": "BBD",
        "numeric_code": 52,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Bangladeshi taka",
        "iso_code": "BDT",
        "numeric_code": 50,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Zambian kwacha",
        "iso_code": "ZMW",
        "numeric_code": 967,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Zimbabwean dollar",
        "iso_code": "ZWL",
        "numeric_code": 932,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Ugandan shilling",
        "iso_code": "UGX",
        "numeric_code": 800,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "United States dollar",
        "iso_code": "USD",
        "numeric_code": 840,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "United States dollar (next day) (funds code)",
        "iso_code": "USN",
        "numeric_code": 997,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)",
        "iso_code": "UYI",
        "numeric_code": 940,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Uruguayan peso",
        "iso_code": "UYU",
        "numeric_code": 858,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Unidad previsional",
        "iso_code": "UYW",
        "numeric_code": 927,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 10000,
        "rounding_type": "Closest",
        "rounding_precision": 4,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Uzbekistan som",
        "iso_code": "UZS",
        "numeric_code": 860,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Venezuelan bolivar soberano",
        "iso_code": "VES",
        "numeric_code": 928,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Vietnamese dong",
        "iso_code": "VND",
        "numeric_code": 704,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Vanuatu vatu",
        "iso_code": "VUV",
        "numeric_code": 548,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Samoan tala",
        "iso_code": "WST",
        "numeric_code": 882,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "CFA franc BEAC",
        "iso_code": "XAF",
        "numeric_code": 950,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Silver (one troy ounce)",
        "iso_code": "XAG",
        "numeric_code": 961,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Gold (one troy ounce)",
        "iso_code": "XAU",
        "numeric_code": 959,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "East Caribbean dollar",
        "iso_code": "XCD",
        "numeric_code": 951,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "CFA franc BCEAO",
        "iso_code": "XOF",
        "numeric_code": 952,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 1,
        "rounding_type": "Closest",
        "rounding_precision": 0,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      }
    ]
  }
}

Dump currencies as of by iso code

./ores.console dump ${log_args} --currency-configuration --as-of "2025-02-09 23:11:50" --key 'AOA' | jq .
{
  "CurrencyConfig": {
    "Currencies": [
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      }
    ]
  }
}

Dump all currencies by iso code

./ores.console dump ${log_args} --currency-configuration --all-versions --key 'AOA' | jq .
{
  "CurrencyConfig": {
    "Currencies": [
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:08:45.62222+00",
        "valid_to": "2025-02-09 23:08:49.149549+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:08:49.149549+00",
        "valid_to": "2025-02-09 23:09:32.776787+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:32.776787+00",
        "valid_to": "2025-02-09 23:09:56.748071+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-09 23:09:56.748071+00",
        "valid_to": "2025-02-10 23:14:51.752802+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-10 23:14:51.752802+00",
        "valid_to": "2025-02-11 23:01:59.613778+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:01:59.613778+00",
        "valid_to": "2025-02-11 23:34:36.194595+00"
      },
      {
        "name": "Angolan kwanza",
        "iso_code": "AOA",
        "numeric_code": 973,
        "symbol": "          ",
        "fraction_symbol": "          ",
        "fractions_per_unit": 100,
        "rounding_type": "Closest",
        "rounding_precision": 2,
        "format": "",
        "currency_type": "",
        "modified_by": "ores",
        "valid_from": "2025-02-11 23:34:36.194595+00",
        "valid_to": "infinity"
      }
    ]
  }
}
Previous: Recipes