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.
1. Flags
2. Columns
2.1. id
UUID primary key for the batch.
2.2. external_ref
External reference linking this batch to the originating finance system or project.
2.3. status
Lifecycle status: open, processing, assimilating, or closed.
3. SQL
3.1. Flags
4. C++
4.1. Flags
4.2. Repository
4.3. Domain includes
#include <string>
4.4. Conventions
4.5. Table display
| column | header |
|---|---|
| id | ID |
| external_ref | External Ref |
| status | Status |
| modified_by | Modified By |
| recorded_at | Recorded At |
4.6. Custom repository methods
5. See also
- ores.compute — component group overview.