items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-01-20-84642823-10327-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 |
|---|---|---|---|---|---|---|---|
| 3cc0ad4ccc4f46f9690b6bdd3af0162b224b8f9f | Name of donor: JTI | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 0 | 2014-01-20-84642823-10327-0 |
| 7d169bcf3e7ca8a0cecb646eb7c22a3006d83333 | Address of donor : Members Hill, Brooklands Rd, Weybridge, KT13 0QU | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 1 | 2014-01-20-84642823-10327-0 |
| 401a93b06212e1f52a9334e01bc22e308521443f | Amount of donation or nature and value if donation in kind: Two tickets, transport to and from London, and associated hospitality at Glyndebourne at an approximate value of £1,278 | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 2 | 2014-01-20-84642823-10327-0 |
| 6be00784db741f2dfe041b5b515149df1322ecd6 | Date of receipt of donation: 13 June 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 3 | 2014-01-20-84642823-10327-0 |
| 935b8d3a8190ff5937a126b4934fbcf3b8cc37ca | Date of acceptance of donation: 13 June 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 4 | 2014-01-20-84642823-10327-0 |
| 81571d60535254a6f2564e657c429afc2d584b3c | Donor status: company, registration 01501573 | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 5 | 2014-01-20-84642823-10327-0 |
| ed380933dbef9f1da2f93d4bb78c2bbe1da6df5c | (Registered 19 June 2013) | Gifts, benefits and hospitality (UK) 84642823 | 2014-01-20 | Gerald Kaufman uk.org.publicwhip/member/40387 | Gerald Kaufman uk.org.publicwhip/person/10327 | 6 | 2014-01-20-84642823-10327-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");