← Platform Modules

Reconciliation & Exceptions

Coming Soon

Route /dashboard/reconciliation · Flag enableReconciliation

Coming Soon. This module is part of the launch-to-live operating layer and is not yet enabled in the current release. The description below explains the intended behavior so you can plan ahead.

Reconciliation is the post-trade truth check. It compares what the system intended, what it sent, what filled, and what the broker and books say about positions and cash — then turns every mismatch into a tracked exception with an owner and a service-level deadline.

What gets reconciled

Reconciliation walks the full chain so breaks surface at the exact stage they occur.

  • Intent vs. sent — did every intended order actually go out.
  • Sent vs. fills — did orders fill as expected.
  • Fills vs. positions — do booked positions match executed fills.
  • Cash — does cash move as the fills and fees imply.

Exception manager

Mismatches become exceptions, deduplicated so a recurring break updates one record rather than spawning thousands. Each exception has an owner, an SLA, and an immutable resolution log — so operational issues are managed, not just logged.

Post-trade operating record

Reconciliation writes into a normalized post-trade record. That record is what the cockpit's end-of-day report and the evidence vault read from, keeping every downstream surface consistent with the books.

Related