home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

10 rows where record_id = "2002-11-26-ead1ca87-11115-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
4766af5180e52086602a5d15f99dcc9e28279387 Lazard & Co Limited (formerly Lazard Bank Limited). Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 0 2002-11-26-ead1ca87-11115-0
14e2ca80231841b7e7aaa2072a0ae31bae047cc8 Lazard Brothers & Co. Limited (until 31 October 2002). Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 1 2002-11-26-ead1ca87-11115-0
a016969a91cf74dd2a80770bbe83c22197ad1c80 Lazard India Limited. Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 2 2002-11-26-ead1ca87-11115-0
ab864aa15164091e63dbcb49d2b872500f4618c1 Lazard Poland Limited (until 31 August 2002). Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 3 2002-11-26-ead1ca87-11115-0
9fbba748e1576ebd345bfa5bf36a6c77091249a9 Lazard Asia Limited. Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 4 2002-11-26-ead1ca87-11115-0
3a22e0168f51a0922761004df672227b21bb558b Lazard Asia (Hong Kong); subsidiary of Lazard Asia Limited. Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 5 2002-11-26-ead1ca87-11115-0
ddd659c01b4c22aec8475ab2af4bf120086b0102 Financial Dynamics Holdings Limited (subsidiary of Cordiant) (corporate and business communications) (retiring on 31 December 2002) . Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 6 2002-11-26-ead1ca87-11115-0
2c1a03a81c51100806f26730b2b32d329186ccd9 Financial Dynamics Limited (retiring on 31 December 2002) . Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 7 2002-11-26-ead1ca87-11115-0
d21553d9375e8599d5fc4ffa4f0c46acd71f410e Supervisory Board member of The Foundation (small specialised management consultancy). Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 8 2002-11-26-ead1ca87-11115-0
2834d17e76ad5c36913173e9c3834830f8e23b5a All directorships are non-executive. Remunerated directorships ead1ca87 2002-11-26 Andrew Mitchell uk.org.publicwhip/member/1115 Andrew Mitchell uk.org.publicwhip/person/11115 9 2002-11-26-ead1ca87-11115-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 85.67ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette