home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2010-02-03-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
6dc110e776c7f90a441e63802d509c4c92d0079d Earnings from publication of novels. Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 0 2010-02-03-1f359ece-10263-0
a4ee898bc2dd9c65ec68b793d6d1d24856f95fbf 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 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 1 2010-02-03-1f359ece-10263-0
87eeafa2cc8076b1280c460e74d9ec591c95a9ac 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 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 2 2010-02-03-1f359ece-10263-0
76852086a7829c096dbffad24ec77cefff47a5ed 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 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 3 2010-02-03-1f359ece-10263-0
1db979ab92e800bf09c4c899378f79c50c3269a8 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 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 4 2010-02-03-1f359ece-10263-0
cee83280941620004a40d97c6d459a12b3fbeff7 Direct sale of one novel, which yielded £17.99. (Registered 6 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 5 2010-02-03-1f359ece-10263-0
0a9dd3907c47203484aded0fc1e70507ca8af322 Payment of £89.95 (less £25 postage, packing and handling) from the Professional and Higher Partnership, 4 The Links, Cambridge Road, Newmarket, CB8 OTG, from book sales. Hours: nil. (Registered 14 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 6 2010-02-03-1f359ece-10263-0
5161c54e7bf87c307e6586192f6afc68251cbf36 Payment of £89.94 (less £30 donation) for book sales by Saffron Walden Teenage Cancer Trust Appeal Group, 11 Emson Close, Saffron Walden, Essex CB10 1HL. Hours: nil. (Registered 14 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 7 2010-02-03-1f359ece-10263-0
ff0ef571688d6f1816dcedee41ecad11750b3e16 Direct sale of six copies to constituents, yielding £107.94. Hours: nil. (Registered 14 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 8 2010-02-03-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 27.129ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette