items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2017-04-10-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 |
|---|---|---|---|---|---|---|---|
| a05d00ae0b6d3366f797af6684e8dff7d462087e | 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-04-10 | George Osborne uk.org.publicwhip/person/11145 | 0 | 2017-04-10-891eb863-11145-0 | |
| 67b2873055374c44756955a97e33b532bc2221fe | 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-04-10 | George Osborne uk.org.publicwhip/person/11145 | 1 | 2017-04-10-891eb863-11145-0 | |
| 5225eb9417da0377377f6a22f8b1cfe92fbbabca | 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-04-10 | George Osborne uk.org.publicwhip/person/11145 | 2 | 2017-04-10-891eb863-11145-0 | |
| 140326b8ba3d403fb9a4afe86197125696159d1d | 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-04-10 | George Osborne uk.org.publicwhip/person/11145 | 3 | 2017-04-10-891eb863-11145-0 | |
| bdb0945256cd993af1086cc657b1d4a976f5ca66 | Name of donor: American Enterprise Institute Address of donor: 1789 Massachusetts Avenue, NW Washington, DC, USA Estimate of the probable value (or amount of any donation): flights, transfers, accommodation and meals to a value of £6,454 Destination of visit: Sea Island, Georgia, USA Date(s) of visit: 9-11 March 2017 Purpose of visit: Attendance at the AEI World Forum conference. (Registered 03 April 2017) | Visits outside the UK 891eb863 | 2017-04-10 | George Osborne uk.org.publicwhip/person/11145 | 4 | 2017-04-10-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");