items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
11 rows where record_id = "2004-12-03-1f359ece-10130-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 |
|---|---|---|---|---|---|---|---|
| cc04cddd8b94d5f63dd311c4dd791dd35ed3a805 | Consultant to College Hill, providing advice on public policy in relation to horseracing, solely for their work in respect of the Tote. (£15,001-£20,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 0 | 2004-12-03-1f359ece-10130-0 |
| 52c6019520f42e94576721225725ee262c29b494 | Contract for weekly article for The Guardian from October 2004. (£25,001-£30,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 1 | 2004-12-03-1f359ece-10130-0 |
| ce3fddee4e288d981ad84d9dd3ac59fe9dc865c9 | Contract with Simon & Schuster for a book on political events since the General Election of 2001, for which I have received £250,000 from the publishers and £200,000 from the Sunday Times. (Registered 8 July 2003) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 2 | 2004-12-03-1f359ece-10130-0 |
| 8c935b04ae6d77106033245e7cf5ea7c3e64772d | 9 October 2003, lecture for Royal Bank of Scotland. (£5,001-£10,000) (Registered 8 January 2004) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 3 | 2004-12-03-1f359ece-10130-0 |
| 0850cd51e6be3ce86f9b1aa5bcd2b3b0c886f51a | Occasional articles for: | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 4 | 2004-12-03-1f359ece-10130-0 |
| 5bed227d39feee1119310eca39fb8b90f2502185 | The London Standard (£3,500) (Up to £5,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 5 | 2004-12-03-1f359ece-10130-0 |
| 2ab4d9344e709518655ae587197f073634fd6585 | Monthly article for the Racing Post. (£5,001-£10,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 6 | 2004-12-03-1f359ece-10130-0 |
| c5b7399be8f040cbf81896dedc5b9daa8ac8ce5e | 20 February 2004, lecture in Tokyo for Royal Bank of Scotland. (£5,001-£10,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 7 | 2004-12-03-1f359ece-10130-0 |
| 41431e89dc2b812f4c8b4cee2ed480b6654bc09b | 5 May 2004, lecture in Athens for Economist Intelligence Unit. (£5,001-£10,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 8 | 2004-12-03-1f359ece-10130-0 |
| 9f46360a7e95f2066621d4e31f1da9b4acf9fa30 | 6 September 2004, speech to an AMT-Sybex conference. (£5,001-£10,000) (Registered 4 October 2004) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 9 | 2004-12-03-1f359ece-10130-0 |
| ed7801707d67e603867cb356e7707de2b0a162f0 | 23 September 2004, speech to the Yorkshire Fiscal Group. (£5,001-£10,000) (Registered 4 October 2004) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Robin Cook uk.org.publicwhip/member/817 | Robin Cook uk.org.publicwhip/person/10130 | 10 | 2004-12-03-1f359ece-10130-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");