items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2002-05-14-1f359ece-10472-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 |
|---|---|---|---|---|---|---|---|
| 8eb8d54c0f75369430c5e9deddd91734f726146c | Parliamentary adviser to Novartis Services; a life sciences company. (£1,001-£5,000) This sum is not paid to me personally but goes towards the cost of newsletters to my constituents and other constituency-related costs. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Nick Palmer uk.org.publicwhip/member/1152 | Nick Palmer uk.org.publicwhip/person/10472 | 0 | 2002-05-14-1f359ece-10472-0 |
| bdb3192647a9011bcfeba73ff199ac1a4d73bf0a | Parliamentary adviser to Mr Richard Spinks, Chairman of vavo.com; a company specialising in internet services for the elderly. (£1,001-£5,000) This sum is not paid to me personally but goes towards newsletters and other constituency-related costs. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Nick Palmer uk.org.publicwhip/member/1152 | Nick Palmer uk.org.publicwhip/person/10472 | 1 | 2002-05-14-1f359ece-10472-0 |
| 35f6b858bee8df91d56c42346943d498f2cb961d | Occasional remunerated articles and conference speeches, usually on computing. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Nick Palmer uk.org.publicwhip/member/1152 | Nick Palmer uk.org.publicwhip/person/10472 | 2 | 2002-05-14-1f359ece-10472-0 |
| efc9b1e3ebf36668cd9e98f32b6e9355aa31d243 | PLR royalties from three published books. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Nick Palmer uk.org.publicwhip/member/1152 | Nick Palmer uk.org.publicwhip/person/10472 | 3 | 2002-05-14-1f359ece-10472-0 |
| a8af598cb3a0af6dda9e0f67cef74dab8b7f842d | Occasional payments for participating in opinion poll surveys. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Nick Palmer uk.org.publicwhip/member/1152 | Nick Palmer uk.org.publicwhip/person/10472 | 4 | 2002-05-14-1f359ece-10472-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");