items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-09-04-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 |
|---|---|---|---|---|---|---|---|
| 819a7a2a61cee0a0a8debec4b68c85c075eb30a9 | 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-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 0 | 2023-09-04-64e8edeb-25901-0 | |
| 716658cee5d254392e706e11b0ca884a2a8db1f5 | 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-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 1 | 2023-09-04-64e8edeb-25901-0 | |
| a5fa23f201e77bb292d27bc9c8ed3209bd30dece | 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-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 2 | 2023-09-04-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");