items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2015-03-09-1f359ece-10153-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 |
|---|---|---|---|---|---|---|---|
| 8a1142adb605a4f432d01d1d676b20f0f30b9be1 | Contract with Atlantic Books, Ormond House, 26/27 Boswell Street, London WC1N 3JW for publication of book. (Registered 25 March 2011) | Remunerated employment, office, profession etc 1f359ece | 2015-03-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 0 | 2015-03-09-1f359ece-10153-0 |
| 9394e9dae1cec7dd4b3ccb3ab1bd173dd52a5e68 | 15 May 2014, I received a further payment of £597.77 in respect of royalties payable under my contract with Atlantic Books, previously registered. Time spent: nil. Address of payer: Capell and Land Ltd, 29 Wardour Street, London, W1D 6PS. | Remunerated employment, office, profession etc 1f359ece | 2015-03-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 1 | 2015-03-09-1f359ece-10153-0 |
| 57ff920e4587f37cf1c1e3fbac421cb5bf8e49b3 | (Registered 23 May 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-03-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 2 | 2015-03-09-1f359ece-10153-0 |
| afeedc6e087a664423b52b13c6eb501ffb12fa1d | 6 November 2014, received payment of £998.52 in respect of royalties for my book, published by Atlantic Books, under contract previously registered. Address of payer: Capell and Land Ltd, 29 Wardour Street, London W1D 6PS. Hours: nil. (Registered 24 November 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-03-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 3 | 2015-03-09-1f359ece-10153-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");