home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where record_id = "2010-01-06-f3967f4d-10451-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
797a728f4ff03f7787fb09adc16711bda6a3598c Royalties and film rights from four books written between 1982-7. Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 0 2010-01-06-f3967f4d-10451-0
c3a7a6a3895e995d9500d48bffcfae734d295625 Column in the Sunderland Echo. (Actual £1,500) (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 1 2010-01-06-f3967f4d-10451-0
8f1bd6eaa0552886b4990334924be32b67b44979 Payment from Profile Books for publication of first volume of diaries entitled 'A View from the Foothills'. Publisher address: 3A Exmouth House, Pine Street, Exmouth Market, London, EC1R 0JH. (£40,001-£45,000) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 2 2010-01-06-f3967f4d-10451-0
d230804a88a6284c2c3cb2a5f5358762bc5d3308 Royalties of £5,474 from Profile Books . No additional hours worked. (Registered 23June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 3 2010-01-06-f3967f4d-10451-0
c3c653625bb0d64bd872c5bfb46683127e2dce0e Fee from Dan Films for an option on the TV rights for 'A Very British Coup'. (Actual £1,750) (Up to £5,000) (Registered 18 May 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 4 2010-01-06-f3967f4d-10451-0
6268f8ce56b5749936d19cfa3a58224032cdd37b Fee from Profile Books, an advance on a new edition of 'A Very British Coup'. (Actual £1,000) (Up to £5,000) (Registered 18 May 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 5 2010-01-06-f3967f4d-10451-0
553d53a213616348bee25b66ba20686cb1aba4f4 Payment from BBC Radio 4 for the serialisation of 'A View from the Foothills'. (Actual £2,100) (Up to £5,000) (Registered 22 May 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 6 2010-01-06-f3967f4d-10451-0
178c91a1ff45eda28b780fc0ee78b2c5cba4cdc4 Payments from Associated Newspapers for writing articles. Address: Northcliffe House, 2 Derry Street, Kensington, London, W8 5TT. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 7 2010-01-06-f3967f4d-10451-0
65a4d89e4c1e1c76a98f5af4ff9e3301c64fc66d £900 for writing an article. (Registered 9 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 8 2010-01-06-f3967f4d-10451-0
a955279042fde0549d2d467a659a0824b1832240 £900 for writing an article. (Registered 26 August 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 9 2010-01-06-f3967f4d-10451-0
fe6a65a431d61e154e0ffc423c15cf4125a8062b Payment for an article in the London Review of Books. (Actual £900) (Up to £5,000) (Registered 22 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-01-06 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 10 2010-01-06-f3967f4d-10451-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 319.08ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette