items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-10-30-64e8edeb-25810-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 |
---|---|---|---|---|---|---|---|
5571ea527b0b0b5d1d027c1127bc15666771deb1 | Name of donor: Saab Technologies UK Ltd Address of donor: 2nd Floor, Kinnaird House, 1 Pall Mall East, London SW1Y 5AU Amount of donation or nature and value if donation in kind: Two tickets with hospitality for the Royal International Air Tattoo at RAF Fairford, total value £360 Date received: 14 July 2023 Date accepted: 14 July 2023 Donor status: company, registration 1724399 (Registered 21 July 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Sarah Atherton uk.org.publicwhip/person/25810 | 0 | 2023-10-30-64e8edeb-25810-0 | |
b2bfc3e1a3a7b20604817238f099c0dc75c9bc12 | Name of donor: The Royal Edinburgh Military Tattoo Ltd Address of donor: 1-3 Cockburn Street, Edinburgh EH1 1QB Amount of donation or nature and value if donation in kind: Two tickets with hospitality for the Royal Edinburgh Military Tattoo, total value £1,200 Date received: 23 August 2023 Date accepted: 23 August 2023 Donor status: company, registration SC128255 (Registered 30 August 2023) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2023-10-30 | Sarah Atherton uk.org.publicwhip/person/25810 | 1 | 2023-10-30-64e8edeb-25810-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");