items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-02-23-1f359ece-11115-1" 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 |
|---|---|---|---|---|---|---|---|
| ebdb70cf7b38eab8aa6d52147bfc91c6cfd1e497 | Montrose Associates, 97, Jermyn Street, London SW1Y 6JE; strategic consultancy. Senior Adviser. Remuneration: £3,000 a day, with an expected time commitment of one day a month from March 2013. | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Andrew Mitchell uk.org.publicwhip/member/40595 | Andrew Mitchell uk.org.publicwhip/person/11115 | 0 | 2015-02-23-1f359ece-11115-1 |
| 4e0146841e8a36ff4c172ab18429415cbb649b78 | 9 January 2014, received £9,000 for approximately 2 days’ work between 31 December 2013 and 31 March 2014. (Registered 10 February 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Andrew Mitchell uk.org.publicwhip/member/40595 | Andrew Mitchell uk.org.publicwhip/person/11115 | 1 | 2015-02-23-1f359ece-11115-1 |
| 5a54c10b48094ff2da985317b81e2d0c8d899069 | 1 May 2014, received £18,000 plus VAT for approximately 6 days’ work between March 2014 and 31 August 2014. (Registered 14 May 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Andrew Mitchell uk.org.publicwhip/member/40595 | Andrew Mitchell uk.org.publicwhip/person/11115 | 2 | 2015-02-23-1f359ece-11115-1 |
| 5b2d0d2320f7b0721040b418e0befee28a7a34d5 | 14 October 2014, received £9,000 plus VAT for approximately 3 days’ work between 1 September 2014 and 30 November 2014. (Registered 23 October 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Andrew Mitchell uk.org.publicwhip/member/40595 | Andrew Mitchell uk.org.publicwhip/person/11115 | 3 | 2015-02-23-1f359ece-11115-1 |
| b9dacd862663a5d267f5c4578c73c6d6a6861f2f | 4 February 2015, received £9,000 plus VAT for approximately 2 days’ work between 30 November 2014 and 28 February 2015. (Registered 23 February 2015) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Andrew Mitchell uk.org.publicwhip/member/40595 | Andrew Mitchell uk.org.publicwhip/person/11115 | 4 | 2015-02-23-1f359ece-11115-1 |
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");