get_benchmark
Look up the disclosed AI BVF planning rates behind the value model for one business function and industry. CALL THIS when the user wants to inspect the revenue-uplift and cost-takeout assumptions before scoring, or to compare the value drivers across functions. function selects the base rate range and named drivers; industry applies the multiplier, while universal returns the unadjusted base rate. External research in the evidence register frames the adoption and value problem but does not publish these function rates. The output is a rate, expressed as a fraction of revenue, not an initiative verdict or EUR business case. Replace it with measured organisation evidence before funding. Use score_initiative for an Accelerate/Fix/Stop decision, score_portfolio for several initiatives and diagnose_process for measured operational waste. Pure deterministic lookup, with 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. Selects the base revenue-uplift and cost-reduction rate ranges (returned as fractions of revenue) and the value drivers. | |
| industry | Yes | Industry whose multiplier to apply — must be one of the list_taxonomy industry values. The returned industry_multiplier is applied to the function base rates; pass "universal" for the un-adjusted rates. |
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. |