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-30-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
7146ff93b0da6470d3c8630a85945b1bf4acf1a9 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-30   Vincent Cable uk.org.publicwhip/person/10084 0 2019-09-30-2fa6c1a9-10084-0
09fbd46e90e5a328879d67d4fcbe2651be7d82f3 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-30   Vincent Cable uk.org.publicwhip/person/10084 1 2019-09-30-2fa6c1a9-10084-0
3a87464b73b7fb75202ad68a24d8e24cb78bf96e 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-30   Vincent Cable uk.org.publicwhip/person/10084 2 2019-09-30-2fa6c1a9-10084-0
a0a6b39efe1eabaea98724dd6fef10e8643ad89b 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-30   Vincent Cable uk.org.publicwhip/person/10084 3 2019-09-30-2fa6c1a9-10084-0
60652c0707faabd89d08509908900cbeb20498c2 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-30   Vincent Cable uk.org.publicwhip/person/10084 4 2019-09-30-2fa6c1a9-10084-0
099f441150918ecd82fd0bbb435ec66a8403838c 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-30   Vincent Cable uk.org.publicwhip/person/10084 5 2019-09-30-2fa6c1a9-10084-0
7bf2de4d8c6c70f152a72de26b5e5e6041f8259a 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-30   Vincent Cable uk.org.publicwhip/person/10084 6 2019-09-30-2fa6c1a9-10084-0
f49adc044c2bf580b7a82bf43144f6586f99bd26 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-30   Vincent Cable uk.org.publicwhip/person/10084 7 2019-09-30-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 15.48ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette