{
  "tool_id": "ftc-vs-nlt-regulatory-cost",
  "slug": "ftc-vs-nlt-regulatory-cost",
  "path": "/ftc-vs-nlt-regulatory-cost/",
  "mode": "client_side",
  "usage": "Client-side calculator. Open https://aifinhub.io/ftc-vs-nlt-regulatory-cost/ and fill in the inputs; results render in-browser.",
  "methodology": "https://aifinhub.io/methodology/ftc-vs-nlt-regulatory-cost/",
  "sample_input": {
    "tool": "ftc-vs-nlt-regulatory-cost",
    "data_volume_tier": 2,
    "processing_complexity": 1.5,
    "hourly_rate": 120
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "data_volume_tier": {
        "type": "number"
      },
      "processing_complexity": {
        "type": "number"
      },
      "hourly_rate": {
        "type": "number"
      }
    },
    "required": [
      "tool",
      "data_volume_tier",
      "processing_complexity",
      "hourly_rate"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "lowest_friction": {
        "type": "string"
      },
      "monthly_cost_usd": {
        "type": "number"
      },
      "annual_cost_usd": {
        "type": "number"
      },
      "ranked": {
        "type": "array"
      }
    }
  }
}
