items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2010-02-03-1f359ece-11174-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 |
|---|---|---|---|---|---|---|---|
| 4d873a72840282500d6552ba3c347a8b6591fadd | £50 payment to charity for completing panel survey for Populus, Northburgh House, 10 Northburgh Street, London, EC1V 0AT. Hours: 30 mins. (Registered 12 January 2010) | Remunerated employment, office, profession etc 1f359ece | 2010-02-03 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2010-02-03-1f359ece-11174-0 |
| 1c71ac721d5231930bef15b9ce17e274c451264e | £150 donation to my local constituency party for completing panel survey for Ipsos Mori, 79-81 Borough Road, London SE1 1FY. Hours: 45 mins. (Registered 12 January 2010) | Remunerated employment, office, profession etc 1f359ece | 2010-02-03 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2010-02-03-1f359ece-11174-0 |
| 619c2fc83381569a4d739a177f2cbf67eb844529 | £75 donation to my local constituency party for completing panel survey for ComRes, Four Millbank, London SW1P 3JA. Hours: 30 mins. (Registered 12 January 2010) | Remunerated employment, office, profession etc 1f359ece | 2010-02-03 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2010-02-03-1f359ece-11174-0 |
| 51e8a2409b5234a47d19fe185662e90e9ea48cbe | £60 donation to my local constituency party for completing panel survey for PSA. Hours: 30 mins. (Registered 12 January 2010) | Remunerated employment, office, profession etc 1f359ece | 2010-02-03 | John Pugh uk.org.publicwhip/member/1830 | John Pugh uk.org.publicwhip/person/11174 | 3 | 2010-02-03-1f359ece-11174-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");