Foreign, Commonwealth And Development Office: Prompt Payment Data
Foreign, Commonwealth and Development Office (FCDO)
@ukgov.prompt_payments
Foreign, Commonwealth and Development Office (FCDO)
@ukgov.prompt_payments
On 2 September 2020 FCO and DFID merged to form a new Department, the Foreign, Commonwealth and Development Office. Prompt Payments data for FCO and DFID remain available on data.gov.uk. 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, Commonwealth and Development Office (FCDO)
Last updated: 2024-09-14T06:29:37Z
CREATE TABLE fcdo_prompt_payment_data_2023_to_2024 (
"quarter" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_amount_of_liability_to_pay" VARCHAR
);CREATE TABLE fcdo_prompt_payment_january_to_march_2021 (
"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 fcdo_prompt_payment_january_to_march_2022 (
"financial_year_2021_2022" 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 fcdo_prompt_payment_october_to_december_2020 (
"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 fcdo_prompt_payment_october_to_december_2021 (
"financial_year_2021_2022" 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.