Advanced

Scope & Thresholds

A practical guide to scope & thresholds for privacy law practitioners.

What This Lesson Covers

Scope & Thresholds is a key topic within CCPA/CPRA Deep Dive. In this lesson you will learn the underlying privacy law doctrine, the controlling statutory and regulatory authorities, how to apply the rules to real fact patterns, and the open questions practitioners are actively litigating. By the end you will be able to engage with scope & thresholds in real privacy work with confidence.

This lesson belongs to the US State Privacy Laws category of the Data Privacy Law track. Privacy law is one of the most active and most fragmented practice areas globally. Understanding the doctrinal foundations is what lets you reason about novel issues across jurisdictions, not just memorize current rules.

Why It Matters

Master CCPA/CPRA in depth. Learn scope, consumer rights (know, delete, correct, opt-out, limit sensitive PI), CPPA regulations, ADM rules, risk assessments, and enforcement.

The reason scope & thresholds deserves dedicated attention is that the gap between practitioners who understand the doctrinal foundations and those who only know surface-level rules is widening as new privacy laws roll out worldwide every quarter. Compliance officers, privacy counsel, and engineers who can reason from first principles will be far ahead of those who can only cite current statutes. This material gives you the framework to keep pace as privacy law evolves.

💡
Mental model: Treat scope & thresholds as a moving target with stable underlying principles. The statute names will change as new comprehensive privacy laws pass; the underlying concepts (lawful basis, data subject rights, accountability, transfers) are far more durable. Master the concepts and you can navigate any new privacy law that lands tomorrow.

How It Works in Practice

Below is a practical privacy compliance framework for scope & thresholds. Read through it once, then think about how you would apply it to a real client matter or product decision.

# CCPA/CPRA scope and rights
CCPA_CPRA_SCOPE_TRIGGERS = """
Applies to a 'business' that collects CA consumers' personal information AND meets
any one of:
  (1) Annual gross revenue > $25M (CY 2025 threshold updated annually);
  (2) Buys/sells/shares PI of 100,000+ CA consumers/households per year;
  (3) Derives 50% or more of annual revenue from selling/sharing PI.
"""

CCPA_CPRA_CONSUMER_RIGHTS = {
    "right_to_know": "Categories + specific pieces of PI collected, sources, purposes, recipients",
    "right_to_delete": "Delete PI collected (with exemptions)",
    "right_to_correct": "Correct inaccurate PI (CPRA addition)",
    "right_to_opt_out_sale": "Opt out of sale/sharing of PI",
    "right_to_limit_sensitive_pi": "Limit use/disclosure of sensitive PI to enumerated purposes (CPRA)",
    "right_to_data_portability": "Receive data in portable, readily usable format",
    "right_to_non_discrimination": "Cannot be denied service or charged different price",
    "right_to_opt_out_adm": "(CPRA - via CPPA regulations) Opt out of automated decision-making",
}

CPPA_2025_REGULATIONS = {
    "ADM_regulations": "Pre-use notice, opt-out, ability to contest, human review",
    "risk_assessments": "Required for processing presenting significant risk",
    "cyber_audits": "Annual cybersecurity audit for businesses with significant risk",
    "insurance_companies": "Specific rules for insurance and pricing AI",
}

ENFORCEMENT = {
    "AG_civil_penalty":   "$2,500 / violation (negligent), $7,500 / violation (intentional or minors)",
    "CPPA_admin_action":   "$2,500 / violation (negligent), $7,500 / violation (intentional or minors)",
    "private_right":      "Limited to data breaches involving certain PI categories",
    "no_general_cure":    "30-day cure period eliminated under CPRA",
}

Step-by-Step Analytical Approach

  1. Identify scope and applicability — Privacy laws have specific scope triggers (territorial, sectoral, threshold-based). Confirm whether the law applies before mapping obligations.
  2. Map data flows and roles — Document what personal data is collected, where it flows, who processes it, and what role each actor plays (controller, processor, joint controller, third party).
  3. Determine lawful basis or exemption — Each processing activity needs a legal basis. Document the basis, the necessity analysis, and any DPIA required.
  4. Operationalize the obligations — Privacy laws impose concrete duties: notice, consent, data subject rights handling, breach notification, retention, transfers. Build them into the SDLC.
  5. Build audit-ready evidence — Privacy regulators expect evidence of compliance. Maintain ROPA, DPIAs, training records, breach logs, DSR responses, and policy versions.

When This Topic Applies (and When It Does Not)

Scope & Thresholds applies when:

  • You handle personal data subject to the relevant statute or regulation
  • The territorial, sectoral, or threshold scope of the law captures your activities
  • The remedies or rights at stake are recognized by the relevant regime
  • You need to demonstrate compliance to regulators, customers, or in litigation

It does not apply when:

  • You truly do not handle personal data subject to the law (verify carefully)
  • A different privacy law better fits the facts
  • The data falls within a recognized exemption (research, journalism, employment in some regimes)
  • You are purely processing anonymized data outside the regime's scope
Common pitfall: Practitioners often miss multi-jurisdictional issues because the most restrictive law in the data flow drives compliance. A US team handling EU personal data still needs GDPR compliance. A CA business processing CO consumers needs CPA compliance. Always map every jurisdiction in scope before designing the compliance approach.

Practitioner Checklist

  • Have you identified every privacy law that applies to this data flow?
  • Is the lawful basis for each processing activity documented and defensible?
  • Are data subject rights handled within the required timelines?
  • Are international transfers backed by an appropriate transfer mechanism?
  • Is your breach notification process tested and runbook-ready?
  • Have you documented the analysis with citations for future reference?

Disclaimer

This educational content is provided for general informational purposes only. It does not constitute legal advice, does not create an attorney-client relationship, and should not be relied on for any specific legal matter. Privacy law varies by jurisdiction and changes rapidly. Consult qualified privacy counsel licensed in your jurisdiction for advice on your specific situation.

Next Steps

The other lessons in CCPA/CPRA Deep Dive build directly on this one. Once you are comfortable with scope & thresholds, the natural next step is to combine it with the patterns in the surrounding lessons — that is where doctrinal mastery turns into practitioner competence. Privacy law is most useful as a system, not as isolated rules.