items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2019-11-05-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 |
---|---|---|---|---|---|---|---|
5b2ae05bb6cdde465ff646c5739fab867c1d9cab | Payments from ComRes, Four Millbank, London SW1P 3JA, for completing surveys. All fees donated to charity: | Employment and earnings 10057ffd | 2019-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 0 | 2019-11-05-10057ffd-10683-0 | |
af633cfdf42c356f305064cfd91f7062afe2691c | 10 April 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 1 | 2019-11-05-10057ffd-10683-0 | |
7939b6da7a7f0559a5ca563b0ed1e0e0300d31e4 | 1 May 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 2 | 2019-11-05-10057ffd-10683-0 | |
51afb2f8b5b241f8e5ddb78cba260abf4f309cb3 | 15 June 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 3 | 2019-11-05-10057ffd-10683-0 | |
8c9859ef79f6bfbef6d8bab545c67ed8dd106a4f | 12 July 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 4 | 2019-11-05-10057ffd-10683-0 | |
3c02a114f643f3ddea25e9eb4fc57a8010d19fda | 23 October 2018, received £75. Hours: approx. 30 mins. (Registered 17 January 2019) | Employment and earnings 10057ffd | 2019-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 5 | 2019-11-05-10057ffd-10683-0 | |
8af5155428d6362e450b86ff9f6adf097189b805 | 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-11-05 | Adrian Bailey uk.org.publicwhip/person/10683 | 6 | 2019-11-05-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");