home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2019-10-21-10057ffd-10484-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
4e94f2443103660902b1197f7f820964e37569e2 Payments from Drew University, 99 Great Russell Street, London WC1B 3LA: Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 0 2019-10-21-10057ffd-10484-0
e8d21446a8b01f1b8aeb3dcdd2b9a74ddc97fa34 31 October 2018 received £870 for a series of seminars and debates, acting as a political co-ordinator for the autumn semester. Hours: 16 hrs. (Registered 01 November 2018) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 1 2019-10-21-10057ffd-10484-0
f04b1e6bf08e379b8c2e3b32fd8764e707efaf2d Payments from DODS Group plc, Level 11, The Shard, 32 London Bridge Street, London SE1 9SG, for speaking at Westminster Explained events. All payments donated to charity. (Registered 15 May 2015; updated 16 March 2017) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 2 2019-10-21-10057ffd-10484-0
4a77225d053aa71f24e091861840dde0582d792e 9 October 2018, received £150 for an event on 20 September 2018. Hours: 2 hrs. (Registered 17 October 2018) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 3 2019-10-21-10057ffd-10484-0
9e0b29f92c400f5cc35bf89c69c0a20b1df7ec02 14 November 2018, received £150 for an event on 11 October 2018. Hours: 2 hrs. (Registered 15 November 2018) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 4 2019-10-21-10057ffd-10484-0
7f037bcf6c8758c4180478881d2f83385fab2f65 14 November 2018, received £150 for an event on 30 October 2018. Hours: 2 hrs. (Registered 15 November 2018) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 5 2019-10-21-10057ffd-10484-0
4391a0e4154d43e69fe32c7f42df4a05ef923d8d 14 February 2019, received £150 for an event on 22 January 2019. Hours: 2 hrs. (Registered 26 February 2019) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 6 2019-10-21-10057ffd-10484-0
0b2bdd37e85e64dd990fc3d73074993316c5a97c 14 February 2019, received £150 for an event on 31 January 2019. Hours: 2 hrs. (Registered 26 February 2019) Employment and earnings 10057ffd 2019-10-21   Steve Pound uk.org.publicwhip/person/10484 7 2019-10-21-10057ffd-10484-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 40.843ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette