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的更多相关文章

  1. 33. Pay Gap for the Brightest Female Graduatea 最聪明的大学女毕业生面临的工资差距

    33. Pay Gap for the Brightest Female Graduatea 最聪明的大学女毕业生面临的工资差距 ① When young women were found to ma ...

  2. 每日英语: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 ...

  3. 每日英语: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 ...

  4. 每日英语: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 ...

  5. 每日英语:Surviving a Conference Call

    The conference call is one of the most familiar rituals of office life -- and one of the most hated. ...

  6. 每日英语:Welcome to the Global Middle-Class Surge

    The mass uprisings this summer in Egypt, Turkey and Brazil are powerful reminders that the middle cl ...

  7. 每日英语:China Destroys Six Tons of Confiscated Ivory

    BEIJING—Chinese government officials destroyed more than six tons of ivory that had been illegally s ...

  8. 每日英语: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 ...

  9. 每日英语:Patent Wars Erupt Again in Tech Sector

    The long-running patent war among the technology industry's heavyweights just grew a whole lot bigge ...

随机推荐

  1. @ERR Unsupported CONFIG parameter: notify-keyspace-events

    Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Unsupported CONFIG parameter: noti ...

  2. iOS:CoreData数据库的使用三(数据库和tableView表格一起使用)

    CoreData数据库是用来持久性存储数据的,那么,我们再从该数据库中取出数据干什么呢?明显的是为了对数据做操作,这个过程中可以将它们直观的显示出来,即通过表格的形式显示出来.CoreData配合ta ...

  3. Ubuntu Server 13.10 安装配置图解教程

    一.Ubuntu Server 13.10系统安装 Ubuntu分为桌面版(desktop)和服务器版(Server),下面为大家介绍服务器版本Ubuntu Server 13.10的详细安装过程. ...

  4. kvm安装windows系统

    1.创建虚拟机镜像文件并指定大小(10G) [root@centos01 ~]# qemu-img create -f raw /opt/windows20031.raw 10G Formatting ...

  5. 使用CSS3建立不可选的的文字

    下面的例子展示了在HTML5中你如何使用CSS建立不可选的文字. <!DOCTYPE HTML> <html> <head> <title>Creati ...

  6. qt study 泛型和容器

    所谓泛型(generic) 能够像操作基本类型一样轻松操作对象的类和函数. qt容器类就是泛型类,基于模板的泛型类. 重载运算符overloaed operator, 托管容器 managed con ...

  7. Android -- Service绑定解绑和aidl

    Service是安卓四大组件之一,先前讲到了Service的生命周期,以及非绑定类型的生命周期的例子,这次来分享一下绑定形式的. 应用组件(客户端)可以调用bindService()绑定到一个serv ...

  8. EasyUI-EasyUI框架入门学习

    前言 新项目的开发前端技术打算采用EasyUI框架(基于EasyUI较为丰富的UI组件库),项目组长将前端EasyUI这块的任务分配给了我.在进行开发之前,需要我这菜鸟对EasyUI框架进行一些基础的 ...

  9. ES6 中 Symbol.split的用法

    class Split1 { constructor(value) { this.value = value; } [Symbol.split](string) { var index = strin ...

  10. (转)LIB和DLL的区别与使用

    共有两种库:一种是LIB包含了函数所在的DLL文件和文件中函数位置的信息(入口),代码由运行时加载在进程空间中的DLL提供,称为动态链接库dynamic link library.一种是LIB包含函数 ...