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-03-10-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
348295120ba46eaa0860edb585dbfb6d6a73932f Royalties and film rights from four books written between 1982-7. Remunerated employment, office, profession, etc. f3967f4d 2010-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 0 2010-03-10-f3967f4d-10451-0
cd4dfebf58ae8c434ad8014e7a5961ca3c7f88ea Column in the Sunderland Echo. (Actual £1,500) (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2010-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 1 2010-03-10-f3967f4d-10451-0
142d20aa1d01d46d0b731dc2084177c6bc2ecd77 Payments from Profile Books. Publisher address: 3A Exmouth House, Pine Street, Exmouth Market, London, EC1R 0JH. Remunerated employment, office, profession, etc. f3967f4d 2010-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 2 2010-03-10-f3967f4d-10451-0
f46a5ac8676bd19c7de92a318d1a981835154005 Royalties of £5,474 from Profile Books. No additional hours worked. (Registered 23 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 3 2010-03-10-f3967f4d-10451-0
132106130d646c690b6807fe4dd793cb4a8ae567 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-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 4 2010-03-10-f3967f4d-10451-0
429df9ab26ce58ca3dab2d4c624239059ef820b7 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-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 5 2010-03-10-f3967f4d-10451-0
74a17ba26a0e23690be4d9dbad471f8bbe1b1ebd 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-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 6 2010-03-10-f3967f4d-10451-0
565159063aea7470b8bf45dce5daa3fb80e69423 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-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 7 2010-03-10-f3967f4d-10451-0
86d737ab341d53d417667131f7ea1e1d00d662b9 £900 for writing an article. (Registered 9 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 8 2010-03-10-f3967f4d-10451-0
fca04c0f3c9114722cdab5983d204f2e05ff3061 £900 for writing an article. (Registered 26 August 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 9 2010-03-10-f3967f4d-10451-0
6442bfd57741d6b1f1b7952b9945acfcb7a1d520 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-03-10 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 10 2010-03-10-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 267.513ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette