items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2020-09-01-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 |
---|---|---|---|---|---|---|---|
b8e1c4c83454cb0f60ecc97d7acab7e86a6cc5db | Payments from the Telegraph Media Group Limited, 111 Buckingham Palace Road, London SW1W 0SR: | Employment and earnings 10057ffd | 2020-09-01 | Michael Fabricant uk.org.publicwhip/person/10193 | 0 | 2020-09-01-10057ffd-10193-0 | |
383d78cd50678d98b168560dbac9b80c91132b50 | 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-01 | Michael Fabricant uk.org.publicwhip/person/10193 | 1 | 2020-09-01-10057ffd-10193-0 | |
780eba4c97652fb8e2a92618c653b093db7d3e57 | 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-01 | Michael Fabricant uk.org.publicwhip/person/10193 | 2 | 2020-09-01-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");