econ-skm-score/module.yaml
flemming-it 79bd93d1cc
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m37s
fix(naming): dash capability ID (chain catalog charset [a-z0-9-])
provides.capability _ -> - so it passes `chain validate` and the hub
store name-match. No behaviour change (capability validation is lint-only;
the WASM is unchanged).

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-20 00:12:04 +02:00

39 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

schema_version: 3
provider: chain
name: econ-skm-score
version: 0.1.0
# Standardkostenmodell — P × F × T × h per duty, summed across
# a duty list. Methode des Nationalen Normenkontrollrats.
#
# Reuse-lens: SKM is the EU- and OECD-anerkannte Methodik for
# bureaucracy cost measurement, used by NL ATR, UK RPC, EU REFIT.
# This module is meaningful far beyond lawheatmap.
provides:
- capability: econ.skm-score
version: 0.1.0
inputs:
duties:
type: json
description:
en: |
{ duties: [{ population, frequency, tariff_eur_per_hour,
time_hours_per_case, source_norm }] }
de: |
{ duties: [{ population, frequency, tariff_eur_per_hour,
time_hours_per_case, source_norm }] }
outputs:
report:
type: json
description:
en: |
{ items: [{ source_norm, eur_per_year, formula }],
total_eur_per_year, tier_lowest }.
tier_lowest follows the Regel der niedrigsten Stufe.
de: |
{ items: [{ source_norm, eur_per_year, formula }],
total_eur_per_year, tier_lowest }.
permissions: []