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-07-16-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
3bcfe1e9e7ff876fee6af018ecdfd48187fbc380 Barclays PLC; banks. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2004-07-16-3aff2389-10854-0
c4983f30d1d097df4d04fbf8dc2afd87d12f85a9 Carpetright PLC; general retailers. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2004-07-16-3aff2389-10854-0
88e335aac872dcbc78e8273c4f0ca59680ee120a HSBC Holdings PLC; banks. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2004-07-16-3aff2389-10854-0
8c3a76dd4dc5d0d48f071d9c89f4e7b8a4f08f75 Lloyds TSB Group PLC; banks. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2004-07-16-3aff2389-10854-0
88d2bdc8e3b898b57ecc7abc9047f7d9b383d05c Next PLC; retailers. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2004-07-16-3aff2389-10854-0
3637d74dcddcf7d4b47b340c75655e87da422de0 Royal Bank of Scotland PLC; banks. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 5 2004-07-16-3aff2389-10854-0
701bd9751b9e932b08c3cd1ba081d6fab04289f4 Shell Transport & Trading Co. PLC; oil and gas. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 6 2004-07-16-3aff2389-10854-0
dd11e60da540b49d3a39743c819e9f6661c8597a Singer and Friedlander Group PLC; speciality and other finance. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 7 2004-07-16-3aff2389-10854-0
343a7e1966cdd8cf141b8a12f43829c5c8ad547a Tesco PLC; food and drug retailers. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 8 2004-07-16-3aff2389-10854-0
906953e420e9e54f84e052bb8a175effc0b1ce8f WPP Group PLC; media and photography. Registrable shareholdings 3aff2389 2004-07-16 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 9 2004-07-16-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 16.584ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette