items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-24882-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 |
|---|---|---|---|---|---|---|---|
| 46f787da7e67dd81075d5cc618776fdf2734e395 | Name of donor: Directors of Aintree Racecourse | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 0 | 2015-03-30-84642823-24882-0 |
| dae4d54f0c0522a9cdb9a557b2e0f4d24d814110 | Address of donor: Ormskirk Road, Liverpool L9 5AS | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 1 | 2015-03-30-84642823-24882-0 |
| d0e9a0a0d83fdbbb42cecd7c2c90daa92da1ab4f | Amount of donation or nature and value if donation in kind: Corporate hospitality packages for two people at Grand National Day, at a cost of £580 per person, total £1,160. | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 2 | 2015-03-30-84642823-24882-0 |
| 3c94176874e0811478c986b41f76813fb00cd0d5 | Date of receipt: 5 April 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 3 | 2015-03-30-84642823-24882-0 |
| 837b1a004a252cae085f546f835eb750efc10bb7 | Date of acceptance: 5 April 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 4 | 2015-03-30-84642823-24882-0 |
| 0607f90ecefb9c5c18f52f3be35284988f035441 | Donor status: company, registration 2909409 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 5 | 2015-03-30-84642823-24882-0 |
| b2c52806d115009cb08ee0099d5959999d4b67db | (Registered 25 April 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Esther McVey uk.org.publicwhip/member/40663 | Esther McVey uk.org.publicwhip/person/24882 | 6 | 2015-03-30-84642823-24882-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");