items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2021-01-18-2fa6c1a9-10594-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 |
---|---|---|---|---|---|---|---|
8801d5cdfe9a181540f4d22094fb625c0351e215 | Name of donor: GMB Address of donor: John Cope House, 152 Brent Street, Hendon, London NW4 2DP Amount of donation or nature and value if donation in kind: £10,000 Donor status: trade union (Registered 10 January 2020) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2021-01-18 | Gareth Thomas uk.org.publicwhip/person/10594 | 0 | 2021-01-18-2fa6c1a9-10594-0 | |
0f27dc34a8932020c23d7491bba7bc0214fd3875 | Name of donor: CWU Address of donor: 150 The Broadway, Wimbledon SW19 1RX Amount of donation or nature and value if donation in kind: £4,000 Donor status: trade union (Registered 10 January 2020) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2021-01-18 | Gareth Thomas uk.org.publicwhip/person/10594 | 1 | 2021-01-18-2fa6c1a9-10594-0 | |
926c4b8835e0a702469dc41965a0e974c067698e | Name of donor: Community Union Address of donor: 465c Caledonian Road, London N7 9GX Amount of donation or nature and value if donation in kind: £4,000 Donor status: trade union (Registered 10 January 2020) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2021-01-18 | Gareth Thomas uk.org.publicwhip/person/10594 | 2 | 2021-01-18-2fa6c1a9-10594-0 | |
9bf6e36addf7ba63b97a6e03729e8a274f5d092c | Name of donor: USDAW Address of donor: 188 Wilmslow Road, Manchester M14 6LJ Amount of donation or nature and value if donation in kind: £2,000 Donor status: trade union (Registered 10 January 2020) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2021-01-18 | Gareth Thomas uk.org.publicwhip/person/10594 | 3 | 2021-01-18-2fa6c1a9-10594-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");