items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
11 rows where record_id = "2010-02-03-f3967f4d-10451-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| eca1229c20d597ab6fc17bc6db9a873e24512a0e | Royalties and film rights from four books written between 1982-7. | Remunerated employment, office, profession, etc. f3967f4d | 2010-02-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 0 | 2010-02-03-f3967f4d-10451-0 |
| ae710559e8c3363b2eefb758fc452fd0d7b04f99 | Column in the Sunderland Echo. (Actual £1,500) (Up to £5,000) | Remunerated employment, office, profession, etc. f3967f4d | 2010-02-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 1 | 2010-02-03-f3967f4d-10451-0 |
| dc4ccc65a35e7b94abebbb85d91a2c918a619b49 | Payments from Profile Books. Publisher address: 3A Exmouth House, Pine Street, Exmouth Market, London, EC1R 0JH. | Remunerated employment, office, profession, etc. f3967f4d | 2010-02-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 2 | 2010-02-03-f3967f4d-10451-0 |
| 04caba17a1c7881d997520676ab91f22ef1c4a71 | Royalties of £5,474 from Profile Books. No additional hours worked. (Registered 23 June 2009) | Remunerated employment, office, profession, etc. f3967f4d | 2010-02-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 3 | 2010-02-03-f3967f4d-10451-0 |
| f83e5177ab1a2c801c4d41c305d54872306aae8b | 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-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 4 | 2010-02-03-f3967f4d-10451-0 |
| 752c4dceaa58cf5e351e5e5b432e6737c91c1f3e | 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-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 5 | 2010-02-03-f3967f4d-10451-0 |
| 5570ae237b7da0d3ab26ce7a4aa63a4b82598d48 | 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-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 6 | 2010-02-03-f3967f4d-10451-0 |
| 1ab2879a4baeedcd8230f82d45c3fa63212bf940 | 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-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 7 | 2010-02-03-f3967f4d-10451-0 |
| 0b02c5ae227a2a322e7d0e0fbfd4a8aac1babe5f | £900 for writing an article. (Registered 9 June 2009) | Remunerated employment, office, profession, etc. f3967f4d | 2010-02-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 8 | 2010-02-03-f3967f4d-10451-0 |
| f73798d7a8e8f07c3fc89af683d760ca0b73ace8 | £900 for writing an article. (Registered 26 August 2009) | Remunerated employment, office, profession, etc. f3967f4d | 2010-02-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 9 | 2010-02-03-f3967f4d-10451-0 |
| c22345dc720f2eb8a5817fc793f326bccf8eb6a2 | 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-03 | Chris Mullin uk.org.publicwhip/member/1856 | Chris Mullin uk.org.publicwhip/person/10451 | 10 | 2010-02-03-f3967f4d-10451-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");