items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2019-08-12-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 |
---|---|---|---|---|---|---|---|
a3cc0c30c88afad9fc8a335d88137f14abd78bac | 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-08-12 | Henry Bellingham uk.org.publicwhip/person/10726 | 0 | 2019-08-12-10057ffd-10726-0 | |
17e7bd7a0c60c92a138835b590b2cf368c8bebf6 | 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-08-12 | Henry Bellingham uk.org.publicwhip/person/10726 | 1 | 2019-08-12-10057ffd-10726-0 | |
4e514d133cf5845be8a224ce582e0bf9bdbf0901 | 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-08-12 | Henry Bellingham uk.org.publicwhip/person/10726 | 2 | 2019-08-12-10057ffd-10726-0 | |
d8a8c20a48b448df3ed73ae4691f952966bd5bed | 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-08-12 | Henry Bellingham uk.org.publicwhip/person/10726 | 3 | 2019-08-12-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");