items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-08-07-891eb863-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 |
---|---|---|---|---|---|---|---|
15e6857dd4ed6bcfff667eeb766d4be408167434 | Name of donor: Government of Gibraltar Address of donor: 150 Strand, London WC2R 1JA Estimate of the probable value (or amount of any donation): For me and my spouse, flights £1,940; accommodation £555; general hospitality £200; total value £2,695 Destination of visit: Gibraltar Dates of visit: 8-10 September 2022 Purpose of visit: Gibraltar APPG visit to celebrate National Gibraltar Day. (Registered 26 September 2022) | Visits outside the UK 891eb863 | 2023-08-07 | Graham Brady uk.org.publicwhip/person/10062 | 0 | 2023-08-07-891eb863-10062-0 | |
fa6d545fe69152b3739735249960f2c8633eba5b | Name of donor: New York College Address of donor: 38 Amalias Avenue, 105 58 Athens, Greece Estimate of the probable value (or amount of any donation): For myself and spouse, hotel £3,000.80; flights £1,594.90; total value £4,595.70 Destination of visit: Athens, Greece Dates of visit: 8-13 October 2022 Purpose of visit: To give a lecture. (Registered 01 November 2022) | Visits outside the UK 891eb863 | 2023-08-07 | Graham Brady uk.org.publicwhip/person/10062 | 1 | 2023-08-07-891eb863-10062-0 | |
6ad9cfe7522f0a11c5f5261615a714fadc25218e | Name of donor: British-Swiss Chamber of Commerce Address of donor: Bleicherweg 12, CH-8002 Zurich Estimate of the probable value Travel (£1,352) and hotel accommodation for one night (£116.04) for me and my spouse, total value £1,468.04 Destination of visit: Geneva Dates of visit: 15-16 June 2023 Purpose of visit: To speak to the British-Swiss Chamber of Commerce. (Registered 02 August 2023) | Visits outside the UK 891eb863 | 2023-08-07 | Graham Brady uk.org.publicwhip/person/10062 | 2 | 2023-08-07-891eb863-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");