{
  "tool_id": "cash_conversion_cycle_calculator",
  "slug": "cash-conversion-cycle-calculator",
  "path": "/cash-conversion-cycle-calculator/",
  "mode": "url_api",
  "api_usage": "GET https://aibizhub.io/api/cash-conversion-cycle-calculator/?<params>",
  "sample_input": {
    "tool": "cash_conversion_cycle",
    "dio": 38,
    "dso": 42,
    "dpo": 28,
    "monthly_cogs": 95000
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "dio": {
        "type": "integer"
      },
      "dso": {
        "type": "integer"
      },
      "dpo": {
        "type": "integer"
      },
      "monthly_cogs": {
        "type": "integer"
      }
    },
    "required": [
      "tool",
      "dio",
      "dso",
      "dpo",
      "monthly_cogs"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "primaryLabel": {
        "type": "string"
      },
      "primaryValue": {
        "type": "number"
      },
      "primaryFormat": {
        "type": "string"
      },
      "summary": {
        "type": "string"
      },
      "metrics": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "label": {
              "type": "string"
            },
            "value": {
              "type": "number"
            },
            "format": {
              "type": "string"
            }
          }
        }
      },
      "warnings": {
        "type": "array",
        "items": {}
      },
      "assumptionsEcho": {
        "type": "object",
        "properties": {
          "dio": {
            "type": "number"
          },
          "dso": {
            "type": "number"
          },
          "dpo": {
            "type": "number"
          },
          "monthly_cogs": {
            "type": "number"
          }
        }
      }
    }
  }
}
