{
  "attribution": {
    "product": "NovaCopilot",
    "source": "legal.exploreworldai.com",
    "canonical": "https://legal.exploreworldai.com/us/agent/ftc-act",
    "cite_as": "NovaCopilot, legal.exploreworldai.com (https://legal.exploreworldai.com/us/agent/ftc-act)",
    "license": "https://legal.exploreworldai.com/revision",
    "version": "legal-2026-08-25",
    "fingerprint": "ewai:eu:da38ae",
    "proof": "sha256:22b5ae56fe00430891807513de22037fa68647ac9451327d43002120232522f2",
    "jurisdiction": "eu"
  },
  "cagi_brand": "CAGI – Corporate Artificial General Intelligence",
  "cagi_version": "1.0",
  "cagi_relation": "alternate-entry",
  "canonical_agent": "/us/agent/ftc-act",
  "jurisdiction": "US Federal",
  "agent_type": "deterministic",
  "cagi_entry": "https://legal.exploreworldai.com/us/federal/cagi-api/ftc-act",
  "canonical_agent_url": "https://legal.exploreworldai.com/us/agent/ftc-act",
  "id": "ftc-act",
  "script": {
    "kind": "operative",
    "fields": [
      {
        "name": "handel_i_usa",
        "kind": "boolean",
        "label": "Verksamheten bedrivs i eller påverkar handeln i USA",
        "labelEn": "The activity is in or affects commerce in the United States"
      },
      {
        "name": "pastaende_i_marknadsforing",
        "kind": "boolean",
        "label": "Ett påstående görs i marknadsföring",
        "labelEn": "A claim is made in marketing"
      },
      {
        "name": "underlag_for_pastaende",
        "kind": "boolean",
        "label": "Dokumenterat underlag för påståendet finns",
        "labelEn": "Documented substantiation for the claim exists"
      },
      {
        "name": "vasentlig_skada",
        "kind": "boolean",
        "label": "Metoden medför väsentlig skada för konsumenten",
        "labelEn": "The practice causes substantial consumer injury"
      },
      {
        "name": "kan_undvikas",
        "kind": "boolean",
        "label": "Skadan kan rimligen undvikas av konsumenten",
        "labelEn": "The injury is reasonably avoidable by the consumer"
      },
      {
        "name": "uppvags_av_nytta",
        "kind": "boolean",
        "label": "Skadan uppvägs av nytta för konsument eller konkurrens",
        "labelEn": "The injury is outweighed by benefits to consumers or competition"
      },
      {
        "name": "bindande_beslut",
        "kind": "boolean",
        "label": "Ett gällande beslut från myndigheten finns",
        "labelEn": "A final order from the Commission is in place"
      }
    ],
    "rules": [
      {
        "id": "ftc-deceptive",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "handel_i_usa",
              "value": true
            },
            {
              "op": "equals",
              "field": "pastaende_i_marknadsforing",
              "value": true
            },
            {
              "op": "equals",
              "field": "underlag_for_pastaende",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ftc-deceptive",
          "verdict": "förbjudet",
          "audit": "KRAV_GÄLLER",
          "title": "Påstående utan underlag",
          "titleEn": "Claim without substantiation",
          "obligation": "15 U.S.C. § 45(a)(1) förbjuder vilseledande metoder i handeln. Ett påstående bedöms utifrån vad en konsument som handlar rimligt uppfattar, och underlaget ska finnas när påståendet görs.",
          "obligationEn": "15 U.S.C. § 45(a)(1) prohibits deceptive acts or practices in commerce. A claim is judged by what a consumer acting reasonably takes from it, and substantiation must exist when the claim is made.",
          "refs": [
            "deceptive"
          ]
        }
      },
      {
        "id": "ftc-unfair",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "handel_i_usa",
              "value": true
            },
            {
              "op": "equals",
              "field": "vasentlig_skada",
              "value": true
            },
            {
              "op": "equals",
              "field": "kan_undvikas",
              "value": false
            },
            {
              "op": "equals",
              "field": "uppvags_av_nytta",
              "value": false
            }
          ]
        },
        "outcome": {
          "code": "ftc-unfair",
          "verdict": "förbjudet",
          "audit": "KRAV_GÄLLER",
          "title": "De tre rekvisiten för otillbörlig metod är uppfyllda",
          "titleEn": "The three elements of an unfair practice are met",
          "obligation": "15 U.S.C. § 45(n) anger att en metod är otillbörlig när den medför väsentlig skada som konsumenten inte rimligen kan undvika och som inte uppvägs av nytta för konsumenter eller konkurrens.",
          "obligationEn": "15 U.S.C. § 45(n) states that a practice is unfair when it causes substantial injury that consumers cannot reasonably avoid and that is not outweighed by benefits to consumers or competition.",
          "refs": [
            "unfair"
          ]
        }
      },
      {
        "id": "ftc-order",
        "when": {
          "op": "all",
          "of": [
            {
              "op": "equals",
              "field": "handel_i_usa",
              "value": true
            },
            {
              "op": "equals",
              "field": "bindande_beslut",
              "value": true
            }
          ]
        },
        "outcome": {
          "code": "ftc-order",
          "verdict": "risk",
          "audit": "KRAV_GÄLLER",
          "title": "Villkoren i ett gällande beslut gäller",
          "titleEn": "The terms of a final order apply",
          "obligation": "15 U.S.C. § 45(b) reglerar beslut om att upphöra med en metod, och 15 U.S.C. § 45(l) anger civilrättsliga sanktionsavgifter per överträdelse när beslutet är slutligt.",
          "obligationEn": "15 U.S.C. § 45(b) governs cease and desist orders, and 15 U.S.C. § 45(l) sets civil penalties per violation once the order is final.",
          "refs": [
            "orders",
            "penalties"
          ]
        }
      },
      {
        "id": "ftc-base",
        "when": {
          "op": "equals",
          "field": "handel_i_usa",
          "value": true
        },
        "outcome": {
          "code": "ftc-base",
          "verdict": "risk",
          "audit": "KRAV_VILLKORAT",
          "title": "Paragraf 5 gäller för verksamheten",
          "titleEn": "Section 5 applies to the activity",
          "obligation": "15 U.S.C. § 45(a)(1) gäller otillbörliga och vilseledande metoder i eller med påverkan på handeln. Rekvisiten prövas metod för metod.",
          "obligationEn": "15 U.S.C. § 45(a)(1) covers unfair and deceptive acts or practices in or affecting commerce. The elements are tested practice by practice.",
          "refs": [
            "deceptive",
            "unfair"
          ]
        }
      }
    ],
    "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": "Verksamheten är inte angiven som bedriven i eller med påverkan på handeln i USA.",
      "obligationEn": "The activity is not stated to be in or affecting commerce in the United States.",
      "refs": []
    }
  },
  "hash": "sha256:22b5ae56fe00430891807513de22037fa68647ac9451327d43002120232522f2",
  "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:22b5ae56fe00430891807513de22037fa68647ac9451327d43002120232522f2",
    "revalidate_after": "2026-09-23T00:16:08.433Z",
    "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/ftc-act",
  "disclaimer": "Källhänvisning med officiell identifierare. Ingen juridisk rådgivning och inget efterlevnadsbeslut.",
  "usageInfo": "https://legal.exploreworldai.com/citering"
}