20#ifndef ORES_DQ_API_DOMAIN_CHANGE_REASON_CATEGORY_HPP
21#define ORES_DQ_API_DOMAIN_CHANGE_REASON_CATEGORY_HPP
27namespace ores::dq::domain {
94namespace change_reason_categories {
95 constexpr auto system =
"system";
96 constexpr auto static_data =
"static_data";
97 constexpr auto trade =
"trade";
98 constexpr auto market_data =
"market_data";
Groups change reasons into logical categories.
Definition change_reason_category.hpp:46
std::string modified_by
Username of the person who last modified this category.
Definition change_reason_category.hpp:73
std::string change_commentary
Free-text commentary explaining the change.
Definition change_reason_category.hpp:78
std::string description
Human-readable description of the category's purpose.
Definition change_reason_category.hpp:68
std::string code
Unique code identifying this category.
Definition change_reason_category.hpp:63
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition change_reason_category.hpp:88
int version
Version number for optimistic locking and change tracking.
Definition change_reason_category.hpp:50
std::string performed_by
Username of the account that performed this operation.
Definition change_reason_category.hpp:83
std::string tenant_id
Tenant identifier for multi-tenancy isolation.
Definition change_reason_category.hpp:55