home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

12 rows where record_id = "2010-04-12-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
0acc466cb9e7f2b5ae5258b1fe4ea2319dc0514d Royalties and film rights from four books written between 1982-7. Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 0 2010-04-12-f3967f4d-10451-0
fb52b1ce33b5ab380ae17528082038a4627b364c Column in the Sunderland Echo. (Actual £1,500) (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 1 2010-04-12-f3967f4d-10451-0
0b221c0b3f6757a27c49f8e31cedb6b4c1be9a46 Payments from Profile Books. Publisher address: 3A Exmouth House, Pine Street, Exmouth Market, London, EC1R 0JH. Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 2 2010-04-12-f3967f4d-10451-0
078324e6def843fe7a20c2524676e9829ac14d75 Royalties of £5,474 from Profile Books. No additional hours worked. (Registered 23 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 3 2010-04-12-f3967f4d-10451-0
646fe0780e44f10bd66550f565a90bf9d1e3c0ca 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-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 4 2010-04-12-f3967f4d-10451-0
39a9d5d1631450e1d56728569c9330691e52b4a1 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-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 5 2010-04-12-f3967f4d-10451-0
0ec5313a79a0163da6112b798a901db8142b9efc 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-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 6 2010-04-12-f3967f4d-10451-0
f2e00fec411d647892443e8c506c0b821635555e 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-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 7 2010-04-12-f3967f4d-10451-0
d13a0eb42d576ba6dfbf086d9d5a319860caefaa £900 for writing an article. (Registered 9 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 8 2010-04-12-f3967f4d-10451-0
400fa0e2d9f124023688a9152977581594a50594 £900 for writing an article. (Registered 26 August 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 9 2010-04-12-f3967f4d-10451-0
730b391ef65b9860623d9a0ba3f2536b0a183ac4 £1200 for article published on 27 December 2009. (Registered 15 March 2010) Remunerated employment, office, profession, etc. f3967f4d 2010-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 10 2010-04-12-f3967f4d-10451-0
281ddf9ef74231025944cf47d9996a67a7c467f7 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-04-12 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 11 2010-04-12-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 107.56ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette