items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24950-8" 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 |
|---|---|---|---|---|---|---|---|
| 2e9ec98b0e61d076a94848547a78ba957ef9abeb | Name of donor: Signature Tax Ltd | 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-8 |
| 9add993cbcd6b8f247c1437ff75c0100fc3ccf58 | Address of donor: 24 Queen Street, Manchester M2 5HX | 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-8 |
| 4ff3d40763470d135b6787b98d553c004a1691c3 | Amount of donation or nature and value if donation in kind: £2,500 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-8 |
| c1eff10304503040fbfc17e4c9ba1b0b4c813948 | Date of receipt: 18 August 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-8 |
| a35a393b1b2ee676fbe52b3941b6eed6c921a82b | Date of acceptance: 18 August 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-8 |
| dd97c7e26e22ea19c1edd0ae00628a71a0d88a9e | Donor status: company, registration 08281817 | 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-8 |
| 8cdbd7dd09bc3ee6c2f4d207398ecbe3659e393d | (Registered 20 August 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-8 |
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");