Discrepancy Detected

Emitted when a financial discrepancy is found during reconciliation

Overview

The DiscrepancyDetected event alerts stakeholders about a mismatch found during reconciliation that requires investigation.

Event Schema

{
"eventId": "uuid",
"eventType": "DiscrepancyDetected",
"timestamp": "2025-12-11T10:30:00Z",
"version": "1.0.0",
"data": {
"discrepancyId": "string",
"reconciliationId": "string",
"discrepancyType": "missing_transaction | amount_mismatch | duplicate | timing_difference",
"severity": "critical | high | medium | low",
"internalTransaction": {},
"externalTransaction": {},
"amountDifference": "number",
"description": "string"
}
}