items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2023-09-04-2fa6c1a9-25901-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 |
|---|---|---|---|---|---|---|---|
| b85ca0334b0d6f646f340aaff4af3fc6f49c8a12 | Name of donor: Simon Curtis Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 Donor status: individual (Registered 30 September 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 0 | 2023-09-04-2fa6c1a9-25901-0 | |
| 4c965512ca90ef2e27d5fa037b07779aef8b0c0d | Name of donor: Matthew Taylor Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 31 October 2022) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 1 | 2023-09-04-2fa6c1a9-25901-0 | |
| 4e15ea1a58c1461c8a9688974ca254ff01754725 | Name of donor: Dr Pippa Oakeshott Address of donor: private Amount of donation or nature and value if donation in kind: £20,000 to assist with employing a member of staff in my parliamentary office Donor status: individual (Registered 20 January 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 2 | 2023-09-04-2fa6c1a9-25901-0 | |
| dcd95cf475ef963d2f4a1d16486710a02b0cb967 | Name of donor: Dr Pippa Oakeshott Address of donor: private Amount of donation or nature and value if donation in kind: £18,000 to assist with employing a member of staff in my parliamentary office Donor status: individual (Registered 20 January 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 3 | 2023-09-04-2fa6c1a9-25901-0 | |
| 998cfef00895880abd394f6e2ab0aaabc3b51386 | Name of donor: Thomas Gosling Address of donor: private Amount of donation or nature and value if donation in kind: £15,000 Donor status: individual (Registered 25 April 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 4 | 2023-09-04-2fa6c1a9-25901-0 | |
| dfdbf73b6a4452f127c055134eb1e8b2ff90419e | Name of donor: Andrew Donaldson Byrne Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 Donor status: individual (Registered 01 June 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 5 | 2023-09-04-2fa6c1a9-25901-0 | |
| 7f59a0ba3053b3618fd04d34a43ecacef169dca2 | Name of donor: Andrew Donaldson Byrne Address of donor: private Amount of donation or nature and value if donation in kind: £1,500 Donor status: individual (Registered 18 July 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 6 | 2023-09-04-2fa6c1a9-25901-0 | |
| 861784277a2e0f78a9b6cad55214dc72ec06fd08 | Name of donor: Ahmed Hindawi Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 24 July 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 7 | 2023-09-04-2fa6c1a9-25901-0 | |
| 23e98de8537a87994bb2fabcbc5d6a90a5d6d5a0 | Name of donor: Tushar Prabhu Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 Donor status: individual (Registered 03 August 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 8 | 2023-09-04-2fa6c1a9-25901-0 | |
| c774903a5a7f558792465ec17660455f60a78ddf | Name of donor: Elizabeth Desmond Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 21 August 2023) | (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 | 2023-09-04 | Daisy Cooper uk.org.publicwhip/person/25901 | 9 | 2023-09-04-2fa6c1a9-25901-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");