20#ifndef ORES_DQ_DOMAIN_CHANGE_REASON_CATEGORY_HPP
21#define ORES_DQ_DOMAIN_CHANGE_REASON_CATEGORY_HPP
26namespace ores::dq::domain {
83namespace change_reason_categories {
84 constexpr auto system =
"system";
85 constexpr auto static_data =
"static_data";
86 constexpr auto trade =
"trade";
87 constexpr auto market_data =
"market_data";
Groups change reasons into logical categories.
Definition change_reason_category.hpp:45
std::string change_commentary
Free-text commentary explaining the change.
Definition change_reason_category.hpp:72
std::string description
Human-readable description of the category's purpose.
Definition change_reason_category.hpp:62
std::string code
Unique code identifying this category.
Definition change_reason_category.hpp:57
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition change_reason_category.hpp:77
std::string recorded_by
Username of the person who last modified this category.
Definition change_reason_category.hpp:67
int version
Version number for optimistic locking and change tracking.
Definition change_reason_category.hpp:49