items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2020-09-14-10057ffd-10193-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 |
---|---|---|---|---|---|---|---|
21f5a19097d4253197f5112b1c6bc250dcd3047a | Payments from the Telegraph Media Group Limited, 111 Buckingham Palace Road, London SW1W 0SR: | Employment and earnings 10057ffd | 2020-09-14 | Michael Fabricant uk.org.publicwhip/person/10193 | 0 | 2020-09-14-10057ffd-10193-0 | |
7e83b38f777abae42a3b84c8c9e1524ba9f60609 | 1 November 2019, received £200 for an article published on 19 October 2019. Hours: 1 hr. (Registered 18 December 2019) | Employment and earnings 10057ffd | 2020-09-14 | Michael Fabricant uk.org.publicwhip/person/10193 | 1 | 2020-09-14-10057ffd-10193-0 | |
463c51faef141bb61bf71b8f8c67cd9ff5f3757f | 21 February 2020, received £615 from Endemol Shine UK Ltd, Shepherds Building Central, Charecroft Way, London W14 0EE, via Cloud9 Management Ltd, 2 Archer Street, London W1D 7AW, for an appearance on Pointless Celebrities on 13 January 2020. Hours: 2 hrs plus travel. (Registered 25 February 2020) | Employment and earnings 10057ffd | 2020-09-14 | Michael Fabricant uk.org.publicwhip/person/10193 | 2 | 2020-09-14-10057ffd-10193-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");