home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2023-10-30-10057ffd-11447-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
c4bf302721f041da1787292a17451a7754aa5cea Payments from Eden & Partners Ltd, 50 Broadway, London SW1H 0RG: Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 0 2023-10-30-10057ffd-11447-0
1bdf5365a0216ecce065070cf0e94d146076897a 10 October 2022, received £400 for delivering a development programme. Hours: 4 hrs. (Registered 12 October 2022) Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 1 2023-10-30-10057ffd-11447-0
27a8c35d2f7508d935328c94bfe0382c4ce99dfd 12 December 2022, received £750 for delivering two sessions of a development programme. Hours: 8 hrs. (Registered 15 December 2022) Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 2 2023-10-30-10057ffd-11447-0
26057ad70f5fb95233b41021ba2a9fa21d3c9f9b Payments from Penguin Random House, 20 Vauxhall Bridge Road, London SW1V 2SA, via Arlington Enterprises (talent agency), 37 Great Portland Street, London W1W 8QH: Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 3 2023-10-30-10057ffd-11447-0
db3ad045b812ec9a64ed69ec966af5e1ba6d0ff0 15 November 2022, received £6,013.06 as an advance payment for a book. Hours: estimated at 200 hrs between August and November 2022. (Registered 29 November 2022) Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 4 2023-10-30-10057ffd-11447-0
865f9dd364b5ce25ef2b81954dc97d7dfa33df2a 22 August 2023, received £4,580 as a further advance for a book. Hours: no additional hours. (Registered 08 September 2023) Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 5 2023-10-30-10057ffd-11447-0
9b771cb5ce070aea4cfc38a00f44b2318cf34f55 30 December 2022, received £500 for being a panellist from Black Ballad Ltd, an organisation that host events and creates experiences for, by and about black women, 167-169 Great Portland Street, London W1W 5PF. Hours: 3 hrs. (Registered 11 January 2023) Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 6 2023-10-30-10057ffd-11447-0
b06e1abd0634e0575c94647d1fc68d47b6cd5574 20 September 2023, received £331.04 from Each One Teach One (education and empowerment organisation), Togostraße 76, 13351 Berlin, Germany, for being the British delegate to the 2023 Congressional Black Caucus in Washington DC, United States. Each One Teach One also provided accommodation with a value of £1,761.57. Hours: 24 hrs. (Registered 05 October 2023) Employment and earnings 10057ffd 2023-10-30   Dawn Butler uk.org.publicwhip/person/11447 7 2023-10-30-10057ffd-11447-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 140.35ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette