home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2019-11-05-10057ffd-10726-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
9ce9a96751a24a65a68579830d53f1c46fa019fc From 1 May 2019 until further notice, Chair and non-executive director of Developing Markets Associates Ltd, 150 Tooley Street, London SE1 2TU, a global consultancy and investment conference organiser. I receive £2,500 a month for a commitment of approx. 3.5 hrs. (Registered 17 May 2013; updated 27 November 2015 and 14 May 2019) Employment and earnings 10057ffd 2019-11-05   Henry Bellingham uk.org.publicwhip/person/10726 0 2019-11-05-10057ffd-10726-0
b03a38da37b500fdfecf6d9dfc8d5fc76b7fb780 Non-executive Chairman of Pathfinder Minerals PLC, Becket House, 36 Old Jewry, London EC2R 8DD, an AIM listed mining company. I carry out duties as Non-Executive Chairman and give advice on strategy and corporate governance. Employment and earnings 10057ffd 2019-11-05   Henry Bellingham uk.org.publicwhip/person/10726 1 2019-11-05-10057ffd-10726-0
f1c914ee707acefd050f0da2c96b0243064e0958 From September 2018 I receive £2,083 per month until further notice. Hours: 4-7 hrs per month. (Registered 17 February 2014; updated 17 July 2015 and 29 November 2018) This is a delayed update which was the subject of a Report published by the Standards Committee on 31 October 2019. Employment and earnings 10057ffd 2019-11-05   Henry Bellingham uk.org.publicwhip/person/10726 2 2019-11-05-10057ffd-10726-0
c1f0fd41e491cdb3fe8f3cf2f4cf68765cc44ebc From 1 January 2016 until 4 April 2019, Senior Adviser to J. Stern & Co. LLP, 4 Carlton Gardens, London SW1Y 5AA, a fund management company. I received a monthly payment of £2,500 for providing legal advice, and advice on corporate governance and strategic direction. Hours: approx. 4.5 hrs per month. Initial payment of £5,000 received on 1 January 2016. (Registered 9 February 2016; updated 14 May 2019) This late entry and delayed update were the subject of a Report published by the Standards Committee on 31 October 2019. Employment and earnings 10057ffd 2019-11-05   Henry Bellingham uk.org.publicwhip/person/10726 3 2019-11-05-10057ffd-10726-0
6a0c982f173155a1557a9805c4c8aa7d67c9a355 From 1 October 2018, non-executive Chairman of Clifton Africa Ltd, Jendens Office, Shipley, Horsham, West Sussex, RH13 8PP, a private company specialising in housing and infrastructure construction in developing countries. I receive £2,500 a month for a commitment of approx. 3.5 hours. (Registered 22 November 2018; updated 31 October 2019) This is a late entry which was the subject of a Report published by the Standards Committee on 31 October 2019. Employment and earnings 10057ffd 2019-11-05   Henry Bellingham uk.org.publicwhip/person/10726 4 2019-11-05-10057ffd-10726-0
a1500dabeebdf59dfcd2ddafdfec33f1d5040934 On 15 November 2018 I received 3,000 shares as part of my remuneration. (Registered 31 October 2019) This is a late entry which was the subject of a Report published by the Standards Committee on 31 October 2019. Employment and earnings 10057ffd 2019-11-05   Henry Bellingham uk.org.publicwhip/person/10726 5 2019-11-05-10057ffd-10726-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 19.803ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette