Fraud Investigations
Leeds City Council
@ukgov.fraud_investigations
Leeds City Council
@ukgov.fraud_investigations
Dataset showing information on the numbers and costs on investigating fraud. Local Government Transparency Code 2015 --------------------------------------- * This is a key dataset which the government wants local authorities to publish. * https://www.gov.uk/government/publications/local-government-transparency-code-2015 Please note ----------- * Benefits fraud is now dealt with by the Department for Work & Pensions and will therefore not be listed on this dataset from 2016/17 onwards.
Publisher name: Leeds City Council
Last updated: 2024-09-14T09:48:12Z
CREATE TABLE n_2013_14 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"effectivedate" TIMESTAMP,
"fraudtype" VARCHAR,
"period" VARCHAR,
"totaloccasionsfraudpowers" BIGINT,
"totalfraudemployeescount" BIGINT,
"ftefraudemployeescount" DOUBLE,
"totalfraudspecialistscount" BIGINT,
"ftefraudspecialistcount" DOUBLE,
"fraudspentamount" BIGINT,
"totalinvestigatedfraud" BIGINT,
"comments" VARCHAR
);CREATE TABLE n_2015_16 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"effectivedate" TIMESTAMP,
"fraudtype" VARCHAR,
"period" VARCHAR,
"totaloccasionsfraudpowers" VARCHAR,
"totalfraudemployeescount" BIGINT,
"ftefraudemployeescount" DOUBLE,
"totalfraudspecialistscount" BIGINT,
"ftefraudspecialistcount" DOUBLE,
"fraudspentamount" VARCHAR,
"totalinvestigatedfraud" BIGINT,
"comments" VARCHAR
);CREATE TABLE n_2016_17 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"effectivedate" TIMESTAMP,
"fraudtype" VARCHAR,
"period" VARCHAR,
"totaloccasionsfraudpowers" VARCHAR,
"totalfraudemployeescount" DOUBLE,
"ftefraudemployeescount" DOUBLE,
"totalfraudspecialistscount" DOUBLE,
"ftefraudspecialistcount" DOUBLE,
"fraudspentamount" VARCHAR,
"totalinvestigatedfraud" DOUBLE,
"comments" VARCHAR
);CREATE TABLE n_2018_19 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"effectivedate" TIMESTAMP,
"fraudtype" VARCHAR,
"period" VARCHAR,
"totaloccasionsfraudpowers" VARCHAR,
"totalfraudemployeescount" BIGINT,
"ftefraudemployeescount" DOUBLE,
"totalfraudspecialistscount" BIGINT,
"ftefraudspecialistcount" DOUBLE,
"fraudspentamount" VARCHAR,
"totalinvestigatedfraud" BIGINT,
"comments" VARCHAR
);CREATE TABLE n_2019_20 (
"organisationlabel" VARCHAR,
"organisationuri" VARCHAR,
"fraudtype" VARCHAR,
"period" VARCHAR,
"totaloccasionsfraudpowers" VARCHAR,
"totalfraudemployeescount" BIGINT,
"ftefraudemployeescount" DOUBLE,
"totalfraudspecialistscount" BIGINT,
"ftefraudspecialistcount" DOUBLE,
"fraudspentamount" VARCHAR,
"totalinvestigatedfraud" BIGINT,
"comments" VARCHAR
);Anyone who has the link will be able to view this.