Cambridgeshire County Council Invoice Payments
Cambridgeshire Insight
@ukgov.cambridgeshire_county_council_invoice_payments1
Cambridgeshire Insight
@ukgov.cambridgeshire_county_council_invoice_payments1
Regulation 113(7) of the Public Contracts Regulations 2015 introduced the requirement from March 2017 that all in-scope organisations must publish, on an annual basis and covering the previous 12 months: i) the percentage of their invoices of suppliers and prime contractors invoices* paid within 30 days ii) the amount of interest paid to suppliers due to late payment and iii) the total amount of interest that the contracting authority was liable to pay (whether or not paid and whether under any statutory or other requirement), due to a breach of Regulation 113. *Invoices deemed valid and undisputed.
Publisher name: Cambridgeshire Insight
Last updated: 2025-04-03T04:00:14Z
CREATE TABLE cambridgeshire_county_council_invoice_payments_2016_17 (
"body_name" VARCHAR,
"published_date" TIMESTAMP,
"financial_year" VARCHAR,
"n__invoices_paid_within_30_days" DOUBLE -- % Invoices Paid Within 30 Days,
"interest_s_actually_paid_to_suppliers" VARCHAR -- Interest (£’s) Actually Paid To Suppliers,
"interest_s_liable_to_be_paid_to" VARCHAR -- Interest (£’s) *liable To Be Paid To,
"number_of_invoices_not_paid_within_30_days" BIGINT
);CREATE TABLE cambridgeshire_county_council_invoice_payments_2017_18 (
"body_name" VARCHAR,
"published_date" TIMESTAMP,
"financial_year" VARCHAR,
"n__invoices_paid_within_30_days" DOUBLE -- % Invoices Paid Within 30 Days,
"interest_s_actually_paid_to_suppliers" VARCHAR -- Interest (£’s) Actually Paid To Suppliers,
"interest_s_liable_to_be_paid_to" VARCHAR -- Interest (£’s) *liable To Be Paid To,
"number_of_invoices_not_paid_within_30_days" BIGINT
);CREATE TABLE cambridgeshire_county_council_invoice_payments_2018_19 (
"body_name" VARCHAR,
"published_date" TIMESTAMP,
"financial_year" VARCHAR,
"n__invoices_paid_within_30_days" DOUBLE -- % Invoices Paid Within 30 Days,
"interest_s_actually_paid_to_suppliers" VARCHAR -- Interest (£’s) Actually Paid To Suppliers,
"interest_s_liable_to_be_paid_to" VARCHAR -- Interest (£’s) *liable To Be Paid To,
"number_of_invoices_not_paid_within_30_days" BIGINT
);CREATE TABLE cambridgeshire_county_council_invoice_payments_2019_20 (
"body_name" VARCHAR,
"published_date" TIMESTAMP,
"financial_year" VARCHAR,
"n__invoices_paid_within_30_days" DOUBLE -- % Invoices Paid Within 30 Days,
"interest_s_actually_paid_to_suppliers" VARCHAR -- Interest (£’s) Actually Paid To Suppliers,
"interest_s_liable_to_be_paid_to" VARCHAR -- Interest (£’s) *liable To Be Paid To,
"number_of_invoices_not_paid_within_30_days" BIGINT
);Anyone who has the link will be able to view this.