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-16-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
dd49580500f5660a96a55d68f57827f1631cb59e 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-16   Graham Brady uk.org.publicwhip/person/10062 0 2023-10-16-891eb863-10062-0
3cf5fa4a2876857c2bc99721524f2146028b10d3 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-16   Graham Brady uk.org.publicwhip/person/10062 1 2023-10-16-891eb863-10062-0
99ddb1035086f3130a4cdbbcd939e8e936d2eb4e 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-16   Graham Brady uk.org.publicwhip/person/10062 2 2023-10-16-891eb863-10062-0
2b328694dd4e1825a80f18a3fcef9e8bf9eaf5c5 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 (£627.38), value £2,201.69 Destination of visit: Thailand Dates of visit: 15-20 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) Visits outside the UK 891eb863 2023-10-16   Graham Brady uk.org.publicwhip/person/10062 3 2023-10-16-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 37.444ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette