items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2023-07-10-2fa6c1a9-24786-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
b21032dad476ed7b248b3f06389e24064dba875a | Name of donor: Neil Record Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 20 January 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 0 | 2023-07-10-2fa6c1a9-24786-0 | |
359c51b76803fb13bb51c9a757b557cc2b4d5e9c | Name of donor: Xercise2 Ltd Address of donor: 23 Beaumont Mews, First Floor, London W1G 6EN Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 07259361 (Registered 10 February 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 1 | 2023-07-10-2fa6c1a9-24786-0 | |
1ba5a4ea27933c59a263128eb840d071772599fd | Name of donor: Matthew Ferrey Address of donor: private Amount of donation or nature and value if donation in kind: £3,750 for campaigning support in my constituency Donor status: individual (Registered 05 April 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 2 | 2023-07-10-2fa6c1a9-24786-0 | |
7aef71ca638d38eee54bc06f3dc3082ff5934c70 | Name of donor: Jonathan Moynihan Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 Donor status: individual (Registered 21 April 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 3 | 2023-07-10-2fa6c1a9-24786-0 | |
4d12ad2f3b1e03e13f27b6d4c36eef04ed152f6a | Name of donor: Kent Swiss Investments Ltd Address of donor: 22 North Park, Chalfont St Peter, Bucks SL9 8JW Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 10421452 (Registered 05 May 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 4 | 2023-07-10-2fa6c1a9-24786-0 | |
f0e72268ee19a4f056b67f150b624cbfb9625a30 | Name of donor: John Reid & Sons (Strucsteel) Limited Address of donor: 3 Reid Street, Christchurch, Dorset BH23 2BT Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 00617773 (Registered 08 June 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 5 | 2023-07-10-2fa6c1a9-24786-0 | |
78b623104e17865785ae0ac02f554e7f3fffcc5b | Name of donor: Sir Rocco Forte Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 15 June 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-07-10 | Steven Baker uk.org.publicwhip/person/24786 | 6 | 2023-07-10-2fa6c1a9-24786-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE items ( hash VARCHAR(40) NOT NULL, item TEXT, category_id TEXT, date TEXT, member_id TEXT, person_id TEXT, sort_order INTEGER, record_id TEXT, PRIMARY KEY (hash), FOREIGN KEY ("category_id") REFERENCES [categories](id), FOREIGN KEY ("member_id") REFERENCES [members](id), FOREIGN KEY ("person_id") REFERENCES [people](id) ); CREATE INDEX items_date ON items("date"); CREATE INDEX items_category_id ON items("category_id"); CREATE INDEX items_member_id ON items("member_id"); CREATE INDEX items_person_id ON items("person_id"); CREATE INDEX items_record_id ON items("record_id");