items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2009-11-25-1f359ece-10263-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 |
|---|---|---|---|---|---|---|---|
| bbf3a778f5b50f803179e63b25d8eec9b72ea40e | Earnings from publication of novels. | Remunerated employment, office, profession etc 1f359ece | 2009-11-25 | Alan Haselhurst uk.org.publicwhip/member/2017 | Alan Haselhurst uk.org.publicwhip/person/10263 | 0 | 2009-11-25-1f359ece-10263-0 |
| a636aa54497285ab51a47c94fba25cc6f4467711 | Payment of £221.31 from the Professional and Higher Partnership, 4 The Links, Cambridge Road, Newmarket, CB8 OTG, from book sales. No hours worked since 1 July 2009. (Registered 20 July 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-11-25 | Alan Haselhurst uk.org.publicwhip/member/2017 | Alan Haselhurst uk.org.publicwhip/person/10263 | 1 | 2009-11-25-1f359ece-10263-0 |
| 628dc0b4f449df585e3991b289e178dbc209a2cc | Payment of £177.90 from book sales to parliamentary colleagues. (Wholesale cost to me £100. I gave a proportion of the receipts to charity.) No additional hours worked. (Registered 20 July 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-11-25 | Alan Haselhurst uk.org.publicwhip/member/2017 | Alan Haselhurst uk.org.publicwhip/person/10263 | 2 | 2009-11-25-1f359ece-10263-0 |
| 0cf7d7fa897b0656730d79d3b32179aa270a01b9 | Payment of £35.98 from book sales to Saffron Walden Breakfast Club members. (Wholesale cost to me £19.78. I gave a proportion of the receipts to charity.) No additional hours worked. (Registered 22 July 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-11-25 | Alan Haselhurst uk.org.publicwhip/member/2017 | Alan Haselhurst uk.org.publicwhip/person/10263 | 3 | 2009-11-25-1f359ece-10263-0 |
| 53f8899f4396e870dc52c122db6eb7cba0f9fd6f | Payment of £77.94 (£107.94 less £30 postage, packing and handling), from publisher Professional and Higher, for the sale of six novels. ( Registered 6 October 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-11-25 | Alan Haselhurst uk.org.publicwhip/member/2017 | Alan Haselhurst uk.org.publicwhip/person/10263 | 4 | 2009-11-25-1f359ece-10263-0 |
| 8fb06aa66dbe2ec14b3fce1089a0cd414f4981f4 | Direct sale of one novel, which yielded £17.99. (Registered 6 October 2009) | Remunerated employment, office, profession etc 1f359ece | 2009-11-25 | Alan Haselhurst uk.org.publicwhip/member/2017 | Alan Haselhurst uk.org.publicwhip/person/10263 | 5 | 2009-11-25-1f359ece-10263-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");