Northern Ireland Office (NIO): Prompt Payment Data
Northern Ireland Office
@ukgov.northern_ireland_office_nio_prompt_payment_april_to_ju_3900d660
Northern Ireland Office
@ukgov.northern_ireland_office_nio_prompt_payment_april_to_ju_3900d660
CREATE TABLE nio_prompt_payment_data_april_to_june_2022 (
"financial_year" 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 nio_prompt_payment_data_april_to_june_2024 (
"financial_year" 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 nio_prompt_payment_data_january_to_march_2024 (
"financial_year" 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 nio_prompt_payment_data_july_to_september_2023 (
"financial_year" 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 nio_prompt_payment_data_october_december_2023 (
"financial_year" VARCHAR,
"percentage_of_invoices_paid_within_5_days" VARCHAR,
"percentage_of_invoices_paid_within_30_days" VARCHAR,
"total_amount_of_liability_to_pay" VARCHAR
);
Anyone who has the link will be able to view this.