items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24950-11" 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 |
|---|---|---|---|---|---|---|---|
| b859405dc2cba52e39976290e432e5d26eca94e0 | Name of donor: Stephen Barclay | 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-11 |
| d0eb3b079047bed503220cde71cef00d4c89a9e5 | 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-11 |
| 808e727c65e5d0adbea10c6eaa480e08f96fc440 | Amount of donation or nature and value if donation in kind: £1,537.76 to support a business engagement event on 3 February 2015, in my role as Shadow Business Secretary | 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-11 |
| bbc145b17fff1199f57fa1e8587e87b2351fe79e | Date of receipt: 24 March 2015 | 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-11 |
| e5b9cfb2bc7e0290eb0a0ba023fc135b6c442afd | Date of acceptance: 24 March 2015 | 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-11 |
| f31214753c067764b1cfa5ce9819175914c5a233 | 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-11 |
| cbded5d64db40e24c764e8c94fdaf4104e0528bf | (Registered 24 March 2015) | 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-11 |
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");