items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where record_id = "2018-10-01-10057ffd-10397-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 |
---|---|---|---|---|---|---|---|
6fd7f29eb28d8975e885011b9e27e1c04fec0a38 | Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for opinion surveys. Fees donated to local charities: | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 0 | 2018-10-01-10057ffd-10397-0 | |
6871c071eeac52d3356d9af9649a7e04fa266611 | 16 January 2018, received £200. Hours: 1.5 hrs. (Registered 30 January 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 1 | 2018-10-01-10057ffd-10397-0 | |
1a4d71c0c02fb24c389637f3ca4fae16802ded3c | 5 July 2018, received £200. Hours: 1.5 hrs. (Registered 11 July 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 2 | 2018-10-01-10057ffd-10397-0 | |
62f82af8a70144e9e383b6d18c3031ca174a2c14 | Payments from ComRes, Four Millbank, London SW1P 3JA for opinion surveys. Fees donated to local charities: | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 3 | 2018-10-01-10057ffd-10397-0 | |
3e66ae359d335c9918c98ea997971c94d8503d05 | 14 March 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 4 | 2018-10-01-10057ffd-10397-0 | |
553fe79599193592fa83c0ea73dec89b5cb18dc1 | 22 May 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 5 | 2018-10-01-10057ffd-10397-0 | |
3768e7c5af01dcf6f458249ef0ff3fbee3ce91b7 | 25 June 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 6 | 2018-10-01-10057ffd-10397-0 | |
46e700ed0ece8c17a5a340fd32beb0534d3ef9b6 | 23 July 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 7 | 2018-10-01-10057ffd-10397-0 | |
755d19dd9ce24287752b1030007294d97437b6a0 | 27 August 2018, payment of £75. Hours: 30 mins. (Registered 04 September 2018) | Employment and earnings 10057ffd | 2018-10-01 | Patrick McLoughlin uk.org.publicwhip/person/10397 | 8 | 2018-10-01-10057ffd-10397-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");