Common entity data extracted from party or counterparty types.
More...
#include <EntityDetailOperations.hpp>
|
|
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 |
| |
Common entity data extracted from party or counterparty types.
Provides a uniform view over the shared fields of party and counterparty domain types.