home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2002-05-14-1f359ece-10884-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
af66a53d3068789fce43e1a60e510b768ceb619c Member of Harris Parliamentary Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2002-05-14 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 0 2002-05-14-1f359ece-10884-0
361eeeb1b923c74eb1f37d33924929a99b1e3f02 Under the terms of my departure from Kellyfield Consulting (the headhunting/recruiting company of which I was a director prior to entering Parliament and a 50% shareholder), I have disposed of my entire interest (subject to that detailed in category 9, below). As part of my earn-out arrangement I shall receive six six-monthly payments of £50,000 on the final day of May and November during 2002, 2003 and 2004. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 1 2002-05-14-1f359ece-10884-0
b6ac18c089e531958ef1fd8fb192df09075219e2 Elected councillor in Kensington and Chelsea (until 2 May 2002). Remunerated employment, office, profession etc 1f359ece 2002-05-14 Mark Field uk.org.publicwhip/member/884 Mark Field uk.org.publicwhip/person/10884 2 2002-05-14-1f359ece-10884-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 53.957ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette