items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2023-10-16-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 |
|---|---|---|---|---|---|---|---|
| 11e9d2330410eb51ee7a9fa84536711f5ce9ce35 | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 0 | 2023-10-16-2fa6c1a9-24786-0 | |
| 70bd881063fe98cf8625a4a445b2953b568ead26 | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 1 | 2023-10-16-2fa6c1a9-24786-0 | |
| 65e9dbdcf4485c49b9bbf6f808c6018fb8a50c2b | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 2 | 2023-10-16-2fa6c1a9-24786-0 | |
| 0aaaed9ebb946180d0ca7a13427d460bc41c2ddf | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 3 | 2023-10-16-2fa6c1a9-24786-0 | |
| 1c23645f405b4beec538232625c9775d2588fea0 | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 4 | 2023-10-16-2fa6c1a9-24786-0 | |
| 6e65058566f1cafa30d00005791e308eb61c6f36 | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 5 | 2023-10-16-2fa6c1a9-24786-0 | |
| c60d7253c1d9fec7cc202b524dd6e5a684f970dc | 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-10-16 | Steven Baker uk.org.publicwhip/person/24786 | 6 | 2023-10-16-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");