items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2019-09-02-2fa6c1a9-10084-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 |
---|---|---|---|---|---|---|---|
137d7334e7f88a1f017ebfb008fe9d0c8f057ce1 | Name of donor: Dinesh Dhamija Address of donor: private Amount of donation, or nature and value if donation in kind: £10,000 Donor status: individual (Registered 05 November 2018) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 0 | 2019-09-02-2fa6c1a9-10084-0 | |
cb5cd3704aefccd59f1107e89b418b6d621a2b31 | Name of donor: Lord David Alliance Address of donor: private Amount of donation, or nature and value if donation in kind: £25,000 Donor status: individual (Registered 17 December 2018) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 1 | 2019-09-02-2fa6c1a9-10084-0 | |
bce696d6cc90ff95163f3502b978e895516574c8 | Name of donor: Greg Dyke Address of donor: private Amount of donation, or nature and value if donation in kind: £5,000 Donor status: individual (Registered 17 December 2018) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 2 | 2019-09-02-2fa6c1a9-10084-0 | |
96444d645bd7d50c1d0990f196733967f596f37a | Name of donor: Sue Howes Address of donor: private Amount of donation, or nature and value if donation in kind: £5,000 Donor status: individual (Registered 17 December 2018) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 3 | 2019-09-02-2fa6c1a9-10084-0 | |
d33556979ec0137152d08a4ccbc01f07f58c8692 | Name of donor: Dinesh Dhamija Address of donor: private Amount of donation, or nature and value if donation in kind: £10,000 Donor status: individual (Registered 15 January 2019) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 4 | 2019-09-02-2fa6c1a9-10084-0 | |
18afdd445efb8995b61fc0f16b8191fda56a3dbe | Name of donor: CRU International Address of donor: Clayton Stark & Co, 5th Floor Charles House, 108-110 Finchley Road, London NW3 5JJ Amount of donation, or nature and value if donation in kind: £12,500 Donor status: company, registration 00940750 (Registered 02 May 2019) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 5 | 2019-09-02-2fa6c1a9-10084-0 | |
ab047cb79c8072e350933e471792bb47fe802bd8 | Name of donor: Sir David Garrard Address of donor: private Amount of donation, or nature and value if donation in kind: £10,000 Donor status: individual (Registered 13 June 2019) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 6 | 2019-09-02-2fa6c1a9-10084-0 | |
a0d22bae62bbc701722df1beb558fe125b74f2d8 | Name of donor: Sir David Garrard Address of donor: private Amount of donation, or nature and value if donation in kind: £10,000 Donor status: individual (Registered 16 July 2019) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2019-09-02 | Vincent Cable uk.org.publicwhip/person/10084 | 7 | 2019-09-02-2fa6c1a9-10084-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");