items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-10-30-64e8edeb-25683-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 |
---|---|---|---|---|---|---|---|
bd4b099f65ba5cb537e7459fd7a29251d7343702 | Name of donor: Betting and Gaming Council Address of donor: 1st Floor 90 Chancery Lane, London WC2A 1EU Amount of donation or nature and value if donation in kind: A pair of tickets, including hospitality, for Nottingham Forest v Crystal Palace, value £600 Date received: 12 November 2022 Date accepted: 12 November 2022 Donor status: company, registration 12213577 (Registered 14 November 2022) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Ben Bradley uk.org.publicwhip/person/25683 | 0 | 2023-10-30-64e8edeb-25683-0 | |
57d851f17aab89a527640415002bc0f90f534469 | Name of donor: DXC Technology Address of donor: Royal Pavilion, Wellesley Road, Aldershot GU11 1PZ Amount of donation or nature and value if donation in kind: Two tickets with hospitality for Manchester United vs Nottingham Forest, total value £1,000 Date received: 27 December 2022 Date accepted: 27 December 2022 Donor status: company, registration 07073332 (Registered 03 January 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Ben Bradley uk.org.publicwhip/person/25683 | 1 | 2023-10-30-64e8edeb-25683-0 | |
7d8b01fd41b82f61aa91e2b284061d9393de6907 | Name of donor: Hutchinson 3D Limited Address of donor: 450 Longwater Avenue, Green Park, Reading RG2 6GF Amount of donation or nature and value if donation in kind: Two tickets with hospitality to watch Nottingham Forest v Chelsea, total value £3,570.36 Date received: 1 September 2023 Date accepted: 1 September 2023 Donor status: company, registration 3885486 (Registered 18 September 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Ben Bradley uk.org.publicwhip/person/25683 | 2 | 2023-10-30-64e8edeb-25683-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");