Mattias Bodlund 1 month ago
parent
commit
1f64e7b91c
1 changed files with 39 additions and 39 deletions
  1. +39
    -39
      config/country_headcounts.yml

+ 39
- 39
config/country_headcounts.yml View File

@ -2,7 +2,7 @@
# per-employee (efficiency) score. Keys are ISO country codes and MUST match # per-employee (efficiency) score. Keys are ISO country codes and MUST match
# the keys under `countries:` in config/locales/en.yml. # the keys under `countries:` in config/locales/en.yml.
# #
# The numbers below are PLACEHOLDER TEST VALUES — update as HR confirms them.
# Source: IKEA "All Headcount" figures, 2026.
# Any country left blank (nil) or with a non-positive value is excluded from the # Any country left blank (nil) or with a non-positive value is excluded from the
# efficiency axis so we never divide by zero — it still counts toward total # efficiency axis so we never divide by zero — it still counts toward total
# tomatoes / impact. # tomatoes / impact.
@ -10,41 +10,41 @@
# NOTE: Balearic Islands and Canary Islands are folded into Spain (es) in # NOTE: Balearic Islands and Canary Islands are folded into Spain (es) in
# en.yml, so they have no separate key here. # en.yml, so they have no separate key here.
--- ---
au: 1200 # Australia
at: 950 # Austria
be: 1400 # Belgium
ca: 2600 # Canada
cn: 5200 # China
hr: 400 # Croatia
cz: 1100 # Czechia
dk: 1300 # Denmark
ee: 300 # Estonia
fi: 1050 # Finland
fr: 3800 # France
de: 4600 # Germany
hu: 950 # Hungary
in: 6100 # India
ie: 1150 # Ireland
it: 3300 # Italy
jp: 3900 # Japan
lv: 320 # Latvia
lb: 250 # Lebanon (rough guess)
lt: 360 # Lithuania
my: 1600 # Malaysia
nl: 2100 # Netherlands
nz: 480 # New Zealand
"no": 1250 # Norway
pl: 800 # Poland
pt: 1000 # Portugal
ro: 1150 # Romania
rs: 560 # Serbia
sg: 900 # Singapore
sk: 620 # Slovakia
si: 340 # Slovenia
kr: 1800 # South Korea
es: 3100 # Spain (incl. Balearic & Canary Islands)
se: 2900 # Sweden
ch: 1500 # Switzerland
ua: 1100 # Ukraine (rough guess)
gb: 4100 # United Kingdom
us: 4280 # United States
au: 3792 # Australia
at: 3078 # Austria
be: 4442 # Belgium
ca: 6260 # Canada
cn: 8357 # China
hr: 821 # Croatia
cz: 2313 # Czechia
dk: 2787 # Denmark
ee: 16 # Estonia
fi: 2055 # Finland
fr: 11607 # France
de: 19348 # Germany
hu: 1541 # Hungary
in: 2864 # India
ie: 675 # Ireland
it: 8423 # Italy
jp: 3547 # Japan
lv: 63 # Latvia
lb: # Lebanon — not in the HR headcount list
lt: 12 # Lithuania
my: # Malaysia — not in the HR headcount list
nl: 7096 # Netherlands
nz: 483 # New Zealand
"no": 3037 # Norway
pl: 6130 # Poland
pt: 3228 # Portugal
ro: 114 # Romania
rs: 691 # Serbia
sg: # Singapore — not in the HR headcount list
sk: 560 # Slovakia
si: 382 # Slovenia
kr: 1978 # Korea
es: 9071 # Spain (incl. Balearic & Canary Islands)
se: 12418 # Sweden
ch: 3190 # Switzerland
ua: # Ukraine — not in the HR headcount list
gb: 11212 # United Kingdom of Great Britain and Northern Ireland
us: 15025 # United States of America

Loading…
Cancel
Save