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 = "2004-10-22-3aff2389-10854-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
517837f0378555924196fe3d8cec54456d4ad7d4 Barclays PLC; banks. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2004-10-22-3aff2389-10854-0
ec98b8ac7b349ab3bbfeecbf35486a1ed2a5a6e6 Carpetright PLC; general retailers. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2004-10-22-3aff2389-10854-0
b5a8194eb348ecaab2b5992eec349ef88fdb1377 HSBC Holdings PLC; banks. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2004-10-22-3aff2389-10854-0
3dca1d6fc389caeb69f91fc2c8be015fef9a841e Lloyds TSB Group PLC; banks. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2004-10-22-3aff2389-10854-0
394575054392ecc9a5b24be3fc00c97082df036a Next PLC; retailers. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2004-10-22-3aff2389-10854-0
5ca028ba88f84e56057637d8122301175a2087d1 Royal Bank of Scotland PLC; banks. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 5 2004-10-22-3aff2389-10854-0
c504845a26d4c3d49ccbfbbc3195291c0ada2073 Shell Transport & Trading Co. PLC; oil and gas. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 6 2004-10-22-3aff2389-10854-0
4c87f9421bc5eba9255af0079ca80c5aa2f4e431 Singer and Friedlander Group PLC; speciality and other finance. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 7 2004-10-22-3aff2389-10854-0
f2aa71d88ab62558a52977736f507b207b9945ef Tesco PLC; food and drug retailers. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 8 2004-10-22-3aff2389-10854-0
18d0d66ecb5ef77cdebbb562d2bf368d3a641226 WPP Group PLC; media and photography. Registrable shareholdings 3aff2389 2004-10-22 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 9 2004-10-22-3aff2389-10854-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 34.275ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette