home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2020-11-09-64e8edeb-25866-0" sorted by hash

✎ 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
4a2635fcdddc5c7291ead96784d1ca5cb71a0936 Name of donor: Lord Greville Howard of Rising Address of donor: private Amount of donation, or nature and value if donation in kind: Personal accommodation during the General Election Campaign, value £500 Date received: 12 November 2019 to 12 December 2019 Data accepted 12 November 2019 Donor status: individual (Registered 10 January 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2020-11-09   James Wild uk.org.publicwhip/person/25866 0 2020-11-09-64e8edeb-25866-0
733c0752425e69f07a995012d41cc4d70aa5653d Name of donor: Barratt Developments PLC Address of donor: Barratt House, Cartwright Way, Forest Business Park, Bardon Hill, Coalville LE67 1UF Amount of donation or nature and value if donation in kind: Ticket to attend England vs Ireland Six Nations match with hospitality, value £800 Date received: 23 February 2020 Date accepted: 23 February 2020 Donor status: company, registration 00604574 (Registered 11 March 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2020-11-09   James Wild uk.org.publicwhip/person/25866 2 2020-11-09-64e8edeb-25866-0
8034dd05098848b55f834c1d4c082d4f10d96f41 Name of donor: Pinewood Studios Group Address of donor: Pinewood Studios, Pinewood Road, Iver Heath SL0 0NH Amount of donation or nature and value if donation in kind: Ticket to the BAFTAs, value £1,150 Date received: 2 February 2020 Date accepted: 2 February 2020 Donor status: company, registration 03889552 (Registered 25 February 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2020-11-09   James Wild uk.org.publicwhip/person/25866 1 2020-11-09-64e8edeb-25866-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 72.381ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette