# Employee headcount per country, used to compute the leaderboard's
|
|
# per-employee (efficiency) score. Keys are ISO country codes and MUST match
|
|
# the keys under `countries:` in config/locales/en.yml.
|
|
#
|
|
# The numbers below are PLACEHOLDER TEST VALUES — update as HR confirms them.
|
|
# 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
|
|
# tomatoes / impact.
|
|
#
|
|
# NOTE: Balearic Islands and Canary Islands are folded into Spain (es) in
|
|
# en.yml, so they have no separate key here.
|
|
---
|
|
au: 1200 # Australia
|
|
at: 950 # Austria
|
|
bh: 180 # Bahrain
|
|
es: 3100 # Spain (incl. Balearic & Canary Islands)
|
|
be: 1400 # Belgium
|
|
bg: 600 # Bulgaria
|
|
ca: 2600 # Canada
|
|
cl: 700 # Chile
|
|
cn: 5200 # China
|
|
co: 850 # Colombia
|
|
hr: 400 # Croatia
|
|
cy: 150 # Cyprus
|
|
cz: 1100 # Czech Republic
|
|
dk: 1300 # Denmark
|
|
do: 220 # Dominican Republic
|
|
eg: 900 # Egypt
|
|
ee: 300 # Estonia
|
|
fi: 1050 # Finland
|
|
fr: 3800 # France
|
|
de: 4600 # Germany
|
|
gr: 750 # Greece
|
|
hk: 500 # Hong Kong
|
|
hu: 950 # Hungary
|
|
is: 160 # Iceland
|
|
in: 6100 # India
|
|
id: 2400 # Indonesia
|
|
ie: 1150 # Ireland
|
|
il: 680 # Israel
|
|
it: 3300 # Italy
|
|
jp: 3900 # Japan
|
|
jo: 260 # Jordan
|
|
kw: 210 # Kuwait
|
|
lv: 320 # Latvia
|
|
lt: 360 # Lithuania
|
|
my: 1600 # Malaysia
|
|
mx: 2200 # Mexico
|
|
ma: 540 # Morocco
|
|
nl: 2100 # Netherlands
|
|
nz: 480 # New Zealand
|
|
"no": 1250 # Norway
|
|
om: 190 # Oman
|
|
ph: 1900 # Philippines
|
|
pl: 800 # Poland
|
|
pt: 1000 # Portugal
|
|
pr: 240 # Puerto Rico
|
|
qa: 230 # Qatar
|
|
ro: 1150 # Romania
|
|
sa: 1050 # Saudi Arabia
|
|
rs: 560 # Serbia
|
|
sg: 900 # Singapore
|
|
sk: 620 # Slovakia
|
|
si: 340 # Slovenia
|
|
kr: 1800 # South Korea
|
|
se: 2900 # Sweden
|
|
ch: 1500 # Switzerland
|
|
tw: 1350 # Taiwan
|
|
th: 1700 # Thailand
|
|
tr: 2000 # Turkey
|
|
ae: 700 # United Arab Emirates
|
|
gb: 4100 # United Kingdom
|
|
us: 4280 # United States of America
|