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 = "2022-12-12-10057ffd-11447-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
1b39d2efbaa4508c27662af705e9952b67f13137 13 January 2022, received £4,000 from Twitter International Company, One Cumberland Place, Fenian Street, Dublin DO2 AX07, for delivering a speech. Hours: 4 hrs. (Registered 19 January 2022) Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 0 2022-12-12-10057ffd-11447-0
f6df4a1f6a6caa520b4bfc3466ceede689596f3f 10 January 2022, received £1,200 from Expectation Entertainment Ltd, 8b Ledbury Mews North, London W11 2AF, via JJC Holdings Ltd (agent), 43 Coxwell Boulevard, London NW9 4AE, for being a panellist on the Big Narstie Show. Hours: 6 hrs. (Registered 24 January 2022) Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 1 2022-12-12-10057ffd-11447-0
46f216ea60e760eaaa944064e531c9d19fa968ec 25 February 2022, received £1,500 from Hat Trick Productions, 33 Oval Road, London NW1 7EA, for being a panellist on Have I Got News For You. Hours: 6 hrs. (Registered 08 March 2022) Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 2 2022-12-12-10057ffd-11447-0
b4a3e0d7e7fb5f54d26afae9ecced2261e197246 Payments from Eden & Partners Ltd, 50 Broadway, London SW1H 0RG: Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 3 2022-12-12-10057ffd-11447-0
1295121bc694b6f6e5af000735868c730b24d80a 18 August 2022, received £400 for delivering a training session. Hours: 4 hrs. (Registered 06 September 2022) Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 4 2022-12-12-10057ffd-11447-0
7c8753fb46cfd42a6681d54b2bfa2c737f2811a7 10 October 2022, received £400 for delivering a development programme. Hours: 4 hrs. (Registered 12 October 2022) Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 5 2022-12-12-10057ffd-11447-0
65d87026856eeeb59a7c6ac2ec771fa98589f8d3 15 November 2022, received £6,013.06 from Penguin Random House, 20 Vauxhall Bridge Road, London SW1V 2SA, via Arlington Enterprises (talent agency), 37 Great Portland Street, London W1W 8QH, as an advance payment for a book. Hours: estimated at 200 hrs between August and November 2022. (Registered 29 November 2022) Employment and earnings 10057ffd 2022-12-12   Dawn Butler uk.org.publicwhip/person/11447 6 2022-12-12-10057ffd-11447-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 16.514ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette