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-09-1ec78673-24891-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
e33e83c468a7b1db497ad7a48f2299826c167065 Name of lender: Lloyds Bank Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 0 2015-02-09-1ec78673-24891-0
2ec1505f44199e86e86f43b97c4b38f4f6586ad0 Address of lender: 1 City Road East, Manchester, M15 4PU Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 1 2015-02-09-1ec78673-24891-0
03249701bdbf77ca9994b8e71a47a1079a7cb52c Amount of loan: £5,000 authorised overdraft facility for business account (used for office costs) Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 2 2015-02-09-1ec78673-24891-0
b7e3b09821b2c15a479e3178c7d076071bb0b084 Date the loan was entered into: 22 July 2014 Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 3 2015-02-09-1ec78673-24891-0
a31b808bed221e0a177ab510d0b9896f76956fe2 Date the loan is due to be repaid: intended overdraft review date 28 July 2015 Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 4 2015-02-09-1ec78673-24891-0
40e9cfb94f64df8c0d85bf8e90f483350e4b490d Rate of interest: variable rates (currently 10.56% and 26.40% p/a) for, respectively, authorised and unauthorised borrowing Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 5 2015-02-09-1ec78673-24891-0
809ac6b1f4b4bca368ee8b8a8dbacc95f0d8d228 Whether any security has been given: No Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 6 2015-02-09-1ec78673-24891-0
e6237397695d8ea5cea5091970be45db19c8456d (Registered 31 July 2014) Loans and other controlled transactions 1ec78673 2015-02-09 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 7 2015-02-09-1ec78673-24891-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 194.226ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette