SLDC Councillor Allowances
South Lakeland District Council
@ukgov.sldc_councillor_allowances
South Lakeland District Council
@ukgov.sldc_councillor_allowances
Councillors are paid an annual basic allowance to recognise the duties and responsibilities of their office, including attendance at Council meetings. Special Responsibility Allowances are paid to Councillors holding particular positions with extra responsibilities. These allowances are subject to deduction of Income Tax and National Insurance; the amount shown in the linked document are gross payments prior to these deductions being made. Councillors are also reimbursed their reasonable travel and subsistence expenses incurred in attending meetings and carrying out other approved duties.
Publisher name: South Lakeland District Council
Last updated: 2024-09-10T23:32:05Z
CREATE TABLE councillor_allowances_2018_to_2019 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"effectivedate" TIMESTAMP,
"name" VARCHAR,
"basic" DOUBLE,
"specialresponsibility" DOUBLE,
"childcarers" DOUBLE,
"dependentcarers" DOUBLE,
"travel" DOUBLE,
"subsistence" DOUBLE,
"total" DOUBLE,
"notes" VARCHAR,
"geoareauri" VARCHAR,
"geoarealabel" VARCHAR
);CREATE TABLE sldc_councillor_allowances (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"effectivedate" TIMESTAMP,
"name" VARCHAR,
"co_optees" VARCHAR,
"basic" DOUBLE,
"specialresponsibility" DOUBLE,
"childcarers" DOUBLE,
"dependentcarers" DOUBLE,
"travel" DOUBLE,
"subsistence" DOUBLE,
"co_opteeallowance" DOUBLE,
"total" DOUBLE,
"notes" VARCHAR,
"geoareauri" VARCHAR,
"geoarealabel" VARCHAR
);Anyone who has the link will be able to view this.