Prognosyrken

Please note that forecast occupations have, since April 2024, been replaced. The new occupations used for forecasting are called barometer occupations.

Definition

A forecast occupation describes the competitive position of one or more combined SSYK level 4 groups in the labor market.

Description

A forecast occupation is tied to one or more SSYK level 4 groups in the Taxonomy with the related relation. A forecast occupation is never directed at a lower level in the SSYK structure.

Governance

The forecast occupations are managed by the Analytics Department at Arbetsförmedlingen.

Updates

The composition of a forecast occupation can change over time, with new SSYK level 4 groups being added or removed from it. New forecast occupations may also be added.

GraphQL examples

The queries below can be tested through our GraphiQL interface.

Get all forecast occupations

query MyQuery {
  concepts(type: "forecast-occupation") {
    id
    preferred_label
    type
    related(type: "ssyk-level-4") {
      id
      preferred_label
      type
      ssyk_code_2012
    }
  }
}