The National Archives - Spend Over £10,000
The National Archives
@ukgov.national_archives_items_of_spending
The National Archives
@ukgov.national_archives_items_of_spending
Details of supplier payments for individual invoices exceeding £10,000 are shown here. These details are updated monthly.
Publisher name: The National Archives
Last updated: 2025-06-26T04:00:30Z
CREATE TABLE december_2024 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"line_amount_spend" DOUBLE,
"invoice_amount_spend" DOUBLE,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);CREATE TABLE february_2025 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"line_amount_spend" DOUBLE,
"invoice_amount_spend" DOUBLE,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);CREATE TABLE january_2025 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"line_amount_spend" DOUBLE,
"invoice_amount_spend" DOUBLE,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);CREATE TABLE march_2025 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"line_amount_spend" DOUBLE,
"invoice_amount_spend" DOUBLE,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);CREATE TABLE november_2024 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"n__line_amount_spend" DOUBLE -- Line Amount Spend,
"n__invoice_amount_spend" DOUBLE -- Invoice Amount Spend,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);CREATE TABLE october_2024 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"n__line_amount_spend" DOUBLE -- Line Amount Spend,
"n__invoice_amount_spend" DOUBLE -- Invoice Amount Spend,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);CREATE TABLE september_2024 (
"operational_transaction_number" VARCHAR,
"last_invoice_payment_date" TIMESTAMP,
"supplier" VARCHAR,
"supplier_s_invoice_number" VARCHAR,
"n__line_amount_spend" DOUBLE -- Line Amount Spend,
"n__invoice_amount_spend" DOUBLE -- Invoice Amount Spend,
"spend_category_as_worktag" VARCHAR,
"cost_center_hierarchies" VARCHAR,
"cost_centre_type" VARCHAR
);Anyone who has the link will be able to view this.