diff --git a/CHANGELOG.md b/CHANGELOG.md index d52970a3..705cb263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,15 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fideslang/compare/2.2.2...main) +## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.0...main) + +## [3.0.0](https://github.com/ethyca/fideslang/compare/2.2.2...3.0.0) + +### Removed + +- Removed `DataQualifier` construct and all references [#186](https://github.com/ethyca/fideslang/pull/186) +- Removed `Registry` construct and all references [#186](https://github.com/ethyca/fideslang/pull/186) +- Removed deprecated fields on `System`, `DataUse` and `Dataset` models. [#186](https://github.com/ethyca/fideslang/pull/186) ## [2.2.2](https://github.com/ethyca/fideslang/compare/2.2.1...2.2.2) diff --git a/README.md b/README.md index d2d4729f..b8462107 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,6 @@ Examples of a Data Subject are: Learn more about [Data Subject Categories in the taxonomy reference now](https://ethyca.github.io/fideslang/taxonomy/data_subjects/). -### 4. Data Identification Qualifiers - -Data Identification Qualifiers describe the degree of identification of the given data. -Think of this as a spectrum: on one end is completely anonymous data, i.e. it is impossible to identify an individual from it; on the other end is data that specifically identifies an individual. - -Along this spectrum are labels that describe the degree of identification that a given data might provide, such as: - -- `identified_data` -- `anonymized_data` -- `aggregated_data` - -Learn more about [Data Identification Qualifiers in the taxonomy reference now](https://ethyca.github.io/fideslang/taxonomy/data_qualifiers/). - ### Extensibility & Interoperability The taxonomy is designed to support common privacy compliance regulations and standards out of the box, these include GDPR, CCPA, LGPD and ISO 19944. diff --git a/data_files/data_qualifiers.csv b/data_files/data_qualifiers.csv deleted file mode 100644 index 6103544b..00000000 --- a/data_files/data_qualifiers.csv +++ /dev/null @@ -1,7 +0,0 @@ -fides_key,is_default,name,organization_fides_key,parent_key,replaced_by,tags,version_added,version_deprecated,description -data_qualifier,,Data Qualifier,,,,,,, -aggregated,True,Aggregated Data,default_organization,data_qualifier,,,2.0.0,,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,,,2.0.0,,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,,,2.0.0,,"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,,,2.0.0,,"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,,,2.0.0,,Data that directly identifies an individual. diff --git a/data_files/data_qualifiers.json b/data_files/data_qualifiers.json deleted file mode 100644 index 99b151ea..00000000 --- a/data_files/data_qualifiers.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "data_qualifier": [ - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "is_default": true, - "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 - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": 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" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "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" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "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" - }, - { - "version_added": "2.0.0", - "version_deprecated": null, - "replaced_by": null, - "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" - } - ] -} diff --git a/data_files/data_qualifiers.yml b/data_files/data_qualifiers.yml deleted file mode 100644 index c26bfb38..00000000 --- a/data_files/data_qualifiers.yml +++ /dev/null @@ -1,58 +0,0 @@ -data_qualifier: -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - is_default: true - 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 -- version_added: 2.0.0 - version_deprecated: null - replaced_by: 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 -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - 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 -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - 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 -- version_added: 2.0.0 - version_deprecated: null - replaced_by: null - 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 diff --git a/data_files/data_uses.csv b/data_files/data_uses.csv index 875f5e52..4b1477a9 100644 --- a/data_files/data_uses.csv +++ b/data_files/data_uses.csv @@ -1,56 +1,56 @@ -fides_key,is_default,legal_basis,legitimate_interest,legitimate_interest_impact_assessment,name,organization_fides_key,parent_key,recipients,replaced_by,special_category,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. +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 index cd2c46c3..e5794089 100644 --- a/data_files/data_uses.json +++ b/data_files/data_uses.json @@ -10,12 +10,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -27,12 +22,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "analytics" }, { "version_added": "2.0.0", @@ -44,12 +34,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "analytics.reporting" }, { "version_added": "2.0.0", @@ -61,12 +46,7 @@ "tags": null, "name": "Analytics for Content Performance", "description": "Analytics for reporting on content performance.", - "parent_key": "analytics.reporting", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "analytics.reporting" }, { "version_added": "2.0.0", @@ -78,12 +58,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "analytics.reporting" }, { "version_added": "2.0.0", @@ -95,12 +70,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "analytics.reporting" }, { "version_added": "2.0.0", @@ -112,12 +82,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "analytics.reporting.system" }, { "version_added": "2.0.0", @@ -129,12 +94,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -146,12 +106,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -163,12 +118,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "employment" }, { "version_added": "2.0.0", @@ -180,12 +130,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -197,12 +142,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential" }, { "version_added": "2.0.0", @@ -214,12 +154,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential" }, { "version_added": "2.0.0", @@ -231,12 +166,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential" }, { "version_added": "2.0.0", @@ -248,12 +178,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service" }, { "version_added": "2.0.0", @@ -265,12 +190,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service" }, { "version_added": "2.0.0", @@ -282,12 +202,7 @@ "tags": null, "name": "Essential for Operations", "description": "Essential to ensure the operation of the product, service, application or system.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service" }, { "version_added": "2.0.0", @@ -299,12 +214,7 @@ "tags": null, "name": "Essential for Payment Processing", "description": "Essential to processes payments for the product, service, application or system.", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service" }, { "version_added": "2.0.0", @@ -316,12 +226,7 @@ "tags": null, "name": "Essential for Security", "description": "Essential to provide security for the product, service, application or system", - "parent_key": "essential.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service" }, { "version_added": "2.0.0", @@ -333,12 +238,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service" }, { "version_added": "2.0.0", @@ -350,12 +250,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service.notifications" }, { "version_added": "2.0.0", @@ -367,12 +262,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service.notifications" }, { "version_added": "2.0.0", @@ -384,12 +274,7 @@ "tags": null, "name": "Essential for 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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service.operations" }, { "version_added": "2.0.0", @@ -401,12 +286,7 @@ "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", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "essential.service.operations" }, { "version_added": "2.0.0", @@ -418,12 +298,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -435,12 +310,7 @@ "tags": null, "name": "Functional", "description": "Used for specific, necessary, and legitimate purposes", - "parent_key": null, - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -452,12 +322,7 @@ "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", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "functional" }, { "version_added": "2.0.0", @@ -469,12 +334,7 @@ "tags": null, "name": "Service", "description": "Functions relating to provided services, products, applications or systems.", - "parent_key": "functional", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "functional" }, { "version_added": "2.0.0", @@ -486,12 +346,7 @@ "tags": null, "name": "Improve Service", "description": "Improves the specific product, service, application or system.", - "parent_key": "functional.service", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "functional.service" }, { "version_added": "2.0.0", @@ -503,12 +358,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -520,12 +370,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing" }, { "version_added": "2.0.0", @@ -537,12 +382,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing" }, { "version_added": "2.0.0", @@ -554,12 +394,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising" }, { "version_added": "2.0.0", @@ -571,12 +406,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising" }, { "version_added": "2.0.0", @@ -588,12 +418,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising" }, { "version_added": "2.0.0", @@ -605,12 +430,7 @@ "tags": null, "name": "Profiling for Advertising", "description": "Creates audience profiles for the purpose of targeted advertising", - "parent_key": "marketing.advertising", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising" }, { "version_added": "2.0.0", @@ -622,12 +442,7 @@ "tags": null, "name": "Essential for Serving Ads", "description": "Essential to the delivery of advertising and content.", - "parent_key": "marketing.advertising", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising" }, { "version_added": "2.0.0", @@ -639,12 +454,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising" }, { "version_added": "2.0.0", @@ -656,12 +466,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising.first_party" }, { "version_added": "2.0.0", @@ -673,12 +478,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising.first_party" }, { "version_added": "2.0.0", @@ -690,12 +490,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.advertising.third_party" }, { "version_added": "2.0.0", @@ -707,12 +502,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.communications" }, { "version_added": "2.0.0", @@ -724,12 +514,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "marketing.communications" }, { "version_added": "2.0.0", @@ -741,12 +526,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -758,12 +538,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -775,12 +550,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "personalize" }, { "version_added": "2.0.0", @@ -792,12 +562,7 @@ "tags": null, "name": "System Personalization", "description": "Personalizes the system.", - "parent_key": "personalize", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "personalize" }, { "version_added": "2.1.1", @@ -809,12 +574,7 @@ "tags": null, "name": "Limited Content Personalization", "description": "Uses limited data for the purpose of serving content.", - "parent_key": "personalize.content", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "personalize.content" }, { "version_added": "2.1.1", @@ -826,12 +586,7 @@ "tags": null, "name": "Profiling for Personalization", "description": "Creates profiles for the purpose of serving content.", - "parent_key": "personalize.content", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "personalize.content" }, { "version_added": "2.1.1", @@ -843,12 +598,7 @@ "tags": null, "name": "Targeted Content Personalization", "description": "Uses profiles for the purpose of serving content.", - "parent_key": "personalize.content", - "legal_basis": null, - "special_category": null, - "recipients": null, - "legitimate_interest": null, - "legitimate_interest_impact_assessment": null + "parent_key": "personalize.content" }, { "version_added": "2.0.0", @@ -860,12 +610,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -877,12 +622,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null }, { "version_added": "2.0.0", @@ -894,12 +634,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": "third_party_sharing" }, { "version_added": "2.0.0", @@ -911,12 +646,7 @@ "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": null, - "legitimate_interest_impact_assessment": null + "parent_key": null } ] } diff --git a/data_files/data_uses.yml b/data_files/data_uses.yml index 8fd69bcc..249e7fa4 100644 --- a/data_files/data_uses.yml +++ b/data_files/data_uses.yml @@ -10,11 +10,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -26,11 +21,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -41,11 +31,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -56,11 +41,6 @@ data_use: name: Analytics for Content Performance description: Analytics for reporting on content performance. parent_key: analytics.reporting - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -72,11 +52,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -87,11 +62,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -102,11 +72,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -118,11 +83,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -134,11 +94,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -149,11 +104,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -165,11 +115,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -181,11 +126,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -197,11 +137,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -213,11 +148,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -228,11 +158,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -243,11 +168,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -259,11 +179,6 @@ data_use: description: Essential to ensure the operation of the product, service, application or system. parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -275,11 +190,6 @@ data_use: description: Essential to processes payments for the product, service, application or system. parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -291,11 +201,6 @@ data_use: description: Essential to provide security for the product, service, application or system parent_key: essential.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -306,11 +211,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -322,11 +222,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -338,11 +233,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -353,11 +243,6 @@ data_use: name: Essential for 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -369,11 +254,6 @@ data_use: description: Essential to optimize and improve support for the product, service, application or system. parent_key: essential.service.operations - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -384,11 +264,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -399,11 +274,6 @@ data_use: name: Functional description: Used for specific, necessary, and legitimate purposes parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -415,11 +285,6 @@ data_use: description: Stores or accesses information from the device as needed when using a product, service, application, or system parent_key: functional - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -431,11 +296,6 @@ data_use: description: Functions relating to provided services, products, applications or systems. parent_key: functional - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -446,11 +306,6 @@ data_use: name: Improve Service description: Improves the specific product, service, application or system. parent_key: functional.service - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -462,11 +317,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -478,11 +328,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -494,11 +339,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -510,11 +350,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -526,11 +361,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -542,11 +372,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -557,11 +382,6 @@ data_use: name: Profiling for Advertising description: Creates audience profiles for the purpose of targeted advertising parent_key: marketing.advertising - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -572,11 +392,6 @@ data_use: name: Essential for Serving Ads description: Essential to the delivery of advertising and content. parent_key: marketing.advertising - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -588,11 +403,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -604,11 +414,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -620,11 +425,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -636,11 +436,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -651,11 +446,6 @@ data_use: name: Marketing Email Communications description: Sends email marketing communications. parent_key: marketing.communications - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -666,11 +456,6 @@ data_use: name: Marketing SMS Communications description: Sends SMS marketing communications. parent_key: marketing.communications - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -681,11 +466,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -696,11 +476,6 @@ data_use: name: Personalize description: Personalizes the product, service, application or system. parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -711,11 +486,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -726,11 +496,6 @@ data_use: name: System Personalization description: Personalizes the system. parent_key: personalize - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.1.1 version_deprecated: null replaced_by: null @@ -741,11 +506,6 @@ data_use: name: Limited Content Personalization description: Uses limited data for the purpose of serving content. parent_key: personalize.content - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.1.1 version_deprecated: null replaced_by: null @@ -756,11 +516,6 @@ data_use: name: Profiling for Personalization description: Creates profiles for the purpose of serving content. parent_key: personalize.content - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.1.1 version_deprecated: null replaced_by: null @@ -771,11 +526,6 @@ data_use: name: Targeted Content Personalization description: Uses profiles for the purpose of serving content. parent_key: personalize.content - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -786,11 +536,6 @@ data_use: name: Sales description: Supports sales activities such as communications and outreach. parent_key: null - legal_basis: null - special_category: null - recipients: null - legitimate_interest: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -802,11 +547,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -818,11 +558,6 @@ data_use: 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: null - legitimate_interest_impact_assessment: null - version_added: 2.0.0 version_deprecated: null replaced_by: null @@ -833,8 +568,3 @@ data_use: 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: null - legitimate_interest_impact_assessment: null diff --git a/demo_resources/demo_dataset.yml b/demo_resources/demo_dataset.yml index 29867d45..e9967a08 100644 --- a/demo_resources/demo_dataset.yml +++ b/demo_resources/demo_dataset.yml @@ -5,47 +5,31 @@ dataset: description: Data collected about users for our analytics system. meta: null data_categories: [] - data_qualifiers: - - aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - retention: "30 days after account deletion" - third_country_transfers: - - GBR - - CAN collections: - name: users description: User information data_categories: [] - data_qualifiers: - - aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified fields: - name: created_at description: User's creation timestamp data_categories: - system.operations - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - name: email description: User's Email data_categories: - user.contact.email - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - retention: Account termination - name: first_name description: User's first name data_categories: - user.name - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - retention: Account termination - name: food_preference description: User's favorite food data_categories: [] - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - name: state description: User's State data_categories: - user.contact.state - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified - name: uuid description: User's unique ID data_categories: - user.unique_id - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified diff --git a/demo_resources/demo_extended_taxonomy.yml b/demo_resources/demo_extended_taxonomy.yml index b75af01d..e23693fa 100644 --- a/demo_resources/demo_extended_taxonomy.yml +++ b/demo_resources/demo_extended_taxonomy.yml @@ -2,11 +2,6 @@ data_use: - fides_key: third_party_sharing.personalized_advertising.direct_marketing name: Direct Marketing description: User information for direct marketing purposes - recipients: - - Processor - marketing co. - legal_basis: Legitimate Interests - special_category: Vital Interests - legitimate_interest_impact_assessment: https://example.org/legitimate_interest_assessment parent_key: third_party_sharing.personalized_advertising data_subject: diff --git a/demo_resources/demo_policy.yml b/demo_resources/demo_policy.yml index 61ff9c3b..159175bb 100644 --- a/demo_resources/demo_policy.yml +++ b/demo_resources/demo_policy.yml @@ -17,4 +17,3 @@ policy: matches: ANY values: - customer - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified diff --git a/demo_resources/demo_registry.yml b/demo_resources/demo_registry.yml deleted file mode 100644 index 7d4658e0..00000000 --- a/demo_resources/demo_registry.yml +++ /dev/null @@ -1,4 +0,0 @@ -registry: - - fides_key: demo_registry - name: Demo Registry - description: Demo Registry diff --git a/demo_resources/demo_system.yml b/demo_resources/demo_system.yml index 72448167..647f9440 100644 --- a/demo_resources/demo_system.yml +++ b/demo_resources/demo_system.yml @@ -4,14 +4,6 @@ system: description: A system used for analyzing customer behaviour. system_type: Service administrating_department: Engineering - data_responsibility_title: Controller - third_country_transfers: - - USA - - CAN - data_protection_impact_assessment: - is_required: True - progress: Complete - link: https://example.org/analytics_system_data_protection_impact_assessment ingress: - fides_key: demo_users_dataset type: dataset @@ -23,7 +15,6 @@ system: data_use: improve.system data_subjects: - customer - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified ingress: - demo_users_dataset @@ -31,7 +22,6 @@ system: name: Demo Marketing System description: Collect data about our users for marketing. system_type: Service - data_responsibility_title: Processor privacy_declarations: - name: Collect data for marketing data_categories: @@ -40,4 +30,3 @@ system: data_use: advertising data_subjects: - customer - data_qualifier: aggregated.anonymized.unlinked_pseudonymized.pseudonymized.identified diff --git a/mkdocs/docs/csv/data_qualifiers.csv b/mkdocs/docs/csv/data_qualifiers.csv deleted file mode 100644 index 6103544b..00000000 --- a/mkdocs/docs/csv/data_qualifiers.csv +++ /dev/null @@ -1,7 +0,0 @@ -fides_key,is_default,name,organization_fides_key,parent_key,replaced_by,tags,version_added,version_deprecated,description -data_qualifier,,Data Qualifier,,,,,,, -aggregated,True,Aggregated Data,default_organization,data_qualifier,,,2.0.0,,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,,,2.0.0,,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,,,2.0.0,,"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,,,2.0.0,,"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,,,2.0.0,,Data that directly identifies an individual. diff --git a/mkdocs/docs/csv/data_uses.csv b/mkdocs/docs/csv/data_uses.csv index 875f5e52..4b1477a9 100644 --- a/mkdocs/docs/csv/data_uses.csv +++ b/mkdocs/docs/csv/data_uses.csv @@ -1,56 +1,56 @@ -fides_key,is_default,legal_basis,legitimate_interest,legitimate_interest_impact_assessment,name,organization_fides_key,parent_key,recipients,replaced_by,special_category,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. +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/mkdocs/docs/explorer.md b/mkdocs/docs/explorer.md index 61d29ac8..b3f7122a 100644 --- a/mkdocs/docs/explorer.md +++ b/mkdocs/docs/explorer.md @@ -9,7 +9,6 @@ The taxonomy explorer is a useful way to visualize and review the taxonomy for t -