20#ifndef ORES_REFDATA_API_DOMAIN_PARTY_ID_SCHEME_HPP
21#define ORES_REFDATA_API_DOMAIN_PARTY_ID_SCHEME_HPP
25#include "ores.utility/uuid/tenant_id.hpp"
Domain types for risk management.
Definition EntityDetailOperations.hpp:192
Classification of external identifier types for parties.
Definition party_id_scheme.hpp:38
int display_order
Order for UI display purposes.
Definition party_id_scheme.hpp:76
std::string modified_by
Username of the person who last modified this party ID scheme.
Definition party_id_scheme.hpp:81
std::string change_commentary
Free-text commentary explaining the change.
Definition party_id_scheme.hpp:98
std::string description
Detailed description of the identifier scheme.
Definition party_id_scheme.hpp:64
std::string code
Unique scheme code.
Definition party_id_scheme.hpp:54
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition party_id_scheme.hpp:103
std::string name
Human-readable name for the identifier scheme.
Definition party_id_scheme.hpp:59
int version
Version number for optimistic locking and change tracking.
Definition party_id_scheme.hpp:42
std::string coding_scheme_code
Cross-reference to DQ coding scheme table.
Definition party_id_scheme.hpp:71
std::string performed_by
Username of the account that performed this action.
Definition party_id_scheme.hpp:86
utility::uuid::tenant_id tenant_id
Tenant identifier for multi-tenancy isolation.
Definition party_id_scheme.hpp:47
std::string change_reason_code
Code identifying the reason for the change.
Definition party_id_scheme.hpp:93
A strongly-typed wrapper around a UUID representing a tenant identifier.
Definition tenant_id.hpp:66
static tenant_id system()
Creates a tenant_id representing the system tenant.
Definition tenant_id.cpp:41