home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

4 rows where record_id = "2023-10-30-891eb863-10062-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
e8639c9d2e53e5d0fbc2aa71a7f9692bc3ed1fca 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-10-30   Graham Brady uk.org.publicwhip/person/10062 0 2023-10-30-891eb863-10062-0
fc1f74e4ec98b76665b70901a1a786083b935ced 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-10-30   Graham Brady uk.org.publicwhip/person/10062 1 2023-10-30-891eb863-10062-0
51b751c6e21f917816b9f0df4c20820dbbdee1cf 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): For me and my spouse, flights (£1,070), accommodation for four nights (£800) and general hospitality (£200), total value £2,070 Destination of visit: Gibraltar Dates of visit: 7-11 September 2023 Purpose of visit: Attending Gibraltar National Day. (Registered 14 September 2023) Visits outside the UK 891eb863 2023-10-30   Graham Brady uk.org.publicwhip/person/10062 2 2023-10-30-891eb863-10062-0
6d3e1f231d4c119871d229b4a055757dae3d0edc Name of donor: Royal Thai Embassy, London Address of donor: 29-30 Queen's Gate, South Kensington, London SW7 5JB Estimate of the probable value (or amount of any donation): Flights (£1,574.31) and accommodation between 17 and 21 September (£627.38), value £2,201.69 Destination of visit: Thailand Dates of visit: 15-23 September 2023 Purpose of visit: APPG for Thailand delegation arranged by the Thai and British Embassies. Meetings were held with the Deputy Prime Minister, Speaker of the Parliament, Thailand/Britain Friendship Group and Thai Chamber of Commerce. (Registered 16 October 2023; updated 20 October 2023) Visits outside the UK 891eb863 2023-10-30   Graham Brady uk.org.publicwhip/person/10062 3 2023-10-30-891eb863-10062-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 173.012ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette