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 = "2009-11-25-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
6adf72070c950798c4e94a1742080e0af0cfc301 Royalties and film rights from four books written between 1982-7. Remunerated employment, office, profession, etc. f3967f4d 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 0 2009-11-25-f3967f4d-10451-0
72e30632ab070d8208c7d7cb486799f7a1da2de3 Column in the Sunderland Echo. (Actual £1,500) (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 1 2009-11-25-f3967f4d-10451-0
00736010a8af64d677b22e15b0eef2e50248e52c 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 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 2 2009-11-25-f3967f4d-10451-0
0bc7a68ac6291312ddfbe7e742b1dbffa0633512 Royalties of £5,474 from Profile Books . No additional hours worked. (Registered 23June 2009) Remunerated employment, office, profession, etc. f3967f4d 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 3 2009-11-25-f3967f4d-10451-0
1b195a78aec626394e47e14cf3e33afcd0a4cca6 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 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 4 2009-11-25-f3967f4d-10451-0
8dae62033bf3fa83edfa02fd40aac1a122349195 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 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 5 2009-11-25-f3967f4d-10451-0
53be442f8187c4c5903fc0cbc1797695f313ba26 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 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 6 2009-11-25-f3967f4d-10451-0
75ccfbb482e0fc439d2be895648cd0321da1786a 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 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 7 2009-11-25-f3967f4d-10451-0
92ad26f3ec176b7d85f2c23835426332845c4007 £900 for writing an article. (Registered 9 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 8 2009-11-25-f3967f4d-10451-0
1c6e32402e400584ae8ee6ac45760a3d2925057c £900 for writing an article. (Registered 26 August 2009) Remunerated employment, office, profession, etc. f3967f4d 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 9 2009-11-25-f3967f4d-10451-0
65324480cda3a4f47c9df961ec1a6fb1ac0fa3d0 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 2009-11-25 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 10 2009-11-25-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 36.242ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette