items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-84642823-10670-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 |
|---|---|---|---|---|---|---|---|
| 8fb1c53c360ff023e21869a4b905c60475f6be8b | Name of donor: Plexus Cotton Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 0 | 2015-03-09-84642823-10670-0 |
| f70356fb713c71f6520cddaa6b8b4b698a0cfea2 | Address of donor: 20 Chapel Street, Liverpool L3 9AG | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 1 | 2015-03-09-84642823-10670-0 |
| c60baadadea4f05fb927b711770cd2d34e4cf56c | Amount of donation or nature and value if donation in kind: Two tickets for the Open Championship 2014, and associated hospitality; total value approx. £1,300 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 2 | 2015-03-09-84642823-10670-0 |
| 0a643c95e8566069b9964117a39e0b10d0836c75 | Date of receipt: 18 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 3 | 2015-03-09-84642823-10670-0 |
| c150539b4cf098f2dea77bc665a5518427df738c | Date of acceptance of donation: 18 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 4 | 2015-03-09-84642823-10670-0 |
| 32b0afdbd87fde449edd5628153809af05970a82 | Donor status: company, registration 02548312 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 5 | 2015-03-09-84642823-10670-0 |
| 4ca1e2e83c8a4cda50e14b3fb941e528e23dc94a | (Registered 2 September 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 6 | 2015-03-09-84642823-10670-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");