ores.analytics.api
Table of Contents
Summary
ores.analytics.api is a header-only library defining the shared contract for
the analytics domain. It provides domain types for pricing-engine types,
pricing-model configurations, and product-parameter mappings, with JSON and
table I/O via rfl, and the NATS protocol schemas consumed by
ores.analytics.core and Qt clients.
Inputs
- Domain entity type definitions across
domain/headers.
Outputs
- C++ headers for all analytics domain types with JSON and table I/O.
- NATS protocol headers for pricing-model management operations.
Entry points
include/ores.analytics.api/domain/— all domain entity headers.include/ores.analytics.api/messaging/— NATS protocol message headers.
Dependencies
rfl— JSON serialisation via reflection.fort— formatted table rendering.
See also
- ores.analytics — component group overview.
- ores.analytics.core — business logic, persistence, and NATS handlers.
