items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-10-30-64e8edeb-25814-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 |
---|---|---|---|---|---|---|---|
6ce806ee327d38e616580d963b23ac6b359881db | Name of donor: Aston Villa Football Club Ltd Address of donor: Villa Park, Trinity Road, Birmingham B6 6HE Amount of donation or nature and value if donation in kind: Two tickets with hospitality for me and a member of staff to Aston Villa FC v Leicester City FC, value £510 Date received: 4 February 2023 Date accepted: 4 February 2023 Donor status: company, registration 3375789 (Registered 27 February 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Shaun Bailey uk.org.publicwhip/person/25814 | 0 | 2023-10-30-64e8edeb-25814-0 | |
6ddbfea9c267b03d296c8dc181f74539f20d1573 | Name of donor: Calvert Communications Limited Address of donor: 77 Dashwood House Longfield Avenue, London W5 2JU Amount of donation or nature and value if donation in kind: Ticket with hospitality to the Ashes Test Match at Edgbaston, value £627 Date received: 17 June 2023 Date accepted: 17 June 2023 Donor status: company, registration 09723031 (Registered 12 July 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Shaun Bailey uk.org.publicwhip/person/25814 | 1 | 2023-10-30-64e8edeb-25814-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");