items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2023-10-16-70b64e89-10678-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 |
|---|---|---|---|---|---|---|---|
| 1680707b80c8feedd668d8cbf4f7f77b8433bd6b | Name of donor: Richard Lewis Address of donor: private Amount of donation or nature and value if donation in kind: £15,000 Date received: 14 March 2023 Date accepted: 27 March 2023 Donor status: individual (Registered 27 March 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-10-16 | David Lammy uk.org.publicwhip/person/10678 | 0 | 2023-10-16-70b64e89-10678-0 | |
| 31224c2e0232da3baaecd50da4530ce4897b42b8 | Name of donor: Jonathan Stone Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Date received: 27 May 2023 Date accepted: 27 May 2023 Donor status: individual (Registered 08 June 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-10-16 | David Lammy uk.org.publicwhip/person/10678 | 1 | 2023-10-16-70b64e89-10678-0 | |
| 416e28de276cadb3fa0721cc1e99b6f46e2075a1 | Name of donor: George Brown Address of donor: private Amount of donation or nature and value if donation in kind: £25,000 towards paying for an additional member of staff for my office Date received: 24 August 2023 Date accepted: 24 August 2023 Donor status: individual (Registered 04 September 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-10-16 | David Lammy uk.org.publicwhip/person/10678 | 2 | 2023-10-16-70b64e89-10678-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");