ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
party_id_scheme Struct Referencefinal

Classification of external identifier types for parties. More...

#include <party_id_scheme.hpp>

Collaboration diagram for party_id_scheme:
Collaboration graph

Public Attributes

int version = 0
 Version number for optimistic locking and change tracking.
 
utility::uuid::tenant_id tenant_id = utility::uuid::tenant_id::system()
 Tenant identifier for multi-tenancy isolation.
 
std::string code
 Unique scheme code.
 
std::string name
 Human-readable name for the identifier scheme.
 
std::string description
 Detailed description of the identifier scheme.
 
std::string coding_scheme_code
 Cross-reference to DQ coding scheme table.
 
int display_order
 Order for UI display purposes.
 
std::string modified_by
 Username of the person who last modified this party ID scheme.
 
std::string performed_by
 Username of the account that performed this action.
 
std::string change_reason_code
 Code identifying the reason for the change.
 
std::string change_commentary
 Free-text commentary explaining the change.
 
std::chrono::system_clock::time_point recorded_at
 Timestamp when this version of the record was recorded.
 

Detailed Description

Classification of external identifier types for parties.

Reference data table defining valid party identifier scheme types. Examples: 'LEI', 'BIC', 'MIC', 'DUNS'.

Party ID schemes are managed by the system tenant. The optional coding_scheme_code field cross-references the DQ coding scheme table.

Member Data Documentation

◆ code

std::string code

Unique scheme code.

Examples: 'LEI', 'BIC', 'MIC'.

◆ coding_scheme_code

std::string coding_scheme_code

Cross-reference to DQ coding scheme table.

Optional link to ores_dq_coding_schemes_tbl for validation.

◆ change_reason_code

std::string change_reason_code

Code identifying the reason for the change.

References change_reasons table (soft FK).