Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Function getImfCommitteeMatrix

    • Build a committee โ†’ indicators matrix (keys UPPERCASE) mirroring the shape of analysis/imf/indicators-inventory.json โ†’ committeeMatrix without loading the JSON inventory. Useful for workflow-level summaries ("for FiU we will pull: WEO:NGDP_RPCH, WEO:PCPIPCH, โ€ฆ").

      Committees are derived from the curated IMF_INDICATORS catalogue, so this matrix is always internally consistent with the code.

      Returns ReadonlyMap<string, readonly string[]>

      const matrix = getImfCommitteeMatrix();
      matrix.get('FIU'); // โ†’ ['WEO:NGDP_RPCH', 'WEO:PCPIPCH', ...]