20#ifndef ORES_RISK_EVENTING_CURRENCY_CHANGED_EVENT_HPP
21#define ORES_RISK_EVENTING_CURRENCY_CHANGED_EVENT_HPP
24#include "ores.eventing/domain/event_traits.hpp"
26namespace ores::risk::eventing {
47namespace ores::eventing::domain {
54 static constexpr std::string_view name =
"ores.risk.currency_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition account.hpp:26
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44
Domain event indicating that currency data has changed.
Definition currency_changed_event.hpp:35
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition currency_changed_event.hpp:42