items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2022-08-08-10057ffd-10075-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 |
|---|---|---|---|---|---|---|---|
| d364a71a2cdc832d75767834d23f17b41d213c88 | Payments from Savanta Group Ltd, 3 Melville Street, Edinburgh EH3 7PE, for surveys. All fees paid direct to charity: | Employment and earnings 10057ffd | 2022-08-08 | Karen Buck uk.org.publicwhip/person/10075 | 0 | 2022-08-08-10057ffd-10075-0 | |
| 4d0e36e3297e8bf62cef43bb178b911efdc19a82 | 7 January 2021, payment of £75. Hours: 45 mins. (Registered 22 December 2021) | Employment and earnings 10057ffd | 2022-08-08 | Karen Buck uk.org.publicwhip/person/10075 | 1 | 2022-08-08-10057ffd-10075-0 | |
| 19079f9d9f3345d5c2f0d5036bb6ad27b95cb671 | 4 May 2021, payment of £75. Hours: 45 mins. (Registered 22 December 2021) | Employment and earnings 10057ffd | 2022-08-08 | Karen Buck uk.org.publicwhip/person/10075 | 2 | 2022-08-08-10057ffd-10075-0 | |
| 786ac954a8b6c0b4ecb8fb1c2ad8d89989089494 | 29 July 2021, payment of £75. Hours: 45 mins. (Registered 22 December 2021) | Employment and earnings 10057ffd | 2022-08-08 | Karen Buck uk.org.publicwhip/person/10075 | 3 | 2022-08-08-10057ffd-10075-0 | |
| b607698f66d167af94afd31f4af48aca2df6ff69 | 7 September 2021, payment of £75. Hours: 45 mins. (Registered 22 December 2021) | Employment and earnings 10057ffd | 2022-08-08 | Karen Buck uk.org.publicwhip/person/10075 | 4 | 2022-08-08-10057ffd-10075-0 | |
| 3f55309e948981babe71bca9a5d1a27c3c106baf | 6 December 2021, payment of £75. Hours: 45 mins. (Registered 22 December 2021) | Employment and earnings 10057ffd | 2022-08-08 | Karen Buck uk.org.publicwhip/person/10075 | 5 | 2022-08-08-10057ffd-10075-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");