{
  "name": "revenue-type-splits",
  "description": "One catalogue, four revenue-type rate splits — must extract as ONE label term with four conditions, not four terms (a label can attach to only one term).",
  "input": {
    "text": "GLOBAL DISTRIBUTION AGREEMENT — Copper Lantern Collective\n\nThis agreement (\"Copper Lantern Global Distribution\") covers the artist's full catalogue on Abacus account 90455. Signing entity: Orchard Enterprises NY, Inc. (signing entity ID 5). Run controller 12.\n\nTerm: commences 2026-07-01, continuously active, 90 days termination notice.\n\nRoyalties on the full catalogue, by revenue category:\n1. Digital distribution (audio/video): Label receives 80%, distribution fee 20%.\n2. Direct ad sales: Label receives 50%, fee 50%.\n3. Collection society income: Label receives 80%, fee 20%.\n4. Synchronization placements (transaction type SEV): Label receives 70%, fee 30%.\n\nAll four splits apply to the same catalogue — they are rate categories, not separate catalogue carve-outs.\n\nTerritory: worldwide excluding RUS."
  },
  "expected": {
    "contract_name": "Copper Lantern Global Distribution",
    "account_id": "90455",
    "signing_entity_id": "5",
    "signing_entity_name": "Orchard Enterprises NY, Inc.",
    "run_controller_id": "12",
    "lifecycle_term_start": "2026-07-01",
    "renewal_type": "CONTINUOUSLY_ACTIVE",
    "termination_notice_days": 90,
    "terms": [
      {
        "term_type": "label",
        "conditions": [
          { "term_rate": 80, "commission": 20 },
          { "term_rate": 50, "commission": 50 },
          { "term_rate": 80, "commission": 20 },
          {
            "term_rate": 70,
            "commission": 30,
            "transaction_types": ["SEV"]
          }
        ]
      }
    ],
    "excluded_countries": ["RUS"]
  },
  "expectedBlocking": true,
  "expectedMissingFields": ["default_term_attachments"]
}
