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-08-07-10057ffd-10062-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
85d37e5a039a1eb3f0bf4912bb16936c5b70ee79 Until 31 March 2023, Adviser on communications and marketing strategy to Snowshill Allied Holdings Ltd, and formerly to Aquarium Software Ltd, both of Poplar House, 126a Ashley Road, Hale, Cheshire WA14 2UN. From 1 April 2015, I received remuneration of £2,500 a quarter. Hours: approx. 3 hrs a quarter. (Registered 17 September 2013; updated 04 October 2013, 31 May 2015 and 01 March 2023) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 0 2023-08-07-10057ffd-10062-0
16c8c77125c325e7c8014f283d2bd89c70168107 From 15 February 2021, I receive £26,000 a year (paid monthly) for my role as Chair of the Parliamentary Advisory Board (formerly Editor) of The House Magazine (Dods Group Limited), Level 11, The Shard, 32 London Bridge Rd, London SE1 9SG. Hours: 10 hrs a month. (Updated 31 May 2015, 13 November 2015, 03 July 2017, 18 June 2020, 15 December 2020 and 04 March 2021) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 1 2023-08-07-10057ffd-10062-0
3fda703947502e952997d7b1c351eedd2290a8f5 From 1 May 2022, Member of Advisory Board of Primary Access and Research, 64 Eaton Place, London SW1X 8AT. (Updated 24 June 2021 and 16 May 2022) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 2 2023-08-07-10057ffd-10062-0
14358c6c35e5630d85375328e7b5764b4694f27f From 1 June 2021 until further notice, I receive £6,000 a year, paid monthly. Hours: 1 hr per month. First payment received on 2 July 2021. (Registered 20 July 2021; updated 23 August 2021 and 16 May 2022) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 3 2023-08-07-10057ffd-10062-0
17bf3b8a4fadaf00881262c07b4962f94b4b38ae 28 December 2022, received £6,500 from Grant Thornton Ireland, 13-18 City Quay, Dublin DO2 ED70, for attending and speaking at a partners meeting on 25 November 2022. Hours: 1.5 hrs. The payer also provided flights and hotel accommodation. (Registered 12 January 2023) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 4 2023-08-07-10057ffd-10062-0
b731e102b2d005b7c623826533a0cc91ec5789f2 From 1 January 2023 until further notice, Adviser to Young Chef Young Waiter, Langdon Court Ltd, Down Thomas, Wembury, Plymouth PLY 0DY, I receive £1,000 a month for providing advice on marketing and communications. Hours: 2 hrs a month. (Registered 18 January 2023) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 5 2023-08-07-10057ffd-10062-0
fa0da338569a1582365939fb9757e2efb7a19ffb From 1 March 2023 until further notice, Adviser on Communications and Strategy to Global Banking School Ltd and Metagedu Apprenticeships Ltd, both of 891 Greenford Road, Greenford, London UB6 0HE. I receive a fee of £3,000 per month. Hours: 3 hrs per month. (Registered 01 March 2023) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 6 2023-08-07-10057ffd-10062-0
61014037ddd23256e1ef157662d598f4e1656a6f 25 July 2023, received £900 from the American Institute for Foreign Study (UK) – CD Fairs, 37 Queens Gate, London SW7 5HR, for speaking to American Students visiting the UK on 6 July 2023. Hours: 2 hrs. (Registered 02 August 2023) Employment and earnings 10057ffd 2023-08-07   Graham Brady uk.org.publicwhip/person/10062 7 2023-08-07-10057ffd-10062-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 95.67ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette