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-09-08-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
ef468161eb9b94c5f9663ef057076178b2f6fc17 Barclays PLC; banks. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2004-09-08-3aff2389-10854-0
be6c1f2a7ea14a9815546d9f575dc5b9f06a2ab5 Carpetright PLC; general retailers. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2004-09-08-3aff2389-10854-0
1ac1de87c8e62bcc5e4a22cd3b1d6d6cbdd330e5 HSBC Holdings PLC; banks. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2004-09-08-3aff2389-10854-0
e8358b1eece8e277aface7d6478b5fcd0cc8f0d8 Lloyds TSB Group PLC; banks. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2004-09-08-3aff2389-10854-0
41358123646d83ceb09a00cb73d5ac6860abb9d3 Next PLC; retailers. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2004-09-08-3aff2389-10854-0
df47ca757b238672ca52e34f109c55dbf953ebe4 Royal Bank of Scotland PLC; banks. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 5 2004-09-08-3aff2389-10854-0
85ae785482349ccb3e3659df81c255c6ef157da5 Shell Transport & Trading Co. PLC; oil and gas. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 6 2004-09-08-3aff2389-10854-0
ed9e949ca06f77a4a51eb4112672456c0f8d62d7 Singer and Friedlander Group PLC; speciality and other finance. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 7 2004-09-08-3aff2389-10854-0
2f029b0476a6d268a8b96d1dd8f2ee73772db077 Tesco PLC; food and drug retailers. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 8 2004-09-08-3aff2389-10854-0
46f25d02afc7e300ac6fb9a4783c757445b4ac56 WPP Group PLC; media and photography. Registrable shareholdings 3aff2389 2004-09-08 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 9 2004-09-08-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 36.379ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette