items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2014-07-14-8f616a6e-10648-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 |
|---|---|---|---|---|---|---|---|
| 4f0b8aca619aeea8b4320c9638f88024c230db87 | Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 0 | 2014-07-14-8f616a6e-10648-0 |
| 85d90b861d548d44019f3e59a91ad70c7e241c95 | Name of donor: Barnsley East CLP | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 1 | 2014-07-14-8f616a6e-10648-0 |
| 144d036b778efbd7ea8a4bd1e11c12f8a8222b8c | Address of donor: 26 Newsome Road, Wombwell, Barnsley S73 8QS | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 2 | 2014-07-14-8f616a6e-10648-0 |
| 9da8610e58a898f544e328d6b29f2ec3a3a13cc8 | Amount of donation or nature and value if donation in kind: £10,006; money raised between 12 June 2013 and 5 August 2013 in respect of a fundraising event held on 12 June 2013 for the benefit of Doncaster Central Constituency Labour Party (CLP) and the CLP of another Labour MP (£5,003 each). The money raised included one registrable donation as set out below. Part of the money will be donated to two other CLPs. | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 3 | 2014-07-14-8f616a6e-10648-0 |
| 4a29bdd45a04d7bf0493cac94d63152a575e917d | Donor status: unincorporated association | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 4 | 2014-07-14-8f616a6e-10648-0 |
| 4a93cd12ceb3df2f8b9d4a41073221468b1adf2f | Name of donor: Mr Graham Cole | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 6 | 2014-07-14-8f616a6e-10648-0 |
| 61499b721dc37ab9a41ab76f578592119b54bd60 | Address of donor: private | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 7 | 2014-07-14-8f616a6e-10648-0 |
| 19b00b242d50ab675720bca297aaaab5138c7f0c | Amount of donation or nature and value if donation in kind: £2,300 as the only registrable donation from a funding raising event held on 12 June 2013 for the benefit of Doncaster Central (£1,150) and the CLP of another Labour MP (£1,150). | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 8 | 2014-07-14-8f616a6e-10648-0 |
| 4f3edd57e4e5d471bb180265a32d82badd228a5f | Donor status: individual | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 9 | 2014-07-14-8f616a6e-10648-0 |
| 8d617f97e6a0ecc36b186bb035efbc4d04480230 | (Registered 28 August 2013) | Sponsorships 8f616a6e | 2014-07-14 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 10 | 2014-07-14-8f616a6e-10648-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");