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