Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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