{
  "decisionId": "AUTO-RECY-001",
  "decisionVersion": "1.0.0",
  "businessData": {
    "requestContext": {
      "sourceSystem": "automotive-profile-factory",
      "correlationId": "factory-auto-recy-001"
    },
    "salvageLots": [
      {
        "optionId": "SALVAGE-A",
        "name": "Compact hatchback",
        "dismantling": {
          "operations": {
            "businessValue": 4.1,
            "operationalFit": 4.8,
            "customerImpact": 3.8
          }
        },
        "financial": {
          "costImpact": 850
        },
        "risk": {
          "riskLevel": 1.5
        }
      },
      {
        "optionId": "SALVAGE-B",
        "name": "Delivery van",
        "dismantling": {
          "operations": {
            "businessValue": 4.8,
            "operationalFit": 3.6,
            "customerImpact": 4.7
          }
        },
        "financial": {
          "costImpact": 1700
        },
        "risk": {
          "riskLevel": 2.8
        }
      },
      {
        "optionId": "SALVAGE-C",
        "name": "Family sedan",
        "dismantling": {
          "operations": {
            "businessValue": 3.6,
            "operationalFit": 4.2,
            "customerImpact": 4.1
          }
        },
        "financial": {
          "costImpact": 620
        },
        "risk": {
          "riskLevel": 1.8
        }
      }
    ]
  }
}
