items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2018-07-16-70b64e89-24736-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 |
---|---|---|---|---|---|---|---|
1768dc68e21d85e40c1839a341dfb44f6ab58136 | Name of donor: United and Cecil Club Address of donor: c/o Beckfield, Crouch Lane, Winkfield, Windsor SL4 4TN Amount of donation or nature and value if donation in kind: £2,500 Date received: 3 May 2017 Date accepted: 3 May 2017 Donor status: members' association (Registered 04 July 2017) | (b) Any other support not included in Category 2(a) 70b64e89 | 2018-07-16 | Guto Bebb uk.org.publicwhip/person/24736 | 0 | 2018-07-16-70b64e89-24736-0 | |
f1ae2a06c3f855c0a00b921c80de9ad1eb173551 | Name of donor: Mr Alexander Temerko Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Date received: 8 May 2017 Date accepted: 8 May 2017 Donor status: individual (Registered 04 July 2017) | (b) Any other support not included in Category 2(a) 70b64e89 | 2018-07-16 | Guto Bebb uk.org.publicwhip/person/24736 | 1 | 2018-07-16-70b64e89-24736-0 | |
5a634b6345e4cb534d1be7310f1075e42d726299 | Name of donor: Paul Brett Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 Date received: 12 May 2017 Date accepted: 12 May 2017 Donor status: individual (Registered 04 July 2017) | (b) Any other support not included in Category 2(a) 70b64e89 | 2018-07-16 | Guto Bebb uk.org.publicwhip/person/24736 | 2 | 2018-07-16-70b64e89-24736-0 | |
5c3cbd55c188429ba8588c7b709d77cc04ca1acc | Name of donor: J C Bamford Excavators Ltd Address of donor: Rocester, Staffordshire ST14 5JP Amount of donation or nature and value if donation in kind: £3,000 Date received: 26 May 2017 Date accepted: 26 May 2017 Donor status: company, registration 00561597 (Registered 04 July 2017) | (b) Any other support not included in Category 2(a) 70b64e89 | 2018-07-16 | Guto Bebb uk.org.publicwhip/person/24736 | 3 | 2018-07-16-70b64e89-24736-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");