items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-10-16-10057ffd-10131-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 |
|---|---|---|---|---|---|---|---|
| f58b2bd2c5db04753f87233bd4b37d8cfcd06e04 | Payments from Atlantic Books Ltd, Ormond House, 27 Boswell Street, London WC1 3JZ, via Conville and Walsh (literary agent), Haymarket House, London SW1Y 4SP: | Employment and earnings 10057ffd | 2023-10-16 | Yvette Cooper uk.org.publicwhip/person/10131 | 0 | 2023-10-16-10057ffd-10131-0 | |
| 0d87c3707a98e6791831b59a86c37d4b16da9fe0 | 18 October 2022, received £1,220 for additional sales of a book already published. Hours: no additional hours. Payment used to support my offices. (Registered 14 November 2022) | Employment and earnings 10057ffd | 2023-10-16 | Yvette Cooper uk.org.publicwhip/person/10131 | 1 | 2023-10-16-10057ffd-10131-0 | |
| 563064f26cb11ae71979bde3a5b4d961b2748132 | 20 April 2023, received £1,096.04 for additional sales of a book already published. Hours: no additional hours. Payment used to fund office staffing. (Registered 12 May 2023) | Employment and earnings 10057ffd | 2023-10-16 | Yvette Cooper uk.org.publicwhip/person/10131 | 2 | 2023-10-16-10057ffd-10131-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");