items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2023-08-07-70b64e89-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 |
|---|---|---|---|---|---|---|---|
| 2821a7d7dc6a618c39a35791fe8e4248520e0be3 | Name of donor: MPM Connect Ltd Address of donor: Grenville House, 4 Grenville Avenue, Broxbourne EN10 7DH Amount of donation or nature and value if donation in kind: £15,847 to support my offices Date received: 28 July 2022 Date accepted: 28 July 2022 Donor status: company, registration 7213374 (Registered 19 August 2022) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-08-07 | Yvette Cooper uk.org.publicwhip/person/10131 | 0 | 2023-08-07-70b64e89-10131-0 | |
| 450b180736656b8e741841338fd8ffde0540b299 | Name of donor: MPM Connect Ltd Address of donor: Grenville House, 4 Grenville Avenue, Broxbourne EN10 7DH Amount of donation or nature and value if donation in kind: £15,847 to support my offices Date received: 10 October 2022 Date accepted: 10 October 2022 Donor status: company, registration 7213374 (Registered 04 November 2022) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-08-07 | Yvette Cooper uk.org.publicwhip/person/10131 | 1 | 2023-08-07-70b64e89-10131-0 | |
| df7372aa4ae6da8beedf09e3c5d939f058623762 | Name of donor: MPM Connect Ltd Address of donor: Grenville House, 4 Grenville Avenue, Broxbourne EN10 7DH Amount of donation or nature and value if donation in kind: £15,847 to fund office staffing Date received: 7 February 2023 Date accepted: 7 February 2023 Donor status: company, registration 7213374 (Registered 06 March 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-08-07 | Yvette Cooper uk.org.publicwhip/person/10131 | 2 | 2023-08-07-70b64e89-10131-0 | |
| 43264ed691bf5a18a5a4b5e0cf695258c9e50469 | Name of donor: MPM Connect Ltd Address of donor: Grenville House, 4 Grenville Avenue, Broxbourne EN10 7DH Amount of donation or nature and value if donation in kind: £17,000 to fund office staffing Date received: 11 May 2023 Date accepted: 11 May 2023 Donor status: company, registration 7213374 (Registered 18 May 2023) | (b) Any other support not included in Category 2(a) 70b64e89 | 2023-08-07 | Yvette Cooper uk.org.publicwhip/person/10131 | 3 | 2023-08-07-70b64e89-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");