home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2023-06-26-2fa6c1a9-11858-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
999244541da61b225e9fd094efc08a3137e92ddf Name of donor: The Dental Centre Address of donor: 19 Station Road, Addlestone, Surrey KT15 2AL Amount of donation or nature and value if donation in kind: £3,000 paid in monthly instalments of £250 a month from October 2021 Donor status: company, registration 05971338 (Registered 10 November 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 0 2023-06-26-2fa6c1a9-11858-0
74561efdef25c1a4a6675e6bd1bf5fc8aee18b5d Name of donor: Information Edge Address of donor: Token House, 11-12 Tokenhouse Yard, London EC2R 7AS Amount of donation or nature and value if donation in kind: £6,000 in monthly payments of £500 between January and December 2022 Donor status: company, registration 05337528 (Registered 26 January 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 1 2023-06-26-2fa6c1a9-11858-0
2558c98825ae07e7428bc6854a212c995b5446a5 Name of donor: Strangers Gallery Dining Club Address of donor: The Courtyard, High Street, Ascot SL5 7HP Amount of donation or nature and value if donation in kind: £9,000 Donor status: members' association (unincorporated) (Registered 13 June 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 2 2023-06-26-2fa6c1a9-11858-0
a52c342dbb65d8113c5225794fc3e2b281c6c610 Name of donor: Magna Carta Club Address of donor: Curzon House, Church Road, Windlesham GU20 6BH Amount of donation or nature and value if donation in kind: £7,000 Donor status: unincorporated association (Registered 21 June 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 3 2023-06-26-2fa6c1a9-11858-0
be17f15758bd1881022a51555c4a8633c57eaee3 Name of donor: Stefan Voloseniuc Address of donor: private Amount of donation or nature and value if donation in kind: £3,000 Donor status: individual (Registered 21 June 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 4 2023-06-26-2fa6c1a9-11858-0
5e9a532d040b2964cac0225b358faa967dc507c6 Name of donor: The Dental Centre Address of donor: 20 Park Road, Bracknell RG12 2LU Amount of donation or nature and value if donation in kind: £3,000 paid in monthly instalments of £250 a month from October 2022 Donor status: company, registration 05971338 (Registered 16 November 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 5 2023-06-26-2fa6c1a9-11858-0
86e64d47eabdfae225ec107baa551a18a70e063e Name of donor: Information Edge Address of donor: 20-22 Wenlock Road, London N1 7GU Amount of donation or nature and value if donation in kind: £3,000 in monthly payments of £250 between January and December 2023 Donor status: company, registration 05337528 (Registered 31 January 2023; updated 03 March 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 6 2023-06-26-2fa6c1a9-11858-0
5fc066ffafd1793fee99ef93f9df08c63fb1c59e Name of donor: Strangers Gallery Dining Club Address of donor: The Courtyard, High Street, Ascot SL5 7HP Amount of donation or nature and value if donation in kind: £10,000 Donor status: members' association (unincorporated) (Registered 02 March 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 7 2023-06-26-2fa6c1a9-11858-0
39523d74d8bceed2c0b3f605a564fada0dfd29d8 Name of donor: Peter Lumley Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 21 March 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 8 2023-06-26-2fa6c1a9-11858-0
e36dd7329a48bb09402ae78962d7dc37eaf4c277 Name of donor: Strangers Gallery Dining Club Address of donor: The Courtyard, High Street, Ascot SL5 7HP Amount of donation or nature and value if donation in kind: £4,000 Donor status: members' association (unincorporated) (Registered 08 June 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-06-26   Michael Gove uk.org.publicwhip/person/11858 9 2023-06-26-2fa6c1a9-11858-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 60.272ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette