home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2016-12-05-10057ffd-11621-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
b798e9b0d3a55df347be300c31df9813ba9babc5 18 January 2016, received £1,755.25 from The New Criterion, 900 Broadway, Suite 602, New York, NY 10003, for an article written for the January edition of the magazine. Hours: 11 hrs. (Registered 19 January 2016) Employment and earnings 10057ffd 2016-12-05   Douglas Carswell uk.org.publicwhip/person/11621 0 2016-12-05-10057ffd-11621-0
ccca3d4f9ababcd0034b78fe8e587ba05c9049f6 Payments from Intelligence Squared (UK) Ltd, Newcombe House, 45 Notting Hill Gate, London W11 3LQ: Employment and earnings 10057ffd 2016-12-05   Douglas Carswell uk.org.publicwhip/person/11621 1 2016-12-05-10057ffd-11621-0
962f4380fe24c9b4beff2fe30a293a0491262ac1 2 August 2016, received £500 for speaking at an event. Hours (including preparation): 4 hrs. (Registered 15 August 2016) Employment and earnings 10057ffd 2016-12-05   Douglas Carswell uk.org.publicwhip/person/11621 2 2016-12-05-10057ffd-11621-0
2244d6ac9465dc1c22ba6116a29fa2d821bd5c2b 22 November 2014, received £500 for speaking at an event. Hours (including preparation): 4 hrs. (Registered 22 November 2016) Employment and earnings 10057ffd 2016-12-05   Douglas Carswell uk.org.publicwhip/person/11621 3 2016-12-05-10057ffd-11621-0
42bc85b0e11091eafb7896758d4ca8da64dfd706 15 November 2016, received £2,733 from Head of Zeus, Clerkenwell House, 45-47 Clerkenwell Green, London EC1R 0HT, via Ed Victor ltd, 6 Bayley Street, London, WC1B 3HE, as an advance on signature for a book. Hours: several hundred over past six months. (Registered 22 November 2016) Employment and earnings 10057ffd 2016-12-05   Douglas Carswell uk.org.publicwhip/person/11621 4 2016-12-05-10057ffd-11621-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 96.77ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette