home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

2 rows where record_id = "2022-11-14-5f2cbd10-10061-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
b1786f9469939df35501e4a1000b4195ca5cbf8c 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 2022-11-14   Ben Bradshaw uk.org.publicwhip/person/10061 0 2022-11-14-5f2cbd10-10061-0
d3bb372addcaa5e9aca79d61ae3c0d902ae3e877 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 2022-11-14   Ben Bradshaw uk.org.publicwhip/person/10061 1 2022-11-14-5f2cbd10-10061-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 18.267ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette