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-03-06-10057ffd-11791-0" sorted by sort_order

✎ 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
eeb4a471fa951739cc08bb018894c00f99497f7a 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-03-06   Jeremy Wright uk.org.publicwhip/person/11791 0 2023-03-06-10057ffd-11791-0
8653cb8a12cef0b023ddd57b759e0b7db3844e9c 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-03-06   Jeremy Wright uk.org.publicwhip/person/11791 1 2023-03-06-10057ffd-11791-0
73604c2f8fe56bb6c201293e38f434d4209384e0 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-03-06   Jeremy Wright uk.org.publicwhip/person/11791 2 2023-03-06-10057ffd-11791-0
ef820c460b5c7d7ca68a22b10af326f4ab9e2fa0 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-03-06   Jeremy Wright uk.org.publicwhip/person/11791 3 2023-03-06-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 15.785ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette