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-18-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
71967131220b7687d74e226f07335fee3cce0f2d 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-18   Jake Berry uk.org.publicwhip/person/24860 0 2023-09-18-5f2cbd10-24860-0
21e1449f817e5c5f3a8d8244cd2da07e3df463a4 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-18   Jake Berry uk.org.publicwhip/person/24860 1 2023-09-18-5f2cbd10-24860-0
714d6d85e8b4ac342db3a82c12b0608a5e16dd27 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-18   Jake Berry uk.org.publicwhip/person/24860 2 2023-09-18-5f2cbd10-24860-0
f548a7342e8ac574b8869f375f40ecf0923149ca 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-18   Jake Berry uk.org.publicwhip/person/24860 3 2023-09-18-5f2cbd10-24860-0
c3adbf7e98bedaa499eb8d9fb08e153d7b159376 From 27 February 2023, unpaid director of Palatine Power Limited. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-09-18   Jake Berry uk.org.publicwhip/person/24860 4 2023-09-18-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 29.526ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette