items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-08-07-64e8edeb-25901-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 |
|---|---|---|---|---|---|---|---|
| 6bdf439cce8ee34afa7f5a2aabc8b8d1a433e2aa | Name of donor: Mentorn Media Address of donor: Tinopolis Centre, Park Street, Llanelli SA15 3YE Amount of donation or nature and value if donation in kind: Travel associated with appearing on BBC Question Time, value £432 Date received: 15 December 2022 Date accepted: 15 December 2022 Donor status: company, registration 02329345 (Registered 06 January 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-08-07 | Daisy Cooper uk.org.publicwhip/person/25901 | 0 | 2023-08-07-64e8edeb-25901-0 | |
| 0539f5c90c7bb528a50f7070277f87d58e34e79a | Name of donor: BBC Address of donor: Broadcasting House, Portland Place, London W1A 1AA Amount of donation or nature and value if donation in kind: Travel associated with appearing on BBC Radio 4 Any Questions, value £517.50 Date received: 27 January 2023 Date accepted: 27 January 2023 Donor status: company, registration RC000057 (Registered 20 February 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-08-07 | Daisy Cooper uk.org.publicwhip/person/25901 | 1 | 2023-08-07-64e8edeb-25901-0 | |
| 229e044a9384611d9b3f975446da4ceaf1e99c5a | Name of donor: Duncan Greenland Address of donor: private Amount of donation or nature and value if donation in kind: Hospitality for a private event, value £385 Date received: 11 July 2023 Date accepted: 11 July 2023 Donor status: individual (Registered 28 July 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-08-07 | Daisy Cooper uk.org.publicwhip/person/25901 | 2 | 2023-08-07-64e8edeb-25901-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");