items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-10-30-891eb863-25168-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 |
---|---|---|---|---|---|---|---|
064ec61b1de7c784b158eb5547df98c5432b2e4a | Name of donor: IPAC Global Ltd Address of donor: 27 Old Gloucester St, London WC1N 3AX Estimate of the probable value (or amount of any donation): Flights (£3,332.98) and hotel accommodation for five nights (£1,127.84), total value £4,460.82 Destination of visit: Tokyo Dates of visit: 15-21 February 2023 Purpose of visit: Attend a Symposium in Tokyo, hosted by IPAC and participated in Ministerial meetings to discuss Japan's presidency of the G7. (Registered 22 February 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Sarah Champion uk.org.publicwhip/person/25168 | 0 | 2023-10-30-891eb863-25168-0 | |
1e6e37ca71101d9a2dbed4b5ea057043223499fc | Name of donor: HM Government of Gibraltar Address of donor: Gibraltar House, 150 Strand, London WC2R 1JA Estimate of the probable value (or amount of any donation): Flight (£642), hotel for four nights (£760) and general hospitality (£200), total value £1,602 Destination of visit: Gibraltar Dates of visit: 7-11 September 2023 Purpose of visit: All Party Parliamentary visit to Gibraltar for National Day. (Registered 14 September 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Sarah Champion uk.org.publicwhip/person/25168 | 1 | 2023-10-30-891eb863-25168-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");