items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-05-30-5f2cbd10-10061-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 |
---|---|---|---|---|---|---|---|
119e6bda9071d53b1aefb3835777865a33b42872 | I am a member of the Humboldt Advisory Board, Humboldt University, Mohrenstraffe 60, 10117 Berlin. Where possible, I attend annual Advisory Board meetings in Berlin, the costs of which are met by the University. To date, these have been below the registrable threshold. (Registered 8 October 2013; updated 10 June 2014 and 19 October 2015) | Miscellaneous 5f2cbd10 | 2023-05-30 | Ben Bradshaw uk.org.publicwhip/person/10061 | 0 | 2023-05-30-5f2cbd10-10061-0 | |
79ae1a67e97250253ac5ef67a7cc35ab38ebfb63 | Along with two other MPs, since 16 March 2022 I have been party to a legal challenge filed in the European Court of Human Rights at Strasbourg - which was confirmed by the Court on 5 September 2022. The legal proceedings are funded through crowdfunding by For the Citizens Ltd (known as The Citizens). Total costs incurred to date between the three MPs (and two other individuals), which will be capped under a fee agreement with our solicitors, are £28,536 (inc VAT) (consisting of £3,570 counsel fees and £24,966 solicitors fees). (Registered 21 September 2022) | Miscellaneous 5f2cbd10 | 2023-05-30 | Ben Bradshaw uk.org.publicwhip/person/10061 | 1 | 2023-05-30-5f2cbd10-10061-0 | |
ae26c9f8a48dd6702226fea1006631c054e05b62 | From 15 November 2022, a member of the advisory board of the Parthenon Project. This is an unpaid role. (Registered 08 December 2022) | Miscellaneous 5f2cbd10 | 2023-05-30 | Ben Bradshaw uk.org.publicwhip/person/10061 | 2 | 2023-05-30-5f2cbd10-10061-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");