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-05-02-10057ffd-10162-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
bf05bc7943b61db6165e8bf99167f162bd4702ae From 1 December 2019 until further notice, Member of the Advisory Board of THI Holdings GmbH, Eberhardstrasse 65, 70173 Stuttgart (an investment company). I receive £33,900 per annum, paid quarterly by THI Investments UK Ltd, 17 Grosvenor Street, London W1K 4QG. Hours: approx. 16 hrs a year. I consulted ACoBA about this appointment. (Registered 09 January 2020) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 0 2023-05-02-10057ffd-10162-0
033959dac5fbb9fcfd94395cee0183f30de38f05 From 12 December 2019 until further notice, Chairman of the Supervisory Board of Kohlgartenstrasse 15 Verwaltungs AG, Bahnhofstrasse 8a, 15806 Zossen, Germany; a German real estate company. I receive £16,948 per annum, paid monthly. Hours: approx. 168 hrs a year. I consulted ACoBA about this appointment. (Registered 09 January 2020) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 1 2023-05-02-10057ffd-10162-0
7a4d2fec232d80a97787ef0cbf63dabc5a230e24 Payments from the Telegraph Media Group, 111 Buckingham Palace Road, London SW1W 0DT. All fees donated to charity. Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 2 2023-05-02-10057ffd-10162-0
c6deaa3b0b0a1055267bc89dd82a8826fb1d3578 Payment of £250 expected for an article written on 22 May 2022. Hours: 1 hr. (Registered 27 June 2022) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 3 2023-05-02-10057ffd-10162-0
85ecd3bdf30b42a585b223b6d1445eea7460b534 Payment of £270 expected for an article written on 28 May 2022. Hours: 1.5 hrs. (Registered 27 June 2022) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 4 2023-05-02-10057ffd-10162-0
5079ed0e2e2ef2cc704dfb00a1978a09240b2307 Payment of £270 expected for an article written on 17 June 2022. Hours: 1.5 hrs. (Registered 27 June 2022) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 5 2023-05-02-10057ffd-10162-0
87570ed9be72505e85529a1aea6beee9df75621a 5 July 2022, payment of £300 from Matt Forde (private address), for an appearance at a stage show and podcast recording on 27 June 2022. Hours: 2 hrs. Fee paid direct to charity. (Registered 07 July 2022) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 6 2023-05-02-10057ffd-10162-0
11dff133c3ce967a559eb418d5450fec98e0bdc5 7 December 2022, received £200 from Radio 4’s Any Questions, BBC Broadcasting House, Whiteladies Road, Bristol BS8 2LR, for an appearance on BBC Radio 4’s Any Questions. Hours: 3 hrs. Fee will be donated to charity. (Registered 07 December 2022) Employment and earnings 10057ffd 2023-05-02   David Davis uk.org.publicwhip/person/10162 7 2023-05-02-10057ffd-10162-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 167.107ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette