items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
|---|---|---|---|---|---|---|---|
| f28536910c14ff1b3ccce814cfd49659dfd29ebc | Name of donor: Plexus Cotton Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 0 | 2015-03-30-84642823-10670-0 |
| d2075d62738993643d01c03f38d9c73348d51917 | Address of donor: 20 Chapel Street, Liverpool L3 9AG | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 1 | 2015-03-30-84642823-10670-0 |
| f226735c7000c8a423f2edbd9340f79be64c67d9 | 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-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 2 | 2015-03-30-84642823-10670-0 |
| d2c93a17fa6c42aeb529c07ab67cf6bcbacbbd35 | Date of receipt: 18 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 3 | 2015-03-30-84642823-10670-0 |
| 99c516ca683dfd77353cd78e021cec2d5f190bd9 | Date of acceptance of donation: 18 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 4 | 2015-03-30-84642823-10670-0 |
| 3a4dc76b8ae6868b764f1732b4a1e3811c3661c0 | Donor status: company, registration 02548312 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 5 | 2015-03-30-84642823-10670-0 |
| 08a3256d9cf961bcdd3b07118b48954465785132 | (Registered 2 September 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Stephen O'Brien uk.org.publicwhip/member/40237 | Stephen O'Brien uk.org.publicwhip/person/10670 | 6 | 2015-03-30-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");