items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-8f616a6e-24762-1" 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 |
|---|---|---|---|---|---|---|---|
| 8a74516a5d915008841af4916971811c36c87ec3 | Name of donor: Barnsley East CLP | Sponsorships 8f616a6e | 2015-03-30 | Michael Dugher uk.org.publicwhip/member/40057 | Michael Dugher uk.org.publicwhip/person/24762 | 0 | 2015-03-30-8f616a6e-24762-1 |
| e375817c70b57159b0344c0d27f839275c7a27ad | Address of donor: 28 Vernon Street, Birdwell, Barnsley S70 5TH | Sponsorships 8f616a6e | 2015-03-30 | Michael Dugher uk.org.publicwhip/member/40057 | Michael Dugher uk.org.publicwhip/person/24762 | 1 | 2015-03-30-8f616a6e-24762-1 |
| 75cdbe9c5cf263765eec6a6ffcb70893f4301332 | Amount of donation or nature and value if donation in kind: £ 15,941.12 ; money raised in respect of a fundraising event held on 4 March 2015 for the benefit of Barnsley East Constituency Labour Party (CLP) and the CLP of another Labour MP (£5 , 313.71 each). The money raised included one registrable donation as set out below. £5 , 313.70 will be divided equally between two other CLPs. | Sponsorships 8f616a6e | 2015-03-30 | Michael Dugher uk.org.publicwhip/member/40057 | Michael Dugher uk.org.publicwhip/person/24762 | 2 | 2015-03-30-8f616a6e-24762-1 |
| ef8f2841f68ce2c744c76801f8ac405e527721bb | Donor status: unincorporated association | Sponsorships 8f616a6e | 2015-03-30 | Michael Dugher uk.org.publicwhip/member/40057 | Michael Dugher uk.org.publicwhip/person/24762 | 3 | 2015-03-30-8f616a6e-24762-1 |
| 93a60f43a034da973907d1b37c85ca7ce89d1104 | (Registered 19 March 2015) | Sponsorships 8f616a6e | 2015-03-30 | Michael Dugher uk.org.publicwhip/member/40057 | Michael Dugher uk.org.publicwhip/person/24762 | 4 | 2015-03-30-8f616a6e-24762-1 |
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");