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
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
);
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
);
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
);
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
);
Anyone who has the link will be able to view this.