20#ifndef ORES_REFDATA_API_EVENTING_CURRENCY_MARKET_TIER_CHANGED_EVENT_HPP
21#define ORES_REFDATA_API_EVENTING_CURRENCY_MARKET_TIER_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
70 static constexpr std::string_view name =
"ores.refdata.currency_market_tier_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:29
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:62
Event types for the risk module.
Definition book_changed_event.hpp:28
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44
Domain event indicating that currency market tier data has changed.
Definition currency_market_tier_changed_event.hpp:37
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition currency_market_tier_changed_event.hpp:44
std::vector< std::string > codes
Codes of currency market tiers that changed.
Definition currency_market_tier_changed_event.hpp:53
std::string tenant_id
The tenant that owns the changed entity.
Definition currency_market_tier_changed_event.hpp:58