items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2005-04-11-1f359ece-10083-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 |
|---|---|---|---|---|---|---|---|
| d41bd9ce7923bd4c083e98372851a50820c837e4 | Honorarium for acting as co-chair of the International Taskforce on Climate Change - a body established and funded by the Institute for Public Policy Research, London; Centre for American Progress, Washington and the Australia Institute, Sydney. (Up to £5,000) (Registered 6 July 2004) | Remunerated employment, office, profession etc 1f359ece | 2005-04-11 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 0 | 2005-04-11-1f359ece-10083-0 |
| 46fcc572ec243b0efec0cc38af0353972e9749f7 | 3 July 2004, fee from Euro RSCG, Paris, a communications company, for speaking at the Yalta European Seminar in Yalta, Ukraine. (Up to £5,000) . Flights and accommodation 1-4 July in Yalta and Kiev paid by Euro RSCG, the organisers . (Registered 6 July 2004) | Remunerated employment, office, profession etc 1f359ece | 2005-04-11 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 1 | 2005-04-11-1f359ece-10083-0 |
| 796c07150a7d35e855028a4579e89b6d860e9692 | Occasional articles for The Guardian. (Up to £5,000) | Remunerated employment, office, profession etc 1f359ece | 2005-04-11 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 2 | 2005-04-11-1f359ece-10083-0 |
| c9de1965075339347a24356da6ff41193190a999 | 13 October 2004, fee for speech at the annual conference of the Society of Local Authority Chief Executives. (Up to £5,000) (Registered 20 October 2004) | Remunerated employment, office, profession etc 1f359ece | 2005-04-11 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 3 | 2005-04-11-1f359ece-10083-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");