items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-02-06-10057ffd-24920-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 |
---|---|---|---|---|---|---|---|
d74cf1be0763acbf58c7dc1bc483719bd4f1c81b | From 11 September 2020 until 13 May 2022, commissioned as a Reservist in the British Army. Payments received from the Army Pay Office, 65 Brown St, Glasgow G2 8EX. (Registered 09 December 2020; updated 07 June 2022) | Employment and earnings 10057ffd | 2023-02-06 | Rehman Chishti uk.org.publicwhip/person/24920 | 0 | 2023-02-06-10057ffd-24920-0 | |
0e78303fb75eb2114966a34944d834eefa546aa1 | Senior Fellow for International Religious Freedom policy at the Religious Freedom Institute (RFI), a not for profit NGO. Address: 316 Pennsylvania Avenue, Suite 501, Washington D.C., 20003, USA. | Employment and earnings 10057ffd | 2023-02-06 | Rehman Chishti uk.org.publicwhip/person/24920 | 1 | 2023-02-06-10057ffd-24920-0 | |
b07cecc26eb2b87b61bc6e91ffaa6fe6bb516657 | From 8 February 2021 until 7 February 2022, I received £18,191.73 (conversion calculated on 8 February 2021) ($25,000) a year. Hours: approx. 10 hrs per month. (Registered 10 February 2021) | Employment and earnings 10057ffd | 2023-02-06 | Rehman Chishti uk.org.publicwhip/person/24920 | 2 | 2023-02-06-10057ffd-24920-0 | |
f9144cbc2a93938e9c805a4cf5731c6a0a57b82a | From 1 March 2022 until 8 July 2022, I received £1,868.19 (conversion calculated 3 March 2022) ($2500) a month. Hours: approx. 10 hrs per month. (Registered 03 March 2022; updated 08 July 2022) | Employment and earnings 10057ffd | 2023-02-06 | Rehman Chishti uk.org.publicwhip/person/24920 | 3 | 2023-02-06-10057ffd-24920-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");