items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2023-08-07-10057ffd-11859-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 |
|---|---|---|---|---|---|---|---|
| 0c8a7a81431a6a177b4b342092d6bd8b17e97db5 | Payment of £600 expected from Global Media Group Services Ltd, 30 Leicester Square, London WC2H 7LA, for presenting an LBC radio show on 21 July 2022. Hours: 4 hrs. (Registered 12 August 2022) | Employment and earnings 10057ffd | 2023-08-07 | Jeremy Hunt uk.org.publicwhip/person/11859 | 0 | 2023-08-07-10057ffd-11859-0 | |
| 40b30937fdcb36ed7968ec2ff954d0ed8cf268ed | Payments from Swift Press Ltd, Mount Pleasant, Rugby Road, Church Lawford, Rugby CV23 9EJ, via the Curtis Brown Group, Haymarket House, 28 -29 Haymarket, London SW1Y 4SP. All payments made direct to charity. | Employment and earnings 10057ffd | 2023-08-07 | Jeremy Hunt uk.org.publicwhip/person/11859 | 1 | 2023-08-07-10057ffd-11859-0 | |
| dae64e1183d5e7a49a1dccee997a94e31c870790 | 25 February 2022, received £2,733.06 as an advance for a book. Hours: 300 hrs. (Registered 16 August 2022) | Employment and earnings 10057ffd | 2023-08-07 | Jeremy Hunt uk.org.publicwhip/person/11859 | 2 | 2023-08-07-10057ffd-11859-0 | |
| d98f02cb7d72838487e7762229997b9b1dc5d9d0 | 27 May 2022, received £1,366.94 as a further advance for a book. Hours: no additional hours. (Registered 16 August 2022) | Employment and earnings 10057ffd | 2023-08-07 | Jeremy Hunt uk.org.publicwhip/person/11859 | 3 | 2023-08-07-10057ffd-11859-0 | |
| e7031f783eba48b93c9b922a37970845d39a34fc | 7 June 2022, received £820 as a further advance for a book. Hours: no additional hours. (Registered 16 August 2022) | Employment and earnings 10057ffd | 2023-08-07 | Jeremy Hunt uk.org.publicwhip/person/11859 | 4 | 2023-08-07-10057ffd-11859-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");