home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2022-06-13-2fa6c1a9-25820-0" sorted by sort_order

✎ 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
4e301f938d6b5fe7c3cfd478f0268107e0aaa1d9 Name of donor: James Sleeman Address of donor: private Amount of donation or nature and value if donation in kind: £5,040, received in monthly instalments of £420 from 4 December 2020 until November 2021 Donor status: individual (Registered 11 January 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 0 2022-06-13-2fa6c1a9-25820-0
57ea08248645883164903ace649ac5818b127e13 Name of donor: Robin Brown Address of donor: private Amount of donation or nature and value if donation in kind: £10,000, received in monthly instalments of £833.34 from 15 December 2020 until November 2021 Donor status: individual (Registered 11 January 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 1 2022-06-13-2fa6c1a9-25820-0
1a0d74119f81b2a09e170b4a31b53a37723fe3a5 Name of donor: Lord Tim Clement-Jones Address of donor: private Amount of donation or nature and value if donation in kind: £3,600, received in monthly instalments of £300 from 7 December 2020 until November 2021 Donor status: individual (Registered 12 January 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 2 2022-06-13-2fa6c1a9-25820-0
dd71cf75907f601bf1334c5c2f5b80e0f80e43fb Name of donor: Fiona Forbes Address of donor: private Amount of donation or nature and value if donation in kind: £15,000 Donor status: individual (Registered 04 October 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 3 2022-06-13-2fa6c1a9-25820-0
4aaa6a2e95adf707c3a7bed719af1b40ec20da5a Name of donor: Mike Wheatley Address of donor: private Amount of donation or nature and value if donation in kind: £1,800 paid in instalments of £150 a month from 1 April 2021 to 1 March 2022 to my local party for use by me Donor status: individual (Registered 14 October 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 4 2022-06-13-2fa6c1a9-25820-0
0bef5e3b39814714c6e76129124658daff63a8b4 Name of donor: James Sleeman Address of donor: private Amount of donation or nature and value if donation in kind: £5,040, received in monthly instalments of £420 from December 2021 until November 2022 Donor status: individual (Registered 08 December 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 5 2022-06-13-2fa6c1a9-25820-0
461ff09a987dce52456474403de54968561c0d0e Name of donor: Robin Brown Address of donor: private Amount of donation or nature and value if donation in kind: £10,000, received in monthly instalments of £833.34 from December 2021 until November 2022 Donor status: individual (Registered 08 December 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 6 2022-06-13-2fa6c1a9-25820-0
2183bb102355eaf99f4058dfbcf9e66b02282f3e Name of donor: Lord Tim Clement-Jones Address of donor: private Amount of donation or nature and value if donation in kind: £3,600, received in monthly instalments of £300 from December 2021 until November 2022 Donor status: individual (Registered 08 December 2021) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 7 2022-06-13-2fa6c1a9-25820-0
ad4b60e1a4d202877adfd2341d0d348e7d81e669 Name of donor: James Heath Address of donor: private Amount of donation or nature and value if donation in kind: £2,400 received in monthly instalments of £200 from 24 January 2022 until December 2022 Donor status: individual (Registered 28 January 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 8 2022-06-13-2fa6c1a9-25820-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 134.728ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette