items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-02-23-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 |
|---|---|---|---|---|---|---|---|
| 6692854003e0f2de2e8666ced1a09b077bc45ac6 | 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-23 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 0 | 2015-02-23-1f359ece-10153-0 |
| 77a103d7a853d14a9fd5e4f5ba9b3c9e516e39ca | 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-23 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 1 | 2015-02-23-1f359ece-10153-0 |
| 599e9f3335a156d98a5667555443ca02ff25bc2e | 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-23 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 2 | 2015-02-23-1f359ece-10153-0 |
| 961eafa2a7c25e52039332281ac85f09af71293e | (Registered 23 May 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 3 | 2015-02-23-1f359ece-10153-0 |
| 418b68d062cafcf3502173a063ba1b664ae906a9 | 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-23 | Alistair Darling uk.org.publicwhip/member/40241 | Alistair Darling uk.org.publicwhip/person/10153 | 4 | 2015-02-23-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");