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 = "2019-11-05-70b64e89-24950-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
7954379a95635733a0a3a9dee6b5755db8d23139 Name of donor: Farr Vintners Ltd Address of donor: Commodore House, Battersea Reach, Juniper Drive, London SW18 1TW Amount of donation, or nature and value if donation in kind: £10,000 towards funding the salaries and expenses of staff working in my office Date received: 31 January 2019 Date accepted: 31 January 2019 Donor status: company, registration 01393302 (Registered 07 February 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chuka Umunna uk.org.publicwhip/person/24950 0 2019-11-05-70b64e89-24950-0
f3d5b0ea5c45f02fd44413c3b01f68cca410d808 Name of donor: Jeremy Isaacs Address of donor: private Amount of donation, or nature and value if donation in kind: £10,000 towards funding the salaries and expenses of staff in my office Date received: 25 February 2019 Date accepted: 25 February 2019 Donor status: individual (Registered 14 March 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chuka Umunna uk.org.publicwhip/person/24950 1 2019-11-05-70b64e89-24950-0
68f1a61af37cee4a7a4b256c800726630e87a821 Name of donor: Matthew Oakeshott Address of donor: private Amount of donation, or nature and value if donation in kind: £7,000 towards the costs of political campaigning for the Liberal Democrats Date received: 16 September 2019 Date accepted: 27 September 2019 Donor status: individual (Registered 07 October 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chuka Umunna uk.org.publicwhip/person/24950 2 2019-11-05-70b64e89-24950-0
5f016996353ca1e813bbcf377dcf25f8ed76fa38 Name of donor: Russell Chambers Ltd Address of donor: Munro House, Portsmouth Road, Cobham, Surrey, United Kingdom, KT11 1PP Amount of donation, or nature and value if donation in kind: £20,000 Date received: 14 October 2019 Date accepted: 14 October 2019 Donor status: company, registration 07647246 (Registered 04 November 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chuka Umunna uk.org.publicwhip/person/24950 3 2019-11-05-70b64e89-24950-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 124.074ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette