get_benchmark
Look up published benchmark rates for a business function and industry. Returns revenue/cost ranges, industry multiplier, value drivers, and source citation.
Instructions
Look up the published benchmark rates for a business function and industry. Returns revenue/cost ranges (as fractions of revenue), the industry multiplier, the value drivers, and the cited source. Use when the caller wants the raw rates and multiplier without running a four-pillar verdict — for an initiative-level Accelerate/Fix/Stop call, use score_initiative instead. Pure deterministic lookup — no network, auth, or side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | Business function to benchmark. Must be one of the list_taxonomy function values. | |
| industry | Yes | Industry whose multiplier to apply. Must be one of the list_taxonomy industry values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Citation for the benchmark figures. | |
| drivers | Yes | Named value drivers behind the benchmark. | |
| function | Yes | Business function the rates apply to. | |
| industry | Yes | Industry whose multiplier was applied. | |
| cost_takeout_range | Yes | Cost take-out as a fraction of revenue, lo/hi. | |
| industry_multiplier | Yes | Multiplier applied to the base rates for this industry. | |
| revenue_uplift_range | Yes | Revenue uplift as a fraction of revenue, lo/hi. |