{
  "example_version": "nt-example:v0",
  "title": "Denial like INS-001, but the feedback gain is only known as a wide range",
  "synthetic": true,
  "expected": {
    "outcome": "HOLD",
    "reason_codes": [
      "UNAVAILABLE"
    ]
  },
  "proposal": {
    "proposal_version": "nt-proposal:v0",
    "proposal_id": "INS-004",
    "class_id": "insurance.claim-auto-denial",
    "class_version": "0.1.0",
    "domain": "insurance claims",
    "s_before": {
      "claim_id": "C-1004",
      "status": "open",
      "open_mismatches": 3
    },
    "action": {
      "type": "deny_claim",
      "purpose": "Close a claim whose documents contradict the loss description",
      "effects": [
        {
          "target": "claims-db",
          "description": "status open → denied"
        },
        {
          "target": "notice-service",
          "description": "send denial notice with appeal instructions"
        }
      ]
    },
    "s_proposed": {
      "claim_id": "C-1004",
      "status": "denied",
      "notices": [
        "denial_with_appeal"
      ]
    },
    "t_valid": "2026-09-10T12:00:00Z",
    "authority": {
      "principal": "claims-agent-7",
      "trust_root": {
        "id": "claims-authority-root",
        "declared_by": "insurer claims governance",
        "independent_of_proposer": true
      },
      "delegation_chain": [
        {
          "from": "head-of-claims",
          "to": "claims-agent-7",
          "scope": "deny up to 5,000"
        }
      ]
    },
    "evidence": [
      {
        "id": "E1",
        "subject": "mismatch_record",
        "source": "claims workflow",
        "sha256": "a04e8da70890112d4695c168cae84622e721b51a316d9910c7c6ffc50f682fd1",
        "captured_at": "2026-09-01T09:00:00Z",
        "valid_until": null,
        "binds_to": "INS-004",
        "tier": "E2"
      },
      {
        "id": "E2",
        "subject": "policy_wording",
        "source": "insurer document system",
        "sha256": "bf5dacabe58b9458c5661eccd2ea7c41ba73093baeae14fa0a9b436c66275bed",
        "captured_at": "2026-09-01T09:00:00Z",
        "valid_until": null,
        "binds_to": "INS-004",
        "tier": "E4"
      },
      {
        "id": "E3",
        "subject": "model_version",
        "source": "model registry",
        "sha256": "b1d75b7d33e7ab20eeaa6dcb65830408e3d0b3eb8fc50d493bc4fbcb8d26ef12",
        "captured_at": "2026-09-01T09:00:00Z",
        "valid_until": null,
        "binds_to": "INS-004",
        "tier": "E2"
      }
    ],
    "timing": {
      "review_seconds": {
        "low": 1200,
        "high": 2400,
        "method": "p10-p90 of review queue times, last 90 days"
      },
      "commit_seconds": 3600
    },
    "recovery": {
      "inverse_action": "reopen_claim",
      "routes_after": [
        "human_review",
        "document_correction",
        "appeal"
      ]
    },
    "reachability": {
      "horizon": "90 days",
      "before": 12,
      "after": 9
    },
    "feedback": {
      "cycle": "denials → training labels → model",
      "loop_gain": {
        "low": 0.7,
        "high": 1.4,
        "method": "bootstrap over 90 days of denials"
      }
    },
    "dependencies": {
      "declared": [
        "claims-db",
        "notice-service"
      ],
      "model": "model-m3",
      "vendor": "vendor-alpha",
      "policy_source": "policy-wording-2026",
      "data_source": "claims-intake"
    },
    "execution_state": "proposed"
  }
}
