items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-02-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 |
|---|---|---|---|---|---|---|---|
| 201d524c40799215f4412bd1733c92a74b0bb516 | 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-02-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 0 | 2015-02-09-1f359ece-10153-0 |
| 0c14fc4c2af9a0518f44fc2475664cd398235756 | Payment of £2,255.78 in respect of royalties received (net of commission) from sales of my book, under contract with Atlantic Books, previously registered. Address of payer: Capell and Land Ltd, 29 Wardour Street, London W1D 6PS. Hours: nil. (Registered 14 February 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 1 | 2015-02-09-1f359ece-10153-0 |
| 5a4b3718abd0b130cc35d5b7e948cfcb6432992f | 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-02-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 2 | 2015-02-09-1f359ece-10153-0 |
| b5b91d35b9e36a8840cf4056c36da482eba8a504 | (Registered 23 May 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 3 | 2015-02-09-1f359ece-10153-0 |
| b136432e86365abf7a09d902f7e1345a2f404aed | 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-02-09 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 4 | 2015-02-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");