Use case

Financial statements over time

Financial statements change. Companies amend filings, restate prior periods, and reclassify historical results. Most data systems overwrite history and silently drift.

Arche models financial truth differently: every statement is treated as a versioned assertion, preserving what was known at the time while making change explicit.

Financial truth over timeDeterministic as-of snapshots. Explicit restatement diffs. Traceable provenance1As-of snapshotQuery a point in time. Preserve versions. Reproduce results.AS OF 2024-12-31TimelineFiledAcceptedRestatedas-ofIncluded statement versionsv1Income statementOriginal • effective 2024-11-01v2Income statementRestated • reason: reclassificationDeterministic snapshothash: 07055c7e…f0182Restatement deltaCompute exactly what changed between versions.FROM v1 → TO v2material: trueMetricOldNewDiffTOTAL_ASSETS100.00105.00+5.00Timeline hops: 1severity:LOW3Provenance traceInspect lineage from filing → facts → rules → assertion.Filing10-KFactextractedRulesappliedAssertionversionedTrace summaryevaluated: 0remapped: 0suppressed: 0

Traditional pipelines assume there is a single “correct” statement. When restatements arrive, prior values are overwritten. Downstream systems lose the ability to reproduce analyses, explain discrepancies or answer audit questions.

  • Deterministic as-of snapshots. Query financials as of a moment in time. Preserve versions. Reproduce results even after later filings modify prior periods.
  • Explicit restatement deltas. Compare versions directly: what changed, by how much and whether the impact is material, without inference or manual diffing.
  • Traceable provenance. Inspect lineage from filing → facts → rules → versioned assertions, so discrepancies are explainable under scrutiny.

The failure mode isn’t “dirty data.” It’s a data model that treats time and provenance as an afterthought. Arche makes both first-class, so change is modeled not erased.

See the full golden path

This model is exercised end-to-end with real restatement scenarios and deterministic guarantees.

Read the golden path

If the past can change without being modeled, your system is storing a moving target.

Arche API - Infrastructure for financial truth, preserved over time.
Temporal truth must be explicit
Design principle