home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2023-09-04-10057ffd-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
fbb9b99b7ce1c0a0749c50e6e47b601ebf6962c1 From 17 September 2020 until 6 September 2022, through Ford Bridge Farm Ltd, I provided strategic corporate advice to Squire Patton Boggs (law firm), 1 Hardman St, Manchester M3 3EB. Hours: an expected commitment of 15-20 hours a month, in return for a monthly payment of £3,500, paid to Ford Bridge Farm Ltd. I consulted ACoBA about this role. (Registered 13 October 2020; updated 20 September 2022) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 0 2023-09-04-10057ffd-24860-0
ffac48744befd4b70418f7f9b645a276c0c87203 From 23 May 2022, I am a regular panellist for Talk TV, News UK, 1 London Bridge Place, London SE1 9GF. (Registered 16 June 2022) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 1 2023-09-04-10057ffd-24860-0
18ea375b3ab3b6613c5f9fc61082286e79f65e2c 14 September 2022, received £3,600 for fifteen appearances. Hours: 15 hrs. (Registered 07 October 2022) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 2 2023-09-04-10057ffd-24860-0
a7af3b4b7ecc778fb7eb45513646b4dfe24338a5 21 February 2023, received £4,500 for two appearances on Piers Morgan Uncensored and ten appearances on the News Desk/First Edition. Hours: 12 hrs. (Registered 08 March 2023) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 3 2023-09-04-10057ffd-24860-0
cfdd52bb27fa30277a32c8ca87ade3dedec39f4f 23 March 2023, received £660 for three appearances. Hours: 3 hrs. (Registered 04 May 2023) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 4 2023-09-04-10057ffd-24860-0
e0c021127aea513579da903dfa30cb42586d166f 25 May 2023, received £600 for hosting Jeremy Kyle Live on 25 April 2023. Hours: 3 hrs. (Registered 06 June 2023) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 5 2023-09-04-10057ffd-24860-0
5e692bd534ad6f1b48f5fed0ca4496e40e3937fa 21 June 2023, received £1,080 comprised of £600 for Hosting Jeremy Kyle Live on 26 April 2023, £360 for appearing as a panellist on First Edition on 6 June 2023, and £120 for an interview on First Edition on 12 June 2023. Hours: 6 hrs. (Registered 03 July 2023) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 6 2023-09-04-10057ffd-24860-0
c68d5987a19edb98b2503127b9d046f4f433368a 21 July 2023, received £720 for appearing as a panellist on First Edition on 27 June and 11 July 2023. Hours: 4 hrs. (Registered 26 July 2023) Employment and earnings 10057ffd 2023-09-04   Jake Berry uk.org.publicwhip/person/24860 7 2023-09-04-10057ffd-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 20.228ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette