items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2019-09-30-64e8edeb-10062-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 |
---|---|---|---|---|---|---|---|
11276c136a3429d3f59de87943880fae8ade07cf | Name of donor: Centre for Policy Studies Address of donor: 57 Tufton Street, London SW1P 3QL Amount of donation, or nature and value if donation in kind: three nights' hotel accommodation during Conservative Party Conference, from 30 September to 3 October 2018, value £792 Date received: 30 September - 2 October 2018 Date accepted: 30 September 2018 Donor status: company, registration 1174651 (Registered 23 October 2018) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2019-09-30 | Graham Brady uk.org.publicwhip/person/10062 | 0 | 2019-09-30-64e8edeb-10062-0 | |
6ed2232fc5bd9157acf4434dff8ce58e7108de03 | Name of donor: Oliver Morley Address of donor: private Amount of donation, or nature and value if donation in kind: case of wine with a value of £500 Date received: 21 December 2018 Date accepted: 21 December 2018 Donor status: individual (Registered 28 January 2019) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2019-09-30 | Graham Brady uk.org.publicwhip/person/10062 | 1 | 2019-09-30-64e8edeb-10062-0 | |
fd101c0ab4d4a47c31d099caae5597678d0fa40f | Name of donor: JTI UK Address of donor: Members Hill, Brooklands Rd, Weybridge KT13 0QU Amount of donation, or nature and value if donation in kind: Dinner at the British Museum for my wife and me, value £600 Date received: 19 March 2019 Date accepted: 19 March 2019 Donor status: company, registration 01501573 (Registered 08 May 2019) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2019-09-30 | Graham Brady uk.org.publicwhip/person/10062 | 2 | 2019-09-30-64e8edeb-10062-0 | |
02d9f1a150619ff9820ba5b419b427dec17eac91 | Name of donor: BP plc Address of donor: 1 St James’s Square, London SW1Y 4PD Amount of donation, or nature and value if donation in kind: Two tickets to All England Club on 5 July 2019, including lunch and drinks, value £595 Date received: 5 July 2019 Date accepted: 5 July 2019 Donor status: company, registration 542515 (Registered 11 July 2019) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2019-09-30 | Graham Brady uk.org.publicwhip/person/10062 | 3 | 2019-09-30-64e8edeb-10062-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");