items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2023-09-18-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 |
|---|---|---|---|---|---|---|---|
| c55b776735d66cefcc570e407a12ff742902037b | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 0 | 2023-09-18-2fa6c1a9-24786-0 | |
| 24904ff9704016fb9d4f9234b0617ae52bf5c37a | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 1 | 2023-09-18-2fa6c1a9-24786-0 | |
| 77d6814f637ebcbf65a343616984791bf45700e6 | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 2 | 2023-09-18-2fa6c1a9-24786-0 | |
| 198a12a047e808e2b905909a11e3b45dff779fa5 | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 3 | 2023-09-18-2fa6c1a9-24786-0 | |
| 37f24c5e375b2705543beb39af1f33b50273b817 | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 4 | 2023-09-18-2fa6c1a9-24786-0 | |
| 3102d35facc73375bdd12de1797d80512d7ecb2d | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 5 | 2023-09-18-2fa6c1a9-24786-0 | |
| 21ca38940c318f4e990e1fd15fcd48085c1d1f74 | 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-09-18 | Steven Baker uk.org.publicwhip/person/24786 | 6 | 2023-09-18-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");