Constitutional Execution Infrastructure CEI Companion - Annex N

Companion Annex N

Reference Data Models

This annex defines a canonical data model for Constitutional Execution Infrastructure (CEI). The purpose is to promote interoperability across implementations by establishing common entities, relationships, and versioning practices without requiring a specific storage technology.

1. Core Entities

EntityDescriptionPrimary Identifier
PolicyGovernance rules evaluated at runtime.policyId
AuthorityDelegated authority and role information.authorityId
EvidenceSupporting artifacts used during evaluation.evidenceId
DecisionGovernance outcome for a request.decisionId
Ledger EventImmutable record of execution history.eventId
Replay SessionVerification and reconstruction process.replayId
ProjectionDerived operational read model.projectionId

2. Conceptual Relationships

Policy
   │
   ▼
Decision ─────► Ledger Event
   ▲               │
   │               ▼
Authority      Replay Session
   ▲               │
   │               ▼
Evidence ─────► Projection

3. Example Decision Record

{
  "decisionId": "DEC-1042",
  "policyId": "payment-v2",
  "authorityId": "AUTH-17",
  "result": "GO",
  "timestamp": "2026-07-19T10:15:00Z"
}

4. Entity Versioning

RuleDescription
Stable IDsEntity identifiers remain unique over time.
Semantic VersionsPolicies and schemas use Major.Minor.Patch.
Historical PreservationPrevious versions remain available for replay.
Schema EvolutionChanges should preserve backward compatibility where practical.

5. Serialization Guidance

6. Conformance

Implementations may extend these entities with implementation-specific fields, provided the canonical fields remain semantically compatible and documented.

Conclusion

This reference model establishes a shared vocabulary for exchanging governance information across CEI implementations while allowing flexibility in persistence and runtime design.

Next: Companion Annex O — Multi-Organization Federation.

Engineering Evidence

Evidence and verification layer

This document forms part of the CEI publication record. Supporting evidence is organized through the engineering-evidence archive, specifications, architecture documentation and replay verification materials.

Document
CEI_Companion_Annex_N_Reference_Data_Models.html
Edition
First Public Edition
Version
1.1