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

Common entity data extracted from party or counterparty types. More...

#include <EntityDetailOperations.hpp>

Collaboration diagram for entity_data:
Collaboration graph

Public Attributes

int version = 0
 
std::string tenant_id
 
boost::uuids::uuid id
 
std::string full_name
 
std::string short_code
 
std::optional< std::string > codename
 Party-only field; immutable.
 
std::optional< std::string > transliterated_name
 
std::optional< std::string > party_category
 Party-only field.
 
std::string party_type
 
std::optional< boost::uuids::uuid > parent_id
 
std::string business_center_code
 
std::string status
 
std::string modified_by
 
std::string performed_by
 
std::string change_reason_code
 
std::string change_commentary
 
std::chrono::system_clock::time_point recorded_at
 

Detailed Description

Common entity data extracted from party or counterparty types.

Provides a uniform view over the shared fields of party and counterparty domain types.