FCO Prompt Payment Data
Foreign and Commonwealth Office
@ukgov.fco_prompt_payment_data
Foreign and Commonwealth Office
@ukgov.fco_prompt_payment_data
On 2 September 2020 FCO and DFID merged to form a new Department, the Foreign, Commonwealth and Development Office. Prompt Payments data for From 1 April 2015 all central government departments, including their executive agencies and non departmental public bodies, are required to report on their prompt payment performance. They must publish the percentage of their invoices paid within 5 days and within 30 days, on a quarterly basis.
Publisher name: Foreign and Commonwealth Office
Last updated: 2022-07-01T04:02:39Z
CREATE TABLE fco_prompt_payment_and_interest_liable_q1_2019_20 (
"financial_year_2018_19" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" DOUBLE -- Total Interest Liable (Ł)
);CREATE TABLE fco_prompt_payment_data (
"financial_year_2017_18" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" BIGINT -- Total Interest Liable (Ł)
);CREATE TABLE fco_prompt_payments_and_interest_liable_full_fy_2018_19 (
"financial_year_2018_19" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" DOUBLE -- Total Interest Liable (Ł)
);CREATE TABLE fco_prompt_payments_and_interest_liable_full_fy_2019_2020 (
"financial_year_2019_2020" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" DOUBLE -- Total Interest Liable (Ł)
);CREATE TABLE fco_prompt_payments_and_interest_liable_q1_2020_21 (
"financial_year_2020_2021" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" DOUBLE -- Total Interest Liable (Ł)
);CREATE TABLE fco_prompt_payments_and_interest_liable_q2_2019_2020 (
"financial_year_2019_2020" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" DOUBLE -- Total Interest Liable (Ł)
);CREATE TABLE fco_prompt_payments_and_interest_liable_q3_2019_2020 (
"financial_year_2019_2020" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_interest_liable" DOUBLE -- Total Interest Liable (Ł)
);Anyone who has the link will be able to view this.