items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2014-06-30-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 |
|---|---|---|---|---|---|---|---|
| 053d56af63666116968512a7da7974659e282e74 | Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 0 | 2014-06-30-8f616a6e-10648-0 |
| d1f7aa1d9ecbcecf9a5b432f708b971dd4914921 | Name of donor: Barnsley East CLP | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 1 | 2014-06-30-8f616a6e-10648-0 |
| e22bf2d75bdbba37ab005a378bab3e8a8c581e31 | Address of donor: 26 Newsome Road, Wombwell, Barnsley S73 8QS | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 2 | 2014-06-30-8f616a6e-10648-0 |
| 32e4e8981131519a80eff958d64bc8235337dbab | 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-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 3 | 2014-06-30-8f616a6e-10648-0 |
| 258c75a6d1e5c7291a944df167fc7d760c6c798b | Donor status: unincorporated association | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 4 | 2014-06-30-8f616a6e-10648-0 |
| 903c0c38375eb2167a415d5af10b0996ccfa5493 | Name of donor: Mr Graham Cole | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 6 | 2014-06-30-8f616a6e-10648-0 |
| a76961ba78ef299da372c8c65eb30106d09d7eb3 | Address of donor: private | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 7 | 2014-06-30-8f616a6e-10648-0 |
| a5367f21272f7b55f74aad06825b354add294514 | 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-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 8 | 2014-06-30-8f616a6e-10648-0 |
| b3b87778da002e9d1913845884b4160530ef8f1c | Donor status: individual | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 9 | 2014-06-30-8f616a6e-10648-0 |
| 9ce05cf05d74c0f8fa9943b26857e0c1650f998c | (Registered 28 August 2013) | Sponsorships 8f616a6e | 2014-06-30 | Rosie Winterton uk.org.publicwhip/member/40207 | Rosie Winterton uk.org.publicwhip/person/10648 | 10 | 2014-06-30-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");