items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
11 rows where record_id = "2002-05-14-ead1ca87-11115-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 |
|---|---|---|---|---|---|---|---|
| 3804d5d3963316ea60ecbb5ffe139aa05aa8238e | Lazard & Co Limited (formerly Lazard Bank Limited). | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 0 | 2002-05-14-ead1ca87-11115-0 |
| 2991f5bcf087abd6c4981ccfa25a3fbe69134b50 | Lazard Brothers & Co. Limited. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 1 | 2002-05-14-ead1ca87-11115-0 |
| 5eb5b4c32a02200ce4ab970a615ca558e51c3659 | Lazard India Limited. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 2 | 2002-05-14-ead1ca87-11115-0 |
| 3ecfd9be1f4bcd41e3032cf85b59643ed4278e9e | Lazard Poland Limited. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 3 | 2002-05-14-ead1ca87-11115-0 |
| e69f958c5e0714526fa2d628370a0386593ab383 | Lazard Asia Limited. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 4 | 2002-05-14-ead1ca87-11115-0 |
| 08d571271e87a17e9b35fac40d967b68e3866bd3 | Lazard Asia (Hong Kong); subsidiary of Lazard Asia Limited. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 5 | 2002-05-14-ead1ca87-11115-0 |
| 5e9fcb7a3184feaf5cda77a92823d69ca4086a8c | CM Group Limited (retail public house management) (resigned 10 December 2001). | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 6 | 2002-05-14-ead1ca87-11115-0 |
| 8dbc1c8137520780d7167e97d9cf63556ce7becb | Financial Dynamics Holdings Limited (subsidiary of Cordiant) (corporate and business communications). | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 7 | 2002-05-14-ead1ca87-11115-0 |
| 0b845efce47664e5df5f841d5e9342353f931b83 | Financial Dynamics Limited. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 8 | 2002-05-14-ead1ca87-11115-0 |
| 6da56a18df12e65490fa005ad34a8cd066a46845 | Supervisory Board member of The Foundation (small specialised management consultancy). | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 9 | 2002-05-14-ead1ca87-11115-0 |
| 25bb25a8789214f84ec935d0156fa03d23f713a9 | All directorships are non-executive. | Remunerated directorships ead1ca87 | 2002-05-14 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 10 | 2002-05-14-ead1ca87-11115-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");