Validation asks whether data behaves as expected
It checks schema, required fields, ranges, relationships, uniqueness, formats, and business rules.
Validation checks whether information is complete, plausible, consistent, and fit for a defined use. It does not prove that every value is true.
Scope
It checks schema, required fields, ranges, relationships, uniqueness, formats, and business rules.
It connects the value or assertion to credible evidence, current sources, and an appropriate review decision.
Validation workflow
Identify who will use the result, what could go wrong, and which failures should block release.
Express expectations as testable conditions with clear pass, warning, and fail states.
Check fields, records, relationships, files, time series, and cross-source consistency.
Separate actual defects from legitimate edge cases, then assign an owner and resolution state.
Run the same checks after correction and preserve the rule version, result, and reviewer decision.
Rule families
Required fields, expected coverage, missing values, and gaps across time or entities.
Types, formats, allowed values, units, and schema compatibility.
Cross-field logic, related-table integrity, stable definitions, and agreement across sources.
Ranges, distributions, changes, and domain constraints that surface suspicious values.
Duplicate identifiers, repeated events, and records that may represent the same entity.
Observation dates, update cadence, expired records, and time-sensitive source requirements.
A practical next step
Show us the dataset, claim, report, or market question your team needs to trust. We will map the relevant workflow and the review points it requires.