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-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
80dc40846d878b04b90414143f3c5d5e8139bc2b Name of lender: Lloyds Bank Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 0 2015-02-23-1ec78673-24891-0
0b5dacceb9172ad1cace36de2299a3d59b3377b4 Address of lender: 1 City Road East, Manchester, M15 4PU Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 1 2015-02-23-1ec78673-24891-0
d63030f606774bb0c368753e0feedde9da49eb8a Amount of loan: £5,000 authorised overdraft facility for business account (used for office costs) Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 2 2015-02-23-1ec78673-24891-0
4db36cb962021b2a34a0c681ed95903e6f4e72d2 Date the loan was entered into: 22 July 2014 Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 3 2015-02-23-1ec78673-24891-0
e20801e7958c5fe427a1b0fb0fd3b4442a37cb23 Date the loan is due to be repaid: intended overdraft review date 28 July 2015 Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 4 2015-02-23-1ec78673-24891-0
9ec70a3989c959e35a1515b65eba11f040574909 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-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 5 2015-02-23-1ec78673-24891-0
fc580509579619f23e98a011110cbd9f8d27e2c0 Whether any security has been given: No Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 6 2015-02-23-1ec78673-24891-0
3eef35f1c9ac2ceddf0133aafb6ae7d082c66b83 (Registered 31 July 2014) Loans and other controlled transactions 1ec78673 2015-02-23 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 7 2015-02-23-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 119.901ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette