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 = "2021-01-18-2fa6c1a9-25820-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
e29cfa259dfbf2781c31a13653f2d167c1940fa8 Name of donor: John V Cable Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 0 2021-01-18-2fa6c1a9-25820-0
5bf0701c8353667c0c8ce89faa1c5a2e37e7f512 Name of donor: Robin Brown Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 1 2021-01-18-2fa6c1a9-25820-0
728bfc58c00f5bbf1e22806c90c2a9b995bad370 Name of donor: Robin Bevan Address of donor: private Amount of donation or nature and value if donation in kind: £2,525 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 2 2021-01-18-2fa6c1a9-25820-0
299b9bb80532bceccdd335d32050224e4226bd1a Name of donor: James Sleeman Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 3 2021-01-18-2fa6c1a9-25820-0
df2bf46d99678091a3ca9c20b5f54d5b92f68c35 Name of donor: Susan Howes Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 4 2021-01-18-2fa6c1a9-25820-0
158f1a84a7698043429b08dfd4455b57bfb78a02 Name of donor: Dale Raine Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 5 2021-01-18-2fa6c1a9-25820-0
c8896c4763e9df5eddd967cd7a2512f695b094e3 Name of donor: Alexander Lourie Address of donor: private Amount of donation or nature and value if donation in kind: £1,725 Donor status: individual (Registered 10 January 2020) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 6 2021-01-18-2fa6c1a9-25820-0
7885ee8c903464464b136a8aaa0b6bf80a884c96 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 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 7 2021-01-18-2fa6c1a9-25820-0
bdbe255b26f7e5539b9a3c033a836f09affacf4b 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 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 8 2021-01-18-2fa6c1a9-25820-0
cc1cf2ebd01cd7ebb99735e8d5370a47b551f801 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 2021-01-18   Munira Wilson uk.org.publicwhip/person/25820 9 2021-01-18-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 14.345ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette