items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-08-07-70b64e89-25292-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 |
---|---|---|---|---|---|---|---|
34d111c8aa81c94f36cc6a3d8c1293ecc7809d23 | 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 to the Dr James Davies MP Community Account Date received: 9 September 2022 Date accepted: 15 September 2022 Donor status: company, registration 11009144 (Registered 16 September 2022) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-08-07 | James Davies uk.org.publicwhip/person/25292 | 0 | 2023-08-07-70b64e89-25292-0 | |
79817a855025a3c62a38ebe2df3bd724316a6e42 | Name of donor: Carlton Club Political Committee Address of donor: 69 St James's St, London SW1A 1PJ Amount of donation or nature and value if donation in kind: £9,500 to the Dr James Davies MP Community Account Date received: 12 January 2023 Date accepted: 26 January 2023 Donor status: unincorporated association (Registered 26 January 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-08-07 | James Davies uk.org.publicwhip/person/25292 | 1 | 2023-08-07-70b64e89-25292-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");