items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2019-10-21-10057ffd-10076-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 |
---|---|---|---|---|---|---|---|
c69223df8dff812a709c281d3d0f2851350b00f8 | Payments from ComRes, Four Millbank, London, SW1P 3JA, for opinion surveys. Unless otherwise stated, all fees paid direct to my local party organisation: | Employment and earnings 10057ffd | 2019-10-21 | Richard Burden uk.org.publicwhip/person/10076 | 0 | 2019-10-21-10057ffd-10076-0 | |
48fe8c427921b97baa6439ccc9247aa84c0fb1c3 | 18 January 2018, payment of £100. Hours: 30 mins. (Registered 08 January 2019) | Employment and earnings 10057ffd | 2019-10-21 | Richard Burden uk.org.publicwhip/person/10076 | 1 | 2019-10-21-10057ffd-10076-0 | |
be9cf1b1ea0d844760abb4571012b1584d6795f1 | 10 July 2018, payment of £75. Hours: 30 mins. (Registered 08 January 2019) | Employment and earnings 10057ffd | 2019-10-21 | Richard Burden uk.org.publicwhip/person/10076 | 2 | 2019-10-21-10057ffd-10076-0 | |
aa334ea52fa0ee168f6fbdf4ba02f55f6f8ed035 | 15 August 2018, payment of £75. Hours: 30 mins. (Registered 08 January 2019) | Employment and earnings 10057ffd | 2019-10-21 | Richard Burden uk.org.publicwhip/person/10076 | 3 | 2019-10-21-10057ffd-10076-0 | |
8b66327dc1ab30da79b62759f139aede45c8e70a | 15 December 2018, payment of £75. Hours: 30 mins. (Registered 08 January 2019) | Employment and earnings 10057ffd | 2019-10-21 | Richard Burden uk.org.publicwhip/person/10076 | 4 | 2019-10-21-10057ffd-10076-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");