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