items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-01-23-a5bbc519-24839-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 |
|---|---|---|---|---|---|---|---|
| 35d134c3fa1888f3f8d357283a68649d0ed5b7cb | Endava Ltd; IT services and consultancy. Achieved registrable value on 8 May 2015. (Registered 19 May 2015) | (ii) Other shareholdings, valued at more than £70,000 a5bbc519 | 2023-01-23 | John Glen uk.org.publicwhip/person/24839 | 0 | 2023-01-23-a5bbc519-24839-0 | |
| f2d0c6913ba26672d884e6351c591b7f1d1a13b6 | From 25 November 2019, Softiron; design and development of application software for data storage. (Registered 10 January 2020) | (ii) Other shareholdings, valued at more than £70,000 a5bbc519 | 2023-01-23 | John Glen uk.org.publicwhip/person/24839 | 1 | 2023-01-23-a5bbc519-24839-0 | |
| a7ba9395c86728ff682592cb821e06651c4646c3 | Blue International Group; natural resources business operating in Sub Saharan Africa. Achieved registrable value on 5 April 2021. (Registered 12 April 2021) | (ii) Other shareholdings, valued at more than £70,000 a5bbc519 | 2023-01-23 | John Glen uk.org.publicwhip/person/24839 | 2 | 2023-01-23-a5bbc519-24839-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");