每日英语:Asia Has World's Biggest Pay Gap, Study Finds
In Asia, middle managers such as department heads make more than 14 times as much as operational employees such as clerical workers--the biggest such pay disparity in the world, according to a report by global management consulting firm Hay Group.
department heads:部门主管,部门领导 clerical:办事员,牧师
The difference in pay in Asia is far greater, for example, than in North America (3.5 times) and Europe (2.9 times), and somewhat bigger than in the Middle East (11.9 times) and Central and South America (10.2), other regions comprised mostly of emerging markets, the report said.
The greater disparity in pay in emerging versus developed markets can largely be blamed on a battle for experienced talent in emerging markets that is pushing up management salaries, said Thomas Higgins, managing director of Hay Group.
In places where the disparity is extreme, such as Pakistan and Egypt, it creates 'strains between haves and have-nots,' he said.
Among cities, pay is most unequal in Karachi, Pakistan, where middle managers earn 22.5 times as much as workers. A number of East Asian cities, though, ranked among the 10 most unequal. They include Shanghai (18.5), Delhi (18.3), Beijing (18), Mumbai (16.6) and Bangkok (16.6). The global average for 2012 was 8.4.
Growing inequality in Asia has begun to attract attention. In a report last year, the Asian Development Bank cited as contributing factors technological advances, globalization and market-oriented reforms that tend to favor those who live in urban areas, highly skilled workers and the owners of capital.
Earlier this year, China's State Council vowed to shrink the growing gap between rich and poor by improving social safety nets and raising taxes on the rich.
Workers fared best overall in purchasing power in Geneva, the Hay Group study reported, with 166% of the purchasing power of their counterparts in New York. But senior management in Doha, Qatar, enjoyed the world's greatest purchasing power by far--366% of senior managers in New York City.
While workers' purchasing power is lower in Eastern European and Asia, middle managers and executives there have fared well, often better than those in the West.
The report also measured the cost of employing operational workers beyond their base salary, including such things as payments for pensions and disability benefits. The most expensive employees in the world? Operational workers in Zurich, who cost 75% more than those in New York.
每日英语:Asia Has World's Biggest Pay Gap, Study Finds的更多相关文章
- 33. Pay Gap for the Brightest Female Graduatea 最聪明的大学女毕业生面临的工资差距
33. Pay Gap for the Brightest Female Graduatea 最聪明的大学女毕业生面临的工资差距 ① When young women were found to ma ...
- 每日英语:The Biggest Distraction In The Office Is Sitting Next To You
The big push in office design is forcing co-workers to interact more. Cubicle walls are lower, offic ...
- 每日英语:Some Chinese Students Stay Home to Get Ahead
Li Shan's oldest son was the perfect candidate to join the throngs of Chinese students studying abro ...
- 每日英语:why can't China produce world-class CEO?
The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...
- 每日英语:Surviving a Conference Call
The conference call is one of the most familiar rituals of office life -- and one of the most hated. ...
- 每日英语:Welcome to the Global Middle-Class Surge
The mass uprisings this summer in Egypt, Turkey and Brazil are powerful reminders that the middle cl ...
- 每日英语:China Destroys Six Tons of Confiscated Ivory
BEIJING—Chinese government officials destroyed more than six tons of ivory that had been illegally s ...
- 每日英语:Redfin Real-Estate Firm Gets Cold Shoulder in Silicon Valley
"I used to think I was this made man," says entrepreneur Glenn Kelman. "That's what t ...
- 每日英语:Patent Wars Erupt Again in Tech Sector
The long-running patent war among the technology industry's heavyweights just grew a whole lot bigge ...
随机推荐
- 网络游戏MMORPG服务器架构
转载于:http://justdo2008.iteye.com/blog/1936795 1.网络游戏MMORPG整体服务器框架,包括早期,中期,当前的一些主流架构 .关键词 网络协议 网络IO 消息 ...
- Ubuntu12.04 挂载exFat格式U盘的方法(转)
原文链接:Ubuntu12.04 挂载exFat格式U盘的方法 首先关于exFAT ,这里就不多作解释了, 再介绍一个软件fuse-exfat, https://code.google.com ...
- IE8 通过Jquery动态修改html不显示的问题
for (var i = 0; i < _priority_transf.length && i < xmlList.length; i++) { if (textCont ...
- vue项目启动出现cannot GET /服务错误
出现 Cannot GET/: 控制台中并没有报错:npm run dev命令行窗口也没有报错. 原因 在网上查了一堆,发现这个问题还挺多呢,而且各个回答的解决方式都竟然有许多不同… 于是把能改的 ...
- ECharts学习总结(二):标签式单文件引入echarts的方法
下载好echarts的库文件.然后在script里面引入. //from echarts example <body> <div id="main" style= ...
- SWFUpload 已上传成功数量控制 插件(用于解决队列满问题)
当我们在使用 SWFUpload 做文件上传时,我们需要把已经上传的文件列表做一个删除, 但在我们把已上传列表删除后,再重新上传时,会发现提示 上传队列满 的问题,原因就是有一个状态对象中的一个 成功 ...
- oracle 11g physical standby switchover
简介 SWITCHOVERS主要是在计划停机维护时用来降低DOWNTIME,如硬件维护.操作系统升级或是数据库rolling upgrade, 也可用来进行特殊情况下的数据库迁移. SWITCHOVE ...
- VMWARE虚拟机安装64位系统此主机支持IntelVTx 但IntelVTx处于禁用状态
1.进入BIOS(我的电脑是Thinkpad e480,进入按钮是F12/ Fn+F12) 2.选择App Menu,再选择第一项Setup,进入 3.选择Security,选择下面第四项Virtua ...
- Jfinal极速开发微信系列教程(二)--------------让微信公众平台通过80端口访问本机
概述: 微信公众平台要成为开发者,需要填写接口配置信息中的“URL”和“Token”这两项(参见:http://mp.weixin.qq.com/wiki/index.php?title=%E6%8E ...
- T-SQL with关键字
T-SQL with关键字 Select字句在逻辑上是SQL语句最后进行处理的最后一步,所以,以下查询会发生错误: SELECT YEAR(OrderDate) AS OrderYear, COU ...