home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where record_id = "2004-10-22-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
6b52fe8689d281e73aa7bfae1eef75f01f87b238 Eden Research plc (non-executive), formerly XiMed PLC; pharmaceutical research and development. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 0 2004-10-22-ead1ca87-10023-0
447d0dfb541a7caa919aafd5465a679f8f9b4bab Transense Technologies PLC (non-executive); development of tyre monitoring technology. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 1 2004-10-22-ead1ca87-10023-0
138341b034cc14a0a12e0176638c00a426f71ba3 Angel Gate Limited (formerly AKMA Solutions International Ltd.) and subsidiary companies; property development refurbishment in the UK and overseas. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 2 2004-10-22-ead1ca87-10023-0
6095dabe0692c88069c595cd3d5faa4b5ebca420 Chairman (non-executive), Red Eagle Resources PLC; investing in agriculture and natural resources in Sierra Leone. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 3 2004-10-22-ead1ca87-10023-0
b982d2de7d0212c64700deeac7279c5066063d3a Biometrics Security Quantum Inc. (formerly S Q Cell Inc), registered in Canada; specialising in security document technology. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 4 2004-10-22-ead1ca87-10023-0
57b78838e64d9a0a2501b52de5a8a04983250f8e Chairman (non-executive) of Multi Media Television plc (interactive digital television through the Job Channel and interactive digital television consultancy). Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 5 2004-10-22-ead1ca87-10023-0
9188f943e0a4bd731ab8be1ac99ca1676042b5e6 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-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 6 2004-10-22-ead1ca87-10023-0
0d99ec8d241d5728f26973461fc4777ac73f237f Icon Biometrics plc (UK company taking forward Biometric Security Quantums technology in the UK and Europe. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 7 2004-10-22-ead1ca87-10023-0
7d16197d20da0b89efa42f2d8e9e33742099d1e7 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-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 8 2004-10-22-ead1ca87-10023-0
548cb8cacc39aafe8d933d9c85936c59dbf37616 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-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 9 2004-10-22-ead1ca87-10023-0
8a5cbde8cd2978cc3483e2048b53eb767c96cba3 Invicta Africa Limited (non-executive); providing venture capital for investment in Africa, initially in Somaliland. Remunerated directorships ead1ca87 2004-10-22 Tony Baldry uk.org.publicwhip/member/711 Tony Baldry uk.org.publicwhip/person/10023 10 2004-10-22-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 106.203ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette