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-01-26-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
1ec27248556a3e40c87fe0d41e985d40e0323a9d Name of lender: Lloyds Bank Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 0 2015-01-26-1ec78673-24891-0
c4311755dd0c81131c2ef1914819bee832611161 Address of lender: 1 City Road East, Manchester, M15 4PU Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 1 2015-01-26-1ec78673-24891-0
6cf32bfc9f2d6c5d51170584724249522ec95edb Amount of loan: £5,000 authorised overdraft facility for business account (used for office costs) Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 2 2015-01-26-1ec78673-24891-0
624feab999434c40dad541b716900414d29ff1c3 Date the loan was entered into: 22 July 2014 Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 3 2015-01-26-1ec78673-24891-0
5069073b125fc8520709a2f448699056d90e363c Date the loan is due to be repaid: intended overdraft review date 28 July 2015 Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 4 2015-01-26-1ec78673-24891-0
a713e618b5fbce0531033b99fbb541d9448f05d2 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-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 5 2015-01-26-1ec78673-24891-0
5ea9c9b64e84d4a1561d01b704462ea493c5d5fc Whether any security has been given: No Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 6 2015-01-26-1ec78673-24891-0
4fede0c39d108335f26c727eb7f9810d102108fb (Registered 31 July 2014) Loans and other controlled transactions 1ec78673 2015-01-26 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 7 2015-01-26-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 163.002ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette