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-09-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
85e83d0bf7d50f4979c0ed338d0f5d30fdfccdd1 Name of lender: David Alliance Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 0 2015-03-09-1ec78673-10298-0
a378e18b6280865bae2f3fffe09a0f41c5f0c407 Address of donor: private Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 1 2015-03-09-1ec78673-10298-0
c5cf29ce29b8d5dfcaf5af4774767cb25532ed4e Amount of loan: £20,000 Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 2 2015-03-09-1ec78673-10298-0
b98d3ecac6f4ca6d6c4725693eae2360248ae10b Date the loan was entered into: 27 June 2014 Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 3 2015-03-09-1ec78673-10298-0
63d8bcd3c81ffb41197d240519167e244cc6300d Date the loan is due to be repaid: indefinite Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 4 2015-03-09-1ec78673-10298-0
20bdd9f7347426904cb8630c5d14dfd7041c1fc7 Rate of interest: 0% Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 5 2015-03-09-1ec78673-10298-0
004e4fbd00b6de2c7623e85608956a82d70c473f Whether or not any security has been given: none Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 6 2015-03-09-1ec78673-10298-0
d57f83aece8425922c38fad365512316e880d1c9 (Registered 24 July 2014) Loans and other controlled transactions 1ec78673 2015-03-09 Simon Hughes uk.org.publicwhip/member/40072 Simon Hughes uk.org.publicwhip/person/10298 7 2015-03-09-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.842ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette