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-12-10-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
600cd449d5a552e7eea95e863b0f2492973efae8 Earnings from publication of novels. Remunerated employment, office, profession etc 1f359ece 2009-12-10 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 0 2009-12-10-1f359ece-10263-0
e493073556f36e6ef4128dd787f95b1d988e7469 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-12-10 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 1 2009-12-10-1f359ece-10263-0
940636657f13611ced4cd3ece2e9254c39f3d86d 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-12-10 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 2 2009-12-10-1f359ece-10263-0
c398a1332286546c0d0b32093f9671181cdb0f42 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-12-10 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 3 2009-12-10-1f359ece-10263-0
a62f796b7e334d2c0648ba104d49679b28c474c1 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-12-10 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 4 2009-12-10-1f359ece-10263-0
75a6e66ab5d7216d0689e03d98ce59ce57865c62 Direct sale of one novel, which yielded £17.99. (Registered 6 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 5 2009-12-10-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 139.865ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette