GlossaryShared across all subject areas

Idempotency

A property whereby repeating an operation produces the same result as performing it once.

Why it matters

Re-runs are routine wherever source data arrives late or gets restated. Without idempotency a re-run duplicates whatever it produced, which in financial systems is a misstatement rather than a cosmetic defect.