items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-10-30-891eb863-25661-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 |
---|---|---|---|---|---|---|---|
f80de540b8f5d07b98af25fa961d7bdacc0e83c2 | Name of donor: Coalition for Global Prosperity Address of donor: 1 Horse Guards Parade, London SW1A 2HU Estimate of the probable value (or amount of any donation): Travel £1,982.60, accommodation £569.26, subsistence £769.23, total value £3,321.09 Destination of visit: Washington DC, USA Dates of visit: 12-16 February 2023 Purpose of visit: Fact-finding political delegation to strengthen transatlantic relations on development, defence and diplomacy and to meet American politicians, policymakers and experts. (Registered 21 February 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Bim Afolami uk.org.publicwhip/person/25661 | 0 | 2023-10-30-891eb863-25661-0 | |
37dd13b1bc2000af3ebc361f1c268f4dc75d83a0 | Name of donor: Deutsch-Britische Gesellschaft Address of donor: Pariser Platz 6, 10117 Berlin, Germany Estimate of the probable value (or amount of any donation): Accommodation (£240.15) and subsistence (£138.21), total value £378.36 Destination of visit: Schloss Neuhardenberg Dates of visit: 14-16 September 2023 Purpose of visit: Attendance at 73rd Konigswinter Conference. (Registered 13 October 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Bim Afolami uk.org.publicwhip/person/25661 | 1 | 2023-10-30-891eb863-25661-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");