Fraud Investigations
Cheltenham Borough Council
@ukgov.cheltenham_fraud_investigations
Cheltenham Borough Council
@ukgov.cheltenham_fraud_investigations
CREATE TABLE fraud_investigations (
"organisationlabel" VARCHAR,
"organisationcode" VARCHAR,
"effectivedate" TIMESTAMP,
"period" VARCHAR,
"totaloccasionsfraudpowers" BIGINT,
"totalfraudemployeescount" BIGINT,
"ftefraudemployeescount" DOUBLE,
"totalfraudspecialistscount" BIGINT,
"ftefraudspecialistcount" DOUBLE,
"fraudspentamount" DOUBLE,
"totalinvestigatedfraud" BIGINT,
"totalidentifiedfraud" BIGINT,
"valuefraud" DOUBLE,
"valuefraudrecovered" VARCHAR,
"totalinvestigatedirregularities" BIGINT,
"totalidentifiedirregularities" BIGINT,
"valueirregularities" DOUBLE,
"valueirregularitiesrecovered" VARCHAR
);
Anyone who has the link will be able to view this.