{
  "attribution": {
    "product": "NovaCopilot",
    "source": "legal.exploreworldai.com",
    "canonical": "https://legal.exploreworldai.com/us/agent/ca-climate",
    "cite_as": "NovaCopilot, legal.exploreworldai.com (https://legal.exploreworldai.com/us/agent/ca-climate)",
    "license": "https://legal.exploreworldai.com/revision",
    "version": "legal-2026-08-25",
    "fingerprint": "ewai:eu:b4e565",
    "proof": "sha256:14524567305c63826728a87325c53ffee601660c1ab4f2ce7bcfd2fdadb753d6",
    "jurisdiction": "eu"
  },
  "cagi_brand": "CAGI – Corporate Artificial General Intelligence",
  "cagi_version": "1.0",
  "cagi_relation": "alternate-entry",
  "canonical_agent": "/us/agent/ca-climate",
  "jurisdiction": "US CA",
  "agent_type": "deterministic",
  "cagi_entry": "https://legal.exploreworldai.com/us/ca/cagi-api/ca-climate",
  "canonical_agent_url": "https://legal.exploreworldai.com/us/agent/ca-climate",
  "id": "ca-climate",
  "script": {
    "kind": "operative",
    "fields": [
      {
        "name": "verksamhet_kalifornien",
        "kind": "boolean",
        "label": "Bolaget bedriver verksamhet i Kalifornien",
        "labelEn": "The company does business in California"
      },
      {
        "name": "arsintakt_musd",
        "kind": "number",
        "label": "Årlig intäkt i miljoner USD",
        "labelEn": "Annual revenue in USD millions"
      },
      {
        "name": "scope12_rapport",
        "kind": "boolean",
        "label": "Utsläpp i scope 1 och 2 är rapporterade",
        "labelEn": "Scope 1 and Scope 2 emissions are reported"
      },
      {
        "name": "scope3_rapport",
        "kind": "boolean",
        "label": "Utsläpp i scope 3 är rapporterade",
        "labelEn": "Scope 3 emissions are reported"
      },
      {
        "name": "oberoende_granskning",
        "kind": "boolean",
        "label": "Oberoende granskning av utsläppsuppgifterna finns",
        "labelEn": "Independent assurance of the emissions data is in place"
      },
      {
        "name": "klimatrisk_rapport",
        "kind": "boolean",
        "label": "Rapport om klimatrelaterad finansiell risk är publicerad",
        "labelEn": "The climate-related financial risk report is published"
      }
    ],
    "rules": [
      {
        "id": "ca-climate-scope12",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "verksamhet_kalifornien",
              "value": true
            },
            {
              "op": "gte",
              "field": "arsintakt_musd",
              "value": 1000
            },
            {
              "op": "equals",
              "field": "scope12_rapport",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ca-climate-scope12",
          "verdict": "förbjudet",
          "audit": "KRAV_GÄLLER",
          "title": "Utsläppsrapport i scope 1 och 2 saknas",
          "titleEn": "The Scope 1 and Scope 2 emissions report is absent",
          "obligation": "Cal. Health & Safety Code § 38532(c) kräver att bolag med verksamhet i Kalifornien och intäkt över en miljard USD årligen redovisar utsläpp i scope 1 och scope 2.",
          "obligationEn": "Cal. Health & Safety Code § 38532(c) requires companies doing business in California with revenue above one billion USD to report Scope 1 and Scope 2 emissions annually.",
          "refs": [
            "sb253-scope12"
          ]
        }
      },
      {
        "id": "ca-climate-scope3",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "verksamhet_kalifornien",
              "value": true
            },
            {
              "op": "gte",
              "field": "arsintakt_musd",
              "value": 1000
            },
            {
              "op": "equals",
              "field": "scope3_rapport",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ca-climate-scope3",
          "verdict": "risk",
          "audit": "KRAV_VILLKORAT",
          "title": "Rapport om scope 3 följer efter den första cykeln",
          "titleEn": "The Scope 3 report follows the first cycle",
          "obligation": "Cal. Health & Safety Code § 38532(c)(2) kräver redovisning av utsläpp i värdekedjan efter den första cykeln med scope 1 och scope 2, i den ordning myndigheten fastställer.",
          "obligationEn": "Cal. Health & Safety Code § 38532(c)(2) requires value chain emissions to be reported after the first Scope 1 and Scope 2 cycle, on the schedule the agency sets.",
          "refs": [
            "sb253-scope3"
          ]
        }
      },
      {
        "id": "ca-climate-assurance",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "verksamhet_kalifornien",
              "value": true
            },
            {
              "op": "gte",
              "field": "arsintakt_musd",
              "value": 1000
            },
            {
              "op": "equals",
              "field": "oberoende_granskning",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ca-climate-assurance",
          "verdict": "risk",
          "audit": "KRAV_GÄLLER",
          "title": "Oberoende granskning av utsläppsuppgifterna saknas",
          "titleEn": "Independent assurance of the emissions data is absent",
          "obligation": "Cal. Health & Safety Code § 38532(c)(3) kräver oberoende granskning av de redovisade utsläppen, på en nivå som höjs över tid.",
          "obligationEn": "Cal. Health & Safety Code § 38532(c)(3) requires independent assurance of the reported emissions, at a level that rises over time.",
          "refs": [
            "sb253-assurance"
          ]
        }
      },
      {
        "id": "ca-climate-sb261",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "verksamhet_kalifornien",
              "value": true
            },
            {
              "op": "gte",
              "field": "arsintakt_musd",
              "value": 500
            },
            {
              "op": "equals",
              "field": "klimatrisk_rapport",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ca-climate-sb261",
          "verdict": "förbjudet",
          "audit": "KRAV_GÄLLER",
          "title": "Rapport om klimatrelaterad finansiell risk saknas",
          "titleEn": "The climate-related financial risk report is absent",
          "obligation": "Cal. Health & Safety Code § 38533 kräver att bolag med verksamhet i Kalifornien och intäkt över 500 miljoner USD offentliggör en rapport om klimatrelaterad finansiell risk och de åtgärder som vidtagits.",
          "obligationEn": "Cal. Health & Safety Code § 38533 requires companies doing business in California with revenue above 500 million USD to publish a report on climate-related financial risk and the measures taken.",
          "refs": [
            "sb261-risk"
          ]
        }
      },
      {
        "id": "ca-climate-base",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "verksamhet_kalifornien",
              "value": true
            },
            {
              "op": "gte",
              "field": "arsintakt_musd",
              "value": 500
            }
          ]
        },
        "outcome": {
          "code": "ca-climate-base",
          "verdict": "risk",
          "audit": "KRAV_GÄLLER",
          "title": "Klimatrapporteringen gäller för bolaget",
          "titleEn": "The climate reporting duties apply to the company",
          "obligation": "Cal. Health & Safety Code §§ 38532 och 38533 gäller bolag med verksamhet i Kalifornien över tröskelvärdena, med rapportering från 2026 och senare omfattning i steg.",
          "obligationEn": "Cal. Health & Safety Code §§ 38532 and 38533 apply to companies doing business in California above the thresholds, with reporting from 2026 and later scopes phased in.",
          "refs": [
            "sb253-scope12",
            "sb261-risk"
          ]
        }
      }
    ],
    "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 verksamhet i Kalifornien över tröskelvärdena i Cal. Health & Safety Code §§ 38532 och 38533 är angiven.",
      "obligationEn": "No business in California above the thresholds in Cal. Health & Safety Code §§ 38532 and 38533 is stated.",
      "refs": []
    }
  },
  "hash": "sha256:14524567305c63826728a87325c53ffee601660c1ab4f2ce7bcfd2fdadb753d6",
  "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:14524567305c63826728a87325c53ffee601660c1ab4f2ce7bcfd2fdadb753d6",
    "revalidate_after": "2026-09-23T00:15:48.497Z",
    "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/ca-climate",
  "disclaimer": "Källhänvisning med officiell identifierare. Ingen juridisk rådgivning och inget efterlevnadsbeslut.",
  "usageInfo": "https://legal.exploreworldai.com/citering"
}