items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
11 rows where record_id = "2015-03-09-8f616a6e-11036-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 |
|---|---|---|---|---|---|---|---|
| 7ed483db9165303ae4ab1d6c40ef8eecf28e1ab9 | Name of donor: Yeovil Liberal Democrats | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 0 | 2015-03-09-8f616a6e-11036-1 |
| 5964c8e6290050982cbdfe9199ff399a1bfd6cce | Address of donor: 5 Church Street, Yeovil, Somerset BA20 1HB | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 1 | 2015-03-09-8f616a6e-11036-1 |
| ea8a6392f55c64197a3c9c7554ad4a6eb04fd47a | Amount of donation or nature and value if donation in kind: Money raised at and following a fundraising event on 28 April 2014 in support of campaigns for the 2015 local elections and for my own election fund. The total raised was £49,600, which includes the registrable donations below. | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 2 | 2015-03-09-8f616a6e-11036-1 |
| bc3ee8b5be2c0418a329d2ac1c7d1256e666f533 | Donor status: unincorporated association | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 3 | 2015-03-09-8f616a6e-11036-1 |
| 77b5a7a00d8b7898d0cbe16fedf94bab6b5e80b5 | (Registered 25 July 2014) | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 4 | 2015-03-09-8f616a6e-11036-1 |
| e94923ec8d3330af57bc165a39fea9f6ecf847af | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 5 | 2015-03-09-8f616a6e-11036-1 | |
| 7154d69e37c519f141be39c165daf40be00bf1ed | Name of donor: Mr and Mrs J Goddard Watts | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 6 | 2015-03-09-8f616a6e-11036-1 |
| 1ceea2f6801c26efc7fe116e1fbc6aae10251136 | Address of donor: private | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 7 | 2015-03-09-8f616a6e-11036-1 |
| af9d1654f78f7b421345c9c213bd3d8fee56c7ed | Amount of donation or nature and value if donation in kind: £7,500 | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 8 | 2015-03-09-8f616a6e-11036-1 |
| 76b8bb574eb519c48fbabca540fc6733d722a28d | Donor status: individual | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 9 | 2015-03-09-8f616a6e-11036-1 |
| 8e0a8ba2ec4e23f8ee633bbef6542ab26561dcdb | (Registered 25 July 2014) | Sponsorships 8f616a6e | 2015-03-09 | David Laws uk.org.publicwhip/member/40680 | David Laws uk.org.publicwhip/person/11036 | 10 | 2015-03-09-8f616a6e-11036-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");