home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2014-03-24-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
2249079fde5da4d593c6e59899ad63c6fad0840e Payments from Drew University. Address: 99 Great Russell Street, London WC1B 3LA. Remunerated employment, office, profession etc 1f359ece 2014-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 0 2014-03-24-1f359ece-10484-0
e12e849cc005023000a34912bc65098b0b92f702 £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-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 1 2014-03-24-1f359ece-10484-0
2e6e8deb30fd8391e3d3fd7684879ba0252c46f2 £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-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 2 2014-03-24-1f359ece-10484-0
616c8d204bdf19f138e83c14c0f45f91e4557204 19 March 2013, payment of £238 from the University of Missouri, 118 University Hall, Columbia MO 65211 for a series of political lectures.  Hours: 4 hrs. (Registered 27 March 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 3 2014-03-24-1f359ece-10484-0
ae497ada2f123045d750d07d92d787de8ce732bb Payments from Government Knowledge, 1 Northumberland Avenue, London WC2N 5BW: Remunerated employment, office, profession etc 1f359ece 2014-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 4 2014-03-24-1f359ece-10484-0
2cca4ea1fbbb36c31790c1d305bda8a1922316e3 22 April 2013, payment of £100 for a lecture on 27 March 2013. Hours: 2 hrs. (Registered 24 April 2013) Remunerated employment, office, profession etc 1f359ece 2014-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 5 2014-03-24-1f359ece-10484-0
4b39950bb26787958990e0e87a80568baade5156 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-03-24 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 6 2014-03-24-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 27.61ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette