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 = "2009-11-11-1f359ece-10263-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
aa9244050110db6d4e4cb8fb3c1652d6f2b492ce Earnings from publication of novels. Remunerated employment, office, profession etc 1f359ece 2009-11-11 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 0 2009-11-11-1f359ece-10263-0
ec0196e9bacefbcc6e0ed1f6696dfc5e7ad031fb Payment of £221.31 from the Professional and Higher Partnership, 4 The Links, Cambridge Road, Newmarket, CB8 OTG, from book sales. No hours worked since 1 July 2009. (Registered 20 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 1 2009-11-11-1f359ece-10263-0
74bc58c7dc7e201c65b4c33c981216a8f519876a Payment of £177.90 from book sales to parliamentary colleagues. (Wholesale cost to me £100. I gave a proportion of the receipts to charity.) No additional hours worked. (Registered 20 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 2 2009-11-11-1f359ece-10263-0
67f174b13e495594b96b9a8d40f4cb5e8272aa4d Payment of £35.98 from book sales to Saffron Walden Breakfast Club members. (Wholesale cost to me £19.78. I gave a proportion of the receipts to charity.) No additional hours worked. (Registered 22 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 3 2009-11-11-1f359ece-10263-0
f7fd284ccc211d555d1413c5f5105f251180e8b7 Payment of £77.94 (£107.94 less £30 postage, packing and handling) , from publisher Professional and Higher, for the sale of six novels. ( Registered 6 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 4 2009-11-11-1f359ece-10263-0
abe3169717d2f34d24b14886ba7130133af840ef Direct sale of one novel, which yielded £17.99. (Registered 6 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 5 2009-11-11-1f359ece-10263-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 41.875ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette