items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2020-12-21-70b64e89-25702-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 |
|---|---|---|---|---|---|---|---|
| f708421779c0f0af85cf859862eccdcd7a62e8fa | Name of donor: USDAW Address of donor: 188 Wilmslow Road, Manchester M14 6LJ Amount of donation or nature and value if donation in kind: £10,000 monetary donation towards the General Election campaign 2019 Date received: 2 October 2019 Date accepted: 2 October 2019 Donor status: trade union (Registered 06 January 2020) | (b) Any other support not included in Category 2(a) 70b64e89 | 2020-12-21 | Mike Amesbury uk.org.publicwhip/person/25702 | 0 | 2020-12-21-70b64e89-25702-0 | |
| 0d750c4d2f2926bd3c609fd05905c5ad9976ab44 | Name of donor: USDAW Address of donor: 188 Wilmslow Road, Manchester M14 6LJ Amount of donation or nature and value if donation in kind: £4,000 monetary donation towards the General Election campaign 2019 Date received: 2 December 2019 Date accepted: 2 December 2019 Donor status: trade union (Registered 06 January 2020) | (b) Any other support not included in Category 2(a) 70b64e89 | 2020-12-21 | Mike Amesbury uk.org.publicwhip/person/25702 | 1 | 2020-12-21-70b64e89-25702-0 | |
| 86dc8f6e8b4b99c953c45d4dbbf3d5f606d1b543 | Name of donor: GMB Address of donor: Jack Brown House, 80 St George's Road, Bolton, Lancashire BL1 2DD Amount of donation or nature and value if donation in kind: £5,000 monetary donation towards the General Election campaign 2019 Date received: 29 November 2019 Date accepted: 29 November 2019 Donor status: trade union (Registered 06 January 2020) | (b) Any other support not included in Category 2(a) 70b64e89 | 2020-12-21 | Mike Amesbury uk.org.publicwhip/person/25702 | 2 | 2020-12-21-70b64e89-25702-0 | |
| 7836a4da396dba7790e08629ca780d6f689a5cfe | Name of donor: CWU Address of donor: 302a Barlow Moor Road, Chorlton Park, Manchester M21 8AY Amount of donation or nature and value if donation in kind: £2,000 monetary donation towards the General Election campaign 2019 Date received: 25 November 2019 Date accepted: 25 November 2019 Donor status: trade union (Registered 06 January 2020) | (b) Any other support not included in Category 2(a) 70b64e89 | 2020-12-21 | Mike Amesbury uk.org.publicwhip/person/25702 | 3 | 2020-12-21-70b64e89-25702-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");