Architecture
This page publishes the shape of the platform, not its internals. The rule content, tolerances, and the internal test corpus used to validate the engine are not published — see Methodology for why that boundary exists.
┌─────────────────────────────────────────────┐ │ Products (OXXON Audit · VERIFY · FAST) │ ├─────────────────────────────────────────────┤ │ Reporting & Certification │ │ (risk score · grade · evidenced memo) │ ├─────────────────────────────────────────────┤ │ Verification Engine │ │ (deterministic rule pack execution) │ ├─────────────────────────────────────────────┤ │ Dependency Graph │ │ (full formula graph across the workbook) │ ├─────────────────────────────────────────────┤ │ Canonical Model │ │ (normalized workbook manifest) │ ├─────────────────────────────────────────────┤ │ Ingestion │ │ (.xlsx parsing) │ └─────────────────────────────────────────────┘
Why rule content stays private
The rule library and its internal test corpus are OXXON's moat. Publishing tolerances and the exact triggering conditions would let the corpus be gamed rather than trusted — a workbook could be engineered to pass the letter of a published rule while still failing the spirit of it. The category (what is tested) is public; the mechanism (exactly how) is not.
Each layer, documented
- Architecture Overview — the canonical workbook manifest and how ingestion feeds it.
- Dependency Graph & Circularity Detection — how the full formula dependency graph is built and traversed.
- Rule Engine & Rule Packs — how the verification engine loads and runs a rule pack.
- Report Generation — how reporting and certification render the evidenced memo.
Module relationships
OXXON Audit, OXXON VERIFY, and OXXON FAST share every layer in this stack — one dependency-graph and rule-execution engine, not three separate parsers. See the FMAE vs FAST Standard comparison for how the structural-integrity and convention-compliance questions differ, and the platform overview for each product's current stage.
Run a structural audit on a real workbook now — Run a structural audit, or see the run lifecycle.