items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2022-05-30-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 |
|---|---|---|---|---|---|---|---|
| a632da7ed8e2672ea84719186889b5d1dcaa2496 | 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 | 2022-05-30 | John Glen uk.org.publicwhip/person/24839 | 0 | 2022-05-30-a5bbc519-24839-0 | |
| ce4b008d136a15270ff0c4eb1d76d0fe96bc7aeb | 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 | 2022-05-30 | John Glen uk.org.publicwhip/person/24839 | 1 | 2022-05-30-a5bbc519-24839-0 | |
| 22729d19ba4faecc7ec68e5a09b59e3fc4c47215 | 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 | 2022-05-30 | John Glen uk.org.publicwhip/person/24839 | 2 | 2022-05-30-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");