items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-06-08-10057ffd-10079-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 |
---|---|---|---|---|---|---|---|
5024a2a645caf600b36468a1aebca8e70474662d | Payments from ComRes, 4 Millbank, London SW1P 3JA, for completing Parliamentary Panel Surveys: | Employment and earnings 10057ffd | 2015-06-08 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2015-06-08-10057ffd-10079-0 | |
a56e1c3960a54e39cff286166330f43351157a9a | 9 June 2014, received payment of £75. Hours: 30 mins. (Registered 09 June 2014) | Employment and earnings 10057ffd | 2015-06-08 | Simon Burns uk.org.publicwhip/person/10079 | 1 | 2015-06-08-10057ffd-10079-0 | |
3bc34db1818a65fa7833d8682682b9bbf3fab664 | 4 August 2014, received payment of £75. Hours: 30 mins. (Registered 04 August 2014) | Employment and earnings 10057ffd | 2015-06-08 | Simon Burns uk.org.publicwhip/person/10079 | 2 | 2015-06-08-10057ffd-10079-0 | |
73f638b95244a192ebb4cb2a261874da0ce58693 | Payments from YouGov plc, 50 Featherstone Street, London, EC1Y 8RT for completing surveys: | Employment and earnings 10057ffd | 2015-06-08 | Simon Burns uk.org.publicwhip/person/10079 | 3 | 2015-06-08-10057ffd-10079-0 | |
2058469e1aca2f90eb4a106d1a86d8eeed9ab089 | 9 June 2014, received payment of £80. Hours: 40 mins. (Registered 09 June 2014) | Employment and earnings 10057ffd | 2015-06-08 | Simon Burns uk.org.publicwhip/person/10079 | 4 | 2015-06-08-10057ffd-10079-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");