items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
9 rows where record_id = "2010-04-12-9e46def6-10084-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 |
|---|---|---|---|---|---|---|---|
| cfd053be1723e0fcfd2f809d97401bc96ffdf69b | Support received for my Westminster office from Lord Alliance, for a member of staff working part-time for me in my capacity as Liberal Democrat Treasury Spokesman. (Registered 15 April 2009) | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 0 | 2010-04-12-9e46def6-10084-0 |
| 0ef4ef7603d969625db0c91582ba75059b8716d8 | Name of donor: PricewaterhouseCoopers | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 1 | 2010-04-12-9e46def6-10084-0 |
| bd446bbf5d55247585a96947cc389da960ac21df | Address of donor: Hay's Galleria, 1 Hay's Lane, London SE1 2RD. | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 2 | 2010-04-12-9e46def6-10084-0 |
| 5093d75f7c520a324f046b46d797e11f7a6bf4c7 | Amount of donation or nature and value if donation in kind: advice to the Liberal Democrat Treasury Team during the Commons stages of the Finance Bill and secondment of a tax specialist between May and August 2009, who provides ongoing advice on an ad hoc basis. | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 3 | 2010-04-12-9e46def6-10084-0 |
| f6702030abc7e61d97faa36e756a06094826f674 | Total value £78,710 to Liberal Democrat Treasury Team of which as a Shadow Chancellor I receive a significant share. Covers period 1 April 2009 to February 2010. | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 4 | 2010-04-12-9e46def6-10084-0 |
| 80a9bbcff6b088c48b0b3e6dfdb0701c05d0bd77 | Date of receipt: 1 April 2009 | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 5 | 2010-04-12-9e46def6-10084-0 |
| d27fb8c95c3f66ecf261cfb737775ea916bb0132 | Date of acceptance: 1 April 2009 | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 6 | 2010-04-12-9e46def6-10084-0 |
| 5ad26b3dc930c56f5524225c582888ed3b1cc142 | Donor status: limited liability partnership | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 7 | 2010-04-12-9e46def6-10084-0 |
| 967df3ea97b01cb16f9b078b9bdff998129bd4c0 | (Registered 8 April 2010) | Sponsorship or financial or material support 9e46def6 | 2010-04-12 | Vincent Cable uk.org.publicwhip/member/1885 | Vincent Cable uk.org.publicwhip/person/10084 | 8 | 2010-04-12-9e46def6-10084-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");