{
  "tool_id": "data-vendor-tco",
  "slug": "data-vendor-tco",
  "path": "/data-vendor-tco/",
  "mode": "client_side",
  "usage": "Client-side comparator. Open https://aifinhub.io/data-vendor-tco/ and enter universe, bars, and history needs. Computes annual cost per vendor in-browser.",
  "methodology": "https://aifinhub.io/methodology/data-vendor-tco/",
  "sample_input": {
    "tool": "data-vendor-tco",
    "needs_live": false,
    "needs_options": false,
    "needs_futures": false
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "needs_live": {
        "type": "boolean"
      },
      "needs_options": {
        "type": "boolean"
      },
      "needs_futures": {
        "type": "boolean"
      }
    },
    "required": [
      "tool",
      "needs_live",
      "needs_options",
      "needs_futures"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "per_vendor": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "vendor": {
              "type": "string"
            },
            "annual_cost_usd": {
              "type": "number"
            },
            "notes": {
              "type": "string"
            }
          }
        }
      },
      "ranked_cheapest_first": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  }
}
