home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2014-06-02-1f359ece-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
1f621076abd2b2474b064185056055669a7816c4 Payments from Drew University. Address: 99 Great Russell Street, London WC1B 3LA. Remunerated employment, office, profession etc 1f359ece 2014-06-02 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 0 2014-06-02-1f359ece-10484-0
56df401ac8ca34aa8f99bb482f154c0b0d8f471d £400 received on 24 May 2013 for my role as co-ordinator and lecturer in connection with the university’s post-graduate studies in the UK.  Hours: 6 hrs. (Registered 13 June 2013) Remunerated employment, office, profession etc 1f359ece 2014-06-02 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 1 2014-06-02-1f359ece-10484-0
31a7aaa020c8fd544afdadf30442a3b217642182 £960 received on 13 December 2013 for a series of lectures and meetings in my role of political co-ordinator. Hours: 12 hrs. (Registered 13 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-06-02 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 2 2014-06-02-1f359ece-10484-0
5837b3e0a294904bd883e0323ef9415a6378d6e5 Payments from Government Knowledge, 1 Northumberland Avenue, London WC2N 5BW: Remunerated employment, office, profession etc 1f359ece 2014-06-02 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 3 2014-06-02-1f359ece-10484-0
e943f81186edca3a2f8c25d10599223f3fd4ac95 13 December 2013, payment of £150 for a lecture on 21 November 2013.  Hours: 2 hrs. (Registered 13 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-06-02 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 4 2014-06-02-1f359ece-10484-0
806039b45f0af907592e90585f439bb75e1bf6a4 8 May 2014, payment of £138.00 received from the University of Missouri Curators, 118 University Hall, Columbia, USA, in respect of lecture and meeting provided to students on 15 April 2014.  Hours: 3 hrs. (Registered 15 May 2014) Remunerated employment, office, profession etc 1f359ece 2014-06-02 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 5 2014-06-02-1f359ece-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 57.107ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette