items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2010-04-12-8f616a6e-10169-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 |
|---|---|---|---|---|---|---|---|
| 74f83adde40b430a938bae19650bb63698b8d7f5 | Name of donor: GMB Union (London Region) | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 0 | 2010-04-12-8f616a6e-10169-0 |
| a5cbfd0625d54e560c3fccdb744802b81801a9af | Address of donor: 152 Brent St, London NW4 2DP | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 1 | 2010-04-12-8f616a6e-10169-0 |
| ae0b4ead83d091a840c74af07f9c5c2c1c306468 | Amount of donation or nature and value if donation in kind: £2,000 donation to my constituency party | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 2 | 2010-04-12-8f616a6e-10169-0 |
| d5d0dcc9d16ab5f99971643da3eb09e9d8f760a5 | Donor status: trade union | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 3 | 2010-04-12-8f616a6e-10169-0 |
| ef16e643701885de95c004d267c2f0f9a65b326a | (Registered 12 February 2010) | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 4 | 2010-04-12-8f616a6e-10169-0 |
| 287bbb45acaf95ae3a15664889633dd35b622604 | Name of donor: Fire Brigades Union | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 5 | 2010-04-12-8f616a6e-10169-0 |
| 675688154ba6750dcc08def22834eac973c1e763 | Address of donor: Bradley House, 68 Coombe Road, Kingston upon Thames, Surrey KT2 7AE. | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 6 | 2010-04-12-8f616a6e-10169-0 |
| c2784a43d9adebeae23fe871723bc472c8fbf8c2 | Amount of donation or nature and value if donation in kind: £10,000 paid to the constituency party. The party has reported this to the Electoral Commission, or will do so in its next quarterly report. | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 7 | 2010-04-12-8f616a6e-10169-0 |
| 45583f091d36c7b0d6ab3eb613c5ec969309b5e4 | Donor status: trade union. | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 8 | 2010-04-12-8f616a6e-10169-0 |
| 36d4b6351e00b31ed2d0d605b835d4b2e65e7d7e | (Registered 17 March 2010) | Sponsorships 8f616a6e | 2010-04-12 | Andrew Dismore uk.org.publicwhip/member/1628 | Andrew Dismore uk.org.publicwhip/person/10169 | 9 | 2010-04-12-8f616a6e-10169-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");