items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2017-02-06-2fa6c1a9-24762-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 |
---|---|---|---|---|---|---|---|
c548bf4128590ebd83abfc877ddf77fefa61f521 | Name of donor: VGC Group Address of donor: Cardinal House, Bury Street, Ruislip HA4 7GD Amount of donation or nature and value if donation in kind: £1,800 in a successful auction bid at a fundraising dinner for Barnsley East CLP and the office of another MP, the profits from which will be divided equally. Donor status: company, registration 5741473 (Registered 04 May 2016) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2017-02-06 | Michael Dugher uk.org.publicwhip/person/24762 | 0 | 2017-02-06-2fa6c1a9-24762-0 | |
a6e7507143bad664ec7c8e26f902aa77f9d322af | Name of donor: Edward Maurice Watkins Address of donor: private Amount of donation or nature and value if donation in kind: £755 in purchasing tickets for a fundraising dinner for Barnsley East CLP and the office of another MP, the profits from which will be divided equally. (Registered with donation below.) Donor status: individual (Registered 23 May 2016) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2017-02-06 | Michael Dugher uk.org.publicwhip/person/24762 | 1 | 2017-02-06-2fa6c1a9-24762-0 | |
51ed594ef1062083c2d7435e5cf047924ff4b8a7 | Name of donor: Edward Maurice Watkins Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 in a successful auction bid at a fundraising dinner for Barnsley East CLP and the office of another MP, the profits from which will be divided equally. (Registered with donation above.) Donor status: individual (Registered 23 May 2016) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2017-02-06 | Michael Dugher uk.org.publicwhip/person/24762 | 2 | 2017-02-06-2fa6c1a9-24762-0 | |
b18b17ef3f5df5f08e2523a1c2078a11fd043287 | Name of donor: Chris Chenn Address of donor: private Amount of donation or nature and value if donation in kind: £1,900 in a successful auction bid at a fundraising dinner for Barnsley East CLP and the office of another MP, the profits from which will be divided equally. Donor status: individual (Registered 22 September 2016) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2017-02-06 | Michael Dugher uk.org.publicwhip/person/24762 | 3 | 2017-02-06-2fa6c1a9-24762-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");