ores.compute.batch
Table of Contents
Tracks the lifecycle of a collection of workunits that together constitute a financial computation (e.g., a risk report run). The Assimilator monitors batch completion to trigger downstream report generation.
Flags
Primary key
UUID primary key for the batch.
Natural keys
external_ref
External reference linking this batch to the originating finance system or project.
Columns
status
Lifecycle status: open, processing, assimilating, or closed.
SQL
Flags
C++
Flags
Repository
Domain includes
#include <string>
Conventions
Qt
Columns (Qt model)
| enum_name | field | header | type | width |
|---|---|---|---|---|
| ExternalRef | external_ref | Reference | string | 200 |
| Status | status | Status | string | 100 |
| Version | version | Version | int | 60 |
| ModifiedBy | modified_by | Modified By | string | 120 |
Custom repository methods
See also
- ores.compute — component group overview.