home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

7 rows where record_id = "2021-11-01-10057ffd-11333-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
7d64a22aca5b2b63992dedd80d3c95c51d82642b 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-11-01   Pete Wishart uk.org.publicwhip/person/11333 0 2021-11-01-10057ffd-11333-0
eae2aab17780dfe07e6d51e71c99a0dba0cc7331 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-11-01   Pete Wishart uk.org.publicwhip/person/11333 1 2021-11-01-10057ffd-11333-0
ce9bb370cf686a237697408ddff9450098e59737 28 May 2021, received £3,109.64 for my recorded works with Ridge Records. Hours: no additional hours. (Registered 18 June 2021) Employment and earnings 10057ffd 2021-11-01   Pete Wishart uk.org.publicwhip/person/11333 2 2021-11-01-10057ffd-11333-0
d66674b1ee6eef4f41468d2edfaa98c435e223ce 22 October 2021, received £1,321 for my recorded works with Ridge Records. Hours: no additional hours. (Registered 01 November 2021) Employment and earnings 10057ffd 2021-11-01   Pete Wishart uk.org.publicwhip/person/11333 3 2021-11-01-10057ffd-11333-0
040bb524799415fc9f1fa14cd58e9f4120390639 I receive payments for my published works from the Performing Rights Society. Employment and earnings 10057ffd 2021-11-01   Pete Wishart uk.org.publicwhip/person/11333 4 2021-11-01-10057ffd-11333-0
685ca23d7b07edd8b8e14728b9da4e14aea150a1 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-11-01   Pete Wishart uk.org.publicwhip/person/11333 5 2021-11-01-10057ffd-11333-0
2e27a5140b7aa8d68cd6598d8fecf392ba2c09fe 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-11-01   Pete Wishart uk.org.publicwhip/person/11333 6 2021-11-01-10057ffd-11333-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 12.418ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette