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 = "2014-12-08-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
a90180058586bcb4945c62c7f4e9a8346b301395 Name of lender: David Alliance Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 0 2014-12-08-1ec78673-10298-0
66c13665c4a6f8e1f2f202c80e29ce3bc106dcaf Address of donor: private Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 1 2014-12-08-1ec78673-10298-0
843bb6cd731c4b81360bd031c69ce9f3cd3d102a Amount of loan: £20,000 Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 2 2014-12-08-1ec78673-10298-0
a0c0514c6d735b96711a34d8827d00d597294945 Date the loan was entered into: 27 June 2014 Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 3 2014-12-08-1ec78673-10298-0
59841693b5d13dabadeec0ebf48d56dd3cff5c9b Date the loan is due to be repaid: indefinite Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 4 2014-12-08-1ec78673-10298-0
dc6e9869b51feeee1df2ff2338774015dd36d341 Rate of interest: 0% Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 5 2014-12-08-1ec78673-10298-0
67b0e7e0e80df351916745f919823a3409a3141a Whether or not any security has been given: none Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 6 2014-12-08-1ec78673-10298-0
18089378136ecfd5a141f42426db4047df93c010 (Registered 24 July 2014) Loans and other controlled transactions 1ec78673 2014-12-08 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 7 2014-12-08-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 16.353ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette