items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2019-07-29-10057ffd-10726-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
6e6a456144edbb54440f4ba87abc82ecc1de3be6 | 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-07-29 | Henry Bellingham uk.org.publicwhip/person/10726 | 0 | 2019-07-29-10057ffd-10726-0 | |
61792e1aa441e8c2f36ddb88c9cb96b4e03ef555 | Non-executive Chairman of Pathfinder Minerals PLC, Becket House, 36 Old Jewry, London EC2R 8DD, an AIM listed mining company. For carrying out duties as Non-Executive Chairman and giving advice on strategy and corporate governance. 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) | Employment and earnings 10057ffd | 2019-07-29 | Henry Bellingham uk.org.publicwhip/person/10726 | 1 | 2019-07-29-10057ffd-10726-0 | |
652935a267f75917c2c2ca6182f3b3c3a65130a0 | 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) | Employment and earnings 10057ffd | 2019-07-29 | Henry Bellingham uk.org.publicwhip/person/10726 | 2 | 2019-07-29-10057ffd-10726-0 | |
508dcfd39bc7463cc90aceb7e93521b927ac6d51 | From 31 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) | Employment and earnings 10057ffd | 2019-07-29 | Henry Bellingham uk.org.publicwhip/person/10726 | 3 | 2019-07-29-10057ffd-10726-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");