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-30-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
acc764bdd2c9f2669d1921f346e092091b8a9e39 Name of lender: Lloyds Bank Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 0 2015-03-30-1ec78673-24891-0
62e6f202c05c8295cb615b5076db4f1a11ab5478 Address of lender: 1 City Road East, Manchester, M15 4PU Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 1 2015-03-30-1ec78673-24891-0
6220a7f3f9ef4dbe9e802924d9118ab36d317a80 Amount of loan: £5,000 authorised overdraft facility for business account (used for office costs) Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 2 2015-03-30-1ec78673-24891-0
ab58c5d08cb0cd813654a6b4492040bd1b448cc2 Date the loan was entered into: 22 July 2014 Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 3 2015-03-30-1ec78673-24891-0
d5c718a5bb0e5cefc248cceb18b87c9011b5cb90 Date the loan is due to be repaid: intended overdraft review date 28 July 2015 Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 4 2015-03-30-1ec78673-24891-0
9256d4ed48b5ca4f4c0fa0f2188a239a90e0ccd7 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-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 5 2015-03-30-1ec78673-24891-0
831585ec65b8a899a0a4a156169fb8493b53328c Whether any security has been given: No Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 6 2015-03-30-1ec78673-24891-0
70cc95b4cadf4448bf7b47871385c1dca68a9044 (Registered 31 July 2014) Loans and other controlled transactions 1ec78673 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 7 2015-03-30-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 126.14ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette