20#ifndef ORES_REFDATA_API_DOMAIN_ROUNDING_TYPE_HPP
21#define ORES_REFDATA_API_DOMAIN_ROUNDING_TYPE_HPP
Domain types for risk management.
Definition EntityDetailOperations.hpp:192
Valid rounding methods per ORE XML schema.
Definition rounding_type.hpp:37
int display_order
Order for UI display purposes.
Definition rounding_type.hpp:63
std::string modified_by
Username of the person who last modified this rounding type.
Definition rounding_type.hpp:68
std::string change_commentary
Free-text commentary explaining the change.
Definition rounding_type.hpp:85
std::string description
Detailed description of the rounding type with numeric examples.
Definition rounding_type.hpp:58
std::string code
Unique rounding type code.
Definition rounding_type.hpp:48
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition rounding_type.hpp:90
std::string name
Human-readable name for the rounding type.
Definition rounding_type.hpp:53
int version
Version number for optimistic locking and change tracking.
Definition rounding_type.hpp:41
std::string performed_by
Username of the account that performed this action.
Definition rounding_type.hpp:73
std::string change_reason_code
Code identifying the reason for the change.
Definition rounding_type.hpp:80