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-02-24-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
f5e111b9c503b2511486b31e78544dc0b8f20e22 Royalties and film rights from four books written between 1982-7. Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 0 2010-02-24-f3967f4d-10451-0
0168693b1ed7a49e7311ec6395809ac54fc69873 Column in the Sunderland Echo. (Actual £1,500) (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 1 2010-02-24-f3967f4d-10451-0
f3b576e16ff7e234a2d9629e5badc23ae6b34c08 Payments from Profile Books. Publisher address: 3A Exmouth House, Pine Street, Exmouth Market, London, EC1R 0JH. Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 2 2010-02-24-f3967f4d-10451-0
f47461e4a02eb6d8df1f20dd27df7eda500a5535 Royalties of £5,474 from Profile Books. No additional hours worked. (Registered 23 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 3 2010-02-24-f3967f4d-10451-0
1475900c082a6dbf34f321386a6fbdd0394c0078 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-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 4 2010-02-24-f3967f4d-10451-0
47223e8c567de8d8adaf8e4908bd3e24faef6abf 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-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 5 2010-02-24-f3967f4d-10451-0
2ad2cff9af354a338b0395cef48870fef8180f19 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-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 6 2010-02-24-f3967f4d-10451-0
e319468fb57acbf8fc2dddee4a083303e61ca8ef 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-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 7 2010-02-24-f3967f4d-10451-0
d67c0c754b33a69a66dec51b903f718b0922e9b0 £900 for writing an article. (Registered 9 June 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 8 2010-02-24-f3967f4d-10451-0
5295c912029609bf06ac53c6641a754dc600f4e4 £900 for writing an article. (Registered 26 August 2009) Remunerated employment, office, profession, etc. f3967f4d 2010-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 9 2010-02-24-f3967f4d-10451-0
10e0241cd1ad979df606483b89da8658fb8f56de 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-02-24 Chris Mullin uk.org.publicwhip/member/1856 Chris Mullin uk.org.publicwhip/person/10451 10 2010-02-24-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 26.083ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette