home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

8 rows where record_id = "2019-10-21-2fa6c1a9-10084-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
38d41b76594986ecd96d05c03fa8d1867c47f791 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 0 2019-10-21-2fa6c1a9-10084-0
e9e024212fadf343dc8e5db161a1382a301556d9 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 1 2019-10-21-2fa6c1a9-10084-0
8b4a631a81d94aa19a29126f0d54849192495d60 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 2 2019-10-21-2fa6c1a9-10084-0
f18d23287b28c42d648b28c1576259deed6cf774 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 3 2019-10-21-2fa6c1a9-10084-0
1819e5038b100b06f12ed8ba4fc5e3bd5a13889a 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 4 2019-10-21-2fa6c1a9-10084-0
568e096b4fb12448353db8c575a4d299043e6f23 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 5 2019-10-21-2fa6c1a9-10084-0
3934ceeddf5201ecb1d12d0e00a07f0b3f51877c 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 6 2019-10-21-2fa6c1a9-10084-0
fce0ea2dce5defb0d0c5b62746b2dcde83737ada 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-10-21   Vincent Cable uk.org.publicwhip/person/10084 7 2019-10-21-2fa6c1a9-10084-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 87.48ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette