Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface SCBIndicatorContext

    An SCB indicator mapped to a policy domain and Riksdag committees

    interface SCBIndicatorContext {
        domain: string;
        name: string;
        description: string;
        committees: readonly string[];
        tableIds: readonly string[];
        indicators: readonly string[];
    }
    Index

    Properties

    domain: string

    Policy domain key (matches SCB_DOMAINS)

    name: string

    Human-readable name

    description: string

    Concise description for article context

    committees: readonly string[]

    Relevant Riksdag committees

    tableIds: readonly string[]

    SCB table IDs for data access

    indicators: readonly string[]

    Key indicators available in this domain