Unemployment fund
Definition
Swedish "arbetslöshetskassor" (unemployment funds).
Description
All avaliable unemployment funds within Sweden.
Tied to each concept is the attribute unemployment-fund-code
. These codes are primarily used within Arbetsförmedlingen.
The concepts are sourced from Sveriges A-kassor.
GraphQL examples
The queries below can be tested through our GraphiQL interface.
Get all unemployment funds
query unemployment_fund {
concepts(type: "unemployment-fund") {
id
type
preferred_label
unemployment_fund_code
}
}