items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-09-04-64e8edeb-25415-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 |
|---|---|---|---|---|---|---|---|
| 70872c43807d0ed2554123d0e681be827a1e64e3 | Name of donor: Aintree Racecourse Company Ltd Address of donor: Aintree Racecourse, Aintree, Liverpool L9 5AS Amount of donation or nature and value if donation in kind: Hospitality for two people at the Grand National, value £838.80 Date received: 15 April 2023 Date accepted: 15 April 2023 Donor status: company, registration 01612616 (Registered 09 May 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-09-04 | Kevin Hollinrake uk.org.publicwhip/person/25415 | 0 | 2023-09-04-64e8edeb-25415-0 | |
| 03cd2cddb1fc01bac92f7d89ce6db9c226787c81 | Name of donor: Sky UK Ltd Address of donor: Grant Way, Isleworth TW7 5QD Amount of donation or nature and value if donation in kind: Two tickets with hospitality for a test match at Lordâs, total value £800 Date received: 26 June 2023 Date accepted: 26 June 2023 Donor status: company, registration 02906991 (Registered 06 July 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-09-04 | Kevin Hollinrake uk.org.publicwhip/person/25415 | 1 | 2023-09-04-64e8edeb-25415-0 | |
| 6c41f70707e9db369a9c62ecb8787289b615e103 | Name of donor: PRS for Music Ltd Address of donor: 1st Floor, Goldings House, 2 Hays Lane, London SE1 2HB Amount of donation or nature and value if donation in kind: Two tickets (£650 each), accommodation (£422 per person), meals (£126 per person) and shuttlebus (£33 per person) at Glastonbury, total value £2,462 Date received: 22-26 June 2023 Date accepted: 22 June 2023 Donor status: company, registration 03444246 (Registered 12 July 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-09-04 | Kevin Hollinrake uk.org.publicwhip/person/25415 | 2 | 2023-09-04-64e8edeb-25415-0 | |
| 980ca5194e2c1572341b934535f145fc1424aea7 | Name of donor: Betting and Gaming Council Address of donor: 1 Bedford Row, London WC1R 4BU Amount of donation or nature and value if donation in kind: Ticket with hospitality for Australia vs England cricket match at Headingley, value £851.39 Date received: 8 July 2023 Date accepted: 8 July 2023 Donor status: company, registration 12213577 (Registered 13 July 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-09-04 | Kevin Hollinrake uk.org.publicwhip/person/25415 | 3 | 2023-09-04-64e8edeb-25415-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");