items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2022-11-28-10057ffd-11447-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| a58b8acd64e44d5a50bc6dcf6cf91f8cbe03da91 | 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-11-28 | Dawn Butler uk.org.publicwhip/person/11447 | 0 | 2022-11-28-10057ffd-11447-0 | |
| e0a929ce4d854773bb518aafd85e25a395f01460 | 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-11-28 | Dawn Butler uk.org.publicwhip/person/11447 | 1 | 2022-11-28-10057ffd-11447-0 | |
| aee2458c75dc013479e0f25be04a6506bead5b1b | 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-11-28 | Dawn Butler uk.org.publicwhip/person/11447 | 2 | 2022-11-28-10057ffd-11447-0 | |
| 82d4783e76844d00ab511b6ec914d0495df3b6a1 | Payments from Eden & Partners Ltd, 50 Broadway, London SW1H 0RG: | Employment and earnings 10057ffd | 2022-11-28 | Dawn Butler uk.org.publicwhip/person/11447 | 3 | 2022-11-28-10057ffd-11447-0 | |
| afc8fdbb5ddd308aa4d0ce97cb6004f51de0606b | 18 August 2022, received £400 for delivering a training session. Hours: 4 hrs. (Registered 06 September 2022) | Employment and earnings 10057ffd | 2022-11-28 | Dawn Butler uk.org.publicwhip/person/11447 | 4 | 2022-11-28-10057ffd-11447-0 | |
| c1fce59f34f5604535dd5e002ecc183607427945 | 10 October 2022, received £400 for delivering a development programme. Hours: 4 hrs. (Registered 12 October 2022) | Employment and earnings 10057ffd | 2022-11-28 | Dawn Butler uk.org.publicwhip/person/11447 | 5 | 2022-11-28-10057ffd-11447-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");