{
  "name": "multi-term-multi-condition",
  "description": "Two terms (label + product) with per-territory and per-transaction-type rate carve-outs.",
  "input": {
    "text": "AMENDED DISTRIBUTION TERMS — Northbound Records\n\nContract title: Northbound Records Distribution 2026\nAccount number 771502 (Abacus). Signing entity: AWAL Recordings Ltd, signing entity ID 12. Run controller: 3310.\nEffective start of term: 2026-01-15.\n\nSchedule A — Label Term (\"Catalogue\"):\n1. Base digital rate: Label receives 78%, distributor commission 22%.\n2. United States and Canada streaming only (transaction type SEV): Label receives 82%, commission 18%. This carve-out takes priority 1; the base rate is priority 10.\n\nSchedule B — Product Term (\"Deluxe Box Set UPC line\"):\n1. All channels: Label receives 85%, commission 15%.\n\nTerritory exclusions: Russian Federation and Belarus (RUS, BLR).\n\nNotice period for termination: 60 days."
  },
  "expected": {
    "contract_name": "Northbound Records Distribution 2026",
    "account_id": "771502",
    "signing_entity_id": "12",
    "signing_entity_name": "AWAL Recordings Ltd",
    "run_controller_id": "3310",
    "lifecycle_term_start": "2026-01-15",
    "termination_notice_days": 60,
    "terms": [
      {
        "term_type": "label",
        "conditions": [
          {
            "priority": 10,
            "term_rate": 78,
            "commission": 22
          },
          {
            "priority": 1,
            "term_rate": 82,
            "commission": 18,
            "countries": ["USA", "CAN"],
            "transaction_types": ["SEV"]
          }
        ]
      },
      {
        "term_type": "product",
        "conditions": [
          {
            "term_rate": 85,
            "commission": 15
          }
        ]
      }
    ],
    "excluded_countries": ["RUS", "BLR"]
  },
  "expectedBlocking": true,
  "expectedMissingFields": ["default_term_attachments"]
}
