{
  "attribution": {
    "product": "NovaCopilot",
    "source": "legal.exploreworldai.com",
    "canonical": "https://legal.exploreworldai.com/us/agent/ccpa",
    "cite_as": "NovaCopilot, legal.exploreworldai.com (https://legal.exploreworldai.com/us/agent/ccpa)",
    "license": "https://legal.exploreworldai.com/revision",
    "version": "legal-2026-08-25",
    "fingerprint": "ewai:eu:f7805c",
    "proof": "sha256:0b54175f5f16b8a515a15573967bb90be6327b81c0219f32631b7f84af1ecca6",
    "jurisdiction": "eu"
  },
  "cagi_brand": "CAGI – Corporate Artificial General Intelligence",
  "cagi_version": "1.0",
  "cagi_relation": "alternate-entry",
  "canonical_agent": "/us/agent/ccpa",
  "jurisdiction": "US CA",
  "agent_type": "deterministic",
  "cagi_entry": "https://legal.exploreworldai.com/us/ca/cagi-api/ccpa",
  "canonical_agent_url": "https://legal.exploreworldai.com/us/agent/ccpa",
  "id": "ccpa",
  "script": {
    "kind": "operative",
    "fields": [
      {
        "name": "personuppgifter_kalifornien",
        "kind": "boolean",
        "label": "Behandlar personuppgifter om boende i Kalifornien",
        "labelEn": "Processes personal information of California residents"
      },
      {
        "name": "arsintakt_musd",
        "kind": "number",
        "label": "Årlig bruttointäkt i miljoner USD",
        "labelEn": "Annual gross revenue in USD millions"
      },
      {
        "name": "antal_konsumenter",
        "kind": "number",
        "label": "Antal konsumenter eller hushåll vars uppgifter behandlas",
        "labelEn": "Number of consumers or households whose information is processed"
      },
      {
        "name": "andel_intakt_forsaljning",
        "kind": "number",
        "label": "Andel av intäkten från försäljning eller delning av uppgifter, i procent",
        "labelEn": "Share of revenue from selling or sharing personal information, percent"
      },
      {
        "name": "saljer_eller_delar",
        "kind": "boolean",
        "label": "Säljer eller delar personuppgifter",
        "labelEn": "Sells or shares personal information"
      },
      {
        "name": "kansliga_uppgifter",
        "kind": "boolean",
        "label": "Behandlar känsliga personuppgifter",
        "labelEn": "Processes sensitive personal information"
      },
      {
        "name": "opt_out_lank",
        "kind": "boolean",
        "label": "Publicerar länken för att avstå försäljning och delning",
        "labelEn": "Publishes the opt-out link for sale and sharing"
      }
    ],
    "rules": [
      {
        "id": "ccpa-optout",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "personuppgifter_kalifornien",
              "value": true
            },
            {
              "op": "equals",
              "field": "saljer_eller_delar",
              "value": true
            },
            {
              "op": "equals",
              "field": "opt_out_lank",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ccpa-optout-missing",
          "verdict": "förbjudet",
          "audit": "KRAV_GÄLLER",
          "title": "Länken för att avstå saknas trots försäljning eller delning",
          "titleEn": "The opt-out link is absent although information is sold or shared",
          "obligation": "Cal. Civ. Code § 1798.135(a) kräver att företaget publicerar länken Do Not Sell or Share My Personal Information på sin webbplats när personuppgifter säljs eller delas. Rätten att avstå står i § 1798.120.",
          "obligationEn": "Cal. Civ. Code § 1798.135(a) requires the business to post the Do Not Sell or Share My Personal Information link when personal information is sold or shared. The right to opt out is stated in § 1798.120.",
          "refs": [
            "opt-out",
            "notice"
          ]
        }
      },
      {
        "id": "ccpa-sensitive",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "personuppgifter_kalifornien",
              "value": true
            },
            {
              "op": "equals",
              "field": "kansliga_uppgifter",
              "value": true
            }
          ]
        },
        "outcome": {
          "code": "ccpa-sensitive",
          "verdict": "risk",
          "audit": "KRAV_VILLKORAT",
          "title": "Krav på begränsning av känsliga personuppgifter gäller",
          "titleEn": "The limit on sensitive personal information applies",
          "obligation": "Cal. Civ. Code § 1798.121 ger konsumenten rätt att begränsa användningen av känsliga personuppgifter till de ändamål som anges där, och § 1798.100(a) kräver information vid insamlingen.",
          "obligationEn": "Cal. Civ. Code § 1798.121 gives the consumer the right to limit the use of sensitive personal information to the purposes listed there, and § 1798.100(a) requires notice at collection.",
          "refs": [
            "notice",
            "correction-deletion"
          ]
        }
      },
      {
        "id": "ccpa-threshold",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "personuppgifter_kalifornien",
              "value": true
            },
            {
              "op": "any",
              "of": [
                {
                  "op": "gte",
                  "field": "arsintakt_musd",
                  "value": 25
                },
                {
                  "op": "gte",
                  "field": "antal_konsumenter",
                  "value": 100000
                },
                {
                  "op": "gte",
                  "field": "andel_intakt_forsaljning",
                  "value": 50
                }
              ]
            }
          ]
        },
        "outcome": {
          "code": "ccpa-covered",
          "verdict": "risk",
          "audit": "KRAV_GÄLLER",
          "title": "Företaget är ett business enligt lagens definition",
          "titleEn": "The company is a business under the statutory definition",
          "obligation": "Cal. Civ. Code § 1798.140(d) definierar business genom omsättning över 25 miljoner USD, uppgifter om minst 100 000 konsumenter eller hushåll, eller minst hälften av intäkten från försäljning eller delning. Kraven i §§ 1798.100 till 1798.130 gäller då, bland annat information, rättigheter och svarstider.",
          "obligationEn": "Cal. Civ. Code § 1798.140(d) defines a business by revenue above USD 25 million, information on at least 100,000 consumers or households, or at least half of revenue from selling or sharing. Sections 1798.100 to 1798.130 then apply, including notice, consumer rights and response times.",
          "refs": [
            "notice",
            "opt-out",
            "correction-deletion",
            "contracts"
          ]
        }
      }
    ],
    "fallback": {
      "code": "out-of-scope",
      "verdict": "tillåtet",
      "audit": "UTANFÖR_TILLÄMPNING",
      "title": "Regeln ger inget krav på den indata som lämnats",
      "titleEn": "The rule yields no requirement for the facts supplied",
      "obligation": "Ingen tröskel i Cal. Civ. Code § 1798.140(d) är angiven som uppfylld och ingen försäljning eller delning är angiven. Lämna fler uppgifter eller läs lagtexten i sin helhet.",
      "obligationEn": "No threshold in Cal. Civ. Code § 1798.140(d) is stated as met and no sale or sharing is stated. Supply more facts or read the statute in full.",
      "refs": []
    }
  },
  "hash": "sha256:0b54175f5f16b8a515a15573967bb90be6327b81c0219f32631b7f84af1ecca6",
  "version": "legal-2026-08-25",
  "expires": "2026-09-23T00:00:00.000Z",
  "dependency": {
    "index_version": "legal-2026-08-25+legal-2026-08-25+2026-08-25T10:00:00",
    "content_hash": "sha256:0b54175f5f16b8a515a15573967bb90be6327b81c0219f32631b7f84af1ecca6",
    "revalidate_after": "2026-09-23T00:15:50.658Z",
    "max_copy_age_seconds": 3600,
    "policy": "revalidate-required; attribution-preferred",
    "changelog": "https://legal.exploreworldai.com/api/public/v1/dependency",
    "verify": "https://legal.exploreworldai.com/api/public/v1/verify",
    "stale_copy_invalid": true
  },
  "canonical": "https://legal.exploreworldai.com/us/agent/ccpa",
  "disclaimer": "Källhänvisning med officiell identifierare. Ingen juridisk rådgivning och inget efterlevnadsbeslut.",
  "usageInfo": "https://legal.exploreworldai.com/citering"
}