Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Aggregator that delegates per-domain loading to the dedicated modules in loaders/. Maintains the original public API so existing callers compile unchanged after the decomposition refactor.

    Index

    Constructors

    Properties

    csvBaseURL: string
    fallbackURL: string
    RIKSDAG_PARTIES: readonly string[] = RIKSDAG_PARTIES

    The 8 parties represented in the Swedish Riksdag.

    COMMITTEE_ORG_CODES: Readonly<Record<string, string>> = COMMITTEE_ORG_CODES

    Mapping of full Swedish committee names to their Riksdag org codes.

    COMMITTEE_DOCS_PER_MEETING_ESTIMATE: 25 = COMMITTEE_DOCS_PER_MEETING_ESTIMATE

    Heuristic divisor to estimate meetings/year from committee document counts. Assumption: ~25 published documents per active committee meeting.

    CSV_SOURCES: Readonly<CSVSourceMap> = CSV_SOURCES

    CSV data source definitions โ€“ maps to real PostgreSQL view exports.

    loadCSVFn: LoadCSV

    Loader closure bound to this instance's URL configuration.

    Methods