items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2019-09-16-891eb863-10354-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 |
|---|---|---|---|---|---|---|---|
| 7529795a2a24232677b4fe4989e951d74120fd4d | Name of donor: Pakistan High Commission Address of donor: 34-36 Lowndes Square, London SW1X 9JN Destination of visit: Pakistan and Kashmir Estimate of the probable value (or amount of any donation): accommodation with a value of £577.30; flights with a value of £2,330.57; £2,907.87 in total Dates of visit: 17-20 September 2018 Purpose of visit: Leading delegation, as Chair of All-Party Parliamentary Kashmir Group, to Pakistan-administered Kashmir. (Registered 15 October 2018) | Visits outside the UK 891eb863 | 2019-09-16 | Chris Leslie uk.org.publicwhip/person/10354 | 0 | 2019-09-16-891eb863-10354-0 | |
| 81dc71b3ed441b0c9c9ac7fb281c7b1b2fa1b72f | Name of donor: World Federation of Exchanges Address of donor: 125 Old Broad Street, London EC2N 1AR Destination of visit: Athens, Greece Estimate of the probable value (or amount of any donation): accommodation with a value of £529.25; flights with a value of £397.20; £926.45 in total Dates of visit: 2-4 October 2018 Purpose of visit: Guest Speaker at World Federation of Exchanges Annual Conference. (Registered 15 October 2018) | Visits outside the UK 891eb863 | 2019-09-16 | Chris Leslie uk.org.publicwhip/person/10354 | 1 | 2019-09-16-891eb863-10354-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");