diff --git a/mkdocs/docs/.DS_Store b/mkdocs/docs/.DS_Store index 3ac8bdfa..88fa3dac 100644 Binary files a/mkdocs/docs/.DS_Store and b/mkdocs/docs/.DS_Store differ diff --git a/mkdocs/docs/css/fides.css b/mkdocs/docs/css/fides.css index 4786200b..8e9a325e 100644 --- a/mkdocs/docs/css/fides.css +++ b/mkdocs/docs/css/fides.css @@ -3,13 +3,13 @@ [data-md-color-scheme="default"] { --md-typeset-color: rgb(66, 84, 102); --md-default-fg-color--light: rgb(17, 20, 57); - --md-primary-fg-color: #1A1D2E; - --md-primary-fg-color--dark: #1A1D2E; + --md-primary-fg-color: #26292F; + --md-primary-fg-color--dark: #26292F; --md-vis-bg-color: rgba(0, 0, 0, 0.02); - --md-code-bg-color: #8653f227; - --md-code-fg-color: #6536EC; - --md-accent-fg-color: #6536EC; - --md-typeset-a-color: #6536EC; + --md-code-bg-color: #C7C3BA; + --md-code-fg-color: #26292F; + --md-accent-fg-color: #B06542; + --md-typeset-a-color: #B06542; --md-code-hl-number-color: rgb(240, 96, 144); --md-code-hl-name-color: rgb(163, 171, 216); --md-nav-border: #ccc; @@ -22,39 +22,39 @@ --md-code-hl-punctuation-color: rgb(245, 251, 255); --md-code-hl-number-color: #F8B886; --md-code-hl-special-color: #F8B886; - --md-bg-footer-color: #111439; + --md-bg-footer-color: #26292F; --md-bg-table-header: rgba(79, 86, 107, 0.05); - --svg-highlight-col: #0657b9; + --svg-highlight-col: #B06542; --code-window-bg: #2A2F45; --md-code-hl-function-color: #4898FF; --md-code-hl-constant-color: #4898FF;; --md-button-color: #8653f2; - --md-header-bg-color: #111439; + --md-header-bg-color: #26292F; } /* -- START: Slate/Dark mode CSS -- */ [data-md-color-scheme="slate"] { - --md-typeset-color: rgb(247, 250, 252); + --md-typeset-color: #F9F9F9; --md-default-fg-color--light: rgb(247, 250, 252); - --md-default-bg-color: #2A2F45; - --md-primary-fg-color: #1A1D2E; - --md-primary-fg-color--dark: #1A1D2E; - --md-accent-fg-color: #0cc876; - --md-typeset-a-color: rgb(31, 223, 143); + --md-default-bg-color: #26292F; + --md-primary-fg-color: #26292F; + --md-primary-fg-color--dark: #26292F; + --md-accent-fg-color: #EEE8B9; + --md-typeset-a-color: #B06542; --md-vis-bg-color: rgba(0, 0, 0, 0.12); --md-code-hl-number-color: rgb(240, 96, 144); --md-nav-border: #61647b; - --md-code-bg-color: #1a1d2ea7; - --md-code-fg-color: #a3abd8; - --md-bg-footer-color: #1A1D2E; + --md-code-bg-color: #17181c; + --md-code-fg-color: #EFECEB; + --md-bg-footer-color: #1E2025; --md-bg-table-header: rgba(233, 235, 252, 0.06); --md-code-hl-keyword-color: rgb(245, 251, 255); - --svg-highlight-col: #1FDF8F; - --code-window-bg: #1A1D2E; + --svg-highlight-col: #EEE8B9; + --code-window-bg: #C6CCCD; --md-button-color: #fff; - --md-header-bg-color: #1A1D2E; + --md-header-bg-color: #1E2025; } body { @@ -128,27 +128,28 @@ article.md-content__inner{ .footer-row{ max-width: 1342px; padding: 30px 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; margin: 0 auto; + display: flex; flex-wrap: wrap; } .footer-row a:hover{ - color: #1FDF8F; + color: #DD652E; } .footer-row:nth-child(2){ border-style: solid; border-width: 1px 0px 1px 0px; - border-color: #D0D2D545; + border: none; } .footer-row:nth-child(2) .footer-col { width: 100%; } +.footer-col { + display: flex; +} .footer-row:nth-child(3){ @@ -190,7 +191,7 @@ article.md-content__inner{ } .social-icons a:hover > div svg g, .social-icons a:hover > div svg, .footer-logo:hover svg g{ - fill: #1FDF8F; + fill: #DD652E; } .md-footer nav .nav-wrap{ @@ -310,7 +311,7 @@ form.hs-form .field { } .hs-form input[type="submit"] { background-color: #1FDF8F; - color: #111439; + color: #26292F; font-size: 16px; font-weight: 600; letter-spacing: -0.3px; @@ -415,7 +416,7 @@ form.hs-form{ @media (min-width: 768px){ - .footer-row:nth-child(2) .footer-col{ + .footer-col{ width: 50%; } @@ -475,4 +476,8 @@ form.hs-form{ background-color: var(--md-primary-fg-color); color: var(--md-primary-bg-color); } +} +.fideslang-logo { + height: 40px; + width: auto; } \ No newline at end of file diff --git a/mkdocs/docs/css/logo.css b/mkdocs/docs/css/logo.css index 2e51f172..53321bae 100644 --- a/mkdocs/docs/css/logo.css +++ b/mkdocs/docs/css/logo.css @@ -1,6 +1,6 @@ /* -- START: Logo CSS overrides specific to taxonomy repo -- */ body header.md-header .md-logo img { - width: 120px; - height: auto; + width: auto; + height: 65px; } \ No newline at end of file diff --git a/mkdocs/docs/css/taxonomy.css b/mkdocs/docs/css/taxonomy.css index bef08ccf..6089a847 100644 --- a/mkdocs/docs/css/taxonomy.css +++ b/mkdocs/docs/css/taxonomy.css @@ -76,6 +76,7 @@ border: none; padding: 0.65em 0.75em; margin: 0; + color: #000; } .btn--icon { diff --git a/mkdocs/docs/csv-tmp/data_subjects.csv b/mkdocs/docs/csv-tmp/data_subjects.csv new file mode 100644 index 00000000..039affd0 --- /dev/null +++ b/mkdocs/docs/csv-tmp/data_subjects.csv @@ -0,0 +1,17 @@ +automated_decisions_or_profiling,fides_key,is_default,name,organization_fides_key,replaced_by,rights,tags,version_added,version_deprecated,parent_key,description +,data_subject,,Data Subject,,,,,,,, +,anonymous_user,True,Anonymous User,default_organization,,,,2.0.0,,data_subject,An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification +,citizen_voter,True,Citizen Voter,default_organization,,,,2.0.0,,data_subject,An individual registered to voter with a state or authority. +,commuter,True,Commuter,default_organization,,,,2.0.0,,data_subject,An individual that is traveling or transiting in the context of location tracking. +,consultant,True,Consultant,default_organization,,,,2.0.0,,data_subject,An individual employed in a consultative/temporary capacity by the organization. +,customer,True,Customer,default_organization,,,,2.0.0,,data_subject,An individual or other organization that purchases goods or services from the organization. +,employee,True,Employee,default_organization,,,,2.0.0,,data_subject,An individual employed by the organization. +,job_applicant,True,Job Applicant,default_organization,,,,2.0.0,,data_subject,An individual applying for employment to the organization. +,next_of_kin,True,Next of Kin,default_organization,,,,2.0.0,,data_subject,A relative of any other individual subject where such a relationship is known. +,passenger,True,Passenger,default_organization,,,,2.0.0,,data_subject,An individual traveling on some means of provided transport. +,patient,True,Patient,default_organization,,,,2.0.0,,data_subject,An individual identified for the purposes of any medical care. +,prospect,True,Prospect,default_organization,,,,2.0.0,,data_subject,An individual or organization to whom an organization is selling goods or services. +,shareholder,True,Shareholder,default_organization,,,,2.0.0,,data_subject,An individual or organization that holds equity in the organization. +,supplier_vendor,True,Supplier/Vendor,default_organization,,,,2.0.0,,data_subject,An individual or organization that provides services or goods to the organization. +,trainee,True,Trainee,default_organization,,,,2.0.0,,data_subject,An individual undergoing training by the organization. +,visitor,True,Visitor,default_organization,,,,2.0.0,,data_subject,An individual visiting a location. diff --git a/mkdocs/docs/csv-tmp/data_uses.csv b/mkdocs/docs/csv-tmp/data_uses.csv new file mode 100644 index 00000000..4b1477a9 --- /dev/null +++ b/mkdocs/docs/csv-tmp/data_uses.csv @@ -0,0 +1,56 @@ +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/csv-tmp2/data_categories.csv b/mkdocs/docs/csv-tmp2/data_categories.csv new file mode 100644 index 00000000..00c14698 --- /dev/null +++ b/mkdocs/docs/csv-tmp2/data_categories.csv @@ -0,0 +1,100 @@ +fides_key,parent_key,name,description +data_category,,Data Category, +user,data_category,User Data,Users personal data +user.children,user,Children,Data relating to children +user.health,user,Health,Health records or individual's personal medical information. +user.biometrics,user,Biometrics,Returns encoded characteristics provided by a user. +user.government_id,user,Government ID,State provided identification data. +user.authorization,user,Authorization,Scope of permissions and access to a system. +user.behavior,user,Behavior,Behavioral data about the subject. +user.contact,user,Contact,Contact data collected about a user. +user.device,user,Device,"Data related to a user's device, configuration and setting." +user.payment,user,Payment,Payment data related to user. +user.social_activity,user,Social Activity,Social activity and interaction data. +user.unique_id,user,Unique ID,Unique identifier for a user assigned through system use. +user.financial,user,Financial,Payment data and financial history. +user.name,user,Name,User's real name. +user.criminal_history,user,Criminal History,Criminal records or information about the data subject. +user.privacy_preferences,user,Privacy Preferences,Privacy preferences or settings set by the subject. +user.job_title,user,Job title,Professional data. +user.content,user,Content,"Content related to, or created by the subject." +user.account,user,BLANK, +user.account.settings,user.account,Settings,Account preferences and settings. +user.account.username,user.account,Username,Username associated with account. +user.authorization.biometrics,user.authorization,Authorization Biometrics,Credentials for system authentication based on biometrics. +user.authorization.credentials,user.authorization,Auth Credentials,Authentication credentials to a system. +user.authorization.password,user.authorization,Password,Password for system authentication. +user.behavior.browsing_history,user.behavior,Browsing History,Content browsing history of a user. +user.behavior.media_consumption,user.behavior,Media Consumption,Content consumption history of the subject. +user.behavior.purchase_history,user.behavior,Purchase History,Purchase history of the subject. +user.behavior.search_history,user.behavior,Search History,Search history of the subject. +user.biometrics.fingerprint,user.biometrics,Biometrics Fingerprint,Fingerprint encoded data about a subject. +user.biometrics.retinal,user.biometrics,Biometrics Retinal,Retinal data about a subject. +user.biometrics.voice,user.biometrics,Biometrics Voice,Voice encoded data about a subject. +user.children.children_under_thirteen,user.children,Children Under Thirteen,Data relating to children under 13. +user.children.thirteen_to_sixteen,user.children,Child Thriteen-to-Sixteen,Data relating to children between 13-15. +user.contact.email,user.contact,Email,User's contact email address. +user.contact.phone_number,user.contact,Phone Number,User's phone number. +user.contact.social_url,user.contact,Social URL,Subject's websites or links to social and personal profiles. +user.contact.fax_number,user.contact,Fax,Data Subject's fax number. +user.contact.address,user.contact,User contact information,Contact information for the user.er. +user.contact.address.mailing_address,user.contact.address,Mailing Address,Contact address data collected about a user. +user.contact.address.city,user.contact.address,City,User's city level address data. +user.contact.address.country,user.contact.address,Country,User's country level address data. +user.contact.address.postal_code,user.contact.address,Postal Code,User's postal code. +user.contact.address.state,user.contact.address,State,User's state level address data. +user.contact.address.street,user.contact.address,Street,User's street level address data. +user.content.private,user.content,Private Content,"Private content related to, or created by the subject, not publicly available." +user.content.public,user.content,Public Content,Publicly shared Content related to or created by the subject. +user.content.self_image,user.content,Self Image,Photograph or image in which subject is whole or partially recognized. +user.demographic,user,Demographic Data,Demographic data about a data subject. +user.demographic.sexual_orientation,user.demographic,Sexual Orientation,Sexual orientation of data subject. +user.demographic.race_ethnicity,user.demographic,Race or Ethnicity,Race or ethnicity of data subject. +user.demographic.citizenship_or_immigration_status,user.demographic,Citzenship or Immigration Status,Citizen or immigration status of data subject. +user.demographic.religious_belief,user.demographic,Religious Beliefs,Religion or religious beliefs of the data subject. +user.demographic.philosophical_belief,user.demographic,Philosophical Beliefs,Philosophical beliefs of the data subject. +user.demographic.union_membership,user.demographic,Union Membership,Union membership of data subject +user.demographic.protected_classifications,user.demographic,Protected Classifications,Demographic data about a user that are protected classifications. +user.demographic.age_range,user.demographic,Age Range,Non specific age or age-range of data subject. +user.demographic.date_of_birth,user.demographic,Date of Birth,Date of birth of data subject. +user.demographic.gender,user.demographic,Gender,Gender of data subject. +user.demographic.language,user.demographic,Language,Spoken or written language of subject. +user.demographic.marital_status,user.demographic,Marial Status,Marital status of data subject. +user.demographic.political_opinion,user.demographic,Political Opinion,Political opinion or belief of data subject. +user.demographic.profile,user.demographic,Profile,Profile or preference information about the data subject. +user.device.telemetry,user.device,Telemetry,User identifiable measurement data from system sensors and monitoring. +user.device.sensor,user.device,Sensor,Measurement data about a user's environment through system use. +user.device.cookie,user.device,Cookie,"Data related to a subject, stored within a cookie." +user.device.cookie_id,user.device,Cookie ID,Cookie unique identification number. +user.device.device_id,user.device,Device ID,Device unique identification number. +user.device.ip_address,user.device,Internet Protocol Address ,Unique identifier related to device connection. +user.employment,user,Employment information,Information about a data subjects employment. +user.employment.workplace,user.employment,Workplace,Organization of employment. +user.financial.bank_account,user.financial,Bank Account Information,Bank account information belonging to the subject. +user.financial.credit_card,user.financial,Credit Card Information ,Credit card information belonging to the subject. +user.government_id.passport_number,user.government_id,Passport Number,Government issued passport data. +user.government_id.drivers_license_number,user.government_id,Driver's License Number,State issued driving identification number. +user.government_id.immigration,user.government_id,Immigration Status ,State issued immigration or residency data. +user.government_id.national_identification_number,user.government_id,State Government ID ,State issued personal identification number. +user.government_id.birth_certificate,user.government_id,Birth Certificate ,State issued certificate of birth. +user.government_id.vehicle_registration,user.government_id,License Plate or Vehicle Number,State issued license plate or vehicle registration data. +user.health.treatment,user.health,Health Treatment,Health-realted treatment for a subject +user.health.prescriptions,user.health,Prescriptions,Prescriptions belonging to a subject +user.health.symptons,user.health,Symptoms,Medical symptoms associated with a subject +user.health.medications,user.health,Medications,Medications taken by a subject +user.health.reproductive_or_sexual,user.health,Reproductive or Sexual Health,Reproductive or sexual data belonging to a subject +user.health.genetic ,user.health,Genetic information,Data about the genetic makeup provided by the subject. +user.health.social_psychological_behavioral,user.health,Psychological or Behavioral Condition,"Social, psychological, and/or behavioral data belonging to a subject. " +user.health.medical_diagnosis ,user.health,Medical Diagonosis ,Medical diagnosis of a subject. +user.health.condition,user.health,Health Condition,Health condition of a subject. +user.health.record_id,user.health,Health record ,Medical record identifiers belonging to a subject. +user.health.maternity_clothing,user.health,Maternity Clothing,Purchase and/or browsing history of consumer related to maternity clothing +user.health.baby_formula,user.health,Baby Formula,Purchase and/or browsing history of consumer related to baby formula +user.health.insurance_beneficiary_id,user.health,Insurance beneficiary ,Health insurance beneficiary number of the subject. +user.location,user,Users location,Location data about a subject. +user.location.precise,user.location,Precise Location,Precise location derived from sensors (less than 500M). +user.location.coarse,user.location,Coarse Location,Coarse location derived from sensors (more than 500M). +user.name.first,user.name,First name,Subject's first name. +user.name.last,user.name,Last name,"Subject's last, or family, name." +user.unique_id.probablistic,user.unique_id,Probablistic ID,A probabilistic identifier generated from data subject or device characteristics. +user.unique_id.deterministic,user.unique_id,Deterministic ID,A deterministic identifier generated from data subject or device characteristics. \ No newline at end of file diff --git a/mkdocs/docs/csv-tmp2/data_subjects.csv b/mkdocs/docs/csv-tmp2/data_subjects.csv new file mode 100644 index 00000000..5ff59314 --- /dev/null +++ b/mkdocs/docs/csv-tmp2/data_subjects.csv @@ -0,0 +1,8 @@ +fides_key,parent_key,name,description +data_subject,,Data Subject, +consumer,data_subject,Title,A natural person who is a resident of a State within the United States of America. +household,data_subject,Title,A group of Consumers who cohabitate with one another at the same residential address and share use of common devices or services. +employee,data_subject,Title,"An individual who is an employee of, director of, officer of, medical staff member of, or independent contractor of a business" +B2B,data_subject,Title,Business-to-business; individuals who interact with a business purely in a commercial capacity +child,data_subject,Title,A Consumer under the age of 15 +child.child_under_thirteen,child,Title,A Consumer under the age of 13 \ No newline at end of file diff --git a/mkdocs/docs/csv-tmp2/data_uses.csv b/mkdocs/docs/csv-tmp2/data_uses.csv new file mode 100644 index 00000000..278c64b7 --- /dev/null +++ b/mkdocs/docs/csv-tmp2/data_uses.csv @@ -0,0 +1,64 @@ +fides_key,parent_key,name,description +data_category,,Data Category, +strictly_necessary,data_category,Title,"Provides essential functions such as legal compliance, security, basic system operations, and support. Without the strictly_necessary data use, the product or service cannot operate or meet legal and security requirements" +operational,data_category,Title,"Facilitates operations for the service or product, including product improvements." +analytics,data_category,Title,"Provides analytics for activities such as system and advertising performance reporting, insights and advertising fraud detection." +advertising_marketing,data_category,Title,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system." +disclosure,data_category,Title,Provides information regarding whether the data is being transmitted to other parties. +collect,data_category,Title,Collecting and storing data in order to use it for another purpose such as data training for ML. +train_ai_system,data_category,Title,Trains an AI system or data model for machine learning. +strictly_necessary.fraud_detection,strictly_necessary,Title,"Detects possible fraud or misuse of the product, service, application or system." +strictly_necessary.legal_obligation,strictly_necessary,Title,Provides service to meet a legal or compliance obligation such as consent management. +strictly_necessary.service,strictly_necessary,Title,"Provides the strictly_necessary product, service, application or system, without which the product/service would not be possible." +strictly_necessary.legal_obligation.hold,strictly_necessary.legal_obligation,Title,Provides service to meet a legal hold. +strictly_necessary.service.notifications.email,strictly_necessary.service.notifications,Title,"Sends email notifications about the product, service, application or system." +strictly_necessary.service.notifications.sms,strictly_necessary.service.notifications,Title,"Sends SMS notifications about the product, service, application or system." +strictly_necessary.operations.support,strictly_necessary.service.notifications,Title,"Provides support for the product, service, application or system." +strictly_necessary.operations,strictly_necessary,Title, +strictly_necessary.operations.improve,strictly_necessary.operations,Title,"Necessary to optimize and improve support for the product, service, application or system." +strictly_necessary.operations.quality_assurance,strictly_necessary.operations,Title,"Necessary to provide quality assurance for the product, service, application, or system." +strictly_necessary.operations.debugging,strictly_necessary.operations,Title,"Necessary to debug the product, service, application, or system." +strictly_necessary.service.authentication,strictly_necessary.service,Title,"Authenticate users to the product, service, application or system." +strictly_necessary.service.notifications,strictly_necessary.service,Title,"Sends notifications about the product, service, application or system." +strictly_necessary.service.operations,strictly_necessary.service,Title,"strictly_necessary to ensure the operation of the product, service, application or system." +strictly_necessary.service.payment_processing,strictly_necessary.service,Title,"strictly_necessary to processes payments for the product, service, application or system." +strictly_necessary.service.security,strictly_necessary.service,Title,"strictly_necessary to provide security for the product, service, application or system" +strictly_necessary.service.upgrades,strictly_necessary.service,Title,Provides timely system upgrade information options. +operational.service,operational,Title,"Functions relating to provided services, products, applications or systems." +operational.website_use,operational,Title,"Provides information relating to how consumers use the website, product, service, application, or system." +operational.survey,operational,Title,"Information relating to surveys provided to assist with improving the website, product, service, application or systems." +operational.service.customer_support,operational.service,Title,BLANK +operational.service.customer_support.improve,operational.service.customer_support,Title,"Improves the specific product, service, application or system." +analytics.ad_reporting.measure_ad_performance,analytics.ad_reporting,Title,Provides analytics for reporting of advertising performance. +analytics.ad_reporting,analytics,Title, +analytics.ad_reporting.market_research,analytics.ad_reporting,Title,Provides analytics for reporting of market research. +analytics.ad_reporting.ad_fraud_detection,analytics.ad_reporting,Title,Provides analytics for reporting on fraud detection. +analytics.ad_reporting.ad_viewability,analytics.ad_reporting,Title,Provides analytics for reporting on viewability of ads. +analytics.reporting,analytics,Title, +analytics.reporting.ad_performance,analytics.reporting,Title,Provides analytics for reporting of advertising performance. +analytics.reporting.content_performance,analytics.reporting,Title,Analytics for reporting on content performance. +analytics.reporting.campaign_insights,analytics.reporting,Title,Provides analytics for reporting of campaign insights related to advertising and promotion activities. +analytics.reporting.system,analytics.reporting,Title,Provides analytics for reporting on system activity. +analytics.reporting.system.performance,analytics.reporting.system,Title,Provides analytics for reporting on system performance. +analytics.ad_delivery_and_targeting,analytics,Title,Provides analytics for reporting of advertising performance. +advertising_marketing.first_party.contextual,advertising_marketing.first_party,Title,Serves advertisements based on current content being viewed by the user of the system or service. +advertising_marketing.first_party.targeted,advertising_marketing.first_party,Title,Targets advertisements based on data collected or derived about the user from use of the system. +advertising_marketing.third_party.targeted,advertising_marketing.third_party,Title,Targets advertisements based on data within the system or joined with data provided by 3rd parties. +advertising_marketing.communications,advertising_marketing,Title,"Uses combined channels to message and market to a customer, user or prospect." +advertising_marketing.first_party,advertising_marketing,Title,Serves advertisements based on first party data collected or derived about the user. +advertising_marketing.frequency_capping,advertising_marketing,Title,Restricts the number of times a specific advertisement is shown to an individual. +advertising_marketing.negative_targeting,advertising_marketing,Title,Enforces rules used to ensure a certain audience or group is not targeted by advertising. +advertising_marketing.profiling,advertising_marketing,Title,Creates audience profiles for the purpose of targeted advertising +advertising_marketing.serving,advertising_marketing,Title,Services to the delivery of advertising and content. +advertising_marketing.third_party,advertising_marketing,Title,Serves advertisements based on data within the system or joined with data provided by 3rd parties. +advertising_marketing.communications.email,advertising_marketing.communications,Title,Sends email marketing communications. +advertising_marketing.communications.sms,advertising_marketing.communications,Title,Sends SMS marketing communications. +advertising_marketing.personalize,advertising_marketing,Title, +advertising_marketing.personalize.content,advertising_marketing.personalize,Title,"Personalizes the content of the product, service, application or system." +advertising_marketing.personalize.profiling,advertising_marketing.personalize,Title,Creates profiles for the purpose of serving content. +advertising_marketing.personalize.system,advertising_marketing.personalize,Title,Personalizes the system. +disclosure.third_party_sale,disclosure,Title,Discloses data for cross-contextual/targeted advertising +disclosure.outside_counsel,disclosure,Title,"Discloses data for legal obligations, including contracts, applicable laws or regulations." +disclosure.law_enforcement,disclosure,Title,Discloses data for legal obligations arising out of law enforcement requiring it for emergency purposes +disclosure.share,disclosure,Title,"Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising" +disclosure.sale,disclosure,Title,"Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising or for purposes of selling the data for monetary value" \ No newline at end of file diff --git a/mkdocs/docs/csv/data_categories.csv b/mkdocs/docs/csv/data_categories.csv index b7c5657b..2d8229c4 100644 --- a/mkdocs/docs/csv/data_categories.csv +++ b/mkdocs/docs/csv/data_categories.csv @@ -1,87 +1,103 @@ -fides_key,is_default,name,organization_fides_key,parent_key,replaced_by,tags,version_added,version_deprecated,description -data_category,,Data Category,,,,,,, -system,True,System Data,default_organization,data_category,,,2.0.0,,"Data unique to, and under control of the system." -system.authentication,True,Authentication Data,default_organization,system,,,2.0.0,,Data used to manage access to the system. -system.operations,True,Operations Data,default_organization,system,,,2.0.0,,Data used for system operations. -user,True,User Data,default_organization,data_category,,,2.0.0,,"Data related to the user of the system, either provided directly or derived based on their usage." -user.account,True,Account Information,default_organization,user,,,2.0.0,,Account creation or registration information. -user.authorization,True,Authorization Information,default_organization,user,,,2.0.0,,Scope of permissions and access to a system. -user.behavior,True,Observed Behavior,default_organization,user,,,2.0.0,,Behavioral data about the subject. -user.biometric,True,Biometric Data,default_organization,user,,,2.0.0,,Encoded characteristics provided by a user. -user.childrens,True,Children's Data,default_organization,user,,,2.0.0,,Data relating to children. -user.contact,True,Contact Data,default_organization,user,,,2.0.0,,Contact data collected about a user. -user.content,True,User Content,default_organization,user,,,2.0.0,,"Content related to, or created by the subject." -user.demographic,True,Demographic Data,default_organization,user,,,2.0.0,,Demographic data about a user. -user.location,True,Location Data,default_organization,user,,,2.0.0,,Records of the location of a user. -user.device,True,Device Data,default_organization,user,,,2.0.0,,"Data related to a user's device, configuration and setting." -user.payment,True,Payment Data,default_organization,user,,,2.0.0,,Payment data related to user. -user.social,True,Social Data,default_organization,user,,,2.0.0,,Social activity and interaction data. -user.unique_id,True,Unique ID,default_organization,user,,,2.0.0,,Unique identifier for a user assigned through system use. -user.telemetry,True,Telemetry Data,default_organization,user,,,2.0.0,,User identifiable measurement data from system sensors and monitoring. -user.user_sensor,True,User Sensor Data,default_organization,user,,,2.0.0,,Measurement data about a user's environment through system use. -user.workplace,True,Workplace,default_organization,user,,,2.0.0,,Organization of employment. -user.sensor,True,Sensor Data,default_organization,user,,,2.0.0,,Measurement data from sensors and monitoring systems. -user.financial,True,Financial Data,default_organization,user,,,2.0.0,,Payment data and financial history. -user.government_id,True,Government ID,default_organization,user,,,2.0.0,,State provided identification data. -user.health_and_medical,True,Health and Medical Data,default_organization,user,,,2.0.0,,Health records or individual's personal medical information. -user.name,True,Name,default_organization,user,,,2.0.0,,User's real name. -user.criminal_history,True,Criminal History,default_organization,user,,,2.0.0,,Criminal records or information about the data subject. -user.privacy_preferences,True,Privacy Preferences,default_organization,user,,,2.0.0,,Privacy preferences or settings set by the subject. -user.job_title,True,Job Title,default_organization,user,,,2.0.0,,Professional data. -user.account.settings,True,Account Settings,default_organization,user.account,,,2.0.0,,Account preferences and settings. -user.account.username,True,Account Username,default_organization,user.account,,,2.0.0,,Username associated with account. -user.authorization.credentials,True,Account password,default_organization,user.authorization,,,2.0.0,,Authentication credentials to a system. -user.authorization.biometric,True,Biometric Credentials,default_organization,user.authorization,,,2.0.0,,Credentials for system authentication. -user.authorization.password,True,Password,default_organization,user.authorization,,,2.0.0,,Password for system authentication. -user.behavior.browsing_history,True,Browsing History,default_organization,user.behavior,,,2.0.0,,Content browsing history of a user. -user.behavior.media_consumption,True,Media Consumption,default_organization,user.behavior,,,2.0.0,,Content consumption history of the subject. -user.behavior.purchase_history,True,Purchase History,default_organization,user.behavior,,,2.0.0,,Purchase history of the subject. -user.behavior.search_history,True,Search History,default_organization,user.behavior,,,2.0.0,,Search history of the subject. -user.biometric.fingerprint,True,Fingerprint,default_organization,user.biometric,,,2.0.0,,Fingerprint encoded data about a subject. -user.biometric.retinal,True,Retina Scan,default_organization,user.biometric,,,2.0.0,,Retinal data about a subject. -user.biometric.voice,True,Voice Recording,default_organization,user.biometric,,,2.0.0,,Voice encoded data about a subject. -user.biometric.health,True,Biometric Health Data,default_organization,user.biometric,,,2.0.0,,Encoded characteristic collected about a user. -user.contact.address,True,User Contact Address,default_organization,user.contact,,,2.0.0,,Contact address data collected about a user. -user.contact.email,True,User Contact Email,default_organization,user.contact,,,2.0.0,,User's contact email address. -user.contact.phone_number,True,User Contact Phone Number,default_organization,user.contact,,,2.0.0,,User's phone number. -user.contact.url,True,User Website,default_organization,user.contact,,,2.0.0,,Subject's websites or links to social and personal profiles. -user.contact.fax_number,True,Fax Number,default_organization,user.contact,,,2.0.0,,Data Subject's fax number. -user.contact.organization,True,Organization,default_organization,user.contact,,,2.0.0,,Data Subject's Organization. -user.contact.address.city,True,User Contact City,default_organization,user.contact.address,,,2.0.0,,User's city level address data. -user.contact.address.country,True,User Contact Country,default_organization,user.contact.address,,,2.0.0,,User's country level address data. -user.contact.address.postal_code,True,User Contact Postal Code,default_organization,user.contact.address,,,2.0.0,,User's postal code. -user.contact.address.state,True,User Contact State,default_organization,user.contact.address,,,2.0.0,,User's state level address data. -user.contact.address.street,True,User Contact Street,default_organization,user.contact.address,,,2.0.0,,User's street level address data. -user.content.private,True,Private Content,default_organization,user.content,,,2.0.0,,"Private content related to, or created by the subject, not publicly available." -user.content.public,True,Public Content,default_organization,user.content,,,2.0.0,,"Publicly shared Content related to, or created by the subject." -user.content.self_image,True,User Image,default_organization,user.content,,,2.0.0,,Photograph or image in which subject is whole or partially recognized. -user.demographic.age_range,True,Age Range,default_organization,user.demographic,,,2.0.0,,Non specific age or age-range of data subject. -user.demographic.date_of_birth,True,Birth Date,default_organization,user.demographic,,,2.0.0,,Date of birth of data subject. -user.demographic.gender,True,Gender,default_organization,user.demographic,,,2.0.0,,Gender of data subject. -user.demographic.language,True,Language,default_organization,user.demographic,,,2.0.0,,Spoken or written language of subject. -user.demographic.marital_status,True,Marital Status,default_organization,user.demographic,,,2.0.0,,Marital status of data subject. -user.demographic.political_opinion,True,Political Opinion,default_organization,user.demographic,,,2.0.0,,Political opinion or belief of data subject. -user.demographic.profile,True,User Profile Data,default_organization,user.demographic,,,2.0.0,,Profile or preference information about the data subject. -user.demographic.race_ethnicity,True,Race,default_organization,user.demographic,,,2.0.0,,Race or ethnicity of data subject. -user.demographic.religious_belief,True,Religion,default_organization,user.demographic,,,2.0.0,,Religion or religious beliefs of the data subject. -user.demographic.sexual_orientation,True,Sexual Orientation,default_organization,user.demographic,,,2.0.0,,Sexual orientation of data subject. -user.device.cookie,True,Device Cookie,default_organization,user.device,,,2.0.0,,"Data related to a subject, stored within a cookie." -user.device.cookie_id,True,Cookie ID,default_organization,user.device,,,2.0.0,,Cookie unique identification number. -user.device.device_id,True,Device ID,default_organization,user.device,,,2.0.0,,Device unique identification number. -user.device.ip_address,True,IP Address,default_organization,user.device,,,2.0.0,,Unique identifier related to device connection. -user.financial.bank_account,True,Bank Account Information,default_organization,user.financial,,,2.0.0,,Bank account information belonging to the subject. -user.financial.credit_card,True,Credit Card Information,default_organization,user.financial,,,2.0.0,,Credit card information belonging to the subject. -user.government_id.birth_certificate,True,Birth Certificate,default_organization,user.government_id,,,2.0.0,,State issued certificate of birth. -user.government_id.drivers_license_number,True,Driver's License Number,default_organization,user.government_id,,,2.0.0,,State issued driving identification number. -user.government_id.immigration,True,Immigration ID,default_organization,user.government_id,,,2.0.0,,State issued immigration or residency data. -user.government_id.national_identification_number,True,National Identification Number,default_organization,user.government_id,,,2.0.0,,State issued personal identification number. -user.government_id.passport_number,True,Passport Number,default_organization,user.government_id,,,2.0.0,,State issued passport data. -user.government_id.vehicle_registration,True,Vehicle Registration,default_organization,user.government_id,,,2.0.0,,State issued license plate or vehicle registration data. -user.health_and_medical.genetic,True,User's Genetic Data,default_organization,user.health_and_medical,,,2.0.0,,Data about the genetic makeup provided by the subject. -user.health_and_medical.insurance_beneficiary_id,True,Medical Insurance ID,default_organization,user.health_and_medical,,,2.0.0,,Health insurance beneficiary number of the subject. -user.health_and_medical.record_id,True,Medical Record ID,default_organization,user.health_and_medical,,,2.0.0,,Medical record identifiers belonging to a subject. -user.location.imprecise,True,Imprecise Subject Location,default_organization,user.location,,,2.0.0,,Imprecise location derived from sensors (more than 500M). -user.location.precise,True,Precise Subject Location,default_organization,user.location,,,2.0.0,,Precise location derived from sensors (less than 500M). -user.name.first,True,First Name,default_organization,user.name,,,2.0.0,,Subject's first name. -user.name.last,True,Last Name,default_organization,user.name,,,2.0.0,,"Subject's last, or family, name." -user.unique_id.pseudonymous,True,Pseudonymous User ID,default_organization,user.unique_id,,,2.0.0,,"A pseudonymous, or probabilistic identifier generated from other subject or device data belonging to the subject." +fides_key,parent_key,name,triggered_laws,description +data_category,,Data Category,, +system,data_category,System Data,,"System data that does not belong to, or identify an individual." +system.operations,system,System Operations Data,,Data used for the operations of the system. +system.authentication,system,System Authentication Data,,Data used to manage access to the system. +user,data_category,User Data,,User related data. +user.authorization,user,Authorization,,Scope of permissions and access to a system. +user.account,user,Account Data,,Account information. +user.account.settings,user.account,Settings,,Account preferences and settings. +user.children,user,Children,"CA, CT, CO, VA, UT, OR, TX",Data relating to children +user.health,user,Health,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health",Health records or individual's personal medical information. +user.biometrics,user,Biometrics,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health",Returns encoded characteristics provided by a user. +user.government_id,user,Government ID,CA,State provided identification data. +user.authorization.biometrics,user.authorization,Authorization Biometrics,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA",Credentials for system authentication based on biometrics. +user.biometrics.fingerprint,user.biometrics,Biometrics Fingerprint,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA",Fingerprint encoded data about a subject. +user.biometrics.retinal,user.biometrics,Biometrics Retinal,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA ",Retinal data about a subject. +user.biometrics.voice,user.biometrics,Biometrics Voice,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA ",Voice encoded data about a subject. +user.children.children_under_thirteen,user.children,Children Under Thirteen,"CA, CT, CO, VA, UT, OR, TX",Data relating to children under 13. +user.children.thirteen_to_sixteen,user.children,Child Thriteen-to-Sixteen,CA,Data relating to children between 13-15. +user.demographic,user,Demographic,,Demographic data. +user.demographic.sexual_orientation,user.demographic,Sexual Orientation,"CA, CT, CO, VA, UT, OR, TX",Sexual orientation of data subject. +user.demographic.race_ethnicity,user.demographic,Race or Ethnicity,"CA, CT, CO, VA, UT, OR, TX",Race or ethnicity of data subject. +user.demographic.citizenship_or_immigration_status,user.demographic,Citzenship or Immigration Status,"CA, CT, CO, VA, UT, OR, TX",Citizen or immigration status of data subject. +user.demographic.religious_belief,user.demographic,Religious Beliefs,"CA, CT, CO, VA, UT, OR, TX",Religion or religious beliefs of the data subject. +user.demographic.philosophical_belief,user.demographic,Philosophical Beliefs,CA,Philosophical beliefs of the data subject. +user.government_id.passport_number,user.government_id,Passport Number,CA,Government issued passport data. +user.government_id.drivers_license_number,user.government_id,Driver's License Number,CA,State issued driving identification number. +user.government_id.immigration,user.government_id,Immigration Status ,"CA, CT, CO, VA, UT, OR, TX",State issued immigration or residency data. +user.government_id.national_identification_number,user.government_id,State Government ID ,CA,State issued personal identification number. +user.health.treatment,user.health,Health Treatment,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Health-realted treatment for a subject +user.health.prescriptions,user.health,Prescriptions,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Prescriptions belonging to a subject +user.health.symptons,user.health,Symptoms,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Medical symptoms associated with a subject +user.health.medications,user.health,Medications,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Medications taken by a subject +user.health.reproductive_or_sexual,user.health,Reproductive or Sexual Health,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Reproductive or sexual data belonging to a subject +user.health.genetic ,user.health,Genetic information,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Data about the genetic makeup provided by the subject. +user.health.social_psychological_behavioral,user.health,Psychological or Behavioral Condition,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ","Social, psychological, and/or behavioral data belonging to a subject. " +user.health.medical_diagnosis ,user.health,Medical Diagonosis ,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Medical diagnosis of a subject. +user.health.condition,user.health,Health Condition,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health, ",Health condition of a subject. +user.health.record_id,user.health,Health record ,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health",Medical record identifiers belonging to a subject. +user.location,user,Location,"CA, CT, VA, UT, OR, TX, WA MHMD, NV Health",Location data. +user.location.precise,user.location,Precise Location,,Precise location derived from sensors (less than 500M). +user.financial.bank_account,user.financial,Bank Account Information,,Bank account information belonging to the subject. +user.behavior,user,Behavior,"WA MHMD, NV Health",Behavioral data about the subject. +user.contact,user,Contact,,Contact data collected about a user. +user.device,user,Device,,"Data related to a user's device, configuration and setting." +user.payment,user,Payment,,Payment data related to user. +user.social_activity,user,Social Activity,,Social activity and interaction data. +user.unique_id,user,Unique ID,,Unique identifier for a user assigned through system use. +user.financial,user,Financial,,Payment data and financial history. +user.name,user,Name,,User's real name. +user.criminal_history,user,Criminal History,,Criminal records or information about the data subject. +user.privacy_preferences,user,Privacy Preferences,,Privacy preferences or settings set by the subject. +user.job_title,user,Job title,,Professional data. +user.content,user,Content,,"Content related to, or created by the subject." +user.account.username,user.account,Username,,Username associated with account. +user.authorization.credentials,user.authorization,Auth Credentials,,Authentication credentials to a system. +user.authorization.password,user.authorization,Password,,Password for system authentication. +user.behavior.browsing_history,user.behavior,Browsing History,,Content browsing history of a user. +user.behavior.media_consumption,user.behavior,Media Consumption,,Content consumption history of the subject. +user.behavior.purchase_history,user.behavior,Purchase History,,Purchase history of the subject. +user.behavior.search_history,user.behavior,Search History,,Search history of the subject. +user.contact.email,user.contact,Email,,User's contact email address. +user.contact.phone_number,user.contact,Phone Number,,User's phone number. +user.contact.social_url,user.contact,Social URL,,Subject's websites or links to social and personal profiles. +user.contact.fax_number,user.contact,Fax,,Data Subject's fax number. +user.contact.address,user.contact,Address,,Contact address data collected about a user. +user.contact.address.mailing_address,user.contact.address,Mailing Address,,Contact address data collected about a user. +user.contact.address.city,user.contact.address,City,,User's city level address data. +user.contact.address.country,user.contact.address,Country,,User's country level address data. +user.contact.address.postal_code,user.contact.address,Postal Code,,User's postal code. +user.contact.address.state,user.contact.address,State,,User's state level address data. +user.contact.address.street,user.contact.address,Street,,User's street level address data. +user.content.private,user.content,Private Content,,"Private content related to, or created by the subject, not publicly available." +user.content.public,user.content,Public Content,,Publicly shared Content related to or created by the subject. +user.content.self_image,user.content,Self Image,,Photograph or image in which subject is whole or partially recognized. +user.demographic.union_membership,user.demographic,Union Membership,,Union membership of data subject +user.demographic.protected_classifications,user.demographic,Protected Classifications,,Demographic data about a user that are protected classifications. +user.demographic.age_range,user.demographic,Age Range,,Non specific age or age-range of data subject. +user.demographic.date_of_birth,user.demographic,Date of Birth,,Date of birth of data subject. +user.demographic.gender,user.demographic,Gender,,Gender of data subject. +user.demographic.language,user.demographic,Language,,Spoken or written language of subject. +user.demographic.marital_status,user.demographic,Marial Status,,Marital status of data subject. +user.demographic.political_opinion,user.demographic,Political Opinion,,Political opinion or belief of data subject. +user.demographic.profile,user.demographic,Profile,,Profile or preference information about the data subject. +user.device.telemetry,user.device,Telemetry,,User identifiable measurement data from system sensors and monitoring. +user.device.sensor,user.device,Sensor,,Measurement data about a user's environment through system use. +user.device.cookie,user.device,Cookie,,"Data related to a subject, stored within a cookie." +user.device.cookie_id,user.device,Cookie ID,,Cookie unique identification number. +user.device.device_id,user.device,Device ID,,Device unique identification number. +user.device.ip_address,user.device,Internet Protocol Address ,,Unique identifier related to device connection. +user.employment,user,Employment Information,,Employment related information. +user.employment.workplace,user.employment,Workplace,,Organization of employment. +user.financial.credit_card,user.financial,Credit Card Information ,,Credit card information belonging to the subject. +user.government_id.birth_certificate,user.government_id,Birth Certificate ,,State issued certificate of birth. +user.government_id.vehicle_registration,user.government_id,License Plate or Vehicle Number,,State issued license plate or vehicle registration data. +user.health.maternity_clothing,user.health,Maternity Clothing,,Purchase and/or browsing history of consumer related to maternity clothing +user.health.baby_formula,user.health,Baby Formula,,Purchase and/or browsing history of consumer related to baby formula +user.health.insurance_beneficiary_id,user.health,Insurance beneficiary ,,Health insurance beneficiary number of the subject. +user.location.coarse,user.location,Coarse Location,,Coarse location derived from sensors (more than 500M). +user.name.first,user.name,First name,,Subject's first name. +user.name.last,user.name,Last name,,"Subject's last, or family, name." +user.unique_id.probablistic,user.unique_id,Probablistic ID,,A probabilistic identifier generated from data subject or device characteristics. +user.unique_id.deterministic,user.unique_id,Deterministic ID,,A deterministic identifier generated from data subject or device characteristics. \ No newline at end of file diff --git a/mkdocs/docs/csv/data_subjects.csv b/mkdocs/docs/csv/data_subjects.csv index 039affd0..a40bad2f 100644 --- a/mkdocs/docs/csv/data_subjects.csv +++ b/mkdocs/docs/csv/data_subjects.csv @@ -1,17 +1,9 @@ -automated_decisions_or_profiling,fides_key,is_default,name,organization_fides_key,replaced_by,rights,tags,version_added,version_deprecated,parent_key,description -,data_subject,,Data Subject,,,,,,,, -,anonymous_user,True,Anonymous User,default_organization,,,,2.0.0,,data_subject,An individual that is unidentifiable to the systems. Note - This should only be applied to truly anonymous users where there is no risk of re-identification -,citizen_voter,True,Citizen Voter,default_organization,,,,2.0.0,,data_subject,An individual registered to voter with a state or authority. -,commuter,True,Commuter,default_organization,,,,2.0.0,,data_subject,An individual that is traveling or transiting in the context of location tracking. -,consultant,True,Consultant,default_organization,,,,2.0.0,,data_subject,An individual employed in a consultative/temporary capacity by the organization. -,customer,True,Customer,default_organization,,,,2.0.0,,data_subject,An individual or other organization that purchases goods or services from the organization. -,employee,True,Employee,default_organization,,,,2.0.0,,data_subject,An individual employed by the organization. -,job_applicant,True,Job Applicant,default_organization,,,,2.0.0,,data_subject,An individual applying for employment to the organization. -,next_of_kin,True,Next of Kin,default_organization,,,,2.0.0,,data_subject,A relative of any other individual subject where such a relationship is known. -,passenger,True,Passenger,default_organization,,,,2.0.0,,data_subject,An individual traveling on some means of provided transport. -,patient,True,Patient,default_organization,,,,2.0.0,,data_subject,An individual identified for the purposes of any medical care. -,prospect,True,Prospect,default_organization,,,,2.0.0,,data_subject,An individual or organization to whom an organization is selling goods or services. -,shareholder,True,Shareholder,default_organization,,,,2.0.0,,data_subject,An individual or organization that holds equity in the organization. -,supplier_vendor,True,Supplier/Vendor,default_organization,,,,2.0.0,,data_subject,An individual or organization that provides services or goods to the organization. -,trainee,True,Trainee,default_organization,,,,2.0.0,,data_subject,An individual undergoing training by the organization. -,visitor,True,Visitor,default_organization,,,,2.0.0,,data_subject,An individual visiting a location. +fides_key,parent_key,name,description +subject,,, +consumer,subject,,A natural person who is a resident of a State within the United States of America. +household,subject,,A group of Consumers who cohabitate with one another at the same residential address and share use of common devices or services. +employee,subject,,"An individual who is an employee of, director of, officer of, medical staff member of, or independent contractor of a business" +B2B,subject,,Business-to-business; individuals who interact with a business purely in a commercial capacity +child,subject,,A Consumer under the age of 15 +child.child_under_thirteen,child,,A Consumer under the age of 13 +child.child_thirteen_to_sixteen ,child,,A Consumer between the ages of 13-15 \ No newline at end of file diff --git a/mkdocs/docs/csv/data_uses.csv b/mkdocs/docs/csv/data_uses.csv index 4b1477a9..29313499 100644 --- a/mkdocs/docs/csv/data_uses.csv +++ b/mkdocs/docs/csv/data_uses.csv @@ -1,56 +1,68 @@ -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 +fides_key,parent_key,name,tcf,mspa,description +data_use,,Data Use,,, +necessary.operations,necessary,Necessary Operations,,,"Provides essential functions such as legal compliance, security, basic system operations, and support. Without the 'necessary' data use, the product or service cannot operate or meet legal and security requirements" +operational,data_use,Operational,,,"Facilitates operations for the service or product, including product improvements. " +analytics,data_use,Analytics,,,"Provides analytics for activities such as system and advertising performance reporting, insights and advertising fraud detection." +advertising_marketing,data_use,Advertising & Marketing,,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system." +disclosure,data_use,Disclosure,,,Provides information regarding whether the data is being transmitted to other parties. +necessary,data_use,Necessary,,, +necessary.fraud_detection,necessary,Fraud Detection,,,"Detects possible fraud or misuse of the product, service, application or system." +necessary.legal_obligation,necessary,Legal Obligation,,,Provides service to meet a legal or compliance obligation such as consent management. +necessary.service,necessary,Necessary Service,,,"Provides the necessary product, service, application or system, without which the product/service would not be possible." +necessary.legal_obligation.hold,necessary.legal_obligation,Legal Hold,,,Provides service to meet a legal hold. +necessary.service.notifications.email,necessary.service.notifications,Email Notifications,,,"Sends email notifications about the product, service, application or system." +necessary.service.notifications.sms,necessary.service.notifications,SMS Notifications,,,"Sends SMS notifications about the product, service, application or system." +necessary.operations.support,necessary.operations,Opertions Support,,,"Provides support for the product, service, application or system." +necessary.operations.improve,necessary.operations,Operations Improvement,,,"Necessary to optimize and improve support for the product, service, application or system." +necessary.operations.quality_assurance,necessary.operations,Quality Assuarance,,,"Necessary to provide quality assurance for the product, service, application, or system. " +necessary.operations.debugging,necessary.operations,Operations Debugging,,,"Necessary to debug the product, service, application, or system." +necessary.service.authentication,necessary.service,Service Authentication,,,"Authenticate users to the product, service, application or system." +necessary.service.notifications,necessary.service,Service Notifications,,,"Sends notifications about the product, service, application or system." +necessary.service.operations,necessary.service,Service Operations,,,"necessary to ensure the operation of the product, service, application or system." +necessary.service.payment_processing,necessary.service,Payment Processing,,,"necessary to processes payments for the product, service, application or system." +necessary.service.security,necessary.service,Service Security,,,"necessary to provide security for the product, service, application or system" +necessary.service.upgrades,necessary.service,Service Upgrades,,,Provides timely system upgrade information options. +operational.service,operational,Operational Service,,,"Functions relating to provided services, products, applications or systems." +operational.website_use,operational,Operational Website Use,,,"Provides information relating to how consumers use the website, product, service, application, or system. " +operational.survey,operational,Operational Survey,,,"Information relating to surveys provided to assist with improving the website, product, service, application or systems." +operational.service.customer_support,operational.service,Customer Support,,, +operational.service.customer_support.improve,operational.service.customer_support,Customer Support Improvement,,,"Improves the specific product, service, application or system." +analytics.ad_reporting,analytics,Ad Reporting,,, +analytics.ad_reporting.measure_ad_performance,analytics.ad_reporting,Measure Ad Performance,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance. +analytics.ad_reporting.market_research,analytics.ad_reporting,Market Research,[9] Understand audiences through statistics or combinations of data from different sources,[1.33vii] Apply Market Research to Generate Campaign Insight,Provides analytics for reporting of market research. +analytics.ad_reporting.ad_fraud_detection,analytics.ad_reporting,Ad Fraud Detection,[7] Measure advertising performance,[1.33viii] Ad Fraud Detection,Provides analytics for reporting on fraud detection. +analytics.ad_reporting.ad_viewability,analytics.ad_reporting,Ad Viewability,[7] Measuring advertising performance,[1.33ix] Ad Viewability,Provides analytics for reporting on viewability of ads. +analytics.reporting,analytics,Analytics Reporting,,, +analytics.reporting.ad_performance,analytics.reporting,Ad Performance Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance. +analytics.reporting.content_performance,analytics.reporting,Content Performance Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Analytics for reporting on content performance. +analytics.reporting.campaign_insights,analytics.reporting,Campaign Insights Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of campaign insights related to advertising and promotion activities. +analytics.reporting.system,analytics.reporting,System Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting on system activity. +analytics.ad_delivery_and_targeting,analytics,Ad Delivery & Targeting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance. +advertising_marketing.first_party.contextual,advertising_marketing.first_party,First-Party Contextual Advertising,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,Serves advertisements based on current content being viewed by the user of the system or service. +advertising_marketing.first_party.targeted,advertising_marketing.first_party,First-Party Targeted Advertising,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,Targets advertisements based on data collected or derived about the user from use of the system. +advertising_marketing.third_party.targeted,advertising_marketing.third_party,Third-Party Targeted Advertising,,"[1.33iv] Targeted advertising +",Targets advertisements based on data within the system or joined with data provided by 3rd parties. +advertising_marketing.communications,advertising_marketing,Advertising Communications,[4] Use profiles to select personalized advertising,"[1.33iv] Targeted advertising +","Uses combined channels to message and market to a customer, user or prospect." +advertising_marketing.first_party,advertising_marketing,First-Party Advertising,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,Serves advertisements based on first party data collected or derived about the user. +advertising_marketing.frequency_capping,advertising_marketing,Frequency Capping,[2] Use limited data to select advertising,[1.33iii] Frequency Capping ,Restricts the number of times a specific advertisement is shown to an individual. +advertising_marketing.negative_targeting,advertising_marketing,Negative Targeting,[3] Create profiles to personalise content,[1.33v] Negative Targeting,Enforces rules used to ensure a certain audience or group is not targeted by advertising. +advertising_marketing.profiling,advertising_marketing,Advertising Profiling,[3] Create profiles for personalized advertising,"[1.33iv] Targeted advertising +",Creates audience profiles for the purpose of targeted advertising +advertising_marketing.serving,advertising_marketing,Ad Serving,[4] Use profiles to select personalized advertising,[1.33ii] First-party advertising; [1.33iv] Targeted advertising,Services to the delivery of advertising and content. +advertising_marketing.third_party,advertising_marketing,Third-Party Advertising,[6] Use profiles to select personalized content,"[1.33iv] Targeted advertising +",Serves advertisements based on data within the system or joined with data provided by 3rd parties. +advertising_marketing.communications.email,advertising_marketing.communications,Email Marketing Communications,[4] Use profiles to select personalized advertising,[1.33ii] First-party advertising,Sends email marketing communications. +advertising_marketing.communications.sms,advertising_marketing.communications,SMS Marketing Communications,,[1.33ii] First-party advertising,Sends SMS marketing communications. +advertising_marketing.personalize,advertising_marketing,Personalized Advertising,[6] Use profiles to select personalized content,[1.33ii] First-party advertising, +advertising_marketing.personalize.content,advertising_marketing.personalize,Personalized Content,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,"Personalizes the content of the product, service, application or system." +advertising_marketing.personalize.profiling,advertising_marketing.personalize,Personalized Profiling,[5] Create profiles to personalize content,[1.33ii] First-party advertising,Creates profiles for the purpose of serving content. +advertising_marketing.personalize.system,advertising_marketing.personalize,Personalized System,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,Personalizes the system. +disclosure.third_party_sale,disclosure,Disclosure of Third-Party Sale,,,Discloses data for cross-contextual/targeted advertising +disclosure.outside_counsel,disclosure,Disclosure to Outside Counsel,,,"Discloses data for legal obligations, including contracts, applicable laws or regulations." +disclosure.law_enforcement,disclosure,"Disclosure to Law Enforcement +",,,Discloses data for legal obligations arising out of law enforcement requiring it for emergency purposes +disclosure.share,disclosure,Information Sharing,[4] Use profiles to select personalized advertising,"[1.33iv] Targeted advertising +","Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising" +disclosure.sale,disclosure,Information Sale,[4] Use profiles to select personalized advertising,"[1.33iv] Targeted advertising +","Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising or for purposes of selling the data for monetary value" \ No newline at end of file diff --git a/mkdocs/docs/csv/tmp/data_categories.csv b/mkdocs/docs/csv/tmp/data_categories.csv new file mode 100644 index 00000000..8034840c --- /dev/null +++ b/mkdocs/docs/csv/tmp/data_categories.csv @@ -0,0 +1,103 @@ +name,fides_key,parent_key,description +Data Category,data_category,, +System Data,system,data_category,"System data that does not belong to, or identify an individual." +System Operations Data,system.operations,system,Data used for the operations of the system. +System Authentication Data,system.authentication,system,Data used to manage access to the system. +User Data,user,data_category,User related data. +Authorization,user.authorization,user,Scope of permissions and access to a system. +Account Data,user.account,user,Account information. +Settings,user.account.settings,user.account,Account preferences and settings. +Children,user.children,user,Data relating to children +Health,user.health,user,Health records or individual's personal medical information. +Biometrics,user.biometrics,user,Returns encoded characteristics provided by a user. +Government ID,user.government_id,user,State provided identification data. +Authorization Biometrics,user.authorization.biometrics,user.authorization,Credentials for system authentication based on biometrics. +Biometrics Fingerprint,user.biometrics.fingerprint,user.biometrics,Fingerprint encoded data about a subject. +Biometrics Retinal,user.biometrics.retinal,user.biometrics,Retinal data about a subject. +Biometrics Voice,user.biometrics.voice,user.biometrics,Voice encoded data about a subject. +Children Under Thirteen,user.children.children_under_thirteen,user.children,Data relating to children under 13. +Child Thriteen-to-Sixteen,user.children.thirteen_to_sixteen,user.children,Data relating to children between 13-15. +Demographic,user.demographic,user,Demographic data. +Sexual Orientation,user.demographic.sexual_orientation,user.demographic,Sexual orientation of data subject. +Race or Ethnicity,user.demographic.race_ethnicity,user.demographic,Race or ethnicity of data subject. +Citzenship or Immigration Status,user.demographic.citizenship_or_immigration_status,user.demographic,Citizen or immigration status of data subject. +Religious Beliefs,user.demographic.religious_belief,user.demographic,Religion or religious beliefs of the data subject. +Philosophical Beliefs,user.demographic.philosophical_belief,user.demographic,Philosophical beliefs of the data subject. +Passport Number,user.government_id.passport_number,user.government_id,Government issued passport data. +Driver's License Number,user.government_id.drivers_license_number,user.government_id,State issued driving identification number. +Immigration Status ,user.government_id.immigration,user.government_id,State issued immigration or residency data. +State Government ID ,user.government_id.national_identification_number,user.government_id,State issued personal identification number. +Health Treatment,user.health.treatment,user.health,Health-realted treatment for a subject +Prescriptions,user.health.prescriptions,user.health,Prescriptions belonging to a subject +Symptoms,user.health.symptons,user.health,Medical symptoms associated with a subject +Medications,user.health.medications,user.health,Medications taken by a subject +Reproductive or Sexual Health,user.health.reproductive_or_sexual,user.health,Reproductive or sexual data belonging to a subject +Genetic information,user.health.genetic ,user.health,Data about the genetic makeup provided by the subject. +Psychological or Behavioral Condition,user.health.social_psychological_behavioral,user.health,"Social, psychological, and/or behavioral data belonging to a subject. " +Medical Diagonosis ,user.health.medical_diagnosis ,user.health,Medical diagnosis of a subject. +Health Condition,user.health.condition,user.health,Health condition of a subject. +Health record ,user.health.record_id,user.health,Medical record identifiers belonging to a subject. +Location,user.location,user,Location data. +Precise Location,user.location.precise,user.location,Precise location derived from sensors (less than 500M). +Bank Account Information,user.financial.bank_account,user.financial,Bank account information belonging to the subject. +Behavior,user.behavior,user,Behavioral data about the subject. +Contact,user.contact,user,Contact data collected about a user. +Device,user.device,user,"Data related to a user's device, configuration and setting." +Payment,user.payment,user,Payment data related to user. +Social Activity,user.social_activity,user,Social activity and interaction data. +Unique ID,user.unique_id,user,Unique identifier for a user assigned through system use. +Financial,user.financial,user,Payment data and financial history. +Name,user.name,user,User's real name. +Criminal History,user.criminal_history,user,Criminal records or information about the data subject. +Privacy Preferences,user.privacy_preferences,user,Privacy preferences or settings set by the subject. +Job title,user.job_title,user,Professional data. +Content,user.content,user,"Content related to, or created by the subject." +Username,user.account.username,user.account,Username associated with account. +Auth Credentials,user.authorization.credentials,user.authorization,Authentication credentials to a system. +Password,user.authorization.password,user.authorization,Password for system authentication. +Browsing History,user.behavior.browsing_history,user.behavior,Content browsing history of a user. +Media Consumption,user.behavior.media_consumption,user.behavior,Content consumption history of the subject. +Purchase History,user.behavior.purchase_history,user.behavior,Purchase history of the subject. +Search History,user.behavior.search_history,user.behavior,Search history of the subject. +Email,user.contact.email,user.contact,User's contact email address. +Phone Number,user.contact.phone_number,user.contact,User's phone number. +Social URL,user.contact.social_url,user.contact,Subject's websites or links to social and personal profiles. +Fax,user.contact.fax_number,user.contact,Data Subject's fax number. +Address,user.contact.address,user.contact,Contact address data collected about a user. +Mailing Address,user.contact.address.mailing_address,user.contact.address,Contact address data collected about a user. +City,user.contact.address.city,user.contact.address,User's city level address data. +Country,user.contact.address.country,user.contact.address,User's country level address data. +Postal Code,user.contact.address.postal_code,user.contact.address,User's postal code. +State,user.contact.address.state,user.contact.address,User's state level address data. +Street,user.contact.address.street,user.contact.address,User's street level address data. +Private Content,user.content.private,user.content,"Private content related to, or created by the subject, not publicly available." +Public Content,user.content.public,user.content,Publicly shared Content related to or created by the subject. +Self Image,user.content.self_image,user.content,Photograph or image in which subject is whole or partially recognized. +Union Membership,user.demographic.union_membership,user.demographic,Union membership of data subject +Protected Classifications,user.demographic.protected_classifications,user.demographic,Demographic data about a user that are protected classifications. +Age Range,user.demographic.age_range,user.demographic,Non specific age or age-range of data subject. +Date of Birth,user.demographic.date_of_birth,user.demographic,Date of birth of data subject. +Gender,user.demographic.gender,user.demographic,Gender of data subject. +Language,user.demographic.language,user.demographic,Spoken or written language of subject. +Marial Status,user.demographic.marital_status,user.demographic,Marital status of data subject. +Political Opinion,user.demographic.political_opinion,user.demographic,Political opinion or belief of data subject. +Profile,user.demographic.profile,user.demographic,Profile or preference information about the data subject. +Telemetry,user.device.telemetry,user.device,User identifiable measurement data from system sensors and monitoring. +Sensor,user.device.sensor,user.device,Measurement data about a user's environment through system use. +Cookie,user.device.cookie,user.device,"Data related to a subject, stored within a cookie." +Cookie ID,user.device.cookie_id,user.device,Cookie unique identification number. +Device ID,user.device.device_id,user.device,Device unique identification number. +Internet Protocol Address ,user.device.ip_address,user.device,Unique identifier related to device connection. +Employment Information,user.employment,user,Employment related information. +Workplace,user.employment.workplace,user.employment,Organization of employment. +Credit Card Information ,user.financial.credit_card,user.financial,Credit card information belonging to the subject. +Birth Certificate ,user.government_id.birth_certificate,user.government_id,State issued certificate of birth. +License Plate or Vehicle Number,user.government_id.vehicle_registration,user.government_id,State issued license plate or vehicle registration data. +Maternity Clothing,user.health.maternity_clothing,user.health,Purchase and/or browsing history of consumer related to maternity clothing +Baby Formula,user.health.baby_formula,user.health,Purchase and/or browsing history of consumer related to baby formula +Insurance beneficiary ,user.health.insurance_beneficiary_id,user.health,Health insurance beneficiary number of the subject. +Coarse Location,user.location.coarse,user.location,Coarse location derived from sensors (more than 500M). +First name,user.name.first,user.name,Subject's first name. +Last name,user.name.last,user.name,"Subject's last, or family, name." +Probablistic ID,user.unique_id.probablistic,user.unique_id,A probabilistic identifier generated from data subject or device characteristics. +Deterministic ID,user.unique_id.deterministic,user.unique_id,A deterministic identifier generated from data subject or device characteristics. \ No newline at end of file diff --git a/mkdocs/docs/csv/tmp/data_uses.csv b/mkdocs/docs/csv/tmp/data_uses.csv new file mode 100644 index 00000000..ddb5cf25 --- /dev/null +++ b/mkdocs/docs/csv/tmp/data_uses.csv @@ -0,0 +1,61 @@ +fides_key,parent_key,title,description +data_use,,, +necessary.operations,necessary,,"Provides essential functions such as legal compliance, security, basic system operations, and support. Without the 'necessary' data use, the product or service cannot operate or meet legal and security requirements" +operational,data_use,,"Facilitates operations for the service or product, including product improvements. " +analytics,data_use,,"Provides analytics for activities such as system and advertising performance reporting, insights and advertising fraud detection." +advertising_marketing,data_use,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system." +disclosure,data_use,,Provides information regarding whether the data is being transmitted to other parties. +necessary,data_use,, +necessary.fraud_detection,necessary,,"Detects possible fraud or misuse of the product, service, application or system." +necessary.legal_obligation,necessary,,Provides service to meet a legal or compliance obligation such as consent management. +necessary.service,necessary,,"Provides the necessary product, service, application or system, without which the product/service would not be possible." +necessary.legal_obligation.hold,necessary.legal_obligation,,Provides service to meet a legal hold. +necessary.service.notifications.email,necessary.service.notifications,,"Sends email notifications about the product, service, application or system." +necessary.service.notifications.sms,necessary.service.notifications,,"Sends SMS notifications about the product, service, application or system." +necessary.operations.support,necessary.operations,,"Provides support for the product, service, application or system." +necessary.operations.improve,necessary.operations,,"Necessary to optimize and improve support for the product, service, application or system." +necessary.operations.quality_assurance,necessary.operations,,"Necessary to provide quality assurance for the product, service, application, or system. " +necessary.operations.debugging,necessary.operations,,"Necessary to debug the product, service, application, or system." +necessary.service.authentication,necessary.service,,"Authenticate users to the product, service, application or system." +necessary.service.notifications,necessary.service,,"Sends notifications about the product, service, application or system." +necessary.service.operations,necessary.service,,"necessary to ensure the operation of the product, service, application or system." +necessary.service.payment_processing,necessary.service,,"necessary to processes payments for the product, service, application or system." +necessary.service.security,necessary.service,,"necessary to provide security for the product, service, application or system" +necessary.service.upgrades,necessary.service,,Provides timely system upgrade information options. +operational.service,operational,,"Functions relating to provided services, products, applications or systems." +operational.website_use,operational,,"Provides information relating to how consumers use the website, product, service, application, or system. " +operational.survey,operational,,"Information relating to surveys provided to assist with improving the website, product, service, application or systems." +operational.service.customer_support,operational.service,, +operational.service.customer_support.improve,operational.service.customer_support,,"Improves the specific product, service, application or system." +analytics.ad_reporting,analytics,, +analytics.ad_reporting.measure_ad_performance,analytics.ad_reporting,,Provides analytics for reporting of advertising performance. +analytics.ad_reporting.market_research,analytics.ad_reporting,,Provides analytics for reporting of market research. +analytics.ad_reporting.ad_fraud_detection,analytics.ad_reporting,,Provides analytics for reporting on fraud detection. +analytics.ad_reporting.ad_viewability,analytics.ad_reporting,,Provides analytics for reporting on viewability of ads. +analytics.reporting,analytics,, +analytics.reporting.ad_performance,analytics.reporting,,Provides analytics for reporting of advertising performance. +analytics.reporting.content_performance,analytics.reporting,,Analytics for reporting on content performance. +analytics.reporting.campaign_insights,analytics.reporting,,Provides analytics for reporting of campaign insights related to advertising and promotion activities. +analytics.reporting.system,analytics.reporting,,Provides analytics for reporting on system activity. +analytics.ad_delivery_and_targeting,analytics,,Provides analytics for reporting of advertising performance. +advertising_marketing.first_party.contextual,advertising_marketing.first_party,,Serves advertisements based on current content being viewed by the user of the system or service. +advertising_marketing.first_party.targeted,advertising_marketing.first_party,,Targets advertisements based on data collected or derived about the user from use of the system. +advertising_marketing.third_party.targeted,advertising_marketing.third_party,,Targets advertisements based on data within the system or joined with data provided by 3rd parties. +advertising_marketing.communications,advertising_marketing,,"Uses combined channels to message and market to a customer, user or prospect." +advertising_marketing.first_party,advertising_marketing,,Serves advertisements based on first party data collected or derived about the user. +advertising_marketing.frequency_capping,advertising_marketing,,Restricts the number of times a specific advertisement is shown to an individual. +advertising_marketing.negative_targeting,advertising_marketing,,Enforces rules used to ensure a certain audience or group is not targeted by advertising. +advertising_marketing.profiling,advertising_marketing,,Creates audience profiles for the purpose of targeted advertising +advertising_marketing.serving,advertising_marketing,,Services to the delivery of advertising and content. +advertising_marketing.third_party,advertising_marketing,,Serves advertisements based on data within the system or joined with data provided by 3rd parties. +advertising_marketing.communications.email,advertising_marketing.communications,,Sends email marketing communications. +advertising_marketing.communications.sms,advertising_marketing.communications,,Sends SMS marketing communications. +advertising_marketing.personalize,advertising_marketing,, +advertising_marketing.personalize.content,advertising_marketing.personalize,,"Personalizes the content of the product, service, application or system." +advertising_marketing.personalize.profiling,advertising_marketing.personalize,,Creates profiles for the purpose of serving content. +advertising_marketing.personalize.system,advertising_marketing.personalize,,Personalizes the system. +disclosure.third_party_sale,disclosure,,Discloses data for cross-contextual/targeted advertising +disclosure.outside_counsel ,disclosure,,"Discloses data for legal obligations, including contracts, applicable laws or regulations." +disclosure.law_enforcement,disclosure,,Discloses data for legal obligations arising out of law enforcement requiring it for emergency purposes +disclosure.share,disclosure,,"Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising" +disclosure.sale,disclosure,,"Disclosures data for purposes of sharing data, such as for cross-contextual/targeted advertising or for purposes of selling the data for monetary value" \ No newline at end of file diff --git a/mkdocs/docs/draft.md b/mkdocs/docs/draft.md new file mode 100644 index 00000000..cd9fd890 --- /dev/null +++ b/mkdocs/docs/draft.md @@ -0,0 +1,71 @@ +# Draft IAB Fides Taxonomy +Draft for comment of the IAB PIAT/Fides data governance taxonomy. + + +
${accessor.id(d.data)}
+