20#ifndef ORES_RISK_DOMAIN_CURRENCY_VERSION_HISTORY_HPP
21#define ORES_RISK_DOMAIN_CURRENCY_VERSION_HISTORY_HPP
25#include "ores.risk/domain/currency_version.hpp"
27namespace ores::risk::domain {
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