items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where record_id = "2023-06-12-2fa6c1a9-25903-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 32cb270ee9d595655bb9cbfc1a5c9c07c57ed801 | Name of donor: Sir Michael Davis Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 15 July 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 0 | 2023-06-12-2fa6c1a9-25903-0 | |
| 82c8becc3389532345c6a4f54953040965907281 | Name of donor: Rishi Sunak Address of donor: private Amount of donation or nature and value if donation in kind: A fundraising dinner for my local association hosted in London, value £5,046.82 Donor status: individual (Registered 08 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 1 | 2023-06-12-2fa6c1a9-25903-0 | |
| d7e3dfdf6a940df4668dbb11e8c4bb7a20c798c5 | Name of donor: JJG Partners Address of donor: 1 Hamilton Square, Wirral CH41 6AU Amount of donation or nature and value if donation in kind: £750 in purchasing tickets for a fundraising dinner Donor status: company, registration 09700760 (Registered 09 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 2 | 2023-06-12-2fa6c1a9-25903-0 | |
| 4bccdae393a7ee3c1302647a785349fb31f56b16 | Name of donor: JJG Partners Address of donor: 1 Hamilton Square, Wirral CH41 6AU Amount of donation or nature and value if donation in kind: £1,050 as a winning auction bid at a fundraising dinner Donor status: company, registration 09700760 (Registered 09 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 3 | 2023-06-12-2fa6c1a9-25903-0 | |
| 074509f916187be7cbc12321db89c171f0418aa9 | Name of donor: Michael J Coombes Address of donor: private Amount of donation or nature and value if donation in kind: £750 in purchasing tickets for a fundraising dinner Donor status: individual (Registered 09 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 4 | 2023-06-12-2fa6c1a9-25903-0 | |
| e5d60a26e2c9d9e3066aa2852ced7542c3b716fe | Name of donor: Michael J Coombes Address of donor: private Amount of donation or nature and value if donation in kind: £1,800 as a winning auction bid at a fundraising dinner Donor status: individual (Registered 09 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 5 | 2023-06-12-2fa6c1a9-25903-0 | |
| 0291dd274f75580bfcee9103a066b35c95cf0bc3 | Name of donor: Lord Dolar Popat Address of donor: private Amount of donation or nature and value if donation in kind: £3,750 in purchasing tickets for a fundraising dinner Donor status: individual (Registered 09 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 6 | 2023-06-12-2fa6c1a9-25903-0 | |
| 81c19f2dadfd9fe77d80f8ca7bb13f0519a2d112 | Name of donor: Brandon Lewis Campaign Fund Address of donor: 20 Church Plain, Great Yarmouth NR30 1NE Amount of donation or nature and value if donation in kind: £2,500 Donor status: unincorporated association (Registered 31 August 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 7 | 2023-06-12-2fa6c1a9-25903-0 | |
| c90b064f09bb5cf46a80b61c20a305cf125fa2b3 | Name of donor: Valary Management Limited Address of donor: Stratford Road, Warwick CV34 6RE Amount of donation or nature and value if donation in kind: £10,000 Donor status: company, registration 13643603 (Registered 22 May 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-06-12 | Mark Fletcher uk.org.publicwhip/person/25903 | 8 | 2023-06-12-2fa6c1a9-25903-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");