home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-02-20-10057ffd-11791-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
ccf5bcd08c2d3d9adc9848d99989ffe553fcd78f From 1 September 2021 to 1 September 2022, Professor of Practice at the University of Warwick, Coventry CV4 7AL. I receive £10,000 per annum, paid monthly. Hours: approx. 3 hrs a week. (Registered 01 October 2021) Employment and earnings 10057ffd 2023-02-20   Jeremy Wright uk.org.publicwhip/person/11791 0 2023-02-20-10057ffd-11791-0
a647a9a15f5e51a8d2f2cbe5e607e073eca50d57 10 June 2022, received £2,000 from Wiggin LLP, 22 Percy Street, London W1T 2BU, for delivering a seminar. Hours: 3 hrs. (Registered 15 June 2022) Employment and earnings 10057ffd 2023-02-20   Jeremy Wright uk.org.publicwhip/person/11791 1 2023-02-20-10057ffd-11791-0
3e33f011ffe93494d69afd0e942f44776a85de9b 6 July 2022, received £500 from Purpose to Performance Consulting Ltd, 15 Valentine Way, Chalfont St. Giles HP8 4JB, for a speech and questions. Hours: 3 hrs. (Registered 01 August 2022) Employment and earnings 10057ffd 2023-02-20   Jeremy Wright uk.org.publicwhip/person/11791 2 2023-02-20-10057ffd-11791-0
39e828950a005589a609cef805701fcc13af501b From 6 October 2022 until 6 October 2023, legal consultant to Bird and Bird LLP (law firm), 12 New Fetter Lane, London EC4A 1JP. I receive £4,000 per month. Hours: 32 hrs per month. (Registered 17 October 2022) Employment and earnings 10057ffd 2023-02-20   Jeremy Wright uk.org.publicwhip/person/11791 3 2023-02-20-10057ffd-11791-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 104.552ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette