items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-02-20-10057ffd-24744-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 |
|---|---|---|---|---|---|---|---|
| cb62ebf9e7b5a54b3eae5422d119a60e0fa81487 | From 1 March 2020 until 14 July 2022, Member of the Advisory Board of the Author’s Licensing and Collecting Society, 1st Floor, Barnard's Inn, 86 Fetter Lane, London EC4A 1EN. I received remuneration of £1,500 a quarter in return for a time commitment of 12 hrs per year (4 meetings with a commitment of 3 hrs each). (Registered 05 March 2020; updated 14 July 2022) | Employment and earnings 10057ffd | 2023-02-20 | Damian Collins uk.org.publicwhip/person/24744 | 0 | 2023-02-20-10057ffd-24744-0 | |
| eeaeb8ebfc7eab4b65b329a44c9087e4261be71c | 27 May 2022, received £3,334 from Bloomsbury Publishing, 50 Bedford Square, London WC1B 3DP, via Northbank Talent Management, Acre House, 11/15 William Road, London NW1 3ER, as signature advance for a book. Hours: none to date. (Registered 13 June 2022) | Employment and earnings 10057ffd | 2023-02-20 | Damian Collins uk.org.publicwhip/person/24744 | 1 | 2023-02-20-10057ffd-24744-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");