items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2023-06-12-10057ffd-11374-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 |
|---|---|---|---|---|---|---|---|
| 8dbd3c50d217b5ecc3a1c4f1cef2550a69fc0038 | Payments from Savanta ComRes, 3 Melville Street, Edinburgh EH3 7PE, for surveys. All fees paid direct to charity or good causes. | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 0 | 2023-06-12-10057ffd-11374-0 | |
| 6e41b936d5c0b399c5f39741c228d26f784440e5 | 24 January 202, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 1 | 2023-06-12-10057ffd-11374-0 | |
| 210e6e7fb0b7c606215f7b656dceda9d83b64451 | 23 May 2022, payment of £100. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 2 | 2023-06-12-10057ffd-11374-0 | |
| f7e2ea3f26fbaa2748993feeab698da70f06f645 | 2 August 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 3 | 2023-06-12-10057ffd-11374-0 | |
| d6f1c6e7820ee9e6d1f7a38510bec2e0599b82d5 | 9 September 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 4 | 2023-06-12-10057ffd-11374-0 | |
| 7ba29a76cd2c342b8fe4e3f7c5693d7a31b0b05a | Payments from Ipsos Mori, 37 Thomas Moore Square, London E1W 1YW, for surveys. All fees paid direct to charity. | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 5 | 2023-06-12-10057ffd-11374-0 | |
| 0a550899189e22e72dea38ba79ca705ace36ffea | 12 January 2022, payment of £50. Hours: 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 6 | 2023-06-12-10057ffd-11374-0 | |
| 652516957d22d743897e1b5261fda58bdfc644d6 | 15 August 2022, payment of £225. Hours: 35 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-06-12 | Sammy Wilson uk.org.publicwhip/person/11374 | 7 | 2023-06-12-10057ffd-11374-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");