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-08-12-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
b11b7d409a1f504dfb1570ca7fb15592f8d5d10d 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 0 2019-08-12-2fa6c1a9-10084-0
10863ea06d48d26bd6e50508d47121c798209669 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 1 2019-08-12-2fa6c1a9-10084-0
a1c6f78eae691b93e909d3eefc409d9dad2c8989 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 2 2019-08-12-2fa6c1a9-10084-0
6dc4835bfe287ff1974233a3545dfe0171c6cacb 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 3 2019-08-12-2fa6c1a9-10084-0
1da5e8253f3567ac83a3710f09245c4328db0307 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 4 2019-08-12-2fa6c1a9-10084-0
57b200320575d7a16fde4c1c240511aa370eff80 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 5 2019-08-12-2fa6c1a9-10084-0
eae91fcfe3363a4b71218140e6bf66949f7107b7 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 6 2019-08-12-2fa6c1a9-10084-0
1161efe2e16ec07957c3b686c9280dfd2fb99aba 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-08-12   Vincent Cable uk.org.publicwhip/person/10084 7 2019-08-12-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 6.178ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette