home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2015-02-23-1ec78673-10298-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
f50c9aa3bbc4b8d3212d7b1e563afa4108556e84 Name of lender: David Alliance Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 0 2015-02-23-1ec78673-10298-0
1b20808b1fe66ee5cb0746b5be3fbc69e3796308 Address of donor: private Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 1 2015-02-23-1ec78673-10298-0
b64f93771de6cfd291a89622a859c5d9aad9c42b Amount of loan: £20,000 Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 2 2015-02-23-1ec78673-10298-0
8086a22081238244ee0fa1fba4c91b0f516fc1cc Date the loan was entered into: 27 June 2014 Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 3 2015-02-23-1ec78673-10298-0
510e3d75695940eaed33e5c775da156aba685758 Date the loan is due to be repaid: indefinite Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 4 2015-02-23-1ec78673-10298-0
7bb1f7b3528b142ed6426ef999805e5088f4f683 Rate of interest: 0% Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 5 2015-02-23-1ec78673-10298-0
1fa00edbf77236c8a8acef7293041aa01dfea687 Whether or not any security has been given: none Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 6 2015-02-23-1ec78673-10298-0
711c3a9e4a9c902a555df6820fea47272a19745f (Registered 24 July 2014) Loans and other controlled transactions 1ec78673 2015-02-23 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 7 2015-02-23-1ec78673-10298-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 38.277ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette