items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2021-01-04-10057ffd-11333-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 |
|---|---|---|---|---|---|---|---|
| 30a1590dbe024f6ff84556a1dc40d6dc37c0b8a2 | I receive royalty payments from EMI and from Ridge Records for my recorded works with Runrig, with whom I serve as an unremunerated director. Addresses: EMI House, 43 Brook Green, London W6 7EF and Ridge Records Limited, 1 York Street, Aberdeen AB11 5DL. | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 0 | 2021-01-04-10057ffd-11333-0 | |
| 975ecca75998c056fdb8ad3617f28997a758c6a5 | 14 December 2019, received £2,696.08 for my recorded works from Ridge Records. Hours: no additional hours. (Registered 06 January 2020) | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 1 | 2021-01-04-10057ffd-11333-0 | |
| 69034bd0aab10fb233b6d16ca150a54d482e6877 | 14 October 2020, received £1,987.07 for my recorded works with Chrysalis Records (part of EMI). Hours: no additional hours. (Registered 03 November 2020) | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 2 | 2021-01-04-10057ffd-11333-0 | |
| c44af38fa473406a55e9b56560aa09140c347370 | I receive payments for my published works from the Performing Rights Society. | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 3 | 2021-01-04-10057ffd-11333-0 | |
| 49898ee56f051d4cd1aa174e6bcd7308717ea622 | Fees received for appearing as part of the parliamentary rock band ‘MP4’ in the Matt Forde Live Christmas Show, produced by Avalon productions, 4A Exmoor St, London W10 6BD: | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 4 | 2021-01-04-10057ffd-11333-0 | |
| 37a2d64237747bd8946b6e11e624c55b0f347754 | 28 October 2019, received £878.82 for appearing in two live shows on 19 and 20 December 2018. Hours: 8 hrs. (Registered 06 January 2020) | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 5 | 2021-01-04-10057ffd-11333-0 | |
| e21f14f66eafc4c94e77c7187c3287f20758e52e | 13 November 2020, received £960.28 for rehearsals and performance on 18 December 2019. Hours: 7 hrs in total. (Registered 23 November 2020) | Employment and earnings 10057ffd | 2021-01-04 | Pete Wishart uk.org.publicwhip/person/11333 | 6 | 2021-01-04-10057ffd-11333-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");