20#ifndef ORES_REFDATA_API_EVENTING_COUNTERPARTY_CHANGED_EVENT_HPP
21#define ORES_REFDATA_API_EVENTING_COUNTERPARTY_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
38 std::chrono::system_clock::time_point timestamp;
39 std::vector<std::string> ids;
40 std::string tenant_id;
49 static constexpr std::string_view name =
"ores.refdata.counterparty_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
Domain event indicating that counterparty data has changed.
Definition counterparty_changed_event.hpp:37