20#ifndef ORES_REFDATA_DOMAIN_CURRENCY_VERSION_HISTORY_HPP
21#define ORES_REFDATA_DOMAIN_CURRENCY_VERSION_HISTORY_HPP
25#include "ores.refdata/domain/currency_version.hpp"
Domain types for risk management.
Definition country.hpp:28
Contains the full version history for a currency.
Definition currency_version_history.hpp:32
std::string iso_code
ISO code of the currency.
Definition currency_version_history.hpp:36
std::vector< currency_version > versions
All versions of this currency, ordered from newest to oldest.
Definition currency_version_history.hpp:41