items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24950-2" 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 |
|---|---|---|---|---|---|---|---|
| ba7f63d669d9e837977394d5b87cfca22de7858d | Name of donor: Lord Gulam Noon | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 0 | 2015-03-30-8f616a6e-24950-2 |
| 11dd7715c32aa79b5d27ac7f02dee4167c072cec | Address of donor: private | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 1 | 2015-03-30-8f616a6e-24950-2 |
| 2eb09087210434b67abcfcd7c138233479384678 | Amount of donation or nature and value if donation in kind: £5,000 received through the Labour Party to support the office of Chuka Umunna MP | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 2 | 2015-03-30-8f616a6e-24950-2 |
| 64070d51caff87cb6478f4a7ee0373c9ccb06ac0 | Date of receipt: 4 July 2014 | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 3 | 2015-03-30-8f616a6e-24950-2 |
| 6ae8d7ddc9904c632c5edd82954b40779e875584 | Date of acceptance: 4 July 2014 | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 4 | 2015-03-30-8f616a6e-24950-2 |
| 9c4241a2cf6cc1f4d5a3e1c4eda9667bd9085f4b | Donor status: individual | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 5 | 2015-03-30-8f616a6e-24950-2 |
| ff94931915de75668ab1153f1703758e95d192e2 | (Registered 29 July 2014) | Sponsorships 8f616a6e | 2015-03-30 | Chuka Umunna uk.org.publicwhip/member/40588 | Chuka Umunna uk.org.publicwhip/person/24950 | 6 | 2015-03-30-8f616a6e-24950-2 |
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");