items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2023-07-10-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 |
|---|---|---|---|---|---|---|---|
| 20c770173a182055b1bd1e30fb1fd99cd9bd200d | 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-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 0 | 2023-07-10-10057ffd-11374-0 | |
| 48e3a8f2732a667f74defca92e1aca7d51e006bb | 24 January 202, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 1 | 2023-07-10-10057ffd-11374-0 | |
| 09b6c753aabc6b901541534e45a7dd2f106c56fa | 23 May 2022, payment of £100. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 2 | 2023-07-10-10057ffd-11374-0 | |
| baeeeb984a68b79d15c09a35eaac37b39d2e1681 | 2 August 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 3 | 2023-07-10-10057ffd-11374-0 | |
| f1c8c4b38a1e883b11ac8a72cf7d6630f84227cf | 9 September 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 4 | 2023-07-10-10057ffd-11374-0 | |
| 1bd5b2d899704215d7ba705aced6dad6acb69b98 | Payments from Ipsos Mori, 37 Thomas Moore Square, London E1W 1YW, for surveys. All fees paid direct to charity. | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 5 | 2023-07-10-10057ffd-11374-0 | |
| dd9f8c4668c325baa78326700301275103919d91 | 12 January 2022, payment of £50. Hours: 15 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 6 | 2023-07-10-10057ffd-11374-0 | |
| 2c786dc4a5d6c2e17e53edabdf4d5dd7c17ce1c4 | 15 August 2022, payment of £225. Hours: 35 mins. (Registered 02 November 2022) | Employment and earnings 10057ffd | 2023-07-10 | Sammy Wilson uk.org.publicwhip/person/11374 | 7 | 2023-07-10-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");