items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-10-30-5f2cbd10-25850-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 |
---|---|---|---|---|---|---|---|
d4257d3c7683a63bb26fbb2c1f3618e65f458096 | Advisory role (unpaid) on the Institute for Fiscal Studies (IFS) Advisory Committee. The IFS is a publicly-funded research institute on taxation policy. I provide high-level strategic advice during committee meetings. (Registered 08 June 2020) | Miscellaneous 5f2cbd10 | 2023-10-30 | Anthony Browne uk.org.publicwhip/person/25850 | 0 | 2023-10-30-5f2cbd10-25850-0 | |
9d6855bf8f3c8fb757b4dbf181d11fc226f923a9 | From 16 December 2019 until 23 April 2023, advisory role (unpaid) for Onward, a progressive think tank focussed on economic and social reform. I provided strategic advice and occasionally spoke at events. (Registered 01 March 2023; updated 25 April 2023) | Miscellaneous 5f2cbd10 | 2023-10-30 | Anthony Browne uk.org.publicwhip/person/25850 | 1 | 2023-10-30-5f2cbd10-25850-0 | |
a0fc14cd465b9faf06beccea32650e1379d7009d | From 3 May 2023, the Prime Ministerâs Anti-Fraud Champion. This is an unpaid role. (Registered 03 May 2023) | Miscellaneous 5f2cbd10 | 2023-10-30 | Anthony Browne uk.org.publicwhip/person/25850 | 2 | 2023-10-30-5f2cbd10-25850-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");