items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2019-09-02-10057ffd-10683-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 |
---|---|---|---|---|---|---|---|
ac69ec8a2b424bc6ba99239b92762414b153389e | Payments from ComRes, Four Millbank, London SW1P 3JA, for completing surveys. All fees donated to charity: | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 0 | 2019-09-02-10057ffd-10683-0 | |
f6622d6176f3b958ad7530a37f51da8848a8c726 | 10 April 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 1 | 2019-09-02-10057ffd-10683-0 | |
2f41cd8da209499d176a613e07bae0eac30925dd | 1 May 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 2 | 2019-09-02-10057ffd-10683-0 | |
b285bd50cd0bd5a218df4855bbba2e801e73f2b6 | 15 June 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 3 | 2019-09-02-10057ffd-10683-0 | |
1886e7b7f00e00e54c2de197f3c2c5a55d0e9ba2 | 12 July 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 4 | 2019-09-02-10057ffd-10683-0 | |
02124a88de9b00a05deaaddbe99e6f16b813f5a7 | 23 October 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 5 | 2019-09-02-10057ffd-10683-0 | |
5f7b16eb2871fad413192587542a8c14fee98cf5 | 28 November 2018, received £200 from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for completing a survey. Hours: approx. 1 hr. Fee donated to charity. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-09-02 | Adrian Bailey uk.org.publicwhip/person/10683 | 6 | 2019-09-02-10057ffd-10683-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");