Data Privacy Compliance Decision Tree

Type: Execution Recipe Confidence: 0.87 Sources: 7 Verified: 2026-03-11

Purpose

This recipe determines which data privacy regulations apply to a startup based on user locations, data types, business model, and revenue thresholds. The output is a prioritized compliance matrix with applicable laws, key requirements, implementation tasks, and a gap analysis.

Prerequisites

Constraints

Tool Selection Decision

RegulationApplies WhenThresholdMax PenaltyConsent Model
GDPR (EU)Any EU/EEA user dataNone4% revenue or EUR 20MOpt-in
UK GDPRAny UK user dataNoneGBP 17.5M or 4%Opt-in
CCPA/CPRA$26.6M+ OR 100K+ usersRevenue or volume$7,988/violationOpt-out
PIPEDACommercial activity in CanadaNoneCAD 100K/violationMeaningful
LGPDBrazil resident dataNone2% revenue, BRL 50M maxOpt-in
US State LawsState resident data~100K+ consumersVariesMostly opt-out

Execution Flow

Step 1: Map User Locations to Regulations

Duration: 30 minutes. Identify user jurisdictions. No-threshold laws: EU = GDPR, UK = UK GDPR, Canada = PIPEDA, Brazil = LGPD, children under 13 = COPPA. Threshold-based: CCPA ($26.6M+ or 100K+ CA consumers), 20 US state laws (most at 100K+).

Verify: All jurisdictions mapped. Applicable regulations identified.

Step 2: Assess Data Types and Processing Activities

Duration: 30-60 minutes. Map special categories: GDPR Art. 9 (health, biometric, genetic, racial, political, religious), CCPA sensitive PI (SSN, financial, geolocation, biometric). Cross-regulation: health data = HIPAA + GDPR Art. 9; financial = GLBA + privacy laws; children = COPPA + GDPR Art. 8.

Verify: All data categories mapped to enhanced requirements.

Step 3: Determine Consent and Legal Basis Requirements

Duration: 30 minutes. GDPR: opt-in (6 legal bases). CCPA: opt-out + "Do Not Sell" link + honor GPC. PIPEDA: meaningful consent. If GDPR applies, build opt-in by default (satisfies most other laws).

Verify: Consent mechanism identified per law. Legal basis documented.

Step 4: Map Required Rights and Mechanisms

Duration: 30-60 minutes. Universal rights: access, deletion, correction. GDPR-specific: portability, restrict processing, object. CCPA-specific: opt-out of sale, limit sensitive data. Build verifiable request mechanism with response timelines (GDPR: 30 days, CCPA: 45 days).

Verify: All required rights identified. Timelines documented.

Step 5: Build Implementation Roadmap

Duration: 30-60 minutes. Week 1-2: privacy policy, consent mechanism, "Do Not Sell" link, request intake. Week 3-4: processing records, rights workflows, vendor DPAs, DPO appointment. Month 2-3: DPIA, retention policies, breach procedures, training.

Verify: Roadmap complete with owners and deadlines.

Quality Benchmarks

Quality MetricMinimumGoodExcellent
Regulation coverageMajor laws identifiedState-level includedAttorney-validated
Data inventoryCore types mappedAll collection pointsThird-party SDKs included
Rights mechanismsAccess + deletionAll applicable rightsAutomated fulfillment
Consent implementationBasic bannerJurisdiction-specificFull preference center

Error Handling

ErrorCauseRecovery
Missed jurisdictionUsers from unexpected regionAdd regulation, implement within 30 days
Incorrect thresholdRevenue/user count changedReassess quarterly, implement before threshold reached
Request timeoutNo process in placeSet up intake immediately, respond within legal deadline
Consent not capturedTechnical errorAudit mechanism, ensure no cookies before consent
Missing vendor DPAOversightExecute DPA immediately, audit vendor practices

Cost Breakdown

ComponentDIYPrivacy ToolFull Legal
Regulation mapping$0$0$3K-$10K
Privacy policy$10-$50/mo$10-$50/mo$2K-$5K
Consent management$0-$12/mo$50-$200/mo$5K+
Rights fulfillmentManual ($0)$100-$500/mo$5K-$20K
Total Year 1$120-$600$2K-$10K$15K-$80K+

Anti-Patterns

Wrong: Assuming GDPR doesn't apply because you're a US company

GDPR applies to any organization processing EU/EEA resident data, regardless of company location. [src1]

Correct: Map regulations by user location, not company location

Use analytics to identify user jurisdictions. EU users = GDPR compliance required regardless of company HQ.

Wrong: Using a single privacy policy template for all jurisdictions

GDPR and CCPA have different disclosure requirements. A combined template without jurisdiction-specific sections creates gaps. [src3]

Correct: Unified policy with jurisdiction-specific sections

Build one policy addressing shared requirements, with labeled sections for GDPR rights (EU), CCPA rights (California), and other provisions.

When This Matters

Use after entity formation, before launching any product collecting personal data. Privacy compliance must be built into architecture — retrofitting is 5-10x more expensive.