items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where person_id = "uk.org.publicwhip/person/10069" and record_id = "2018-02-05-2fa6c1a9-10069-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 |
---|---|---|---|---|---|---|---|
771ec5928d91ed7ddaddd6abb6795719cecc86da | Name of donor: GMB Address of donor: 1 Mosley Street, Newcastle Upon Tyne NE1 1YE Amount of donation or nature and value if donation in kind: £5,000 Donor status: trade union (Registered 04 July 2017) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2018-02-05 | Nick Brown uk.org.publicwhip/person/10069 | 0 | 2018-02-05-2fa6c1a9-10069-0 | |
341c247ce54563586fb008c3b317195bcbe4a59e | Name of donor: Communication Workers Union (CWU) Address of donor: 150, the Broadway, Wimbledon, London SW19 1RX Amount of donation or nature and value if donation in kind: £2,000 Donor status: trade union (Registered 04 July 2017) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2018-02-05 | Nick Brown uk.org.publicwhip/person/10069 | 1 | 2018-02-05-2fa6c1a9-10069-0 | |
c141d36545c459a03dee46b4acd64e01418d98e0 | Name of donor: Unite the Union Address of donor: 128 Theobalds Road, Holborn, London WC1X 8TN Amount of donation or nature and value if donation in kind: printing to the value of £4,000 Donor status: trade union (Registered 04 July 2017) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2018-02-05 | Nick Brown uk.org.publicwhip/person/10069 | 2 | 2018-02-05-2fa6c1a9-10069-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");