{
  "name": "clean-single-term",
  "description": "Well-structured deal memo with every field stated explicitly, including platform IDs.",
  "input": {
    "text": "DISTRIBUTION AGREEMENT — DEAL MEMO\n\nContract name: Velvet Echo Worldwide Distribution\nAbacus account: #482910\nSigning entity: Orchard Media Services LLC (reference signing entity ID 73)\nRun controller ID: 1204\n\nTerm: This agreement commences on 2026-03-01 and remains continuously active until terminated. Either party may terminate with ninety (90) days written notice. The agreement was executed on 2026-02-14.\n\nRoyalties: The Company shall pay the Label eighty percent (80%) of net receipts from all digital distribution, with the Company retaining a twenty percent (20%) distribution commission. This rate applies to a single label-level term covering the entire catalogue.\n\nTerritory: Worldwide, excluding the Russian Federation (RUS).\n\nThis contract is the primary distribution contract for the account."
  },
  "expected": {
    "contract_name": "Velvet Echo Worldwide Distribution",
    "account_id": "482910",
    "signing_entity_id": "73",
    "signing_entity_name": "Orchard Media Services LLC",
    "run_controller_id": "1204",
    "lifecycle_term_start": "2026-03-01",
    "execution_date": "2026-02-14",
    "renewal_type": "CONTINUOUSLY_ACTIVE",
    "termination_notice_days": 90,
    "is_primary_contract": true,
    "terms": [
      {
        "term_type": "label",
        "conditions": [
          {
            "term_rate": 80,
            "commission": 20
          }
        ]
      }
    ],
    "excluded_countries": ["RUS"]
  },
  "expectedBlocking": true,
  "expectedMissingFields": ["default_term_attachments"]
}
