items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2019-09-30-5f2cbd10-24847-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 |
|---|---|---|---|---|---|---|---|
| a7a67f6c67fb681305ff09ea48519949af8ef504 | 9 August 2018, received from the Daily Mail and General Trust, £20,000 by way of an out of court settlement of my action for defamation. (Registered 25 October 2018) | Miscellaneous 5f2cbd10 | 2019-09-30 | Gavin Shuker uk.org.publicwhip/person/24847 | 0 | 2019-09-30-5f2cbd10-24847-0 | |
| 4f380d5f7d387e6f33ae3ef6428a1b431f5e6c13 | From 16 January 2019, unpaid director of The Independent Group (TIG) Ltd (until 19 March 2019, Gemini A) a company limited by guarantee, which was set up to provide support to the Independent Group of MPs. The company became active on 8 February 2019. (Registered 01 March 2019; updated 29 March 2019) | Miscellaneous 5f2cbd10 | 2019-09-30 | Gavin Shuker uk.org.publicwhip/person/24847 | 1 | 2019-09-30-5f2cbd10-24847-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");