From 12e94474a4d8141b39c84187c558ed165e0c2813 Mon Sep 17 00:00:00 2001 From: Cillian <1268052+cilliankieran@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:46:37 -0400 Subject: [PATCH] Updated PIAT taxonomy --- data_files/data_categories.csv | 87 -- data_files/data_categories.json | 1024 ----------------- data_files/data_categories.yml | 854 -------------- data_files/data_subjects.csv | 17 - data_files/data_subjects.json | 199 ---- data_files/data_subjects.yml | 173 --- data_files/data_uses.csv | 56 - data_files/data_uses.json | 652 ----------- data_files/data_uses.yml | 570 --------- data_filess/ad/data_categories.csv | 95 -- data_filess/ad/data_subjects.csv | 8 - data_filess/ad/data_uses.csv | 55 - .../temp => data_filess}/data_categories.json | 0 .../temp => data_filess}/data_categories.yml | 0 .../temp => data_filess}/data_qualifiers.csv | 0 .../temp => data_filess}/data_qualifiers.json | 0 .../temp => data_filess}/data_qualifiers.yml | 0 .../temp => data_filess}/data_subjects.csv | 0 .../temp => data_filess}/data_subjects.json | 0 .../temp => data_filess}/data_subjects.yml | 0 .../temp => data_filess}/data_uses.csv | 0 .../temp => data_filess}/data_uses.json | 0 .../temp => data_filess}/data_uses.yml | 0 data_filess/temp1/data_categories.json | 508 -------- data_filess/temp1/data_categories.yml | 396 ------- data_filess/temp1/data_qualifiers.csv | 7 - data_filess/temp1/data_qualifiers.json | 49 - data_filess/temp1/data_qualifiers.yml | 43 - data_filess/temp1/data_subjects.csv | 17 - data_filess/temp1/data_subjects.json | 154 --- data_filess/temp1/data_subjects.yml | 128 --- data_filess/temp1/data_uses.csv | 47 - data_filess/temp1/data_uses.json | 634 ---------- data_filess/temp1/data_uses.yml | 565 --------- 34 files changed, 6338 deletions(-) delete mode 100644 data_files/data_categories.csv delete mode 100644 data_files/data_categories.json delete mode 100644 data_files/data_categories.yml delete mode 100644 data_files/data_subjects.csv delete mode 100644 data_files/data_subjects.json delete mode 100644 data_files/data_subjects.yml delete mode 100644 data_files/data_uses.csv delete mode 100644 data_files/data_uses.json delete mode 100644 data_files/data_uses.yml delete mode 100644 data_filess/ad/data_categories.csv delete mode 100644 data_filess/ad/data_subjects.csv delete mode 100644 data_filess/ad/data_uses.csv rename {data_files/temp => data_filess}/data_categories.json (100%) rename {data_files/temp => data_filess}/data_categories.yml (100%) rename {data_files/temp => data_filess}/data_qualifiers.csv (100%) rename {data_files/temp => data_filess}/data_qualifiers.json (100%) rename {data_files/temp => data_filess}/data_qualifiers.yml (100%) rename {data_files/temp => data_filess}/data_subjects.csv (100%) rename {data_files/temp => data_filess}/data_subjects.json (100%) rename {data_files/temp => data_filess}/data_subjects.yml (100%) rename {data_files/temp => data_filess}/data_uses.csv (100%) rename {data_files/temp => data_filess}/data_uses.json (100%) rename {data_files/temp => data_filess}/data_uses.yml (100%) delete mode 100644 data_filess/temp1/data_categories.json delete mode 100644 data_filess/temp1/data_categories.yml delete mode 100644 data_filess/temp1/data_qualifiers.csv delete mode 100644 data_filess/temp1/data_qualifiers.json delete mode 100644 data_filess/temp1/data_qualifiers.yml delete mode 100644 data_filess/temp1/data_subjects.csv delete mode 100644 data_filess/temp1/data_subjects.json delete mode 100644 data_filess/temp1/data_subjects.yml delete mode 100644 data_filess/temp1/data_uses.csv delete mode 100644 data_filess/temp1/data_uses.json delete mode 100644 data_filess/temp1/data_uses.yml diff --git a/data_files/data_categories.csv b/data_files/data_categories.csv deleted file mode 100644 index b7c5657b..00000000 --- a/data_files/data_categories.csv +++ /dev/null @@ -1,87 +0,0 @@ -fides_key,is_default,name,organization_fides_key,parent_key,replaced_by,tags,version_added,version_deprecated,description -data_category,,Data Category,,,,,,, -system,True,System Data,default_organization,data_category,,,2.0.0,,"Data unique to, and under control of the system." -system.authentication,True,Authentication Data,default_organization,system,,,2.0.0,,Data used to manage access to the system. -system.operations,True,Operations Data,default_organization,system,,,2.0.0,,Data used for system operations. -user,True,User Data,default_organization,data_category,,,2.0.0,,"Data related to the user of the system, either provided directly or derived based on their usage." -user.account,True,Account Information,default_organization,user,,,2.0.0,,Account creation or registration information. -user.authorization,True,Authorization Information,default_organization,user,,,2.0.0,,Scope of permissions and access to a system. -user.behavior,True,Observed Behavior,default_organization,user,,,2.0.0,,Behavioral data about the subject. -user.biometric,True,Biometric Data,default_organization,user,,,2.0.0,,Encoded characteristics provided by a user. -user.childrens,True,Children's Data,default_organization,user,,,2.0.0,,Data relating to children. -user.contact,True,Contact Data,default_organization,user,,,2.0.0,,Contact data collected about a user. -user.content,True,User Content,default_organization,user,,,2.0.0,,"Content related to, or created by the subject." -user.demographic,True,Demographic Data,default_organization,user,,,2.0.0,,Demographic data about a user. -user.location,True,Location Data,default_organization,user,,,2.0.0,,Records of the location of a user. -user.device,True,Device Data,default_organization,user,,,2.0.0,,"Data related to a user's device, configuration and setting." -user.payment,True,Payment Data,default_organization,user,,,2.0.0,,Payment data related to user. -user.social,True,Social Data,default_organization,user,,,2.0.0,,Social activity and interaction data. -user.unique_id,True,Unique ID,default_organization,user,,,2.0.0,,Unique identifier for a user assigned through system use. -user.telemetry,True,Telemetry Data,default_organization,user,,,2.0.0,,User identifiable measurement data from system sensors and monitoring. -user.user_sensor,True,User Sensor Data,default_organization,user,,,2.0.0,,Measurement data about a user's environment through system use. -user.workplace,True,Workplace,default_organization,user,,,2.0.0,,Organization of employment. -user.sensor,True,Sensor Data,default_organization,user,,,2.0.0,,Measurement data from sensors and monitoring systems. -user.financial,True,Financial Data,default_organization,user,,,2.0.0,,Payment data and financial history. -user.government_id,True,Government ID,default_organization,user,,,2.0.0,,State provided identification data. -user.health_and_medical,True,Health and Medical Data,default_organization,user,,,2.0.0,,Health records or individual's personal medical information. -user.name,True,Name,default_organization,user,,,2.0.0,,User's real name. -user.criminal_history,True,Criminal History,default_organization,user,,,2.0.0,,Criminal records or information about the data subject. -user.privacy_preferences,True,Privacy Preferences,default_organization,user,,,2.0.0,,Privacy preferences or settings set by the subject. -user.job_title,True,Job Title,default_organization,user,,,2.0.0,,Professional data. -user.account.settings,True,Account Settings,default_organization,user.account,,,2.0.0,,Account preferences and settings. -user.account.username,True,Account Username,default_organization,user.account,,,2.0.0,,Username associated with account. -user.authorization.credentials,True,Account password,default_organization,user.authorization,,,2.0.0,,Authentication credentials to a system. -user.authorization.biometric,True,Biometric Credentials,default_organization,user.authorization,,,2.0.0,,Credentials for system authentication. -user.authorization.password,True,Password,default_organization,user.authorization,,,2.0.0,,Password for system authentication. -user.behavior.browsing_history,True,Browsing History,default_organization,user.behavior,,,2.0.0,,Content browsing history of a user. -user.behavior.media_consumption,True,Media Consumption,default_organization,user.behavior,,,2.0.0,,Content consumption history of the subject. -user.behavior.purchase_history,True,Purchase History,default_organization,user.behavior,,,2.0.0,,Purchase history of the subject. -user.behavior.search_history,True,Search History,default_organization,user.behavior,,,2.0.0,,Search history of the subject. -user.biometric.fingerprint,True,Fingerprint,default_organization,user.biometric,,,2.0.0,,Fingerprint encoded data about a subject. -user.biometric.retinal,True,Retina Scan,default_organization,user.biometric,,,2.0.0,,Retinal data about a subject. -user.biometric.voice,True,Voice Recording,default_organization,user.biometric,,,2.0.0,,Voice encoded data about a subject. -user.biometric.health,True,Biometric Health Data,default_organization,user.biometric,,,2.0.0,,Encoded characteristic collected about a user. -user.contact.address,True,User Contact Address,default_organization,user.contact,,,2.0.0,,Contact address data collected about a user. -user.contact.email,True,User Contact Email,default_organization,user.contact,,,2.0.0,,User's contact email address. -user.contact.phone_number,True,User Contact Phone Number,default_organization,user.contact,,,2.0.0,,User's phone number. -user.contact.url,True,User Website,default_organization,user.contact,,,2.0.0,,Subject's websites or links to social and personal profiles. -user.contact.fax_number,True,Fax Number,default_organization,user.contact,,,2.0.0,,Data Subject's fax number. -user.contact.organization,True,Organization,default_organization,user.contact,,,2.0.0,,Data Subject's Organization. -user.contact.address.city,True,User Contact City,default_organization,user.contact.address,,,2.0.0,,User's city level address data. -user.contact.address.country,True,User Contact Country,default_organization,user.contact.address,,,2.0.0,,User's country level address data. -user.contact.address.postal_code,True,User Contact Postal Code,default_organization,user.contact.address,,,2.0.0,,User's postal code. -user.contact.address.state,True,User Contact State,default_organization,user.contact.address,,,2.0.0,,User's state level address data. -user.contact.address.street,True,User Contact Street,default_organization,user.contact.address,,,2.0.0,,User's street level address data. -user.content.private,True,Private Content,default_organization,user.content,,,2.0.0,,"Private content related to, or created by the subject, not publicly available." -user.content.public,True,Public Content,default_organization,user.content,,,2.0.0,,"Publicly shared Content related to, or created by the subject." -user.content.self_image,True,User Image,default_organization,user.content,,,2.0.0,,Photograph or image in which subject is whole or partially recognized. -user.demographic.age_range,True,Age Range,default_organization,user.demographic,,,2.0.0,,Non specific age or age-range of data subject. -user.demographic.date_of_birth,True,Birth Date,default_organization,user.demographic,,,2.0.0,,Date of birth of data subject. -user.demographic.gender,True,Gender,default_organization,user.demographic,,,2.0.0,,Gender of data subject. -user.demographic.language,True,Language,default_organization,user.demographic,,,2.0.0,,Spoken or written language of subject. -user.demographic.marital_status,True,Marital Status,default_organization,user.demographic,,,2.0.0,,Marital status of data subject. -user.demographic.political_opinion,True,Political Opinion,default_organization,user.demographic,,,2.0.0,,Political opinion or belief of data subject. -user.demographic.profile,True,User Profile Data,default_organization,user.demographic,,,2.0.0,,Profile or preference information about the data subject. -user.demographic.race_ethnicity,True,Race,default_organization,user.demographic,,,2.0.0,,Race or ethnicity of data subject. -user.demographic.religious_belief,True,Religion,default_organization,user.demographic,,,2.0.0,,Religion or religious beliefs of the data subject. -user.demographic.sexual_orientation,True,Sexual Orientation,default_organization,user.demographic,,,2.0.0,,Sexual orientation of data subject. -user.device.cookie,True,Device Cookie,default_organization,user.device,,,2.0.0,,"Data related to a subject, stored within a cookie." -user.device.cookie_id,True,Cookie ID,default_organization,user.device,,,2.0.0,,Cookie unique identification number. -user.device.device_id,True,Device ID,default_organization,user.device,,,2.0.0,,Device unique identification number. -user.device.ip_address,True,IP Address,default_organization,user.device,,,2.0.0,,Unique identifier related to device connection. -user.financial.bank_account,True,Bank Account Information,default_organization,user.financial,,,2.0.0,,Bank account information belonging to the subject. -user.financial.credit_card,True,Credit Card Information,default_organization,user.financial,,,2.0.0,,Credit card information belonging to the subject. -user.government_id.birth_certificate,True,Birth Certificate,default_organization,user.government_id,,,2.0.0,,State issued certificate of birth. -user.government_id.drivers_license_number,True,Driver's License Number,default_organization,user.government_id,,,2.0.0,,State issued driving identification number. -user.government_id.immigration,True,Immigration ID,default_organization,user.government_id,,,2.0.0,,State issued immigration or residency data. -user.government_id.national_identification_number,True,National Identification Number,default_organization,user.government_id,,,2.0.0,,State issued personal identification number. -user.government_id.passport_number,True,Passport Number,default_organization,user.government_id,,,2.0.0,,State issued passport data. -user.government_id.vehicle_registration,True,Vehicle Registration,default_organization,user.government_id,,,2.0.0,,State issued license plate or vehicle registration data. -user.health_and_medical.genetic,True,User's Genetic Data,default_organization,user.health_and_medical,,,2.0.0,,Data about the genetic makeup provided by the subject. -user.health_and_medical.insurance_beneficiary_id,True,Medical Insurance ID,default_organization,user.health_and_medical,,,2.0.0,,Health insurance beneficiary number of the subject. -user.health_and_medical.record_id,True,Medical Record ID,default_organization,user.health_and_medical,,,2.0.0,,Medical record identifiers belonging to a subject. -user.location.imprecise,True,Imprecise Subject Location,default_organization,user.location,,,2.0.0,,Imprecise location derived from sensors (more than 500M). -user.location.precise,True,Precise Subject Location,default_organization,user.location,,,2.0.0,,Precise location derived from sensors (less than 500M). -user.name.first,True,First Name,default_organization,user.name,,,2.0.0,,Subject's first name. -user.name.last,True,Last Name,default_organization,user.name,,,2.0.0,,"Subject's last, or family, name." -user.unique_id.pseudonymous,True,Pseudonymous User ID,default_organization,user.unique_id,,,2.0.0,,"A pseudonymous, or probabilistic identifier generated from other subject or device data belonging to the subject." diff --git a/data_files/data_categories.json b/data_files/data_categories.json deleted file mode 100644 index f9a3da94..00000000 --- a/data_files/data_categories.json +++ /dev/null @@ -1,1024 +0,0 @@ -{ - "data_category": [ - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "System Data", - "description": "Data unique to, and under control of the system.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "system.authentication", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Authentication Data", - "description": "Data used to manage access to the system.", - "parent_key": "system" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "system.operations", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Operations Data", - "description": "Data used for system operations.", - "parent_key": "system" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Data", - "description": "Data related to the user of the system, either provided directly or derived based on their usage.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.account", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Account Information", - "description": "Account creation or registration information.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.authorization", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Authorization Information", - "description": "Scope of permissions and access to a system.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.behavior", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Observed Behavior", - "description": "Behavioral data about the subject.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.biometric", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Biometric Data", - "description": "Encoded characteristics provided by a user.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.childrens", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Children's Data", - "description": "Data relating to children.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Contact Data", - "description": "Contact data collected about a user.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.content", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Content", - "description": "Content related to, or created by the subject.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Demographic Data", - "description": "Demographic data about a user.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.location", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Location Data", - "description": "Records of the location of a user.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.device", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Device Data", - "description": "Data related to a user's device, configuration and setting.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.payment", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Payment Data", - "description": "Payment data related to user.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.social", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Social Data", - "description": "Social activity and interaction data.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.unique_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Unique ID", - "description": "Unique identifier for a user assigned through system use.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.telemetry", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Telemetry Data", - "description": "User identifiable measurement data from system sensors and monitoring.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.user_sensor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Sensor Data", - "description": "Measurement data about a user's environment through system use.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.workplace", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Workplace", - "description": "Organization of employment.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.sensor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sensor Data", - "description": "Measurement data from sensors and monitoring systems.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.financial", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Financial Data", - "description": "Payment data and financial history.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Government ID", - "description": "State provided identification data.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.health_and_medical", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Health and Medical Data", - "description": "Health records or individual's personal medical information.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.name", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Name", - "description": "User's real name.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.criminal_history", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Criminal History", - "description": "Criminal records or information about the data subject.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.privacy_preferences", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Privacy Preferences", - "description": "Privacy preferences or settings set by the subject.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.job_title", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Job Title", - "description": "Professional data.", - "parent_key": "user" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.account.settings", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Account Settings", - "description": "Account preferences and settings.", - "parent_key": "user.account" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.account.username", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Account Username", - "description": "Username associated with account.", - "parent_key": "user.account" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.authorization.credentials", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Account password", - "description": "Authentication credentials to a system.", - "parent_key": "user.authorization" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.authorization.biometric", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Biometric Credentials", - "description": "Credentials for system authentication.", - "parent_key": "user.authorization" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.authorization.password", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Password", - "description": "Password for system authentication.", - "parent_key": "user.authorization" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.behavior.browsing_history", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Browsing History", - "description": "Content browsing history of a user.", - "parent_key": "user.behavior" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.behavior.media_consumption", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Media Consumption", - "description": "Content consumption history of the subject.", - "parent_key": "user.behavior" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.behavior.purchase_history", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Purchase History", - "description": "Purchase history of the subject.", - "parent_key": "user.behavior" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.behavior.search_history", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Search History", - "description": "Search history of the subject.", - "parent_key": "user.behavior" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.biometric.fingerprint", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Fingerprint", - "description": "Fingerprint encoded data about a subject.", - "parent_key": "user.biometric" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.biometric.retinal", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Retina Scan", - "description": "Retinal data about a subject.", - "parent_key": "user.biometric" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.biometric.voice", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Voice Recording", - "description": "Voice encoded data about a subject.", - "parent_key": "user.biometric" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.biometric.health", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Biometric Health Data", - "description": "Encoded characteristic collected about a user.", - "parent_key": "user.biometric" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.address", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Address", - "description": "Contact address data collected about a user.", - "parent_key": "user.contact" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.email", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Email", - "description": "User's contact email address.", - "parent_key": "user.contact" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.phone_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Phone Number", - "description": "User's phone number.", - "parent_key": "user.contact" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.url", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Website", - "description": "Subject's websites or links to social and personal profiles.", - "parent_key": "user.contact" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.fax_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Fax Number", - "description": "Data Subject's fax number.", - "parent_key": "user.contact" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.organization", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Organization", - "description": "Data Subject's Organization.", - "parent_key": "user.contact" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.address.city", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact City", - "description": "User's city level address data.", - "parent_key": "user.contact.address" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.address.country", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Country", - "description": "User's country level address data.", - "parent_key": "user.contact.address" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.address.postal_code", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Postal Code", - "description": "User's postal code.", - "parent_key": "user.contact.address" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.address.state", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact State", - "description": "User's state level address data.", - "parent_key": "user.contact.address" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.contact.address.street", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Street", - "description": "User's street level address data.", - "parent_key": "user.contact.address" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.content.private", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Private Content", - "description": "Private content related to, or created by the subject, not publicly available.", - "parent_key": "user.content" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.content.public", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Public Content", - "description": "Publicly shared Content related to, or created by the subject.", - "parent_key": "user.content" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.content.self_image", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Image", - "description": "Photograph or image in which subject is whole or partially recognized.", - "parent_key": "user.content" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.age_range", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Age Range", - "description": "Non specific age or age-range of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.date_of_birth", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Birth Date", - "description": "Date of birth of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.gender", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Gender", - "description": "Gender of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.language", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Language", - "description": "Spoken or written language of subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.marital_status", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marital Status", - "description": "Marital status of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.political_opinion", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Political Opinion", - "description": "Political opinion or belief of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.profile", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Profile Data", - "description": "Profile or preference information about the data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.race_ethnicity", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Race", - "description": "Race or ethnicity of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.religious_belief", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Religion", - "description": "Religion or religious beliefs of the data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.demographic.sexual_orientation", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sexual Orientation", - "description": "Sexual orientation of data subject.", - "parent_key": "user.demographic" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.device.cookie", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Device Cookie", - "description": "Data related to a subject, stored within a cookie.", - "parent_key": "user.device" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.device.cookie_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Cookie ID", - "description": "Cookie unique identification number.", - "parent_key": "user.device" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.device.device_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Device ID", - "description": "Device unique identification number.", - "parent_key": "user.device" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.device.ip_address", - "organization_fides_key": "default_organization", - "tags": null, - "name": "IP Address", - "description": "Unique identifier related to device connection.", - "parent_key": "user.device" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.financial.bank_account", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Bank Account Information", - "description": "Bank account information belonging to the subject.", - "parent_key": "user.financial" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.financial.credit_card", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Credit Card Information", - "description": "Credit card information belonging to the subject.", - "parent_key": "user.financial" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id.birth_certificate", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Birth Certificate", - "description": "State issued certificate of birth.", - "parent_key": "user.government_id" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id.drivers_license_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Driver's License Number", - "description": "State issued driving identification number.", - "parent_key": "user.government_id" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id.immigration", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Immigration ID", - "description": "State issued immigration or residency data.", - "parent_key": "user.government_id" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id.national_identification_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "National Identification Number", - "description": "State issued personal identification number.", - "parent_key": "user.government_id" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id.passport_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Passport Number", - "description": "State issued passport data.", - "parent_key": "user.government_id" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.government_id.vehicle_registration", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Vehicle Registration", - "description": "State issued license plate or vehicle registration data.", - "parent_key": "user.government_id" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.health_and_medical.genetic", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User's Genetic Data", - "description": "Data about the genetic makeup provided by the subject.", - "parent_key": "user.health_and_medical" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.health_and_medical.insurance_beneficiary_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Medical Insurance ID", - "description": "Health insurance beneficiary number of the subject.", - "parent_key": "user.health_and_medical" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.health_and_medical.record_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Medical Record ID", - "description": "Medical record identifiers belonging to a subject.", - "parent_key": "user.health_and_medical" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.location.imprecise", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Imprecise Subject Location", - "description": "Imprecise location derived from sensors (more than 500M).", - "parent_key": "user.location" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.location.precise", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Precise Subject Location", - "description": "Precise location derived from sensors (less than 500M).", - "parent_key": "user.location" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.name.first", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Name", - "description": "Subject's first name.", - "parent_key": "user.name" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.name.last", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Last Name", - "description": "Subject's last, or family, name.", - "parent_key": "user.name" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "user.unique_id.pseudonymous", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Pseudonymous User ID", - "description": "A pseudonymous, or probabilistic identifier generated from other subject or device data belonging to the subject.", - "parent_key": "user.unique_id" - } - ] -} diff --git a/data_files/data_categories.yml b/data_files/data_categories.yml deleted file mode 100644 index be00f65f..00000000 --- a/data_files/data_categories.yml +++ /dev/null @@ -1,854 +0,0 @@ -data_category: -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: system - organization_fides_key: default_organization - tags: null - name: System Data - description: Data unique to, and under control of the system. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: system.authentication - organization_fides_key: default_organization - tags: null - name: Authentication Data - description: Data used to manage access to the system. - parent_key: system -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: system.operations - organization_fides_key: default_organization - tags: null - name: Operations Data - description: Data used for system operations. - parent_key: system -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user - organization_fides_key: default_organization - tags: null - name: User Data - description: Data related to the user of the system, either provided directly or - derived based on their usage. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.account - organization_fides_key: default_organization - tags: null - name: Account Information - description: Account creation or registration information. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.authorization - organization_fides_key: default_organization - tags: null - name: Authorization Information - description: Scope of permissions and access to a system. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.behavior - organization_fides_key: default_organization - tags: null - name: Observed Behavior - description: Behavioral data about the subject. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.biometric - organization_fides_key: default_organization - tags: null - name: Biometric Data - description: Encoded characteristics provided by a user. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.childrens - organization_fides_key: default_organization - tags: null - name: Children's Data - description: Data relating to children. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact - organization_fides_key: default_organization - tags: null - name: Contact Data - description: Contact data collected about a user. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.content - organization_fides_key: default_organization - tags: null - name: User Content - description: Content related to, or created by the subject. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic - organization_fides_key: default_organization - tags: null - name: Demographic Data - description: Demographic data about a user. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.location - organization_fides_key: default_organization - tags: null - name: Location Data - description: Records of the location of a user. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.device - organization_fides_key: default_organization - tags: null - name: Device Data - description: Data related to a user's device, configuration and setting. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.payment - organization_fides_key: default_organization - tags: null - name: Payment Data - description: Payment data related to user. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.social - organization_fides_key: default_organization - tags: null - name: Social Data - description: Social activity and interaction data. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.unique_id - organization_fides_key: default_organization - tags: null - name: Unique ID - description: Unique identifier for a user assigned through system use. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.telemetry - organization_fides_key: default_organization - tags: null - name: Telemetry Data - description: User identifiable measurement data from system sensors and monitoring. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.user_sensor - organization_fides_key: default_organization - tags: null - name: User Sensor Data - description: Measurement data about a user's environment through system use. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.workplace - organization_fides_key: default_organization - tags: null - name: Workplace - description: Organization of employment. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.sensor - organization_fides_key: default_organization - tags: null - name: Sensor Data - description: Measurement data from sensors and monitoring systems. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.financial - organization_fides_key: default_organization - tags: null - name: Financial Data - description: Payment data and financial history. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id - organization_fides_key: default_organization - tags: null - name: Government ID - description: State provided identification data. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.health_and_medical - organization_fides_key: default_organization - tags: null - name: Health and Medical Data - description: Health records or individual's personal medical information. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.name - organization_fides_key: default_organization - tags: null - name: Name - description: User's real name. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.criminal_history - organization_fides_key: default_organization - tags: null - name: Criminal History - description: Criminal records or information about the data subject. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.privacy_preferences - organization_fides_key: default_organization - tags: null - name: Privacy Preferences - description: Privacy preferences or settings set by the subject. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.job_title - organization_fides_key: default_organization - tags: null - name: Job Title - description: Professional data. - parent_key: user -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.account.settings - organization_fides_key: default_organization - tags: null - name: Account Settings - description: Account preferences and settings. - parent_key: user.account -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.account.username - organization_fides_key: default_organization - tags: null - name: Account Username - description: Username associated with account. - parent_key: user.account -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.authorization.credentials - organization_fides_key: default_organization - tags: null - name: Account password - description: Authentication credentials to a system. - parent_key: user.authorization -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.authorization.biometric - organization_fides_key: default_organization - tags: null - name: Biometric Credentials - description: Credentials for system authentication. - parent_key: user.authorization -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.authorization.password - organization_fides_key: default_organization - tags: null - name: Password - description: Password for system authentication. - parent_key: user.authorization -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.behavior.browsing_history - organization_fides_key: default_organization - tags: null - name: Browsing History - description: Content browsing history of a user. - parent_key: user.behavior -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.behavior.media_consumption - organization_fides_key: default_organization - tags: null - name: Media Consumption - description: Content consumption history of the subject. - parent_key: user.behavior -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.behavior.purchase_history - organization_fides_key: default_organization - tags: null - name: Purchase History - description: Purchase history of the subject. - parent_key: user.behavior -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.behavior.search_history - organization_fides_key: default_organization - tags: null - name: Search History - description: Search history of the subject. - parent_key: user.behavior -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.biometric.fingerprint - organization_fides_key: default_organization - tags: null - name: Fingerprint - description: Fingerprint encoded data about a subject. - parent_key: user.biometric -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.biometric.retinal - organization_fides_key: default_organization - tags: null - name: Retina Scan - description: Retinal data about a subject. - parent_key: user.biometric -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.biometric.voice - organization_fides_key: default_organization - tags: null - name: Voice Recording - description: Voice encoded data about a subject. - parent_key: user.biometric -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.biometric.health - organization_fides_key: default_organization - tags: null - name: Biometric Health Data - description: Encoded characteristic collected about a user. - parent_key: user.biometric -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.address - organization_fides_key: default_organization - tags: null - name: User Contact Address - description: Contact address data collected about a user. - parent_key: user.contact -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.email - organization_fides_key: default_organization - tags: null - name: User Contact Email - description: User's contact email address. - parent_key: user.contact -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.phone_number - organization_fides_key: default_organization - tags: null - name: User Contact Phone Number - description: User's phone number. - parent_key: user.contact -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.url - organization_fides_key: default_organization - tags: null - name: User Website - description: Subject's websites or links to social and personal profiles. - parent_key: user.contact -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.fax_number - organization_fides_key: default_organization - tags: null - name: Fax Number - description: Data Subject's fax number. - parent_key: user.contact -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.organization - organization_fides_key: default_organization - tags: null - name: Organization - description: Data Subject's Organization. - parent_key: user.contact -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.address.city - organization_fides_key: default_organization - tags: null - name: User Contact City - description: User's city level address data. - parent_key: user.contact.address -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.address.country - organization_fides_key: default_organization - tags: null - name: User Contact Country - description: User's country level address data. - parent_key: user.contact.address -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.address.postal_code - organization_fides_key: default_organization - tags: null - name: User Contact Postal Code - description: User's postal code. - parent_key: user.contact.address -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.address.state - organization_fides_key: default_organization - tags: null - name: User Contact State - description: User's state level address data. - parent_key: user.contact.address -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.contact.address.street - organization_fides_key: default_organization - tags: null - name: User Contact Street - description: User's street level address data. - parent_key: user.contact.address -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.content.private - organization_fides_key: default_organization - tags: null - name: Private Content - description: Private content related to, or created by the subject, not publicly - available. - parent_key: user.content -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.content.public - organization_fides_key: default_organization - tags: null - name: Public Content - description: Publicly shared Content related to, or created by the subject. - parent_key: user.content -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.content.self_image - organization_fides_key: default_organization - tags: null - name: User Image - description: Photograph or image in which subject is whole or partially recognized. - parent_key: user.content -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.age_range - organization_fides_key: default_organization - tags: null - name: Age Range - description: Non specific age or age-range of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.date_of_birth - organization_fides_key: default_organization - tags: null - name: Birth Date - description: Date of birth of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.gender - organization_fides_key: default_organization - tags: null - name: Gender - description: Gender of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.language - organization_fides_key: default_organization - tags: null - name: Language - description: Spoken or written language of subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.marital_status - organization_fides_key: default_organization - tags: null - name: Marital Status - description: Marital status of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.political_opinion - organization_fides_key: default_organization - tags: null - name: Political Opinion - description: Political opinion or belief of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.profile - organization_fides_key: default_organization - tags: null - name: User Profile Data - description: Profile or preference information about the data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.race_ethnicity - organization_fides_key: default_organization - tags: null - name: Race - description: Race or ethnicity of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.religious_belief - organization_fides_key: default_organization - tags: null - name: Religion - description: Religion or religious beliefs of the data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.demographic.sexual_orientation - organization_fides_key: default_organization - tags: null - name: Sexual Orientation - description: Sexual orientation of data subject. - parent_key: user.demographic -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.device.cookie - organization_fides_key: default_organization - tags: null - name: Device Cookie - description: Data related to a subject, stored within a cookie. - parent_key: user.device -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.device.cookie_id - organization_fides_key: default_organization - tags: null - name: Cookie ID - description: Cookie unique identification number. - parent_key: user.device -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.device.device_id - organization_fides_key: default_organization - tags: null - name: Device ID - description: Device unique identification number. - parent_key: user.device -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.device.ip_address - organization_fides_key: default_organization - tags: null - name: IP Address - description: Unique identifier related to device connection. - parent_key: user.device -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.financial.bank_account - organization_fides_key: default_organization - tags: null - name: Bank Account Information - description: Bank account information belonging to the subject. - parent_key: user.financial -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.financial.credit_card - organization_fides_key: default_organization - tags: null - name: Credit Card Information - description: Credit card information belonging to the subject. - parent_key: user.financial -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id.birth_certificate - organization_fides_key: default_organization - tags: null - name: Birth Certificate - description: State issued certificate of birth. - parent_key: user.government_id -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id.drivers_license_number - organization_fides_key: default_organization - tags: null - name: Driver's License Number - description: State issued driving identification number. - parent_key: user.government_id -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id.immigration - organization_fides_key: default_organization - tags: null - name: Immigration ID - description: State issued immigration or residency data. - parent_key: user.government_id -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id.national_identification_number - organization_fides_key: default_organization - tags: null - name: National Identification Number - description: State issued personal identification number. - parent_key: user.government_id -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id.passport_number - organization_fides_key: default_organization - tags: null - name: Passport Number - description: State issued passport data. - parent_key: user.government_id -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.government_id.vehicle_registration - organization_fides_key: default_organization - tags: null - name: Vehicle Registration - description: State issued license plate or vehicle registration data. - parent_key: user.government_id -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.health_and_medical.genetic - organization_fides_key: default_organization - tags: null - name: User's Genetic Data - description: Data about the genetic makeup provided by the subject. - parent_key: user.health_and_medical -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.health_and_medical.insurance_beneficiary_id - organization_fides_key: default_organization - tags: null - name: Medical Insurance ID - description: Health insurance beneficiary number of the subject. - parent_key: user.health_and_medical -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.health_and_medical.record_id - organization_fides_key: default_organization - tags: null - name: Medical Record ID - description: Medical record identifiers belonging to a subject. - parent_key: user.health_and_medical -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.location.imprecise - organization_fides_key: default_organization - tags: null - name: Imprecise Subject Location - description: Imprecise location derived from sensors (more than 500M). - parent_key: user.location -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.location.precise - organization_fides_key: default_organization - tags: null - name: Precise Subject Location - description: Precise location derived from sensors (less than 500M). - parent_key: user.location -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.name.first - organization_fides_key: default_organization - tags: null - name: First Name - description: Subject's first name. - parent_key: user.name -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.name.last - organization_fides_key: default_organization - tags: null - name: Last Name - description: Subject's last, or family, name. - parent_key: user.name -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: user.unique_id.pseudonymous - organization_fides_key: default_organization - tags: null - name: Pseudonymous User ID - description: A pseudonymous, or probabilistic identifier generated from other subject - or device data belonging to the subject. - parent_key: user.unique_id diff --git a/data_files/data_subjects.csv b/data_files/data_subjects.csv deleted file mode 100644 index 039affd0..00000000 --- a/data_files/data_subjects.csv +++ /dev/null @@ -1,17 +0,0 @@ -automated_decisions_or_profiling,fides_key,is_default,name,organization_fides_key,replaced_by,rights,tags,version_added,version_deprecated,parent_key,description -,data_subject,,Data Subject,,,,,,,, -,anonymous_user,True,Anonymous User,default_organization,,,,2.0.0,,data_subject,An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification -,citizen_voter,True,Citizen Voter,default_organization,,,,2.0.0,,data_subject,An individual registered to voter with a state or authority. -,commuter,True,Commuter,default_organization,,,,2.0.0,,data_subject,An individual that is traveling or transiting in the context of location tracking. -,consultant,True,Consultant,default_organization,,,,2.0.0,,data_subject,An individual employed in a consultative/temporary capacity by the organization. -,customer,True,Customer,default_organization,,,,2.0.0,,data_subject,An individual or other organization that purchases goods or services from the organization. -,employee,True,Employee,default_organization,,,,2.0.0,,data_subject,An individual employed by the organization. -,job_applicant,True,Job Applicant,default_organization,,,,2.0.0,,data_subject,An individual applying for employment to the organization. -,next_of_kin,True,Next of Kin,default_organization,,,,2.0.0,,data_subject,A relative of any other individual subject where such a relationship is known. -,passenger,True,Passenger,default_organization,,,,2.0.0,,data_subject,An individual traveling on some means of provided transport. -,patient,True,Patient,default_organization,,,,2.0.0,,data_subject,An individual identified for the purposes of any medical care. -,prospect,True,Prospect,default_organization,,,,2.0.0,,data_subject,An individual or organization to whom an organization is selling goods or services. -,shareholder,True,Shareholder,default_organization,,,,2.0.0,,data_subject,An individual or organization that holds equity in the organization. -,supplier_vendor,True,Supplier/Vendor,default_organization,,,,2.0.0,,data_subject,An individual or organization that provides services or goods to the organization. -,trainee,True,Trainee,default_organization,,,,2.0.0,,data_subject,An individual undergoing training by the organization. -,visitor,True,Visitor,default_organization,,,,2.0.0,,data_subject,An individual visiting a location. diff --git a/data_files/data_subjects.json b/data_files/data_subjects.json deleted file mode 100644 index a77e5773..00000000 --- a/data_files/data_subjects.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "data_subject": [ - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "anonymous_user", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Anonymous User", - "description": "An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "citizen_voter", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Citizen Voter", - "description": "An individual registered to voter with a state or authority.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "commuter", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Commuter", - "description": "An individual that is traveling or transiting in the context of location tracking.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "consultant", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Consultant", - "description": "An individual employed in a consultative/temporary capacity by the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "customer", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Customer", - "description": "An individual or other organization that purchases goods or services from the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "employee", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Employee", - "description": "An individual employed by the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "job_applicant", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Job Applicant", - "description": "An individual applying for employment to the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "next_of_kin", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Next of Kin", - "description": "A relative of any other individual subject where such a relationship is known.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "passenger", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Passenger", - "description": "An individual traveling on some means of provided transport.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "patient", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Patient", - "description": "An individual identified for the purposes of any medical care.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "prospect", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Prospect", - "description": "An individual or organization to whom an organization is selling goods or services.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "shareholder", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Shareholder", - "description": "An individual or organization that holds equity in the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "supplier_vendor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Supplier/Vendor", - "description": "An individual or organization that provides services or goods to the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "trainee", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Trainee", - "description": "An individual undergoing training by the organization.", - "rights": null, - "automated_decisions_or_profiling": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "visitor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Visitor", - "description": "An individual visiting a location.", - "rights": null, - "automated_decisions_or_profiling": null - } - ] -} diff --git a/data_files/data_subjects.yml b/data_files/data_subjects.yml deleted file mode 100644 index a7a84273..00000000 --- a/data_files/data_subjects.yml +++ /dev/null @@ -1,173 +0,0 @@ -data_subject: -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: anonymous_user - organization_fides_key: default_organization - tags: null - name: Anonymous User - description: An individual that is unidentifiable to the systems. Note - This should - only be applied to truly anonymous users where there is no risk of re-identification - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: citizen_voter - organization_fides_key: default_organization - tags: null - name: Citizen Voter - description: An individual registered to voter with a state or authority. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: commuter - organization_fides_key: default_organization - tags: null - name: Commuter - description: An individual that is traveling or transiting in the context of location - tracking. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: consultant - organization_fides_key: default_organization - tags: null - name: Consultant - description: An individual employed in a consultative/temporary capacity by the - organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: customer - organization_fides_key: default_organization - tags: null - name: Customer - description: An individual or other organization that purchases goods or services - from the organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: employee - organization_fides_key: default_organization - tags: null - name: Employee - description: An individual employed by the organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: job_applicant - organization_fides_key: default_organization - tags: null - name: Job Applicant - description: An individual applying for employment to the organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: next_of_kin - organization_fides_key: default_organization - tags: null - name: Next of Kin - description: A relative of any other individual subject where such a relationship - is known. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: passenger - organization_fides_key: default_organization - tags: null - name: Passenger - description: An individual traveling on some means of provided transport. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: patient - organization_fides_key: default_organization - tags: null - name: Patient - description: An individual identified for the purposes of any medical care. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: prospect - organization_fides_key: default_organization - tags: null - name: Prospect - description: An individual or organization to whom an organization is selling goods - or services. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: shareholder - organization_fides_key: default_organization - tags: null - name: Shareholder - description: An individual or organization that holds equity in the organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: supplier_vendor - organization_fides_key: default_organization - tags: null - name: Supplier/Vendor - description: An individual or organization that provides services or goods to the - organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: trainee - organization_fides_key: default_organization - tags: null - name: Trainee - description: An individual undergoing training by the organization. - rights: null - automated_decisions_or_profiling: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: visitor - organization_fides_key: default_organization - tags: null - name: Visitor - description: An individual visiting a location. - rights: null - automated_decisions_or_profiling: null diff --git a/data_files/data_uses.csv b/data_files/data_uses.csv deleted file mode 100644 index 4b1477a9..00000000 --- a/data_files/data_uses.csv +++ /dev/null @@ -1,56 +0,0 @@ -fides_key,is_default,name,organization_fides_key,parent_key,replaced_by,tags,version_added,version_deprecated,description -data_use,,Data Use,,,,,,, -analytics,TRUE,Analytics,default_organization,data_use,,,2.0.0,,"Provides analytics for activities such as system and advertising performance reporting, insights and fraud detection." -analytics.reporting,TRUE,Analytics for Reporting,default_organization,analytics,,,2.0.0,,Provides analytics for general reporting such as system and advertising performance. -analytics.reporting.ad_performance,TRUE,Analytics for Advertising Performance,default_organization,analytics.reporting,,,2.0.0,,Provides analytics for reporting of advertising performance. -analytics.reporting.content_performance,TRUE,Analytics for Content Performance,default_organization,analytics.reporting,,,2.0.0,,Analytics for reporting on content performance. -analytics.reporting.campaign_insights,TRUE,Analytics for Insights,default_organization,analytics.reporting,,,2.0.0,,Provides analytics for reporting of campaign insights related to advertising and promotion activities. -analytics.reporting.system,TRUE,Analytics for System Activity,default_organization,analytics.reporting,,,2.0.0,,Provides analytics for reporting on system activity. -analytics.reporting.system.performance,TRUE,Analytics for System Performance,default_organization,analytics.reporting.system,,,2.0.0,,Provides analytics for reporting on system performance. -collect,TRUE,Collect,default_organization,data_use,,,2.0.0,,Collects or stores data in order to use it for another purpose which has not yet been expressly defined. -employment,TRUE,Employment,default_organization,data_use,,,2.0.0,,Processes data for the purpose of recruitment or employment and human resources (HR) related activities. -employment.recruitment,TRUE,Employment Recruitment,default_organization,employment,,,2.0.0,,Processes data of prospective employees for the purpose of recruitment. -essential,TRUE,Essential,default_organization,data_use,,,2.0.0,,"Operates the service or product, including legal obligations, support and basic system operations." -essential.fraud_detection,TRUE,Essential Fraud Detection,default_organization,essential,,,2.0.0,,"Detects possible fraud or misuse of the product, service, application or system." -essential.legal_obligation,TRUE,Essential Legal Obligation,default_organization,essential,,,2.0.0,,Provides service to meet a legal or compliance obligation such as consent management. -essential.service,TRUE,Essential for Service,default_organization,essential,,,2.0.0,,"Provides the essential product, service, application or system, without which the product/service would not be possible." -essential.service.authentication,TRUE,Essential Service Authentication,default_organization,essential.service,,,2.0.0,,"Authenticate users to the product, service, application or system." -essential.service.notifications,TRUE,Essential Service Notifications,default_organization,essential.service,,,2.0.0,,"Sends notifications about the product, service, application or system." -essential.service.operations,TRUE,Essential for Operations,default_organization,essential.service,,,2.0.0,,"Essential to ensure the operation of the product, service, application or system." -essential.service.payment_processing,TRUE,Essential for Payment Processing,default_organization,essential.service,,,2.0.0,,"Essential to processes payments for the product, service, application or system." -essential.service.security,TRUE,Essential for Security,default_organization,essential.service,,,2.0.0,,"Essential to provide security for the product, service, application or system" -essential.service.upgrades,TRUE,Essential for Service Upgrades,default_organization,essential.service,,,2.0.0,,Provides timely system upgrade information options. -essential.service.notifications.email,TRUE,Essential Email Service Notifications,default_organization,essential.service.notifications,,,2.0.0,,"Sends email notifications about the product, service, application or system." -essential.service.notifications.sms,TRUE,Essential SMS Service Notifications,default_organization,essential.service.notifications,,,2.0.0,,"Sends SMS notifications about the product, service, application or system." -essential.service.operations.support,TRUE,Essential for Operations Support,default_organization,essential.service.operations,,,2.0.0,,"Provides support for the product, service, application or system." -essential.service.operations.improve,TRUE,Essential for Support Improvement,default_organization,essential.service.operations,,,2.0.0,,"Essential to optimize and improve support for the product, service, application or system." -finance,TRUE,Finance,default_organization,data_use,,,2.0.0,,Enables finance and accounting activities such as audits and tax reporting. -functional,TRUE,Functional,default_organization,data_use,,,2.0.0,,"Used for specific, necessary, and legitimate purposes" -functional.storage,TRUE,Local Data Storage,default_organization,functional,,,2.0.0,,"Stores or accesses information from the device as needed when using a product, service, application, or system" -functional.service,TRUE,Service,default_organization,functional,,,2.0.0,,"Functions relating to provided services, products, applications or systems." -functional.service.improve,TRUE,Improve Service,default_organization,functional.service,,,2.0.0,,"Improves the specific product, service, application or system." -marketing,TRUE,Marketing,default_organization,data_use,,,2.0.0,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system." -marketing.advertising,TRUE,"Advertising, Marketing or Promotion",default_organization,marketing,,,2.0.0,,"Advertises or promotes the product, service, application or system and associated services." -marketing.communications,TRUE,Marketing Communications,default_organization,marketing,,,2.0.0,,"Uses combined channels to message and market to a customer, user or prospect." -marketing.advertising.first_party,TRUE,First Party Advertising,default_organization,marketing.advertising,,,2.0.0,,Serves advertisements based on first party data collected or derived about the user. -marketing.advertising.frequency_capping,TRUE,Frequency Capping,default_organization,marketing.advertising,,,2.0.0,,Restricts the number of times a specific advertisement is shown to an individual. -marketing.advertising.negative_targeting,TRUE,Negative Targeting,default_organization,marketing.advertising,,,2.0.0,,Enforces rules used to ensure a certain audience or group is not targeted by advertising. -marketing.advertising.profiling,TRUE,Profiling for Advertising,default_organization,marketing.advertising,,,2.0.0,,Creates audience profiles for the purpose of targeted advertising -marketing.advertising.serving,TRUE,Essential for Serving Ads,default_organization,marketing.advertising,,,2.0.0,,Essential to the delivery of advertising and content. -marketing.advertising.third_party,TRUE,Third Party Advertising,default_organization,marketing.advertising,,,2.0.0,,Serves advertisements based on data within the system or joined with data provided by 3rd parties. -marketing.advertising.first_party.contextual,TRUE,First Party Contextual Advertising,default_organization,marketing.advertising.first_party,,,2.0.0,,Serves advertisements based on current content being viewed by the user of the system or service. -marketing.advertising.first_party.targeted,TRUE,First Party Personalized Advertising,default_organization,marketing.advertising.first_party,,,2.0.0,,Targets advertisements based on data collected or derived about the user from use of the system. -marketing.advertising.third_party.targeted,TRUE,Third Party Targeted Advertising,default_organization,marketing.advertising.third_party,,,2.0.0,,Targets advertisements based on data within the system or joined with data provided by 3rd parties. -marketing.communications.email,TRUE,Marketing Email Communications,default_organization,marketing.communications,,,2.0.0,,Sends email marketing communications. -marketing.communications.sms,TRUE,Marketing SMS Communications,default_organization,marketing.communications,,,2.0.0,,Sends SMS marketing communications. -operations,TRUE,Operations,default_organization,data_use,,,2.0.0,,Supports business processes necessary to the organization's operation. -personalize,TRUE,Personalize,default_organization,data_use,,,2.0.0,,"Personalizes the product, service, application or system." -personalize.content,TRUE,Content Personalization,default_organization,personalize,,,2.0.0,,"Personalizes the content of the product, service, application or system." -personalize.system,TRUE,System Personalization,default_organization,personalize,,,2.0.0,,Personalizes the system. -personalize.content.limited,TRUE,Limited Content Personalization,default_organization,personalize.content,,,2.1.1,,Uses limited data for the purpose of serving content. -personalize.content.profiling,TRUE,Profiling for Personalization,default_organization,personalize.content,,,2.1.1,,Creates profiles for the purpose of serving content. -personalize.content.profiled,TRUE,Targeted Content Personalization,default_organization,personalize.content,,,2.1.1,,Uses profiles for the purpose of serving content. -sales,TRUE,Sales,default_organization,data_use,,,2.0.0,,Supports sales activities such as communications and outreach. -third_party_sharing,TRUE,Third Party Sharing,default_organization,data_use,,,2.0.0,,Transfers data to third parties outside of the system or service's scope. -third_party_sharing.legal_obligation,TRUE,Sharing for Legal Obligation,default_organization,third_party_sharing,,,2.0.0,,"Shares data for legal obligations, including contracts, applicable laws or regulations." -train_ai_system,TRUE,Train AI System,default_organization,data_use,,,2.0.0,,Trains an AI system or data model for machine learning. \ No newline at end of file diff --git a/data_files/data_uses.json b/data_files/data_uses.json deleted file mode 100644 index e5794089..00000000 --- a/data_files/data_uses.json +++ /dev/null @@ -1,652 +0,0 @@ -{ - "data_use": [ - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics", - "description": "Provides analytics for activities such as system and advertising performance reporting, insights and fraud detection.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics.reporting", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Reporting", - "description": "Provides analytics for general reporting such as system and advertising performance.", - "parent_key": "analytics" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics.reporting.ad_performance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Advertising Performance", - "description": "Provides analytics for reporting of advertising performance.", - "parent_key": "analytics.reporting" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics.reporting.content_performance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Content Performance", - "description": "Analytics for reporting on content performance.", - "parent_key": "analytics.reporting" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics.reporting.campaign_insights", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Insights", - "description": "Provides analytics for reporting of campaign insights related to advertising and promotion activities.", - "parent_key": "analytics.reporting" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics.reporting.system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for System Activity", - "description": "Provides analytics for reporting on system activity.", - "parent_key": "analytics.reporting" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "analytics.reporting.system.performance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for System Performance", - "description": "Provides analytics for reporting on system performance.", - "parent_key": "analytics.reporting.system" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "collect", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Collect", - "description": "Collects or stores data in order to use it for another purpose which has not yet been expressly defined.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "employment", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Employment", - "description": "Processes data for the purpose of recruitment or employment and human resources (HR) related activities.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "employment.recruitment", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Employment Recruitment", - "description": "Processes data of prospective employees for the purpose of recruitment.", - "parent_key": "employment" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential", - "description": "Operates the service or product, including legal obligations, support and basic system operations.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.fraud_detection", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Fraud Detection", - "description": "Detects possible fraud or misuse of the product, service, application or system.", - "parent_key": "essential" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.legal_obligation", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Legal Obligation", - "description": "Provides service to meet a legal or compliance obligation such as consent management.", - "parent_key": "essential" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Service", - "description": "Provides the essential product, service, application or system, without which the product/service would not be possible.", - "parent_key": "essential" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.authentication", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Service Authentication", - "description": "Authenticate users to the product, service, application or system.", - "parent_key": "essential.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.notifications", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Service Notifications", - "description": "Sends notifications about the product, service, application or system.", - "parent_key": "essential.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.operations", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Operations", - "description": "Essential to ensure the operation of the product, service, application or system.", - "parent_key": "essential.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.payment_processing", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Payment Processing", - "description": "Essential to processes payments for the product, service, application or system.", - "parent_key": "essential.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.security", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Security", - "description": "Essential to provide security for the product, service, application or system", - "parent_key": "essential.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.upgrades", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Service Upgrades", - "description": "Provides timely system upgrade information options.", - "parent_key": "essential.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.notifications.email", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Email Service Notifications", - "description": "Sends email notifications about the product, service, application or system.", - "parent_key": "essential.service.notifications" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.notifications.sms", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential SMS Service Notifications", - "description": "Sends SMS notifications about the product, service, application or system.", - "parent_key": "essential.service.notifications" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.operations.support", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Operations Support", - "description": "Provides support for the product, service, application or system.", - "parent_key": "essential.service.operations" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "essential.service.operations.improve", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Support Improvement", - "description": "Essential to optimize and improve support for the product, service, application or system.", - "parent_key": "essential.service.operations" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "finance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Finance", - "description": "Enables finance and accounting activities such as audits and tax reporting.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "functional", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Functional", - "description": "Used for specific, necessary, and legitimate purposes", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "functional.storage", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Local Data Storage", - "description": "Stores or accesses information from the device as needed when using a product, service, application, or system", - "parent_key": "functional" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "functional.service", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Service", - "description": "Functions relating to provided services, products, applications or systems.", - "parent_key": "functional" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "functional.service.improve", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Improve Service", - "description": "Improves the specific product, service, application or system.", - "parent_key": "functional.service" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing", - "description": "Enables marketing, promotion, advertising and sales activities for the product, service, application or system.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Advertising, Marketing or Promotion", - "description": "Advertises or promotes the product, service, application or system and associated services.", - "parent_key": "marketing" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.communications", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing Communications", - "description": "Uses combined channels to message and market to a customer, user or prospect.", - "parent_key": "marketing" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.first_party", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Party Advertising", - "description": "Serves advertisements based on first party data collected or derived about the user.", - "parent_key": "marketing.advertising" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.frequency_capping", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Frequency Capping", - "description": "Restricts the number of times a specific advertisement is shown to an individual.", - "parent_key": "marketing.advertising" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.negative_targeting", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Negative Targeting", - "description": "Enforces rules used to ensure a certain audience or group is not targeted by advertising.", - "parent_key": "marketing.advertising" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.profiling", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Profiling for Advertising", - "description": "Creates audience profiles for the purpose of targeted advertising", - "parent_key": "marketing.advertising" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.serving", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Serving Ads", - "description": "Essential to the delivery of advertising and content.", - "parent_key": "marketing.advertising" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.third_party", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Third Party Advertising", - "description": "Serves advertisements based on data within the system or joined with data provided by 3rd parties.", - "parent_key": "marketing.advertising" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.first_party.contextual", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Party Contextual Advertising", - "description": "Serves advertisements based on current content being viewed by the user of the system or service.", - "parent_key": "marketing.advertising.first_party" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.first_party.targeted", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Party Personalized Advertising", - "description": "Targets advertisements based on data collected or derived about the user from use of the system.", - "parent_key": "marketing.advertising.first_party" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.advertising.third_party.targeted", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Third Party Targeted Advertising", - "description": "Targets advertisements based on data within the system or joined with data provided by 3rd parties.", - "parent_key": "marketing.advertising.third_party" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.communications.email", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing Email Communications", - "description": "Sends email marketing communications.", - "parent_key": "marketing.communications" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "marketing.communications.sms", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing SMS Communications", - "description": "Sends SMS marketing communications.", - "parent_key": "marketing.communications" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "operations", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Operations", - "description": "Supports business processes necessary to the organization's operation.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "personalize", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Personalize", - "description": "Personalizes the product, service, application or system.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "personalize.content", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Content Personalization", - "description": "Personalizes the content of the product, service, application or system.", - "parent_key": "personalize" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "personalize.system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "System Personalization", - "description": "Personalizes the system.", - "parent_key": "personalize" - }, - { - "version_added": "2.1.1", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "personalize.content.limited", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Limited Content Personalization", - "description": "Uses limited data for the purpose of serving content.", - "parent_key": "personalize.content" - }, - { - "version_added": "2.1.1", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "personalize.content.profiling", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Profiling for Personalization", - "description": "Creates profiles for the purpose of serving content.", - "parent_key": "personalize.content" - }, - { - "version_added": "2.1.1", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "personalize.content.profiled", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Targeted Content Personalization", - "description": "Uses profiles for the purpose of serving content.", - "parent_key": "personalize.content" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "sales", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sales", - "description": "Supports sales activities such as communications and outreach.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "third_party_sharing", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Third Party Sharing", - "description": "Transfers data to third parties outside of the system or service's scope.", - "parent_key": null - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "third_party_sharing.legal_obligation", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sharing for Legal Obligation", - "description": "Shares data for legal obligations, including contracts, applicable laws or regulations.", - "parent_key": "third_party_sharing" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "fides_key": "train_ai_system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Train AI System", - "description": "Trains an AI system or data model for machine learning.", - "parent_key": null - } - ] -} diff --git a/data_files/data_uses.yml b/data_files/data_uses.yml deleted file mode 100644 index 249e7fa4..00000000 --- a/data_files/data_uses.yml +++ /dev/null @@ -1,570 +0,0 @@ -data_use: -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics - organization_fides_key: default_organization - tags: null - name: Analytics - description: Provides analytics for activities such as system and advertising performance - reporting, insights and fraud detection. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics.reporting - organization_fides_key: default_organization - tags: null - name: Analytics for Reporting - description: Provides analytics for general reporting such as system and advertising - performance. - parent_key: analytics -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics.reporting.ad_performance - organization_fides_key: default_organization - tags: null - name: Analytics for Advertising Performance - description: Provides analytics for reporting of advertising performance. - parent_key: analytics.reporting -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics.reporting.content_performance - organization_fides_key: default_organization - tags: null - name: Analytics for Content Performance - description: Analytics for reporting on content performance. - parent_key: analytics.reporting -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics.reporting.campaign_insights - organization_fides_key: default_organization - tags: null - name: Analytics for Insights - description: Provides analytics for reporting of campaign insights related to advertising - and promotion activities. - parent_key: analytics.reporting -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics.reporting.system - organization_fides_key: default_organization - tags: null - name: Analytics for System Activity - description: Provides analytics for reporting on system activity. - parent_key: analytics.reporting -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: analytics.reporting.system.performance - organization_fides_key: default_organization - tags: null - name: Analytics for System Performance - description: Provides analytics for reporting on system performance. - parent_key: analytics.reporting.system -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: collect - organization_fides_key: default_organization - tags: null - name: Collect - description: Collects or stores data in order to use it for another purpose which - has not yet been expressly defined. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: employment - organization_fides_key: default_organization - tags: null - name: Employment - description: Processes data for the purpose of recruitment or employment and human - resources (HR) related activities. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: employment.recruitment - organization_fides_key: default_organization - tags: null - name: Employment Recruitment - description: Processes data of prospective employees for the purpose of recruitment. - parent_key: employment -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential - organization_fides_key: default_organization - tags: null - name: Essential - description: Operates the service or product, including legal obligations, support - and basic system operations. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.fraud_detection - organization_fides_key: default_organization - tags: null - name: Essential Fraud Detection - description: Detects possible fraud or misuse of the product, service, application - or system. - parent_key: essential -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.legal_obligation - organization_fides_key: default_organization - tags: null - name: Essential Legal Obligation - description: Provides service to meet a legal or compliance obligation such as consent - management. - parent_key: essential -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service - organization_fides_key: default_organization - tags: null - name: Essential for Service - description: Provides the essential product, service, application or system, without - which the product/service would not be possible. - parent_key: essential -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.authentication - organization_fides_key: default_organization - tags: null - name: Essential Service Authentication - description: Authenticate users to the product, service, application or system. - parent_key: essential.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.notifications - organization_fides_key: default_organization - tags: null - name: Essential Service Notifications - description: Sends notifications about the product, service, application or system. - parent_key: essential.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.operations - organization_fides_key: default_organization - tags: null - name: Essential for Operations - description: Essential to ensure the operation of the product, service, application - or system. - parent_key: essential.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.payment_processing - organization_fides_key: default_organization - tags: null - name: Essential for Payment Processing - description: Essential to processes payments for the product, service, application - or system. - parent_key: essential.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.security - organization_fides_key: default_organization - tags: null - name: Essential for Security - description: Essential to provide security for the product, service, application - or system - parent_key: essential.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.upgrades - organization_fides_key: default_organization - tags: null - name: Essential for Service Upgrades - description: Provides timely system upgrade information options. - parent_key: essential.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.notifications.email - organization_fides_key: default_organization - tags: null - name: Essential Email Service Notifications - description: Sends email notifications about the product, service, application or - system. - parent_key: essential.service.notifications -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.notifications.sms - organization_fides_key: default_organization - tags: null - name: Essential SMS Service Notifications - description: Sends SMS notifications about the product, service, application or - system. - parent_key: essential.service.notifications -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.operations.support - organization_fides_key: default_organization - tags: null - name: Essential for Operations Support - description: Provides support for the product, service, application or system. - parent_key: essential.service.operations -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: essential.service.operations.improve - organization_fides_key: default_organization - tags: null - name: Essential for Support Improvement - description: Essential to optimize and improve support for the product, service, - application or system. - parent_key: essential.service.operations -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: finance - organization_fides_key: default_organization - tags: null - name: Finance - description: Enables finance and accounting activities such as audits and tax reporting. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: functional - organization_fides_key: default_organization - tags: null - name: Functional - description: Used for specific, necessary, and legitimate purposes - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: functional.storage - organization_fides_key: default_organization - tags: null - name: Local Data Storage - description: Stores or accesses information from the device as needed when using - a product, service, application, or system - parent_key: functional -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: functional.service - organization_fides_key: default_organization - tags: null - name: Service - description: Functions relating to provided services, products, applications or - systems. - parent_key: functional -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: functional.service.improve - organization_fides_key: default_organization - tags: null - name: Improve Service - description: Improves the specific product, service, application or system. - parent_key: functional.service -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing - organization_fides_key: default_organization - tags: null - name: Marketing - description: Enables marketing, promotion, advertising and sales activities for - the product, service, application or system. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising - organization_fides_key: default_organization - tags: null - name: Advertising, Marketing or Promotion - description: Advertises or promotes the product, service, application or system - and associated services. - parent_key: marketing -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.communications - organization_fides_key: default_organization - tags: null - name: Marketing Communications - description: Uses combined channels to message and market to a customer, user or - prospect. - parent_key: marketing -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.first_party - organization_fides_key: default_organization - tags: null - name: First Party Advertising - description: Serves advertisements based on first party data collected or derived - about the user. - parent_key: marketing.advertising -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.frequency_capping - organization_fides_key: default_organization - tags: null - name: Frequency Capping - description: Restricts the number of times a specific advertisement is shown to - an individual. - parent_key: marketing.advertising -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.negative_targeting - organization_fides_key: default_organization - tags: null - name: Negative Targeting - description: Enforces rules used to ensure a certain audience or group is not targeted - by advertising. - parent_key: marketing.advertising -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.profiling - organization_fides_key: default_organization - tags: null - name: Profiling for Advertising - description: Creates audience profiles for the purpose of targeted advertising - parent_key: marketing.advertising -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.serving - organization_fides_key: default_organization - tags: null - name: Essential for Serving Ads - description: Essential to the delivery of advertising and content. - parent_key: marketing.advertising -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.third_party - organization_fides_key: default_organization - tags: null - name: Third Party Advertising - description: Serves advertisements based on data within the system or joined with - data provided by 3rd parties. - parent_key: marketing.advertising -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.first_party.contextual - organization_fides_key: default_organization - tags: null - name: First Party Contextual Advertising - description: Serves advertisements based on current content being viewed by the - user of the system or service. - parent_key: marketing.advertising.first_party -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.first_party.targeted - organization_fides_key: default_organization - tags: null - name: First Party Personalized Advertising - description: Targets advertisements based on data collected or derived about the - user from use of the system. - parent_key: marketing.advertising.first_party -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.advertising.third_party.targeted - organization_fides_key: default_organization - tags: null - name: Third Party Targeted Advertising - description: Targets advertisements based on data within the system or joined with - data provided by 3rd parties. - parent_key: marketing.advertising.third_party -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.communications.email - organization_fides_key: default_organization - tags: null - name: Marketing Email Communications - description: Sends email marketing communications. - parent_key: marketing.communications -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: marketing.communications.sms - organization_fides_key: default_organization - tags: null - name: Marketing SMS Communications - description: Sends SMS marketing communications. - parent_key: marketing.communications -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: operations - organization_fides_key: default_organization - tags: null - name: Operations - description: Supports business processes necessary to the organization's operation. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: personalize - organization_fides_key: default_organization - tags: null - name: Personalize - description: Personalizes the product, service, application or system. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: personalize.content - organization_fides_key: default_organization - tags: null - name: Content Personalization - description: Personalizes the content of the product, service, application or system. - parent_key: personalize -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: personalize.system - organization_fides_key: default_organization - tags: null - name: System Personalization - description: Personalizes the system. - parent_key: personalize -- version_added: 2.1.1 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: personalize.content.limited - organization_fides_key: default_organization - tags: null - name: Limited Content Personalization - description: Uses limited data for the purpose of serving content. - parent_key: personalize.content -- version_added: 2.1.1 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: personalize.content.profiling - organization_fides_key: default_organization - tags: null - name: Profiling for Personalization - description: Creates profiles for the purpose of serving content. - parent_key: personalize.content -- version_added: 2.1.1 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: personalize.content.profiled - organization_fides_key: default_organization - tags: null - name: Targeted Content Personalization - description: Uses profiles for the purpose of serving content. - parent_key: personalize.content -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: sales - organization_fides_key: default_organization - tags: null - name: Sales - description: Supports sales activities such as communications and outreach. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: third_party_sharing - organization_fides_key: default_organization - tags: null - name: Third Party Sharing - description: Transfers data to third parties outside of the system or service's - scope. - parent_key: null -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: third_party_sharing.legal_obligation - organization_fides_key: default_organization - tags: null - name: Sharing for Legal Obligation - description: Shares data for legal obligations, including contracts, applicable - laws or regulations. - parent_key: third_party_sharing -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - fides_key: train_ai_system - organization_fides_key: default_organization - tags: null - name: Train AI System - description: Trains an AI system or data model for machine learning. - parent_key: null diff --git a/data_filess/ad/data_categories.csv b/data_filess/ad/data_categories.csv deleted file mode 100644 index 36b48155..00000000 --- a/data_filess/ad/data_categories.csv +++ /dev/null @@ -1,95 +0,0 @@ -name,fides_key,parent_key,description -System Data,system,data_category,"System data that does not belong to, or identify an individual." -User Data,user,data_category,User related data. -Authorization,user.authorization,user,Scope of permissions and access to a system. -Settings,user.account.settings,user.account,Account preferences and settings. -Children,user.children,user,Data relating to children -Health,user.health,user,Health records or individual's personal medical information. -Biometrics,user.biometrics,user,Returns encoded characteristics provided by a user. -Government ID,user.government_id,user,State provided identification data. -Authorization Biometrics,user.authorization.biometrics,user.authorization,Credentials for system authentication based on biometrics. -Biometrics Fingerprint,user.biometrics.fingerprint,user.biometrics,Fingerprint encoded data about a subject. -Biometrics Retinal,user.biometrics.retinal,user.biometrics,Retinal data about a subject. -Biometrics Voice,user.biometrics.voice,user.biometrics,Voice encoded data about a subject. -Children Under Thirteen,user.children.children_under_thirteen,user.children,Data relating to children under 13. -Child Thriteen-to-Sixteen,user.children.thirteen_to_sixteen,user.children,Data relating to children between 13-15. -Sexual Orientation,user.demographic.sexual_orientation,user.demographic,Sexual orientation of data subject. -Race or Ethnicity,user.demographic.race_ethnicity,user.demographic,Race or ethnicity of data subject. -Citzenship or Immigration Status,user.demographic.citizenship_or_immigration_status,user.demographic,Citizen or immigration status of data subject. -Religious Beliefs,user.demographic.religious_belief,user.demographic,Religion or religious beliefs of the data subject. -Philosophical Beliefs,user.demographic.philosophical_belief,user.demographic,Philosophical beliefs of the data subject. -Passport Number,user.government_id.passport_number,user.government_id,Government issued passport data. -Driver's License Number,user.government_id.drivers_license_number,user.government_id,State issued driving identification number. -Immigration Status ,user.government_id.immigration,user.government_id,State issued immigration or residency data. -State Government ID ,user.government_id.national_identification_number,user.government_id,State issued personal identification number. -Health Treatment,user.health.treatment,user.health,Health-realted treatment for a subject -Prescriptions,user.health.prescriptions,user.health,Prescriptions belonging to a subject -Symptoms,user.health.symptons,user.health,Medical symptoms associated with a subject -Medications,user.health.medications,user.health,Medications taken by a subject -Reproductive or Sexual Health,user.health.reproductive_or_sexual,user.health,Reproductive or sexual data belonging to a subject -Genetic information,user.health.genetic ,user.health,Data about the genetic makeup provided by the subject. -Psychological or Behavioral Condition,user.health.social_psychological_behavioral,user.health,"Social, psychological, and/or behavioral data belonging to a subject. " -Medical Diagonosis ,user.health.medical_diagnosis ,user.health,Medical diagnosis of a subject. -Health Condition,user.health.condition,user.health,Health condition of a subject. -Health record ,user.health.record_id,user.health,Medical record identifiers belonging to a subject. -Precise Location,user.location.precise,user.location,Precise location derived from sensors (less than 500M). -Bank Account Information,user.financial.bank_account,user.financial,Bank account information belonging to the subject. -Behavior,user.behavior,user,Behavioral data about the subject. -Contact,user.contact,user,Contact data collected about a user. -Device,user.device,user,"Data related to a user's device, configuration and setting." -Payment,user.payment,user,Payment data related to user. -Social Activity,user.social_activity,user,Social activity and interaction data. -Unique ID,user.unique_id,user,Unique identifier for a user assigned through system use. -Financial,user.financial,user,Payment data and financial history. -Name,user.name,user,User's real name. -Criminal History,user.criminal_history,user,Criminal records or information about the data subject. -Privacy Preferences,user.privacy_preferences,user,Privacy preferences or settings set by the subject. -Job title,user.job_title,user,Professional data. -Content,user.content,user ,"Content related to, or created by the subject." -Username,user.account.username,user.account,Username associated with account. -Auth Credentials,user.authorization.credentials,user.authorization,Authentication credentials to a system. -Password,user.authorization.password,user.authorization,Password for system authentication. -Browsing History,user.behavior.browsing_history,user.behavior,Content browsing history of a user. -Media Consumption,user.behavior.media_consumption,user.behavior,Content consumption history of the subject. -Purchase History,user.behavior.purchase_history,user.behavior,Purchase history of the subject. -Search History,user.behavior.search_history,user.behavior,Search history of the subject. -Email,user.contact.email,user.contact,User's contact email address. -Phone Number,user.contact.phone_number,user.contact,User's phone number. -Social URL,user.contact.social_url,user.contact,Subject's websites or links to social and personal profiles. -Fax,user.contact.fax_number,user.contact,Data Subject's fax number. -Mailing Address,user.contact.address.mailing_address,user.contact.address,Contact address data collected about a user. -City,user.contact.address.city,user.contact.address,User's city level address data. -Country,user.contact.address.country,user.contact.address,User's country level address data. -Postal Code,user.contact.address.postal_code,user.contact.address,User's postal code. -State,user.contact.address.state,user.contact.address,User's state level address data. -Street,user.contact.address.street,user.contact.address,User's street level address data. -Private Content,user.content.private,user.content,"Private content related to, or created by the subject, not publicly available." -Public Content,user.content.public,user.content,Publicly shared Content related to or created by the subject. -Self Image,user.content.self_image,user.content,Photograph or image in which subject is whole or partially recognized. -Union Membership,user.demographic.union_membership,user.demographic,Union membership of data subject -Protected Classifications,user.demographic.protected_classifications,user.demographic,Demographic data about a user that are protected classifications. -Age Range,user.demographic.age_range,user.demographic,Non specific age or age-range of data subject. -Date of Birth,user.demographic.date_of_birth,user.demographic,Date of birth of data subject. -Gender,user.demographic.gender,user.demographic,Gender of data subject. -Language,user.demographic.language,user.demographic,Spoken or written language of subject. -Marial Status,user.demographic.marital_status,user.demographic,Marital status of data subject. -Political Opinion,user.demographic.political_opinion,user.demographic,Political opinion or belief of data subject. -Profile,user.demographic.profile,user.demographic,Profile or preference information about the data subject. -Telemetry,user.device.telemetry,user.device,User identifiable measurement data from system sensors and monitoring. -Sensor,user.device.sensor,user.device,Measurement data about a user's environment through system use. -Cookie,user.device.cookie,user.device,"Data related to a subject, stored within a cookie." -Cookie ID,user.device.cookie_id,user.device,Cookie unique identification number. -Device ID,user.device.device_id,user.device,Device unique identification number. -Internet Protocol Address ,user.device.ip_address,user.device,Unique identifier related to device connection. -Workplace,user.employment.workplace,user.employment,Organization of employment. -Credit Card Information ,user.financial.credit_card,user.financial,Credit card information belonging to the subject. -Birth Certificate ,user.government_id.birth_certificate,user.government_id,State issued certificate of birth. -License Plate or Vehicle Number,user.government_id.vehicle_registration,user.government_id,State issued license plate or vehicle registration data. -Maternity Clothing,user.health.maternity_clothing,user.health,Purchase and/or browsing history of consumer related to maternity clothing -Baby Formula,user.health.baby_formula,user.health,Purchase and/or browsing history of consumer related to baby formula -Insurance beneficiary ,user.health.insurance_beneficiary_id,user.health,Health insurance beneficiary number of the subject. -Coarse Location,user.location.coarse,user.location,Coarse location derived from sensors (more than 500M). -First name,user.name.first,user.name,Subject's first name. -Last name,user.name.last,user.name,"Subject's last, or family, name." -Probablistic ID,user.unique_id.probablistic,user.unique_id,A probabilistic identifier generated from data subject or device characteristics. -Deterministic ID,user.unique_id.deterministic,user.unique_id,A deterministic identifier generated from data subject or device characteristics. \ No newline at end of file diff --git a/data_filess/ad/data_subjects.csv b/data_filess/ad/data_subjects.csv deleted file mode 100644 index 9ce88dc9..00000000 --- a/data_filess/ad/data_subjects.csv +++ /dev/null @@ -1,8 +0,0 @@ -fides_key,parent_key,title,description -consumer,subject,,A natural person who is a resident of a State within the United States of America. -household,subject,,A group of Consumers who cohabitate with one another at the same residential address and share use of common devices or services. -employee,subject,,"An individual who is an employee of, director of, officer of, medical staff member of, or independent contractor of a business" -B2B,subject,,Business-to-business; individuals who interact with a business purely in a commercial capacity -child,subject,,A Consumer under the age of 15 -child.child_under_thirteen,child,,A Consumer under the age of 13 -child.child_thirteen_to_sixteen ,child,,A Consumer between the ages of 13-15  \ No newline at end of file diff --git a/data_filess/ad/data_uses.csv b/data_filess/ad/data_uses.csv deleted file mode 100644 index 30e58d63..00000000 --- a/data_filess/ad/data_uses.csv +++ /dev/null @@ -1,55 +0,0 @@ -fides_key,parent_key,title,description -necessary,data_use,,"Provides essential functions such as legal compliance, security, basic system operations, and support. Without the 'necessary' data use, the product or service cannot operate or meet legal and security requirements" -operational,data_use,,"Facilitates operations for the service or product, including product improvements. " -analytics,data_use,,"Provides analytics for activities such as system and advertising performance reporting, insights and advertising fraud detection." -advertising_marketing,data_use,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system." -disclosure ,data_use,,Provides information regarding whether the data is being transmitted to other parties. -necessary.fraud_detection,necessary,,"Detects possible fraud or misuse of the product, service, application or system." -necessary.legal_obligation,necessary,,Provides service to meet a legal or compliance obligation such as consent management. -necessary.service,necessary,,"Provides the necessary product, service, application or system, without which the product/service would not be possible." -necessary.legal_obligation.hold,necessary.legal_obligation,,Provides service to meet a legal hold. -necessary.service.notifications.email,necessary.service.notifications,,"Sends email notifications about the product, service, application or system." -necessary.service.notifications.sms,necessary.service.notifications,,"Sends SMS notifications about the product, service, application or system." -necessary.operations.support,necessary.operations,,"Provides support for the product, service, application or system." -necessary.operations.improve,necessary.operations,,"Necessary to optimize and improve support for the product, service, application or system." -necessary.operations.quality_assurance,necessary.operations,,"Necessary to provide quality assurance for the product, service, application, or system. " -necessary.operations.debugging,necessary.operations,,"Necessary to debug the product, service, application, or system." -necessary.service.authentication,necessary.service,,"Authenticate users to the product, service, application or system." -necessary.service.notifications,necessary.service,,"Sends notifications about the product, service, application or system." -necessary.service.operations,necessary.service,,"necessary to ensure the operation of the product, service, application or system." -necessary.service.payment_processing,necessary.service,,"necessary to processes payments for the product, service, application or system." -necessary.service.security,necessary.service,,"necessary to provide security for the product, service, application or system" -necessary.service.upgrades,necessary.service,,Provides timely system upgrade information options. -operational.service,operational,,"Functions relating to provided services, products, applications or systems." -operational.website_use,operational,,"Provides information relating to how consumers use the website, product, service, application, or system. " -operational.survey,operational,,"Information relating to surveys provided to assist with improving the website, product, service, application or systems." -operational .service.customer_support.improve,operational .service.customer_support,,"Improves the specific product, service, application or system." -analytics.ad_reporting.measure_ad_performance,analytics.ad_reporting,,Provides analytics for reporting of advertising performance. -analytics.ad_reporting.market_research,analytics.ad_reporting,,Provides analytics for reporting of market research. -analytics.ad_reporting.ad_fraud_detection,analytics.ad_reporting,,Provides analytics for reporting on fraud detection. -analytics.ad_reporting.ad_viewability,analytics.ad_reporting,,Provides analytics for reporting on viewability of ads. -analytics.reporting.ad_performance,analytics.reporting,,Provides analytics for reporting of advertising performance. -analytics.reporting.content_performance,analytics.reporting,,Analytics for reporting on content performance. -analytics.reporting.campaign_insights,analytics.reporting,,Provides analytics for reporting of campaign insights related to advertising and promotion activities. -analytics.reporting.system,analytics.reporting,,Provides analytics for reporting on system activity. -analytics.ad_delivery_and_targeting,analytics,,Provides analytics for reporting of advertising performance. -advertising_marketing.first_party.contextual,advertising_marketing.first_party,,Serves advertisements based on current content being viewed by the user of the system or service. -advertising_marketing.first_party.targeted,advertising_marketing.first_party,,Targets advertisements based on data collected or derived about the user from use of the system. -advertising_marketing.third_party.targeted,advertising_marketing.third_party,,Targets advertisements based on data within the system or joined with data provided by 3rd parties. -advertising_marketing.communications,advertising_marketing,,"Uses combined channels to message and market to a customer, user or prospect." -advertising_marketing.first_party,advertising_marketing,,Serves advertisements based on first party data collected or derived about the user. -advertising_marketing.frequency_capping,advertising_marketing,,Restricts the number of times a specific advertisement is shown to an individual. -advertising_marketing.negative_targeting,advertising_marketing,,Enforces rules used to ensure a certain audience or group is not targeted by advertising. -advertising_marketing.profiling,advertising_marketing,,Creates audience profiles for the purpose of targeted advertising -advertising_marketing.serving,advertising_marketing,,Services to the delivery of advertising and content. -advertising_marketing.third_party,advertising_marketing,,Serves advertisements based on data within the system or joined with data provided by 3rd parties. -advertising_marketing.communications.email,advertising_marketing.communications,,Sends email marketing communications. -advertising_marketing.communications.sms,advertising_marketing.communications,,Sends SMS marketing communications. -advertising_marketing.personalize.content,advertising_marketing.personalize,,"Personalizes the content of the product, service, application or system." -advertising_marketing.personalize.profiling,advertising_marketing.personalize,,Creates profiles for the purpose of serving content. -advertising_marketing.personalize.system,advertising_marketing.personalize,,Personalizes the system. -disclosure.third_party_sale,disclosure,,Discloses data for cross-contextual/targeted advertising -disclosure.outside_counsel ,disclosure,,"Discloses data for legal obligations, including contracts, applicable laws or regulations." -disclosure.law_enforcement,disclosure,,Discloses data for legal obligations arising out of law enforcement requiring it for emergency purposes -disclosure.share,disclosure,,"Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising" -disclosure.sale,disclosure,,"Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising or for purposes of selling the data for monetary value" \ No newline at end of file diff --git a/data_files/temp/data_categories.json b/data_filess/data_categories.json similarity index 100% rename from data_files/temp/data_categories.json rename to data_filess/data_categories.json diff --git a/data_files/temp/data_categories.yml b/data_filess/data_categories.yml similarity index 100% rename from data_files/temp/data_categories.yml rename to data_filess/data_categories.yml diff --git a/data_files/temp/data_qualifiers.csv b/data_filess/data_qualifiers.csv similarity index 100% rename from data_files/temp/data_qualifiers.csv rename to data_filess/data_qualifiers.csv diff --git a/data_files/temp/data_qualifiers.json b/data_filess/data_qualifiers.json similarity index 100% rename from data_files/temp/data_qualifiers.json rename to data_filess/data_qualifiers.json diff --git a/data_files/temp/data_qualifiers.yml b/data_filess/data_qualifiers.yml similarity index 100% rename from data_files/temp/data_qualifiers.yml rename to data_filess/data_qualifiers.yml diff --git a/data_files/temp/data_subjects.csv b/data_filess/data_subjects.csv similarity index 100% rename from data_files/temp/data_subjects.csv rename to data_filess/data_subjects.csv diff --git a/data_files/temp/data_subjects.json b/data_filess/data_subjects.json similarity index 100% rename from data_files/temp/data_subjects.json rename to data_filess/data_subjects.json diff --git a/data_files/temp/data_subjects.yml b/data_filess/data_subjects.yml similarity index 100% rename from data_files/temp/data_subjects.yml rename to data_filess/data_subjects.yml diff --git a/data_files/temp/data_uses.csv b/data_filess/data_uses.csv similarity index 100% rename from data_files/temp/data_uses.csv rename to data_filess/data_uses.csv diff --git a/data_files/temp/data_uses.json b/data_filess/data_uses.json similarity index 100% rename from data_files/temp/data_uses.json rename to data_filess/data_uses.json diff --git a/data_files/temp/data_uses.yml b/data_filess/data_uses.yml similarity index 100% rename from data_files/temp/data_uses.yml rename to data_filess/data_uses.yml diff --git a/data_filess/temp1/data_categories.json b/data_filess/temp1/data_categories.json deleted file mode 100644 index 7c7a507f..00000000 --- a/data_filess/temp1/data_categories.json +++ /dev/null @@ -1,508 +0,0 @@ -{ - "data_category": [ - { - "fides_key": "system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "System Data", - "description": "Data unique to, and under control of the system.", - "parent_key": null, - "is_default": true - }, - { - "fides_key": "system.authentication", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Authentication Data", - "description": "Data used to manage access to the system.", - "parent_key": "system", - "is_default": true - }, - { - "fides_key": "system.operations", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Operations Data", - "description": "Data used for system operations.", - "parent_key": "system", - "is_default": true - }, - { - "fides_key": "user", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Data", - "description": "Data related to the user of the system, either provided directly or derived based on their usage.", - "parent_key": null, - "is_default": true - }, - { - "fides_key": "user.payment", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Payment Data", - "description": "Payment data related to user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.biometric", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Biometric Data", - "description": "Encoded characteristics provided by a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.biometric_health", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Biometric Health Data", - "description": "Encoded characteristic collected about a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.browsing_history", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Browsing History", - "description": "Content browsing history of a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.demographic", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Demographic Data", - "description": "Demographic data about a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.contact", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Contact Data", - "description": "Contact data collected about a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.device", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Device Data", - "description": "Data related to a user's device, configuration and setting.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.gender", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Gender", - "description": "Gender of an individual.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.location", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Location Data", - "description": "Records of the location of a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.media_consumption", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Media Consumption Data", - "description": "Media type consumption data of a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.non_specific_age", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Non-Specific Age", - "description": "Age range data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.observed", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Observed Data", - "description": "Data collected through observation of use of the system.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.profiling", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Profiling Data", - "description": "Preference and interest data about a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.race", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Race", - "description": "Racial or ethnic origin data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.religious_belief", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Religious Belief", - "description": "Religion or religious belief.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.search_history", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Search History", - "description": "Records of search history and queries of a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.sexual_orientation", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sexual Orientation", - "description": "Personal sex life or sexual data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.social", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Social Data", - "description": "Social activity and interaction data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.telemetry", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Telemetry Data", - "description": "User identifiable measurement data from system sensors and monitoring.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.unique_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Unique ID", - "description": "Unique identifier for a user assigned through system use.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.user_sensor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Sensor Data", - "description": "Measurement data about a user's environment through system use.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.organization", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Organization Identifiable Data", - "description": "Data that is linked to, or identifies an organization.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.workplace", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Workplace", - "description": "Organization of employment.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.sensor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sensor Data", - "description": "Measurement data from sensors and monitoring systems.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.childrens", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Children's Data", - "description": "Data relating to children.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.credentials", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Credentials", - "description": "User authentication data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.date_of_birth", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Date of Birth", - "description": "User's date of birth.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.financial", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Financial Data", - "description": "Payment data and financial history.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.genetic", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Genetic Data", - "description": "Data about the genetic makeup provided by a user.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.government_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Government ID", - "description": "State provided identification data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.health_and_medical", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Health and Medical Data", - "description": "Health records or individual's personal medical information.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.job_title", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Job Title", - "description": "Professional data.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.name", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Name", - "description": "User's real name.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.political_opinion", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Political Opinion", - "description": "Data related to the individual's political opinions.", - "parent_key": "user", - "is_default": true - }, - { - "fides_key": "user.contact.address", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Contact Data", - "description": "Contact address data collected about a user.", - "parent_key": "user.contact", - "is_default": true - }, - { - "fides_key": "user.contact.email", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Email", - "description": "User's contact email address.", - "parent_key": "user.contact", - "is_default": true - }, - { - "fides_key": "user.contact.phone_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Phone Number", - "description": "User's phone number.", - "parent_key": "user.contact", - "is_default": true - }, - { - "fides_key": "user.contact.address.city", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact City", - "description": "User's city level address data.", - "parent_key": "user.contact.address", - "is_default": true - }, - { - "fides_key": "user.contact.address.country", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Country", - "description": "User's country level address data.", - "parent_key": "user.contact.address", - "is_default": true - }, - { - "fides_key": "user.contact.address.postal_code", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Postal Code", - "description": "User's postal code.", - "parent_key": "user.contact.address", - "is_default": true - }, - { - "fides_key": "user.contact.address.state", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact State", - "description": "User's state level address data.", - "parent_key": "user.contact.address", - "is_default": true - }, - { - "fides_key": "user.contact.address.street", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Contact Street", - "description": "User's street level address data.", - "parent_key": "user.contact.address", - "is_default": true - }, - { - "fides_key": "user.credentials.biometric_credentials", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Biometric Credentials", - "description": "Credentials for system authentication.", - "parent_key": "user.credentials", - "is_default": true - }, - { - "fides_key": "user.credentials.password", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Password", - "description": "Password for system authentication.", - "parent_key": "user.credentials", - "is_default": true - }, - { - "fides_key": "user.device.cookie_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Cookie ID", - "description": "Cookie unique identification number.", - "parent_key": "user.device", - "is_default": true - }, - { - "fides_key": "user.device.device_id", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Device ID", - "description": "Device unique identification number.", - "parent_key": "user.device", - "is_default": true - }, - { - "fides_key": "user.device.ip_address", - "organization_fides_key": "default_organization", - "tags": null, - "name": "IP Address", - "description": "Unique identifier related to device connection.", - "parent_key": "user.device", - "is_default": true - }, - { - "fides_key": "user.financial.account_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "User Financial Account Number", - "description": "User's account number for a payment card, bank account, or other financial system.", - "parent_key": "user.financial", - "is_default": true - }, - { - "fides_key": "user.government_id.drivers_license_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Driver's License Number", - "description": "State issued driving identification number.", - "parent_key": "user.government_id", - "is_default": true - }, - { - "fides_key": "user.government_id.national_identification_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "National Identification Number", - "description": "State issued personal identification number.", - "parent_key": "user.government_id", - "is_default": true - }, - { - "fides_key": "user.government_id.passport_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Passport Number", - "description": "State issued passport data.", - "parent_key": "user.government_id", - "is_default": true - }, - { - "fides_key": "user.payment.financial_account_number", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Account Payment Financial Account Number", - "description": "Financial account number for an account's payment card, bank account, or other financial system.", - "parent_key": "user.payment", - "is_default": true - } - ] -} diff --git a/data_filess/temp1/data_categories.yml b/data_filess/temp1/data_categories.yml deleted file mode 100644 index 7be2ddb6..00000000 --- a/data_filess/temp1/data_categories.yml +++ /dev/null @@ -1,396 +0,0 @@ -data_category: -- fides_key: system - organization_fides_key: default_organization - tags: null - name: System Data - description: Data unique to, and under control of the system. - parent_key: null - is_default: true -- fides_key: system.authentication - organization_fides_key: default_organization - tags: null - name: Authentication Data - description: Data used to manage access to the system. - parent_key: system - is_default: true -- fides_key: system.operations - organization_fides_key: default_organization - tags: null - name: Operations Data - description: Data used for system operations. - parent_key: system - is_default: true -- fides_key: user - organization_fides_key: default_organization - tags: null - name: User Data - description: Data related to the user of the system, either provided directly or - derived based on their usage. - parent_key: null - is_default: true -- fides_key: user.payment - organization_fides_key: default_organization - tags: null - name: Payment Data - description: Payment data related to user. - parent_key: user - is_default: true -- fides_key: user.biometric - organization_fides_key: default_organization - tags: null - name: Biometric Data - description: Encoded characteristics provided by a user. - parent_key: user - is_default: true -- fides_key: user.biometric_health - organization_fides_key: default_organization - tags: null - name: Biometric Health Data - description: Encoded characteristic collected about a user. - parent_key: user - is_default: true -- fides_key: user.browsing_history - organization_fides_key: default_organization - tags: null - name: Browsing History - description: Content browsing history of a user. - parent_key: user - is_default: true -- fides_key: user.demographic - organization_fides_key: default_organization - tags: null - name: Demographic Data - description: Demographic data about a user. - parent_key: user - is_default: true -- fides_key: user.contact - organization_fides_key: default_organization - tags: null - name: Contact Data - description: Contact data collected about a user. - parent_key: user - is_default: true -- fides_key: user.device - organization_fides_key: default_organization - tags: null - name: Device Data - description: Data related to a user's device, configuration and setting. - parent_key: user - is_default: true -- fides_key: user.gender - organization_fides_key: default_organization - tags: null - name: Gender - description: Gender of an individual. - parent_key: user - is_default: true -- fides_key: user.location - organization_fides_key: default_organization - tags: null - name: Location Data - description: Records of the location of a user. - parent_key: user - is_default: true -- fides_key: user.media_consumption - organization_fides_key: default_organization - tags: null - name: Media Consumption Data - description: Media type consumption data of a user. - parent_key: user - is_default: true -- fides_key: user.non_specific_age - organization_fides_key: default_organization - tags: null - name: Non-Specific Age - description: Age range data. - parent_key: user - is_default: true -- fides_key: user.observed - organization_fides_key: default_organization - tags: null - name: Observed Data - description: Data collected through observation of use of the system. - parent_key: user - is_default: true -- fides_key: user.profiling - organization_fides_key: default_organization - tags: null - name: Profiling Data - description: Preference and interest data about a user. - parent_key: user - is_default: true -- fides_key: user.race - organization_fides_key: default_organization - tags: null - name: Race - description: Racial or ethnic origin data. - parent_key: user - is_default: true -- fides_key: user.religious_belief - organization_fides_key: default_organization - tags: null - name: Religious Belief - description: Religion or religious belief. - parent_key: user - is_default: true -- fides_key: user.search_history - organization_fides_key: default_organization - tags: null - name: Search History - description: Records of search history and queries of a user. - parent_key: user - is_default: true -- fides_key: user.sexual_orientation - organization_fides_key: default_organization - tags: null - name: Sexual Orientation - description: Personal sex life or sexual data. - parent_key: user - is_default: true -- fides_key: user.social - organization_fides_key: default_organization - tags: null - name: Social Data - description: Social activity and interaction data. - parent_key: user - is_default: true -- fides_key: user.telemetry - organization_fides_key: default_organization - tags: null - name: Telemetry Data - description: User identifiable measurement data from system sensors and monitoring. - parent_key: user - is_default: true -- fides_key: user.unique_id - organization_fides_key: default_organization - tags: null - name: Unique ID - description: Unique identifier for a user assigned through system use. - parent_key: user - is_default: true -- fides_key: user.user_sensor - organization_fides_key: default_organization - tags: null - name: User Sensor Data - description: Measurement data about a user's environment through system use. - parent_key: user - is_default: true -- fides_key: user.organization - organization_fides_key: default_organization - tags: null - name: Organization Identifiable Data - description: Data that is linked to, or identifies an organization. - parent_key: user - is_default: true -- fides_key: user.workplace - organization_fides_key: default_organization - tags: null - name: Workplace - description: Organization of employment. - parent_key: user - is_default: true -- fides_key: user.sensor - organization_fides_key: default_organization - tags: null - name: Sensor Data - description: Measurement data from sensors and monitoring systems. - parent_key: user - is_default: true -- fides_key: user.childrens - organization_fides_key: default_organization - tags: null - name: Children's Data - description: Data relating to children. - parent_key: user - is_default: true -- fides_key: user.credentials - organization_fides_key: default_organization - tags: null - name: Credentials - description: User authentication data. - parent_key: user - is_default: true -- fides_key: user.date_of_birth - organization_fides_key: default_organization - tags: null - name: Date of Birth - description: User's date of birth. - parent_key: user - is_default: true -- fides_key: user.financial - organization_fides_key: default_organization - tags: null - name: Financial Data - description: Payment data and financial history. - parent_key: user - is_default: true -- fides_key: user.genetic - organization_fides_key: default_organization - tags: null - name: Genetic Data - description: Data about the genetic makeup provided by a user. - parent_key: user - is_default: true -- fides_key: user.government_id - organization_fides_key: default_organization - tags: null - name: Government ID - description: State provided identification data. - parent_key: user - is_default: true -- fides_key: user.health_and_medical - organization_fides_key: default_organization - tags: null - name: Health and Medical Data - description: Health records or individual's personal medical information. - parent_key: user - is_default: true -- fides_key: user.job_title - organization_fides_key: default_organization - tags: null - name: Job Title - description: Professional data. - parent_key: user - is_default: true -- fides_key: user.name - organization_fides_key: default_organization - tags: null - name: Name - description: User's real name. - parent_key: user - is_default: true -- fides_key: user.political_opinion - organization_fides_key: default_organization - tags: null - name: Political Opinion - description: Data related to the individual's political opinions. - parent_key: user - is_default: true -- fides_key: user.contact.address - organization_fides_key: default_organization - tags: null - name: Contact Data - description: Contact address data collected about a user. - parent_key: user.contact - is_default: true -- fides_key: user.contact.email - organization_fides_key: default_organization - tags: null - name: User Contact Email - description: User's contact email address. - parent_key: user.contact - is_default: true -- fides_key: user.contact.phone_number - organization_fides_key: default_organization - tags: null - name: User Contact Phone Number - description: User's phone number. - parent_key: user.contact - is_default: true -- fides_key: user.contact.address.city - organization_fides_key: default_organization - tags: null - name: User Contact City - description: User's city level address data. - parent_key: user.contact.address - is_default: true -- fides_key: user.contact.address.country - organization_fides_key: default_organization - tags: null - name: User Contact Country - description: User's country level address data. - parent_key: user.contact.address - is_default: true -- fides_key: user.contact.address.postal_code - organization_fides_key: default_organization - tags: null - name: User Contact Postal Code - description: User's postal code. - parent_key: user.contact.address - is_default: true -- fides_key: user.contact.address.state - organization_fides_key: default_organization - tags: null - name: User Contact State - description: User's state level address data. - parent_key: user.contact.address - is_default: true -- fides_key: user.contact.address.street - organization_fides_key: default_organization - tags: null - name: User Contact Street - description: User's street level address data. - parent_key: user.contact.address - is_default: true -- fides_key: user.credentials.biometric_credentials - organization_fides_key: default_organization - tags: null - name: Biometric Credentials - description: Credentials for system authentication. - parent_key: user.credentials - is_default: true -- fides_key: user.credentials.password - organization_fides_key: default_organization - tags: null - name: Password - description: Password for system authentication. - parent_key: user.credentials - is_default: true -- fides_key: user.device.cookie_id - organization_fides_key: default_organization - tags: null - name: Cookie ID - description: Cookie unique identification number. - parent_key: user.device - is_default: true -- fides_key: user.device.device_id - organization_fides_key: default_organization - tags: null - name: Device ID - description: Device unique identification number. - parent_key: user.device - is_default: true -- fides_key: user.device.ip_address - organization_fides_key: default_organization - tags: null - name: IP Address - description: Unique identifier related to device connection. - parent_key: user.device - is_default: true -- fides_key: user.financial.account_number - organization_fides_key: default_organization - tags: null - name: User Financial Account Number - description: User's account number for a payment card, bank account, or other financial - system. - parent_key: user.financial - is_default: true -- fides_key: user.government_id.drivers_license_number - organization_fides_key: default_organization - tags: null - name: Driver's License Number - description: State issued driving identification number. - parent_key: user.government_id - is_default: true -- fides_key: user.government_id.national_identification_number - organization_fides_key: default_organization - tags: null - name: National Identification Number - description: State issued personal identification number. - parent_key: user.government_id - is_default: true -- fides_key: user.government_id.passport_number - organization_fides_key: default_organization - tags: null - name: Passport Number - description: State issued passport data. - parent_key: user.government_id - is_default: true -- fides_key: user.payment.financial_account_number - organization_fides_key: default_organization - tags: null - name: Account Payment Financial Account Number - description: Financial account number for an account's payment card, bank account, - or other financial system. - parent_key: user.payment - is_default: true diff --git a/data_filess/temp1/data_qualifiers.csv b/data_filess/temp1/data_qualifiers.csv deleted file mode 100644 index 5d26136e..00000000 --- a/data_filess/temp1/data_qualifiers.csv +++ /dev/null @@ -1,7 +0,0 @@ -fides_key,is_default,name,organization_fides_key,parent_key,tags,description -data_qualifier,,Data Qualifier,,,, -aggregated,True,Aggregated Data,default_organization,data_qualifier,,Statistical data that does not contain individually identifying information but includes information about groups of individuals that renders individual identification impossible. -aggregated.anonymized,True,Anonymized Data,default_organization,aggregated,,Data where all attributes have been sufficiently altered that the individaul cannot be reidentified by this data or in combination with other datasets. -aggregated.anonymized.unlinked_pseudonymized,True,Unlinked Pseudonymized Data,default_organization,aggregated.anonymized,,"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." -aggregated.anonymized.unlinked_pseudonymized.pseudonymized,True,Pseudonymized Data,default_organization,aggregated.anonymized.unlinked_pseudonymized,,"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." -aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified,True,Identified Data,default_organization,aggregated.anonymized.unlinked_pseudonymized.pseudonymized,,Data that directly identifies an individual. diff --git a/data_filess/temp1/data_qualifiers.json b/data_filess/temp1/data_qualifiers.json deleted file mode 100644 index 8b080d5b..00000000 --- a/data_filess/temp1/data_qualifiers.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "data_qualifier": [ - { - "fides_key": "aggregated", - "organization_fides_key": "default_organization", - "tags": null, - "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.", - "parent_key": null, - "is_default": true - }, - { - "fides_key": "aggregated.anonymized", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Anonymized Data", - "description": "Data where all attributes have been sufficiently altered that the individaul cannot be reidentified by this data or in combination with other datasets.", - "parent_key": "aggregated", - "is_default": true - }, - { - "fides_key": "aggregated.anonymized.unlinked_pseudonymized", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Unlinked Pseudonymized Data", - "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.", - "parent_key": "aggregated.anonymized", - "is_default": true - }, - { - "fides_key": "aggregated.anonymized.unlinked_pseudonymized.pseudonymized", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Pseudonymized Data", - "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.", - "parent_key": "aggregated.anonymized.unlinked_pseudonymized", - "is_default": true - }, - { - "fides_key": "aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Identified Data", - "description": "Data that directly identifies an individual.", - "parent_key": "aggregated.anonymized.unlinked_pseudonymized.pseudonymized", - "is_default": true - } - ] -} diff --git a/data_filess/temp1/data_qualifiers.yml b/data_filess/temp1/data_qualifiers.yml deleted file mode 100644 index 2a95548c..00000000 --- a/data_filess/temp1/data_qualifiers.yml +++ /dev/null @@ -1,43 +0,0 @@ -data_qualifier: -- fides_key: aggregated - organization_fides_key: default_organization - tags: null - 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. - parent_key: null - is_default: true -- fides_key: aggregated.anonymized - organization_fides_key: default_organization - tags: null - name: Anonymized Data - description: Data where all attributes have been sufficiently altered that the individaul - cannot be reidentified by this data or in combination with other datasets. - parent_key: aggregated - is_default: true -- fides_key: aggregated.anonymized.unlinked_pseudonymized - organization_fides_key: default_organization - tags: null - name: Unlinked Pseudonymized Data - 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. - parent_key: aggregated.anonymized - is_default: true -- fides_key: aggregated.anonymized.unlinked_pseudonymized.pseudonymized - organization_fides_key: default_organization - tags: null - name: Pseudonymized Data - 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. - parent_key: aggregated.anonymized.unlinked_pseudonymized - is_default: true -- fides_key: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - organization_fides_key: default_organization - tags: null - name: Identified Data - description: Data that directly identifies an individual. - parent_key: aggregated.anonymized.unlinked_pseudonymized.pseudonymized - is_default: true diff --git a/data_filess/temp1/data_subjects.csv b/data_filess/temp1/data_subjects.csv deleted file mode 100644 index 98762d43..00000000 --- a/data_filess/temp1/data_subjects.csv +++ /dev/null @@ -1,17 +0,0 @@ -automated_decisions_or_profiling,fides_key,is_default,name,organization_fides_key,rights,tags,parent_key,description -,data_subject,,Data Subject,,,,, -,anonymous_user,True,Anonymous User,default_organization,,,data_subject,An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification -,citizen_voter,True,Citizen Voter,default_organization,,,data_subject,An individual registered to voter with a state or authority. -,commuter,True,Commuter,default_organization,,,data_subject,An individual that is traveling or transiting in the context of location tracking. -,consultant,True,Consultant,default_organization,,,data_subject,An individual employed in a consultative/temporary capacity by the organization. -,customer,True,Customer,default_organization,,,data_subject,An individual or other organization that purchases goods or services from the organization. -,employee,True,Employee,default_organization,,,data_subject,An individual employed by the organization. -,job_applicant,True,Job Applicant,default_organization,,,data_subject,An individual applying for employment to the organization. -,next_of_kin,True,Next of Kin,default_organization,,,data_subject,A relative of any other individual subject where such a relationship is known. -,passenger,True,Passenger,default_organization,,,data_subject,An individual traveling on some means of provided transport. -,patient,True,Patient,default_organization,,,data_subject,An individual identified for the purposes of any medical care. -,prospect,True,Prospect,default_organization,,,data_subject,An individual or organization to whom an organization is selling goods or services. -,shareholder,True,Shareholder,default_organization,,,data_subject,An individual or organization that holds equity in the organization. -,supplier_vendor,True,Supplier/Vendor,default_organization,,,data_subject,An individual or organization that provides services or goods to the organization. -,trainee,True,Trainee,default_organization,,,data_subject,An individual undergoing training by the organization. -,visitor,True,Visitor,default_organization,,,data_subject,An individual visiting a location. diff --git a/data_filess/temp1/data_subjects.json b/data_filess/temp1/data_subjects.json deleted file mode 100644 index aeb3369f..00000000 --- a/data_filess/temp1/data_subjects.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "data_subject": [ - { - "fides_key": "anonymous_user", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Anonymous User", - "description": "An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "citizen_voter", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Citizen Voter", - "description": "An individual registered to voter with a state or authority.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "commuter", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Commuter", - "description": "An individual that is traveling or transiting in the context of location tracking.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "consultant", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Consultant", - "description": "An individual employed in a consultative/temporary capacity by the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "customer", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Customer", - "description": "An individual or other organization that purchases goods or services from the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "employee", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Employee", - "description": "An individual employed by the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "job_applicant", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Job Applicant", - "description": "An individual applying for employment to the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "next_of_kin", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Next of Kin", - "description": "A relative of any other individual subject where such a relationship is known.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "passenger", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Passenger", - "description": "An individual traveling on some means of provided transport.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "patient", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Patient", - "description": "An individual identified for the purposes of any medical care.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "prospect", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Prospect", - "description": "An individual or organization to whom an organization is selling goods or services.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "shareholder", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Shareholder", - "description": "An individual or organization that holds equity in the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "supplier_vendor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Supplier/Vendor", - "description": "An individual or organization that provides services or goods to the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "trainee", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Trainee", - "description": "An individual undergoing training by the organization.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - }, - { - "fides_key": "visitor", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Visitor", - "description": "An individual visiting a location.", - "rights": null, - "automated_decisions_or_profiling": null, - "is_default": true - } - ] -} diff --git a/data_filess/temp1/data_subjects.yml b/data_filess/temp1/data_subjects.yml deleted file mode 100644 index fd316b56..00000000 --- a/data_filess/temp1/data_subjects.yml +++ /dev/null @@ -1,128 +0,0 @@ -data_subject: -- fides_key: anonymous_user - organization_fides_key: default_organization - tags: null - name: Anonymous User - description: An individual that is unidentifiable to the systems. Note - This should - only be applied to truly anonymous users where there is no risk of re-identification - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: citizen_voter - organization_fides_key: default_organization - tags: null - name: Citizen Voter - description: An individual registered to voter with a state or authority. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: commuter - organization_fides_key: default_organization - tags: null - name: Commuter - description: An individual that is traveling or transiting in the context of location - tracking. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: consultant - organization_fides_key: default_organization - tags: null - name: Consultant - description: An individual employed in a consultative/temporary capacity by the - organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: customer - organization_fides_key: default_organization - tags: null - name: Customer - description: An individual or other organization that purchases goods or services - from the organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: employee - organization_fides_key: default_organization - tags: null - name: Employee - description: An individual employed by the organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: job_applicant - organization_fides_key: default_organization - tags: null - name: Job Applicant - description: An individual applying for employment to the organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: next_of_kin - organization_fides_key: default_organization - tags: null - name: Next of Kin - description: A relative of any other individual subject where such a relationship - is known. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: passenger - organization_fides_key: default_organization - tags: null - name: Passenger - description: An individual traveling on some means of provided transport. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: patient - organization_fides_key: default_organization - tags: null - name: Patient - description: An individual identified for the purposes of any medical care. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: prospect - organization_fides_key: default_organization - tags: null - name: Prospect - description: An individual or organization to whom an organization is selling goods - or services. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: shareholder - organization_fides_key: default_organization - tags: null - name: Shareholder - description: An individual or organization that holds equity in the organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: supplier_vendor - organization_fides_key: default_organization - tags: null - name: Supplier/Vendor - description: An individual or organization that provides services or goods to the - organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: trainee - organization_fides_key: default_organization - tags: null - name: Trainee - description: An individual undergoing training by the organization. - rights: null - automated_decisions_or_profiling: null - is_default: true -- fides_key: visitor - organization_fides_key: default_organization - tags: null - name: Visitor - description: An individual visiting a location. - rights: null - automated_decisions_or_profiling: null - is_default: true diff --git a/data_filess/temp1/data_uses.csv b/data_filess/temp1/data_uses.csv deleted file mode 100644 index 26ea5708..00000000 --- a/data_filess/temp1/data_uses.csv +++ /dev/null @@ -1,47 +0,0 @@ -fides_key,is_default,legal_basis,legitimate_interest,legitimate_interest_impact_assessment,name,organization_fides_key,parent_key,recipients,special_category,tags,description -data_use,,,,,Data Use,,,,,, -analytics,True,,False,,Analytics,default_organization,data_use,,,,"Provides analytics for activities such as system and advertising performance reporting, insights and fraud detection." -analytics.reporting,True,,False,,Analytics for Reporting,default_organization,analytics,,,,Provides analytics for general reporting such as system and advertising performance. -analytics.reporting.ad_performance,True,,False,,Analytics for Advertising Performance,default_organization,analytics.reporting,,,,Provides analytics for reporting of advertising performance. -analytics.reporting.campaign_insights,True,,False,,Analytics for Insights,default_organization,analytics.reporting,,,,Provides analytics for reporting of campaign insights related to advertising and promotion activities. -analytics.reporting.system,True,,False,,Analytics for System Activity,default_organization,analytics.reporting,,,,Provides analytics for reporting on system activity. -analytics.reporting.system.performance,True,,False,,Analytics for System Performance,default_organization,analytics.reporting.system,,,,Provides analytics for reporting on system performance. -collect,True,,False,,Collect,default_organization,data_use,,,,Collects or stores data in order to use it for another purpose which has not yet been expressly defined. -employment,True,,False,,Employment,default_organization,data_use,,,,Processes data for the purpose of recruitment or employment and human resources (HR) related activities. -employment.recruitment,True,,False,,Employment Recruitment,default_organization,employment,,,,Processes data of prospective employees for the purpose of recruitment. -essential,True,,False,,Essential,default_organization,data_use,,,,"Operates the service or product, including legal obligations, support and basic system operations." -essential.fraud_detection,True,,False,,Essential Fraud Detection,default_organization,essential,,,,"Detects possible fraud or misuse of the product, service, application or system." -essential.legal_obligation,True,,False,,Essential Legal Obligation,default_organization,essential,,,,Provides service to meet a legal or compliance obligation such as consent management. -essential.service,True,,False,,Essential for Service,default_organization,essential,,,,"Provides the essential product, service, application or system, without which the product/service would not be possible." -essential.service.authentication,True,,False,,Essential Service Authentication,default_organization,essential.service,,,,"Authenticate users to the product, service, application or system." -essential.service.notifications,True,,False,,Essential Service Notifications,default_organization,essential.service,,,,"Sends notifications about the product, service, application or system." -essential.service.operations,True,,False,,Essential for Service Operations,default_organization,essential.service,,,,"Ensures the operation of the product, service, application or system." -essential.service.payment_processing,True,,False,,Essential for Service Payment Processing,default_organization,essential.service,,,,"Processes payments for the product, service, application or system." -essential.service.upgrades,True,,False,,Essential for Service Upgrades,default_organization,essential.service,,,,Provides timely system upgrade information options. -essential.service.notifications.email,True,,False,,Essential Email Service Notifications,default_organization,essential.service.notifications,,,,"Sends email notifications about the product, service, application or system." -essential.service.notifications.sms,True,,False,,Essential SMS Service Notifications,default_organization,essential.service.notifications,,,,"Sends SMS notifications about the product, service, application or system." -essential.service.operations.support,True,,False,,Essential for Serivce Operations Support,default_organization,essential.service.operations,,,,"Provides support for the product, service, application or system." -essential.service.operations.support.optimization,True,,False,,Essential for Serivce Support Optimization,default_organization,essential.service.operations.support,,,,"Optimizes and improves support for the product, service, application or system." -finance,True,,False,,Finance,default_organization,data_use,,,,Enables finance and accounting activities such as audits and tax reporting. -improve,True,,False,,"Improves the product, service, application or system.",default_organization,data_use,,,,"Improve the product, service, application or system." -improve.system,True,,False,,System,default_organization,improve,,,,"Improves the specific product, service, application or system." -marketing,True,,False,,Marketing,default_organization,data_use,,,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system." -marketing.advertising,True,,False,,"Advertising, Marketing or Promotion",default_organization,marketing,,,,"Advertises or promotes the product, service, application or system and associated services." -marketing.communications,True,,False,,Marketing Communications,default_organization,marketing,,,,"Uses combined channels to message and market to a customer, user or prospect." -marketing.advertising.first_party,True,,False,,First Party Advertising,default_organization,marketing.advertising,,,,Serves advertisements based on first party data collected or derived about the user. -marketing.advertising.frequency_capping,True,,False,,Frequency Capping,default_organization,marketing.advertising,,,,Restricts the number of times a specific advertisement is shown to an individual. -marketing.advertising.negative_targeting,True,,False,,Negative Targeting,default_organization,marketing.advertising,,,,Enforces rules used to ensure a certain audience or group is not targeted by advertising. -marketing.advertising.third_party,True,,False,,Third Party Advertising,default_organization,marketing.advertising,,,,Serves advertisements based on data within the system or joined with data provided by 3rd parties. -marketing.advertising.first_party.contextual,True,,False,,First Party Contextual Advertising,default_organization,marketing.advertising.first_party,,,,Serves advertisements based on current content being viewed by the user of the system or service. -marketing.advertising.first_party.targeted,True,,False,,First Party Personalized Advertising,default_organization,marketing.advertising.first_party,,,,Targets advertisements based on data collected or derived about the user from use of the system. -marketing.advertising.third_party.targeted,True,,False,,Third Party Targeted Advertising,default_organization,marketing.advertising.third_party,,,,Targets advertisements based on data within the system or joined with data provided by 3rd parties. -marketing.communications.email,True,,False,,Marketing Email Communications,default_organization,marketing.communications,,,,Sends email marketing communications. -marketing.communications.sms,True,,False,,Marketing SMS Communications,default_organization,marketing.communications,,,,Sends SMS marketing communications. -operations,True,,False,,Operations,default_organization,data_use,,,,Supports business processes necessary to the organization's operation. -personalize,True,,False,,Personalize,default_organization,data_use,,,,"Personalizes the product, service, application or system." -personalize.content,True,,False,,Content Personalization,default_organization,personalize,,,,"Personalizes the content of the product, service, application or system." -personalize.system,True,,False,,System Personalization,default_organization,personalize,,,,"Personalizes the product, service, application or system." -sales,True,,False,,Sales,default_organization,data_use,,,,Supports sales activities such as communications and outreach. -third_party_sharing,True,,False,,Third Party Sharing,default_organization,data_use,,,,Transfers data to third parties outside of the system or service's scope. -third_party_sharing.legal_obligation,True,,False,,Sharing for Legal Obligation,default_organization,third_party_sharing,,,,"Shares data for legal obligations, including contracts, applicable laws or regulations." -train_ai_system,True,,False,,Train AI System,default_organization,data_use,,,,Trains an AI system or data model for machine learning. diff --git a/data_filess/temp1/data_uses.json b/data_filess/temp1/data_uses.json deleted file mode 100644 index 2d9f5ab1..00000000 --- a/data_filess/temp1/data_uses.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "data_use": [ - { - "fides_key": "analytics", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics", - "description": "Provides analytics for activities such as system and advertising performance reporting, insights and fraud detection.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "analytics.reporting", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Reporting", - "description": "Provides analytics for general reporting such as system and advertising performance.", - "parent_key": "analytics", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "analytics.reporting.ad_performance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Advertising Performance", - "description": "Provides analytics for reporting of advertising performance.", - "parent_key": "analytics.reporting", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "analytics.reporting.campaign_insights", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for Insights", - "description": "Provides analytics for reporting of campaign insights related to advertising and promotion activities.", - "parent_key": "analytics.reporting", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "analytics.reporting.system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for System Activity", - "description": "Provides analytics for reporting on system activity.", - "parent_key": "analytics.reporting", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "analytics.reporting.system.performance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Analytics for System Performance", - "description": "Provides analytics for reporting on system performance.", - "parent_key": "analytics.reporting.system", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "collect", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Collect", - "description": "Collects or stores data in order to use it for another purpose which has not yet been expressly defined.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "employment", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Employment", - "description": "Processes data for the purpose of recruitment or employment and human resources (HR) related activities.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "employment.recruitment", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Employment Recruitment", - "description": "Processes data of prospective employees for the purpose of recruitment.", - "parent_key": "employment", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential", - "description": "Operates the service or product, including legal obligations, support and basic system operations.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.fraud_detection", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Fraud Detection", - "description": "Detects possible fraud or misuse of the product, service, application or system.", - "parent_key": "essential", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.legal_obligation", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Legal Obligation", - "description": "Provides service to meet a legal or compliance obligation such as consent management.", - "parent_key": "essential", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Service", - "description": "Provides the essential product, service, application or system, without which the product/service would not be possible.", - "parent_key": "essential", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.authentication", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Service Authentication", - "description": "Authenticate users to the product, service, application or system.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.notifications", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Service Notifications", - "description": "Sends notifications about the product, service, application or system.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.operations", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Service Operations", - "description": "Ensures the operation of the product, service, application or system.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.payment_processing", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Service Payment Processing", - "description": "Processes payments for the product, service, application or system.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.upgrades", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Service Upgrades", - "description": "Provides timely system upgrade information options.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.notifications.email", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential Email Service Notifications", - "description": "Sends email notifications about the product, service, application or system.", - "parent_key": "essential.service.notifications", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.notifications.sms", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential SMS Service Notifications", - "description": "Sends SMS notifications about the product, service, application or system.", - "parent_key": "essential.service.notifications", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.operations.support", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Serivce Operations Support", - "description": "Provides support for the product, service, application or system.", - "parent_key": "essential.service.operations", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "essential.service.operations.support.optimization", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Essential for Serivce Support Optimization", - "description": "Optimizes and improves support for the product, service, application or system.", - "parent_key": "essential.service.operations.support", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "finance", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Finance", - "description": "Enables finance and accounting activities such as audits and tax reporting.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "improve", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Improves the product, service, application or system.", - "description": "Improve the product, service, application or system.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "improve.system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "System", - "description": "Improves the specific product, service, application or system.", - "parent_key": "improve", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing", - "description": "Enables marketing, promotion, advertising and sales activities for the product, service, application or system.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Advertising, Marketing or Promotion", - "description": "Advertises or promotes the product, service, application or system and associated services.", - "parent_key": "marketing", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.communications", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing Communications", - "description": "Uses combined channels to message and market to a customer, user or prospect.", - "parent_key": "marketing", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.first_party", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Party Advertising", - "description": "Serves advertisements based on first party data collected or derived about the user.", - "parent_key": "marketing.advertising", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.frequency_capping", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Frequency Capping", - "description": "Restricts the number of times a specific advertisement is shown to an individual.", - "parent_key": "marketing.advertising", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.negative_targeting", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Negative Targeting", - "description": "Enforces rules used to ensure a certain audience or group is not targeted by advertising.", - "parent_key": "marketing.advertising", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.third_party", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Third Party Advertising", - "description": "Serves advertisements based on data within the system or joined with data provided by 3rd parties.", - "parent_key": "marketing.advertising", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.first_party.contextual", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Party Contextual Advertising", - "description": "Serves advertisements based on current content being viewed by the user of the system or service.", - "parent_key": "marketing.advertising.first_party", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.first_party.targeted", - "organization_fides_key": "default_organization", - "tags": null, - "name": "First Party Personalized Advertising", - "description": "Targets advertisements based on data collected or derived about the user from use of the system.", - "parent_key": "marketing.advertising.first_party", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.advertising.third_party.targeted", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Third Party Targeted Advertising", - "description": "Targets advertisements based on data within the system or joined with data provided by 3rd parties.", - "parent_key": "marketing.advertising.third_party", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.communications.email", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing Email Communications", - "description": "Sends email marketing communications.", - "parent_key": "marketing.communications", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "marketing.communications.sms", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Marketing SMS Communications", - "description": "Sends SMS marketing communications.", - "parent_key": "marketing.communications", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "operations", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Operations", - "description": "Supports business processes necessary to the organization's operation.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "personalize", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Personalize", - "description": "Personalizes the product, service, application or system.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "personalize.content", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Content Personalization", - "description": "Personalizes the content of the product, service, application or system.", - "parent_key": "personalize", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "personalize.system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "System Personalization", - "description": "Personalizes the product, service, application or system.", - "parent_key": "personalize", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "sales", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sales", - "description": "Supports sales activities such as communications and outreach.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "third_party_sharing", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Third Party Sharing", - "description": "Transfers data to third parties outside of the system or service's scope.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "third_party_sharing.legal_obligation", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Sharing for Legal Obligation", - "description": "Shares data for legal obligations, including contracts, applicable laws or regulations.", - "parent_key": "third_party_sharing", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - }, - { - "fides_key": "train_ai_system", - "organization_fides_key": "default_organization", - "tags": null, - "name": "Train AI System", - "description": "Trains an AI system or data model for machine learning.", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": false, - "legitimate_interest_impact_assessment": null, - "is_default": true - } - ] -} diff --git a/data_filess/temp1/data_uses.yml b/data_filess/temp1/data_uses.yml deleted file mode 100644 index 2940d5f7..00000000 --- a/data_filess/temp1/data_uses.yml +++ /dev/null @@ -1,565 +0,0 @@ -data_use: -- fides_key: analytics - organization_fides_key: default_organization - tags: null - name: Analytics - description: Provides analytics for activities such as system and advertising performance - reporting, insights and fraud detection. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: analytics.reporting - organization_fides_key: default_organization - tags: null - name: Analytics for Reporting - description: Provides analytics for general reporting such as system and advertising - performance. - parent_key: analytics - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: analytics.reporting.ad_performance - organization_fides_key: default_organization - tags: null - name: Analytics for Advertising Performance - description: Provides analytics for reporting of advertising performance. - parent_key: analytics.reporting - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: analytics.reporting.campaign_insights - organization_fides_key: default_organization - tags: null - name: Analytics for Insights - description: Provides analytics for reporting of campaign insights related to advertising - and promotion activities. - parent_key: analytics.reporting - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: analytics.reporting.system - organization_fides_key: default_organization - tags: null - name: Analytics for System Activity - description: Provides analytics for reporting on system activity. - parent_key: analytics.reporting - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: analytics.reporting.system.performance - organization_fides_key: default_organization - tags: null - name: Analytics for System Performance - description: Provides analytics for reporting on system performance. - parent_key: analytics.reporting.system - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: collect - organization_fides_key: default_organization - tags: null - name: Collect - description: Collects or stores data in order to use it for another purpose which - has not yet been expressly defined. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: employment - organization_fides_key: default_organization - tags: null - name: Employment - description: Processes data for the purpose of recruitment or employment and human - resources (HR) related activities. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: employment.recruitment - organization_fides_key: default_organization - tags: null - name: Employment Recruitment - description: Processes data of prospective employees for the purpose of recruitment. - parent_key: employment - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential - organization_fides_key: default_organization - tags: null - name: Essential - description: Operates the service or product, including legal obligations, support - and basic system operations. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.fraud_detection - organization_fides_key: default_organization - tags: null - name: Essential Fraud Detection - description: Detects possible fraud or misuse of the product, service, application - or system. - parent_key: essential - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.legal_obligation - organization_fides_key: default_organization - tags: null - name: Essential Legal Obligation - description: Provides service to meet a legal or compliance obligation such as consent - management. - parent_key: essential - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service - organization_fides_key: default_organization - tags: null - name: Essential for Service - description: Provides the essential product, service, application or system, without - which the product/service would not be possible. - parent_key: essential - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.authentication - organization_fides_key: default_organization - tags: null - name: Essential Service Authentication - description: Authenticate users to the product, service, application or system. - parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.notifications - organization_fides_key: default_organization - tags: null - name: Essential Service Notifications - description: Sends notifications about the product, service, application or system. - parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.operations - organization_fides_key: default_organization - tags: null - name: Essential for Service Operations - description: Ensures the operation of the product, service, application or system. - parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.payment_processing - organization_fides_key: default_organization - tags: null - name: Essential for Service Payment Processing - description: Processes payments for the product, service, application or system. - parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.upgrades - organization_fides_key: default_organization - tags: null - name: Essential for Service Upgrades - description: Provides timely system upgrade information options. - parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.notifications.email - organization_fides_key: default_organization - tags: null - name: Essential Email Service Notifications - description: Sends email notifications about the product, service, application or - system. - parent_key: essential.service.notifications - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.notifications.sms - organization_fides_key: default_organization - tags: null - name: Essential SMS Service Notifications - description: Sends SMS notifications about the product, service, application or - system. - parent_key: essential.service.notifications - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.operations.support - organization_fides_key: default_organization - tags: null - name: Essential for Serivce Operations Support - description: Provides support for the product, service, application or system. - parent_key: essential.service.operations - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: essential.service.operations.support.optimization - organization_fides_key: default_organization - tags: null - name: Essential for Serivce Support Optimization - description: Optimizes and improves support for the product, service, application - or system. - parent_key: essential.service.operations.support - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: finance - organization_fides_key: default_organization - tags: null - name: Finance - description: Enables finance and accounting activities such as audits and tax reporting. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: improve - organization_fides_key: default_organization - tags: null - name: Improves the product, service, application or system. - description: Improve the product, service, application or system. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: improve.system - organization_fides_key: default_organization - tags: null - name: System - description: Improves the specific product, service, application or system. - parent_key: improve - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing - organization_fides_key: default_organization - tags: null - name: Marketing - description: Enables marketing, promotion, advertising and sales activities for - the product, service, application or system. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising - organization_fides_key: default_organization - tags: null - name: Advertising, Marketing or Promotion - description: Advertises or promotes the product, service, application or system - and associated services. - parent_key: marketing - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.communications - organization_fides_key: default_organization - tags: null - name: Marketing Communications - description: Uses combined channels to message and market to a customer, user or - prospect. - parent_key: marketing - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.first_party - organization_fides_key: default_organization - tags: null - name: First Party Advertising - description: Serves advertisements based on first party data collected or derived - about the user. - parent_key: marketing.advertising - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.frequency_capping - organization_fides_key: default_organization - tags: null - name: Frequency Capping - description: Restricts the number of times a specific advertisement is shown to - an individual. - parent_key: marketing.advertising - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.negative_targeting - organization_fides_key: default_organization - tags: null - name: Negative Targeting - description: Enforces rules used to ensure a certain audience or group is not targeted - by advertising. - parent_key: marketing.advertising - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.third_party - organization_fides_key: default_organization - tags: null - name: Third Party Advertising - description: Serves advertisements based on data within the system or joined with - data provided by 3rd parties. - parent_key: marketing.advertising - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.first_party.contextual - organization_fides_key: default_organization - tags: null - name: First Party Contextual Advertising - description: Serves advertisements based on current content being viewed by the - user of the system or service. - parent_key: marketing.advertising.first_party - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.first_party.targeted - organization_fides_key: default_organization - tags: null - name: First Party Personalized Advertising - description: Targets advertisements based on data collected or derived about the - user from use of the system. - parent_key: marketing.advertising.first_party - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.advertising.third_party.targeted - organization_fides_key: default_organization - tags: null - name: Third Party Targeted Advertising - description: Targets advertisements based on data within the system or joined with - data provided by 3rd parties. - parent_key: marketing.advertising.third_party - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.communications.email - organization_fides_key: default_organization - tags: null - name: Marketing Email Communications - description: Sends email marketing communications. - parent_key: marketing.communications - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: marketing.communications.sms - organization_fides_key: default_organization - tags: null - name: Marketing SMS Communications - description: Sends SMS marketing communications. - parent_key: marketing.communications - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: operations - organization_fides_key: default_organization - tags: null - name: Operations - description: Supports business processes necessary to the organization's operation. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: personalize - organization_fides_key: default_organization - tags: null - name: Personalize - description: Personalizes the product, service, application or system. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: personalize.content - organization_fides_key: default_organization - tags: null - name: Content Personalization - description: Personalizes the content of the product, service, application or system. - parent_key: personalize - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: personalize.system - organization_fides_key: default_organization - tags: null - name: System Personalization - description: Personalizes the product, service, application or system. - parent_key: personalize - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: sales - organization_fides_key: default_organization - tags: null - name: Sales - description: Supports sales activities such as communications and outreach. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: third_party_sharing - organization_fides_key: default_organization - tags: null - name: Third Party Sharing - description: Transfers data to third parties outside of the system or service's - scope. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: third_party_sharing.legal_obligation - organization_fides_key: default_organization - tags: null - name: Sharing for Legal Obligation - description: Shares data for legal obligations, including contracts, applicable - laws or regulations. - parent_key: third_party_sharing - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true -- fides_key: train_ai_system - organization_fides_key: default_organization - tags: null - name: Train AI System - description: Trains an AI system or data model for machine learning. - parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: false - legitimate_interest_impact_assessment: null - is_default: true