items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2015-03-09-1ec78673-24891-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 3cc87f3c29a7dc3b8536f858330b6495a2750ff3 | Name of lender: Lloyds Bank | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 0 | 2015-03-09-1ec78673-24891-0 |
| 9a8b0f85d135119febb27d8fbad40d0731220fc6 | Address of lender: 1 City Road East, Manchester, M15 4PU | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 1 | 2015-03-09-1ec78673-24891-0 |
| 837cf848e0ac3ea98d379bf73c3f07e1137daa19 | Amount of loan: £5,000 authorised overdraft facility for business account (used for office costs) | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 2 | 2015-03-09-1ec78673-24891-0 |
| 3e0503e849b6891558ebda01b353a554b095e055 | Date the loan was entered into: 22 July 2014 | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 3 | 2015-03-09-1ec78673-24891-0 |
| 349825b8b9431ce5393bcd6c497858767576ae1e | Date the loan is due to be repaid: intended overdraft review date 28 July 2015 | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 4 | 2015-03-09-1ec78673-24891-0 |
| f08f20b1086bd74112d2fe1c50945e736f9faaa1 | 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-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 5 | 2015-03-09-1ec78673-24891-0 |
| 90c5b531787e83823f5609e5d57c0fde6e1e5b45 | Whether any security has been given: No | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 6 | 2015-03-09-1ec78673-24891-0 |
| 25ea6249cd280fc40d386588a8c417c738fd379d | (Registered 31 July 2014) | Loans and other controlled transactions 1ec78673 | 2015-03-09 | Charlotte Leslie uk.org.publicwhip/member/40123 | Charlotte Leslie uk.org.publicwhip/person/24891 | 7 | 2015-03-09-1ec78673-24891-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");