items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2017-03-06-891eb863-11145-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 |
|---|---|---|---|---|---|---|---|
| 0123a01f8d9d54e7eea85f72e981409ed67a3528 | Name of donor: Chicago Council on Global Affairs Address of donor: Two Prudential Plaza, 180N Stetson Ave, Suite 1400, Chicago IL 60601 Estimate of the probable value (or amount of any donation): flights, hotel and transfers to a value of £6,829.55 Destination of visit: Chicago Dates of visit: 21-22 September 2016 Purpose of visit: to speak at the Louis B Susman Distinguished Lecture on Transatlantic Relations. (Registered 13 October 2016) | Visits outside the UK 891eb863 | 2017-03-06 | George Osborne uk.org.publicwhip/person/11145 | 0 | 2017-03-06-891eb863-11145-0 | |
| 857a76da68d8a3d8e50fed009ca526c65842de2e | Name of donor: Weekend with Charlie Rose (TB Group Inc) Address of donor: 136 East 64th St, 3F, New York NY 10065 Estimate of the probable value (or amount of any donation): flight and accommodation to a value of £4,753.62 Destination of visit: Aspen, USA Dates of visit: 23-25 September 2016 Purpose of visit: to attend an international conference. (Registered 13 October 2016) | Visits outside the UK 891eb863 | 2017-03-06 | George Osborne uk.org.publicwhip/person/11145 | 1 | 2017-03-06-891eb863-11145-0 | |
| 34a5a499374f1ed67a46a01fd38b4a9a1fe9bc41 | Name of donor: Michael R Bloomberg Address of donor: 19 East 79th Street, New York 10075 USA Estimate of the probable value (or amount of any donation): travel, accommodation and dinner for myself and my wife, value £4,086.65 Destination of visit: Paris, France Dates of visit: 14-15 October 2016 Purpose of visit: to attend a dinner for Michael R Bloomberg (Registered 04 November 2016) | Visits outside the UK 891eb863 | 2017-03-06 | George Osborne uk.org.publicwhip/person/11145 | 2 | 2017-03-06-891eb863-11145-0 | |
| 58125b62c393e014dd9e2f263bda1dd796ecbac4 | Name of donor: Name of donor: Franco-British Colloque Address of donor: Station House, Station Approach, East Horsley, KT24 6QX Estimate of the probable value (or amount of any donation): transfers and accommodation with a value of £700 Destination of visit: Versailles, France Dates of visit: 26-27 January 2017 Purpose of visit: To attend the Franco-British Colloque. (Registered 06 February 2017) | Visits outside the UK 891eb863 | 2017-03-06 | George Osborne uk.org.publicwhip/person/11145 | 3 | 2017-03-06-891eb863-11145-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");