items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2019-09-30-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 |
---|---|---|---|---|---|---|---|
d542afa178c29df7064696d94275aa06b23fb0bf | 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-09-30 | Henry Bellingham uk.org.publicwhip/person/10726 | 0 | 2019-09-30-10057ffd-10726-0 | |
2f6bacf37d065c613105a46db0fe7a59088d7d78 | 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-09-30 | Henry Bellingham uk.org.publicwhip/person/10726 | 1 | 2019-09-30-10057ffd-10726-0 | |
d9c58e73a99d4dcde9c7c7bcc89d7f79b4a81ece | 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-09-30 | Henry Bellingham uk.org.publicwhip/person/10726 | 2 | 2019-09-30-10057ffd-10726-0 | |
17540b694448881be9be77c7a8a232e9530801cb | 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-09-30 | Henry Bellingham uk.org.publicwhip/person/10726 | 3 | 2019-09-30-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");