forked from IABTechLab/fideslang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_qualifiers.yml
24 lines (20 loc) · 1.48 KB
/
data_qualifiers.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
data_qualifier:
- privacy_key: aggregated
name: Aggregated Data
description: Statistical data that does not contain individually identifying information but includes information about groups of individuals that renders individual identification impossible.
- privacy_key: aggregated.anonymized
name: Anonymized Data
parent_key: aggregated
description: Data where all attributes have been sufficiently altered that the individaul cannot be reidentified by this data or in combination with other datasets.
- privacy_key: aggregated.anonymized.unlinked_pseudonymized
name: Unlinked Pseudonymized Data
parent_key: aggregated.anonymized
description: Data for which all identifiers have been substituted with unrelated values and linkages broken such that it may not be reversed, even by the party that performed the pseudonymization.
- privacy_key: aggregated.anonymized.unlinked_pseudonymized.pseudonymized
name: Pseudonymized Data
parent_key: aggregated.anonymized.unlinked_pseudonymized
description: Data for which all identifiers have been substituted with unrelated values, rendering the individual unidentifiable and cannot be reasonably reversed other than by the party that performed the pseudonymization.
- privacy_key: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified
name: Identified Data
parent_key: aggregated.anonymized.unlinked_pseudonymized.pseudonymized
description: Data that directly identifies an individual.