items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2023-09-18-2fa6c1a9-25793-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 |
---|---|---|---|---|---|---|---|
2092f9a941b8e0a06da04930b06f730f4215e6c3 | Name of donor: IX Wireless Ltd Address of donor: Ribble House, Ribble Business Park, Blackburn BB1 5RB Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 11009144 (Registered 12 October 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-18 | Peter Gibson uk.org.publicwhip/person/25793 | 0 | 2023-09-18-2fa6c1a9-25793-0 | |
1e6892c327e49c8be4ce16925422835a9e037ef2 | Name of donor: Andrew J Dawber Address of donor: private Amount of donation or nature and value if donation in kind: £3,000 Donor status: individual (Registered 20 December 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-18 | Peter Gibson uk.org.publicwhip/person/25793 | 1 | 2023-09-18-2fa6c1a9-25793-0 | |
af3140693e32a9727a3fd0ad907dd8218903e658 | Name of donor: Carlton Club Political Committee Address of donor: 69 St. James's Street, London SW1A 1PJ Amount of donation or nature and value if donation in kind: £5,000 Donor status: unincorporated association (Registered 26 January 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-18 | Peter Gibson uk.org.publicwhip/person/25793 | 2 | 2023-09-18-2fa6c1a9-25793-0 | |
0c64d95b8a3c75b0a9643887180264be7e6aea36 | Name of donor: Morgan Crest Ltd Address of donor: The Old Grange Warren Estate, Lordship Road, Writtle, Chelmsford CM1 3WT Amount of donation or nature and value if donation in kind: £3,000 Donor status: company, registration 07701126 (Registered 03 May 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-18 | Peter Gibson uk.org.publicwhip/person/25793 | 3 | 2023-09-18-2fa6c1a9-25793-0 | |
e648023970766ffd25b374750937ae1a95cd9888 | Name of donor: United and Cecil Club Address of donor: Abbatt Group, New Penderel House, 283-287 High Holborn, London WC1V 7HF Amount of donation or nature and value if donation in kind: £5,000 Donor status: unincorporated association (Registered 23 June 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-18 | Peter Gibson uk.org.publicwhip/person/25793 | 4 | 2023-09-18-2fa6c1a9-25793-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");