items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2004-12-03-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 |
|---|---|---|---|---|---|---|---|
| 6fe41a2d351dab06e5b7f4f2e834160ace5e0829 | 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 | 2004-12-03 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 0 | 2004-12-03-1f359ece-10083-0 |
| 71356c1df406943c35879fac44bc09d4e6f97d69 | 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 | 2004-12-03 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 1 | 2004-12-03-1f359ece-10083-0 |
| 2b5b85295c557986738120ba10923d2336c4d1a2 | Occasional articles for The Guardian. (Up to £5,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 2 | 2004-12-03-1f359ece-10083-0 |
| 080b8ad70d0a813c6f20b03395a43a3df11a2b97 | 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 | 2004-12-03 | Stephen Byers uk.org.publicwhip/member/772 | Stephen Byers uk.org.publicwhip/person/10083 | 3 | 2004-12-03-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");