items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-10-16-64e8edeb-25750-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 |
---|---|---|---|---|---|---|---|
8bbb872408151d89bb2633834753d7f8f15b833b | Name of donor: London City Airport Address of donor: Aviation House, Hartmann Road, London E16 2PX Amount of donation or nature and value if donation in kind: Ticket with hospitality for New York Giants vs Green Bay Packers NFL match at Tottenham Hotspur, value £750 Date received: 9 October 2022 Date accepted: 9 October 2022 Donor status: company, registration 05328291 (Registered 10 October 2022) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-16 | Gareth Bacon uk.org.publicwhip/person/25750 | 0 | 2023-10-16-64e8edeb-25750-0 | |
3c01918b6ccdb8674ede63ee7f1ef3297d33a494 | Name of donor: Getir Address of donor: Wework, 30 Stamford Street, London SE1 9LQ Amount of donation or nature and value if donation in kind: Ticket for Tottenham Hotspur v Arsenal, value £400 Date received: 15 January 2023 Date accepted: 15 January 2023 Donor status: company, registration 12548945 (Registered 18 January 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-16 | Gareth Bacon uk.org.publicwhip/person/25750 | 1 | 2023-10-16-64e8edeb-25750-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");