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-04-17-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
c517a2771214ef7278931a4aaedf88672ccb6280 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-04-17   Jeremy Wright uk.org.publicwhip/person/11791 0 2023-04-17-10057ffd-11791-0
e4a66ae1b7c509a8fa8dcd57746d41f54b37a20b 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-04-17   Jeremy Wright uk.org.publicwhip/person/11791 1 2023-04-17-10057ffd-11791-0
69bb20a7d681e353ff309f44485996744d259229 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-04-17   Jeremy Wright uk.org.publicwhip/person/11791 2 2023-04-17-10057ffd-11791-0
484ea0c740b71402d0374abf524c3cff59e52be2 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-04-17   Jeremy Wright uk.org.publicwhip/person/11791 3 2023-04-17-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 74.907ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette