items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24950-3" 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 |
|---|---|---|---|---|---|---|---|
| 09d90a6b87ee5ccba25bf47be0e2802f794efd07 | Name of donor: Shamique Ismail | 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-3 |
| 1b2c4ab55ff83784bb9378898723390e1c8649fd | 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-3 |
| c8116a178737f45794e3d5753005ffc70e678532 | Amount of donation or nature and value if donation in kind: £2,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-3 |
| 6e340eaab4eca604102fb8f399800a300149f6be | Date of receipt of donation: 6 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-3 |
| 0eb86b95a408624a3a74c585a97abb538739ac22 | Date of acceptance of donation: 6 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-3 |
| 51883a2cbfb32e00618e8c40a4b64c6165b9a89b | 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-3 |
| 966115d1d56e63626d005ba275928607239b47e4 | (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-3 |
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");