items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-06-12-64e8edeb-10062-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 |
---|---|---|---|---|---|---|---|
fe4b0776b223810383c36d64054b846b3c450659 | Name of donor: Centre for Policy Studies Ltd Address of donor: 57 Tufton Street, London SW1P 3QL Amount of donation or nature and value if donation in kind: Three night's hotel accommodation during Conservative Party Conference October 2022, value £762.45 Date received: 2-4 October 2022 Date accepted: 2 October 2022 Donor status: company, registration 01174651 (Registered 21 October 2022) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-06-12 | Graham Brady uk.org.publicwhip/person/10062 | 0 | 2023-06-12-64e8edeb-10062-0 | |
9c2ace7ddb19b2e02dc4f88a713658be8e855860 | Name of donor: The British Association for Shooting and Conservation (BASC) Address of donor: Marford Mill B5102, Wrexham, LL12 0HL Amount of donation or nature and value if donation in kind: BASC Dinner attended by me and my wife, value £324.48 Date received: 26 January 2023 Date accepted: 26 January 2023 Donor status: company, registration 04955096 (Registered 22 February 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-06-12 | Graham Brady uk.org.publicwhip/person/10062 | 1 | 2023-06-12-64e8edeb-10062-0 | |
05136ac9fa6213ceee2a55a8923608b875559d8b | 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: Travel and two tickets with hospitality for Cheltenham Racecourse, value £1,950 Date received: 17 March 2023 Date accepted: 17 March 2023 Donor status: company, registration 12213577 (Registered 24 March 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-06-12 | Graham Brady uk.org.publicwhip/person/10062 | 2 | 2023-06-12-64e8edeb-10062-0 | |
d939182bb4508a4f70dfdf62910c83f8e04b17a2 | Name of donor: The Jockey Club Racecourses Limited Address of donor: 75 High Holborn, London WC1V 6LS Amount of donation or nature and value if donation in kind: Two tickets for Aintree Racecourse for me and my wife, value £470 Date received: 15 April 2023 Date accepted: 15 April 2023 Donor status: company, registration 02909409 (Registered 17 April 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-06-12 | Graham Brady uk.org.publicwhip/person/10062 | 3 | 2023-06-12-64e8edeb-10062-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");