{
  "schema": "staticzero.customer-impact-plan.v1",
  "run": {
    "repetitions": 5,
    "warmups": 1,
    "timeout_seconds": 30,
    "maximum_input_bytes": 1048576,
    "maximum_output_bytes": 33554432
  },
  "context": {
    "environment_class": "LOCAL",
    "infrastructure_class": "DEVELOPER_WORKSTATION",
    "workload_class": "STRUCTURED_DATA_TRANSFORM",
    "problem_tags": [
      "PERSISTENCE_COST",
      "EXECUTION_LATENCY"
    ],
    "region": "EUROPE",
    "market_segment": "ENTERPRISE_TECHNOLOGY",
    "customer_label": "LOCAL_SYNTHETIC_EXAMPLE"
  },
  "input": "examples/sample-input.json",
  "commands": {
    "baseline": [
      "python3",
      "examples/example_workload.py",
      "--mode",
      "baseline",
      "--input",
      "{input}",
      "--run-dir",
      "{run_dir}"
    ],
    "staticzero": [
      "python3",
      "examples/example_workload.py",
      "--mode",
      "staticzero",
      "--input",
      "{input}",
      "--run-dir",
      "{run_dir}"
    ]
  },
  "economics": {
    "currency": "USD",
    "monthly_successful_executions": 1000000,
    "compute_hour_rate": "0.10",
    "persistent_gib_month_rate": "0.02",
    "retention_days": 30,
    "write_requests_per_execution": {
      "baseline": 1,
      "staticzero": 0
    },
    "write_request_rate_per_10000": "0.05",
    "price_source": "CUSTOMER_SUPPLIED_EXAMPLE_RATE",
    "price_observed_at": "2026-09-10"
  },
  "dependency_measurement": {
    "classification": "CUSTOMER_MEASURED",
    "baseline": [
      {"id": "persistent-output-store", "category": "PERSISTENCE", "provider_specific": false, "managed_service": false, "portable": true},
      {"id": "write-request-path", "category": "MANAGED_SERVICE", "provider_specific": true, "managed_service": true, "portable": false}
    ],
    "staticzero": []
  },
  "operational_measurement": {
    "classification": "CUSTOMER_MEASURED",
    "baseline_steps_per_execution": 3,
    "staticzero_steps_per_execution": 1,
    "baseline_retries_per_1000_executions": 2,
    "staticzero_retries_per_1000_executions": 0
  },
  "commercial": {
    "minimum_savings_percent_for_fit": "10",
    "next_step_interest": "EXPLORE",
    "organization_scope": "WORKLOAD",
    "capability_scope": ["PERSISTENCE_FREE_EXECUTION"],
    "integration_complexity": "STANDARD",
    "strategic_partnership_interest": false,
    "requested_routes": ["WORKLOAD_LICENSE", "STRUCTURED_EVALUATION_PILOT"]
  },
  "privacy": {
    "consent": "LOCAL_ONLY"
  }
}
