home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

12 rows where record_id = "2004-09-08-ead1ca87-10023-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
844d980266dd86ea01aadfe6c8e23f1f183010d8 Chairman (non-executive), Eden Research plc, formerly XiMed PLC; pharmaceutical research and development. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 0 2004-09-08-ead1ca87-10023-0
3432c896757a82f95dfdac0fb7fda99215a38a80 Transense Technologies PLC (non-executive); development of tyre monitoring technology. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 1 2004-09-08-ead1ca87-10023-0
37e256d2b5570a9a0c1d3960a954221ae7b8518c Angel Gate Limited (formerly AKMA Solutions International Ltd.) and subsidiary companies; property development refurbishment in the UK and overseas. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 2 2004-09-08-ead1ca87-10023-0
c99f65859d4053134bd6ec51b0dd0eb232ab6e29 Chairman (non-executive), Red Eagle Resources PLC; investing in agriculture and natural resources in Sierra Leone. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 3 2004-09-08-ead1ca87-10023-0
450dd843af13b79a43a79b947f70edeaa025c20e Biometrics Security Quantum Inc. (formerly S Q Cell Inc), registered in Canada; specialising in security document technology. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 4 2004-09-08-ead1ca87-10023-0
4e02248d26cab559be461190e4ce3f70bf1befcf Chairman (non-executive) of Multi Media Television plc (interactive digital television through the Job Channel and interactive digital television consultancy). Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 5 2004-09-08-ead1ca87-10023-0
a77d580b9c98e4c74dfc108893a154e0ec99ddf2 Chairman (non-executive) of Psi X pda Ltd; developing, manufacturing and distributing Palm compact computers based on Psion technology (until November 2003). Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 6 2004-09-08-ead1ca87-10023-0
09814b77f93b7e1f7c67608b5592a9dd5b74421e Non-executive director, The Midwest Group (investments in Sierra Leone). Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 7 2004-09-08-ead1ca87-10023-0
ad374d1da1c63d311cd1de4403f4b335f179830b Icon Biometrics plc (UK company taking forward Biometric Security Quantums technology in the UK and Europe. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 8 2004-09-08-ead1ca87-10023-0
1c875908b5bc173356a3e03b1061fdb86f01f0a0 Chairman (non-executive), 3DM Europe Ltd, a wholly owned subsidiary of 3DM PLC, an AIM-listed company; owners and promoters in Europe of US and other patents relating to plastics. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 9 2004-09-08-ead1ca87-10023-0
5300049a2ccf12202ee2d219c2e30fa20cb5a815 Chairman (non-executive), Angel Gate Aviation Ltd.; investment in the aviation industry, particularly in France with the ownership of Air Horizons SAS and Euralair International SAS. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 10 2004-09-08-ead1ca87-10023-0
29b3d4d6d789cc0907a5748eb524bbfcb3bb6d9d Invicta Africa Limited (non-executive); providing venture capital for investment in Africa, initially in Somaliland. Remunerated directorships ead1ca87 2004-09-08 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 11 2004-09-08-ead1ca87-10023-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 82.301ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette