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-03-30-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
fa419f098e51fc6671c05f7ae51933cf310fc479 Name of lender: David Alliance Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 0 2015-03-30-1ec78673-10298-0
12dc4c80e5d524698af336582d0db4547e5e3c80 Address of donor: private Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 1 2015-03-30-1ec78673-10298-0
fe7dc3396e75d99a1d33fa828913c7638a3a809a Amount of loan: £20,000 Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 2 2015-03-30-1ec78673-10298-0
8d3eacbe322037c7b55952248de461c739d31a9b Date the loan was entered into: 27 June 2014 Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 3 2015-03-30-1ec78673-10298-0
672a7f0c5ba532846b7228c918588bebaea2bcc4 Date the loan is due to be repaid: indefinite Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 4 2015-03-30-1ec78673-10298-0
d14477cc2a70bc62f6726ddf1ab855f4e7b599ba Rate of interest: 0% Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 5 2015-03-30-1ec78673-10298-0
6fd07c8f814798cf4b71f4bcb2cf6f5aff072b4d Whether or not any security has been given: none Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 6 2015-03-30-1ec78673-10298-0
83663a39e91d8ab35aa6002269096f3fb7648139 (Registered 24 July 2014) Loans and other controlled transactions 1ec78673 2015-03-30 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 7 2015-03-30-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.127ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette