# Validity

Data is valid if it conforms to a specific syntax or rules. For data to be valid, it should be collected according to predefined rules and parameters, and should conform to the right format and be within the right range to be valid.

**Various Definitions:**&#x20;

Data values are consistent with a predefined domain of values like controlled pick-list or reference data values for example : ISO-3166.&#x20;

Data is valid if it conforms to the syntax (format, type, range) of its definition. For example, Date format DD-MM-YYYY&#x20;

Data is valid if it conforms to defined business rules. For example, cancelation date < travel date Conformance of data to the structure of data.&#x20;

## **Measuring Validity**

All data can typically be measured for Validity. Validity applies at the data item level, record level (for combinations of valid values), as well as metadata.&#x20;

**Unit of Measure:** Percentage of data items valid.&#x20;

**Related dimensions:** Accuracy, Completeness, Consistency and Uniqueness

Notes Data may also be valid only for a specific length of time. For example data that is generated from RFID or scientific datasets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.telm.ai/academy/data-quality-indicators/validity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
