items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-10-30-891eb863-25813-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 |
---|---|---|---|---|---|---|---|
fc9031f8454a0613852ce75f866db8a54b213be4 | Name of donor: Social Democratic Party of Finland Address of donor: Saariniemenkatu 6, Helsinki Estimate of the probable value (or amount of any donation): Flights, accommodation and food, value £976.67 Destination of visit: Helsinki, Finland Dates of visit: 2-5 February 2023 Purpose of visit: Keynote speaker for national conference of the Social Democratic Party of Finland. (Registered 20 February 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Fleur Anderson uk.org.publicwhip/person/25813 | 0 | 2023-10-30-891eb863-25813-0 | |
ffcc25de35d1049e8f4db2f6681572bb9a092621 | Name of donor: APPG FORB (Freedom of Religion or Belief) Address of donor: House of Commons, London SW1A 0AA Estimate of the probable value (or amount of any donation): Flights £1,650.62, hotel £594.20, food £211 and visa £60; total value £2,515.82 Destination of visit: Pakistan Dates of visit: 11-18 February 2023 Purpose of visit: To meet ministers, NGOs and religious leaders. This visit will produce a 2023 APPG FORB report on the state of FORB in Pakistan with recommendations for Pakistan and UK governments. (Registered 01 March 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Fleur Anderson uk.org.publicwhip/person/25813 | 1 | 2023-10-30-891eb863-25813-0 | |
8bd1c010ea5c6dac7b8b6528841256974fa7f7ea | Name of donor: Medical Aid for Palestinians Address of donor: 33A Islington park Street, London N1 1QB Estimate of the probable value (or amount of any donation): Flights, accommodation, food and transport, value £1,695 Destination of visit: Occupied Palestinian Territory and Israel Dates of visit: 25-29 September 2023 Purpose of visit: Fact finding visit organised by the Council for Arab-British Understanding and Medical Aid for Palestinians. (Registered 04 October 2023) | Visits outside the UK 891eb863 | 2023-10-30 | Fleur Anderson uk.org.publicwhip/person/25813 | 2 | 2023-10-30-891eb863-25813-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");