items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2022-05-03-10057ffd-25797-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 |
---|---|---|---|---|---|---|---|
129c9df59bf58f6edc9f4ae22f112fd4b209f459 | Payments from Islington Council, Town Hall, Upper St, London N1 2UD for duties as a Councillor until 24 March 2021. Hours: an average of 15 hrs a month unless otherwise stated. (Updated 22 April 2021) | Employment and earnings 10057ffd | 2022-05-03 | Claudia Webbe uk.org.publicwhip/person/25797 | 0 | 2022-05-03-10057ffd-25797-0 | |
0a545f24794d08d3e7ae48e6c08a28d6ba40da1b | 26 September 2020, received £1,021.07. (Registered 01 October 2020; updated 23 December 2020 and 13 May 2021) This is a late register update to which the rectification procedure was applied on 13 May 2021. Paragraph 15 of Chapter 4 of the Guide to the Rules applies. | Employment and earnings 10057ffd | 2022-05-03 | Claudia Webbe uk.org.publicwhip/person/25797 | 1 | 2022-05-03-10057ffd-25797-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");