items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2019-07-29-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 |
---|---|---|---|---|---|---|---|
e17f5fae66fc9fa417553d89a3444dc58cdc3869 | Payments from ComRes, Four Millbank, London SW1P 3JA, for completing surveys. All fees donated to charity: | Employment and earnings 10057ffd | 2019-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 0 | 2019-07-29-10057ffd-10683-0 | |
6e2b0b155215f0f52359a846972ba67955010581 | 10 April 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 1 | 2019-07-29-10057ffd-10683-0 | |
6ad69c5f100834f7f737d218d8e0bcbda10c65bc | 1 May 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 2 | 2019-07-29-10057ffd-10683-0 | |
62193cb9503025e8fb7d8a396c22f5b025bf209f | 15 June 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 3 | 2019-07-29-10057ffd-10683-0 | |
287e2466f0de19141bbd78f47ddd0f186036afb8 | 12 July 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 4 | 2019-07-29-10057ffd-10683-0 | |
a88b200e90df3c9cfc5605960d83f9026bbf00ef | 23 October 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 5 | 2019-07-29-10057ffd-10683-0 | |
4716065f4c36a9da69ac44287851a34d76ca48e2 | 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-07-29 | Adrian Bailey uk.org.publicwhip/person/10683 | 6 | 2019-07-29-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");