home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2018-06-04-64e8edeb-10884-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
e6b54e5a1a20d0d6d7cae9900049ef5528b6076f Name of donor: Carlton Club Address of donor: 69 St James's Street, London SW1A 1PJ Amount of donation or nature and value if donation in kind: honorary membership for the duration of my time as the MP for the Cities of London and Westminster; value (in 2017) £1,350 Date of receipt of donation: 31 December 2014 Date of acceptance of donation: 31 December 2014 Donor status: company, registration 00573221 (Registered 26 January 2012; updated 5 February 2013, 17 March 2014, 12 August 2015, 9 September 2016 and 29 November 2017) Gifts, benefits and hospitality from UK sources 64e8edeb 2018-06-04   Mark Field uk.org.publicwhip/person/10884 0 2018-06-04-64e8edeb-10884-0
3b3d65cd6a652ccb568f53f48131a0115bc0079e Name of donor: Royal Automobile Club Address of donor: Pall Mall Clubhouse, 89 Pall Mall, London SW1Y 5HS Amount of donation or nature and value if donation in kind: honorary membership for the duration of my time as the MP for the Cities of London and Westminster; value (in 2017) £1,650 Date of receipt of donation: 9 December 2014; renewed 18 November 2016 and 26 October 2017 Date of acceptance of donation: 9 December 2014 Donor status: company, registration 03570702 (Registered 17 December 2013; updated 10 December 2014, 18 November 2015, 02 February 2017 and 29 November 2017) Gifts, benefits and hospitality from UK sources 64e8edeb 2018-06-04   Mark Field uk.org.publicwhip/person/10884 1 2018-06-04-64e8edeb-10884-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 15.429ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette