items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2023-01-23-10057ffd-24888-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 |
---|---|---|---|---|---|---|---|
849a10837c95ea4aa878772ab9b0544fe08b6298 | Director (unpaid), McPartland Consulting Ltd, Richmond House, Walkern Road, Stevenage, Herts, SG1 3QP; strategic consultancy business. (Updated 29 November 2021) Clients: | Employment and earnings 10057ffd | 2023-01-23 | Stephen McPartland uk.org.publicwhip/person/24888 | 0 | 2023-01-23-10057ffd-24888-0 | |
4b502016dae68ffa5756c8263a912c01e7b82236 | From 1 November 2021 until 7 July 2022, McPartland Consulting Ltd received £5,000 a month from MBU Capital Group, 65 Curzon Street, London W1J 8PE, for providing strategic advice on expanding geographically into untackled markets and increasing investment activities through a risk adjusted platform. Hours: up to 8 hours a month. (Registered 26 November 2021; updated 15 July 2022) | Employment and earnings 10057ffd | 2023-01-23 | Stephen McPartland uk.org.publicwhip/person/24888 | 1 | 2023-01-23-10057ffd-24888-0 | |
98890976ba454659b80d8ce33b45e3a95c00fb01 | From 22 December 2014 until 7 July 2022 and again from 31 October 2022, non-executive director of Furniture Village Limited, 258 Bath Road, Slough, Berkshire SL1 4DX; furniture retailer. (Registered 7 January 2015; updated 7 July 2015, 16 June 2017, 09 October 2020, 15 July 2022 and 28 November 2022) | Employment and earnings 10057ffd | 2023-01-23 | Stephen McPartland uk.org.publicwhip/person/24888 | 2 | 2023-01-23-10057ffd-24888-0 | |
d0056383e49a799bae660c7b77bc51bd87c327fd | From 1 September 2021 until 7 July 2022, I received £4,166.67 a month. Hours: 10 hrs per month. (Registered 27 September 2021; updated 15 July 2022) | Employment and earnings 10057ffd | 2023-01-23 | Stephen McPartland uk.org.publicwhip/person/24888 | 3 | 2023-01-23-10057ffd-24888-0 | |
d76c19dd34ad7b0429875a9e86f8c8aaedb8e20b | 30 June 2022, received a bonus payment of £5,000 for the year to the end of June 2022. Hours: no additional hours. (Registered 26 July 2022) | Employment and earnings 10057ffd | 2023-01-23 | Stephen McPartland uk.org.publicwhip/person/24888 | 4 | 2023-01-23-10057ffd-24888-0 | |
da505b338d1c9dcb3c28adfbe35c0fe420bb0d12 | From 31 October 2022 until further notice, I receive £4,166.67 a month. Hours: 10 hrs per month. I consulted ACoBA about this appointment. (Registered 28 November 2022) | Employment and earnings 10057ffd | 2023-01-23 | Stephen McPartland uk.org.publicwhip/person/24888 | 5 | 2023-01-23-10057ffd-24888-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");