home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2001-05-14-1f359ece-10015-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
e86ae7acadcd8986bfbd2064fd18f2fcf1353349 Occasional payment received for newspaper and magazine articles, television appearances, and for talks given to companies and other bodies. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 0 2001-05-14-1f359ece-10015-0
70941b3e630c0565722058551b6adb2286907ade 9 December 1999, fee for a speech to a paper company paid by Celebrity Speakers. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 1 2001-05-14-1f359ece-10015-0
15d737760aa242050d87543f5654f85c28c4f5a7 23-24 March 2000, fee for a speech to an information technology company paid by Performing Artistes. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 2 2001-05-14-1f359ece-10015-0
d8227de788b58ff0994dcab91e36ed51083d8718 Contract with Penguin Books for publication of my diaries. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 3 2001-05-14-1f359ece-10015-0
8aaa4ea253cd0298f74aacfbe65d4747d0507364 Consultant on venture capital in the human and knowledge management areas to Catalyst Fund Management & Research Ltd. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 4 2001-05-14-1f359ece-10015-0
bb53ffbd6442fe22c1d5111dabf1eefcb67968ea Such remunerations as are attached to the above post will not be received by me personally but will be supplementing my office costs allowance and in political and charitable contributions. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 5 2001-05-14-1f359ece-10015-0
449fca02c08558f178a483100ec9700aa3ddb0f8 20 November 2000, fee for a speech to an international financial company paid by Speakers for Business. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 6 2001-05-14-1f359ece-10015-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 132.424ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette