home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2023-02-06-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
782b4a883a5ae74ab2a71e44da0dd29e218aee72 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-02-06   Ben Bradshaw uk.org.publicwhip/person/10061 0 2023-02-06-5f2cbd10-10061-0
40d885970e56359be3749034f7c046e2ec6069ca 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-02-06   Ben Bradshaw uk.org.publicwhip/person/10061 1 2023-02-06-5f2cbd10-10061-0
318992096917b1debce76495a8cfb919d3ffd2c5 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-02-06   Ben Bradshaw uk.org.publicwhip/person/10061 2 2023-02-06-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 20.249ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette