items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2003-12-04-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 |
|---|---|---|---|---|---|---|---|
| bacd5ac57bedc4758d44340c0f0af03071340dcf | Lazard & Co Limited (formerly Lazard Bank Limited). | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 0 | 2003-12-04-ead1ca87-11115-0 |
| fed99614899695ffd367159e209b27230db2e2f4 | Lazard Brothers & Co. Limited (until 31 October 2002) . | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 1 | 2003-12-04-ead1ca87-11115-0 |
| f7fbf703aee85c8a99f769908df69c2b418d5bdf | Lazard India Limited. | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 2 | 2003-12-04-ead1ca87-11115-0 |
| 093191e7ad03d818375af39d39505bf40e7e34f6 | Lazard Poland Limited (until 31 August 2002). | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 3 | 2003-12-04-ead1ca87-11115-0 |
| e9ff92be623bae331110102fd45920f513b7c706 | Lazard Asia Limited. | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 4 | 2003-12-04-ead1ca87-11115-0 |
| 3661b9d182e5c97baf51dfa12f45b51e2e76d21d | Lazard Asia (Hong Kong); subsidiary of Lazard Asia Limited. | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 5 | 2003-12-04-ead1ca87-11115-0 |
| 0d6b557eed2edb2962ed03864020d01f730e72aa | Financial Dynamics Holdings Limited (subsidiary of Cordiant) (corporate and business communications) (retiring on 31 December 2002) . | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 6 | 2003-12-04-ead1ca87-11115-0 |
| bbca96d04805c6bd02d35930a6429ddb035ddab2 | Financial Dynamics Limited (retiring on 31 December 2002) . | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 7 | 2003-12-04-ead1ca87-11115-0 |
| e7f9181b739d66f345772b3f8741d9e57a5ebe3a | Supervisory Board member of The Foundation (small specialised management consultancy). | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 8 | 2003-12-04-ead1ca87-11115-0 |
| 143046374e814a8f6f34d97ff442f965b84317e1 | All directorships are non-executive. | Remunerated directorships ead1ca87 | 2003-12-04 | Andrew Mitchell uk.org.publicwhip/member/1115 | Andrew Mitchell uk.org.publicwhip/person/11115 | 9 | 2003-12-04-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");