20#ifndef ORES_REFDATA_API_EVENTING_PARTY_IDENTIFIER_CHANGED_EVENT_HPP
21#define ORES_REFDATA_API_EVENTING_PARTY_IDENTIFIER_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
34 std::chrono::system_clock::time_point timestamp;
35 std::vector<std::string> ids;
36 std::string tenant_id;
45 static constexpr std::string_view name =
"ores.refdata.party_identifier_changed";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition pricing_engine_type.hpp:27
Domain types for the eventing infrastructure.
Definition pricing_engine_type_changed_event.hpp:55
Event types for the risk module.
Definition book_changed_event.hpp:28
Domain event indicating that party identifier data has changed.
Definition party_identifier_changed_event.hpp:33