home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2020-10-12-2fa6c1a9-24822-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
0bd2f9edd67442e589c87b7fde35d1901f712cf8 Name of donor: Nick M. Finegold Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 Donor status: individual (Registered 08 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2020-10-12   Nadhim Zahawi uk.org.publicwhip/person/24822 0 2020-10-12-2fa6c1a9-24822-0
afc00d071d0714c4c928a80139bee240ed258299 Name of donor: MFL Finance Ltd Address of donor: 17c Curzon Street, Mayfair, London W1J 5HU Amount of donation or nature and value if donation in kind: £2,000 Donor status: company, registration 07217360 (Registered 08 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2020-10-12   Nadhim Zahawi uk.org.publicwhip/person/24822 1 2020-10-12-2fa6c1a9-24822-0
f6ba6bdf1d3f3518be25c2d563e74e22af0cb77f Name of donor: Peter Cruddas Address of donor: private Amount of donation or nature and value if donation in kind: £3,000 Donor status: individual (Registered 08 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2020-10-12   Nadhim Zahawi uk.org.publicwhip/person/24822 2 2020-10-12-2fa6c1a9-24822-0
ec1ea8be6ffd85247c2b4a0771c549cbb1164a27 Name of donor: Bansols Beta Ltd Address of donor: The Courtyard, Chapel Lane, Bodicote, Banbury OX15 4DB Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 02878404 (Registered 08 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2020-10-12   Nadhim Zahawi uk.org.publicwhip/person/24822 3 2020-10-12-2fa6c1a9-24822-0
99be1d0a06bd188acc788933e3fc061f8e1cf922 Name of donor: Jo Bamford Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 08 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2020-10-12   Nadhim Zahawi uk.org.publicwhip/person/24822 4 2020-10-12-2fa6c1a9-24822-0
52726433c134c22951eb1c66d5468f184080fac0 Name of donor: Cavendish Holdings Ltd Address of donor: 5 Clarendon Place, Leamington Spa CV32 5QL Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 01018967 (Registered 08 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2020-10-12   Nadhim Zahawi uk.org.publicwhip/person/24822 5 2020-10-12-2fa6c1a9-24822-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 31.07ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette