home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2000-11-10-1f359ece-10035-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
7a8cdad1ae7b7e6f196ca1a4700ff5ecbb52a7b4 Eleven monthly articles for the Manchester Evening News. (£1,001-£5,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 0 2000-11-10-1f359ece-10035-0
cd9f34090c057575526239e27a09a2fb287f7ff7 Occasional speaking and writing engagements. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 1 2000-11-10-1f359ece-10035-0
9b0b9aa601ca06f274868b31233fe5c37f67cab2 Fee of £1000 from the Sunday Mirror for an article on the BBC in their edition of 7 August 1999. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 2 2000-11-10-1f359ece-10035-0
764d80d8e163c6172eacabff70960c8a51e4ab84 Contract from Penguin Books for the book "An Accidental MP" which is to be published in autumn 2000. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 3 2000-11-10-1f359ece-10035-0
6f1740588c6e7e99045005e80783c8312b8dea23 Fee of £750 from the BBC for narrating a Radio 4 programme on the Biafra War on 15 January 2000. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 4 2000-11-10-1f359ece-10035-0
e12bf5b6e9227b82ade195378aaae2a1506759ed 20 January 2000, £750 from The Precise Communications Group for narrating three television programmes "Eye on the World" for the Discovery Channel. Proceeds after tax to constituency causes. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 5 2000-11-10-1f359ece-10035-0
9493f3e438ec68d7c1e77dfc31d0aa80d2daaee8 23 February 2000, £750 for a speech at the Alan Boswell Investment Seminar in Norwich. Proceeds after tax to Little Bollington Primary School in my constituency. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 6 2000-11-10-1f359ece-10035-0
5bb996a11f4fd650fabb056b906b17865a8cfd67 July 2000, payment received from J.P. Morgan through Masius, a design company, for my help in a J.P. Morgan internal communications document. For this consideration, a cheque for £1000 was paid through my office directly to Lower Peover Primary School in the Tatton constituency. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 7 2000-11-10-1f359ece-10035-0
a439d4423c33d526057f9242269435e6dc236468 Fee of £2000 from Oldham Chamber of Commerce for speaking at their Annual Dinner on Friday 20 October. £1000 of this fee has been given to Lower Peover Primary School and the other £1000 to Oakenclough Primary School, both in the Tatton constituency. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Martin Bell uk.org.publicwhip/member/35 Martin Bell uk.org.publicwhip/person/10035 8 2000-11-10-1f359ece-10035-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 77.437ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette