home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2023-09-04-5f2cbd10-24860-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
2ecc13327ea52b970a17dc99f6f99ba423b3584f From 10 August 2020 until 6 September 2022, and from 20 February 2023, an unpaid director of Ford Bridge Farm Ltd, in which I had a holding below the registrable threshold. (Registered 03 September 2020; updated 14 March 2022, 20 September 2022 and 22 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 0 2023-09-04-5f2cbd10-24860-0
06872c56456dbf9aa5c3814b8bb10d26b5b2d6d0 From 1 October 2020 until 6 September 2022, through my part ownership of Ford Bridge Farm Ltd I had a small indirect interest in Palatine Hill Ltd, a holding company focussing mainly on the renewable energy sector. (Registered 12 October 2022; updated 07 October 2022) Miscellaneous 5f2cbd10 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 1 2023-09-04-5f2cbd10-24860-0
09373b70bf0d23f6f20cc11dcf7d8694bf400d5d From 24 November 2020 until 6 September 2022, unpaid director of the Northern Research Group Ltd, a shared services company for northern MPs which became active on 16 June 2021. (Registered 24 May 2021; updated 16 June 2021 and 20 September 2022) Miscellaneous 5f2cbd10 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 2 2023-09-04-5f2cbd10-24860-0
823f58d2406a361084691121a67556cb0fc13fc4 From 6 September 2022 until 25 October 2022, Chairman of the Conservative Party (salaried). (Registered 15 September 2022; updated 10 November 2022) Miscellaneous 5f2cbd10 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 3 2023-09-04-5f2cbd10-24860-0
173c2118d17a1333606ff9dc1244b37aa5b717b4 From 27 February 2023, unpaid director of Palatine Power Limited. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 4 2023-09-04-5f2cbd10-24860-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 14.944ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette