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-09-16-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
87555739eb27333284a05f5c7c4595cd9bf0e7e9 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-16   Vincent Cable uk.org.publicwhip/person/10084 0 2019-09-16-2fa6c1a9-10084-0
e5869c788c8e91c910eb9a06d1aec3f45d9f379f 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-16   Vincent Cable uk.org.publicwhip/person/10084 1 2019-09-16-2fa6c1a9-10084-0
2649d7a3d3e92a78f4757c62f3f9d0a0b0a6d952 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-16   Vincent Cable uk.org.publicwhip/person/10084 2 2019-09-16-2fa6c1a9-10084-0
441ea342b7d1d181b94807dc7364945b2dfdae85 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-16   Vincent Cable uk.org.publicwhip/person/10084 3 2019-09-16-2fa6c1a9-10084-0
ec7020fa1184194df374be9e812a86cdf666acbb 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-16   Vincent Cable uk.org.publicwhip/person/10084 4 2019-09-16-2fa6c1a9-10084-0
6291212807663baa2743931713f142ef38900e74 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-16   Vincent Cable uk.org.publicwhip/person/10084 5 2019-09-16-2fa6c1a9-10084-0
dd64e4b1560bf375701d3501c0648e610d8bcba2 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-16   Vincent Cable uk.org.publicwhip/person/10084 6 2019-09-16-2fa6c1a9-10084-0
0030c11c548ae3516c73944af04368a36edb9075 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-16   Vincent Cable uk.org.publicwhip/person/10084 7 2019-09-16-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 7.429ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette