items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2023-09-18-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 |
|---|---|---|---|---|---|---|---|
| 5ead9067f78b6638191f8bf34688053a79bec213 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 0 | 2023-09-18-2fa6c1a9-25901-0 | |
| 70ae8caa3431b0de01d6b14c7db3ea7ceccaf1df | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 1 | 2023-09-18-2fa6c1a9-25901-0 | |
| b734d96c76545da73d14741a79ae50f11d99c20f | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 2 | 2023-09-18-2fa6c1a9-25901-0 | |
| df77472ebd3ea84c6693ad7cf3fef91069d87d50 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 3 | 2023-09-18-2fa6c1a9-25901-0 | |
| 86e19fe273c272a2ec4024495109dd4107f8d919 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 4 | 2023-09-18-2fa6c1a9-25901-0 | |
| 65a08ad66c77ad44280b6bf50c733f3d8d2bb914 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 5 | 2023-09-18-2fa6c1a9-25901-0 | |
| a950a8aeffc485d5771d9ed69076b58df579b779 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 6 | 2023-09-18-2fa6c1a9-25901-0 | |
| f502606fd329bd3258cc4a878b7f436e719c6944 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 7 | 2023-09-18-2fa6c1a9-25901-0 | |
| e52caf2c987f418673a915127d68a00eb3eb25ba | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 8 | 2023-09-18-2fa6c1a9-25901-0 | |
| ec21041bb2707636df251a4918b7064e97ed16a5 | 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-18 | Daisy Cooper uk.org.publicwhip/person/25901 | 9 | 2023-09-18-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");