Manchester Senior Salaries
Manchester City Council
@ukgov.manchester_senior_salaries
Manchester City Council
@ukgov.manchester_senior_salaries
Details of senior posts earning above £50k per annum as set out in the Local Government Transparency Code 2014. The details of senior posts earning above £50k per annum is taken from data captured from Manchester City Council’s HR module on the SAP system with a description of the scope of the role.
Publisher name: Manchester City Council
Last updated: 2024-08-08T04:00:53Z
CREATE TABLE manchester_senior_salaries (
"role_title" VARCHAR,
"total_remuneration_full_time_equivalent" VARCHAR -- Total Remuneration (Full Time Equivalent),
"role_descriptor" VARCHAR
);CREATE TABLE senior_salaries_2022_23 (
"remuneration_range" VARCHAR -- Remuneration Range (£),
"no_employees" BIGINT -- No. Employees,
"details_of_staff_earning_over_150_000" VARCHAR -- Details (of Staff Earning Over £150,000)
);CREATE TABLE senior_salaries_2023_24 (
"remuneration_range_000_s" VARCHAR -- Remuneration Range (£000's),
"no_employees" BIGINT -- No. Employees,
"details_of_staff_earning_over_150_000" VARCHAR -- Details (of Staff Earning Over £150,000)
);Anyone who has the link will be able to view this.