home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2023-10-16-64e8edeb-10678-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
d80ff66025a554c62c91de90563435d3ec97ee83 Name of donor: Tottenham Hotspur Football & Athletic Co Ltd Address of donor: Lilywhite House, 782 High Road, London N17 0BX Amount of donation or nature and value if donation in kind: Four tickets for a boxing match, used by members of my family, total value £1,000 Date received: 3 December 2022 Date accepted: 3 December 2022 Donor status: company, registration 00057186 (Registered 13 December 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-16   David Lammy uk.org.publicwhip/person/10678 0 2023-10-16-64e8edeb-10678-0
351768086d29773b74d84cbb97287d07618bb9d4 Name of donor: Getir UK Limited Address of donor: WeWork, 30 Stamford Street, London SE1 9LQ Amount of donation or nature and value if donation in kind: Two tickets for the hospitality box at Tottenham Hotspur stadium, value £800 Date received: 15 January 2023 Date accepted: 15 January 2023 Donor status: company, registration 12548945 (Registered 19 January 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-16   David Lammy uk.org.publicwhip/person/10678 1 2023-10-16-64e8edeb-10678-0
4e35585ab36153944d078b62f50fe0db1558596f Name of donor: Franco-British Colloque Ltd Address of donor: Station House, Station Approach, East Horsley KT24 6QX Amount of donation or nature and value if donation in kind: Food, accommodation and transport while attending and speaking at the Franco-British Colloque 2023 in London in my capacity as Shadow Foreign Secretary, value £1,032 Date received: 26-28 January 2023 Date accepted: 26 January 2023 Donor status: company, registration 06913437 (Registered 06 February 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-16   David Lammy uk.org.publicwhip/person/10678 2 2023-10-16-64e8edeb-10678-0
366e8404507964c3d7239ecfaab2c5a27cd75b51 Name of donor: Court of the University of Glasgow Address of donor: University Avenue, Glasgow G12 8QQ Amount of donation or nature and value if donation in kind: Accommodation, refreshments and transport provided when I accepted an honorary degree, total value £805 Date received: 20 June 2023 Date accepted: 20 June 2023 Donor status: other (Registered 17 July 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-16   David Lammy uk.org.publicwhip/person/10678 3 2023-10-16-64e8edeb-10678-0
57f0bcd3a32c9c75ca67ed1c623b278fb9a9e7d3 Name of donor: Hawthorn Advisors Limited Address of donor: Fifth Floor, Partnership House, Carlisle Place, London SW1P 1BX Amount of donation or nature and value if donation in kind: Associated with attending and speaking at the Braemar Summit, flights, transfers, hotel and food, value £1,117.94 Date received: 13-14 September 2023 Date accepted: 13 September 2023 Donor status: company, registration 08355056 (Registered 04 October 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-16   David Lammy uk.org.publicwhip/person/10678 4 2023-10-16-64e8edeb-10678-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 406.351ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette