ores.analytics.api

Table of Contents

1. Diagram

ores.analytics.api component diagram

Figure 1: ores.analytics.api

2. 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 UI clients.

3. Inputs

  • Domain entity type definitions across domain/ headers.

4. Outputs

  • C++ headers for all analytics domain types with JSON and table I/O.
  • NATS protocol headers for pricing-model management operations.

5. Entry points

  • include/ores.analytics.api/domain/ — all domain entity headers.
  • include/ores.analytics.api/messaging/ — NATS protocol message headers.

6. Dependencies

  • rfl — JSON serialisation via reflection.
  • fort — formatted table rendering.

7. See also

Emacs 29.3 (Org mode 9.6.15)