ores.trading.lifecycle_event
Table of Contents
Reference data table defining valid trade lifecycle event types. Examples: 'New', 'Amendment', 'Novation', 'PartialTermination', 'FullTermination'.
Flags
Primary key
Unique lifecycle event code.
Examples: 'New', 'Amendment', 'Novation'.
std::string(faker::word::noun()) + "_event"
Natural keys
Columns
description
Detailed description of the lifecycle event.
std::string(faker::lorem::sentence())
fsm_state_id
Optional FSM state identifier associated with this lifecycle event.
std::nullopt
SQL
Flags
C++
Flags
Repository
Domain includes
#include <chrono> #include <optional> #include <string> #include <boost/uuid/uuid.hpp>
Conventions
Table display
| column | header |
|---|---|
| code | Code |
| description | Description |
| modified_by | Modified By |
| version | Version |
Custom repository methods
See also
- ores.trading — component group overview.