items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
14 rows where record_id = "2010-04-12-84642823-11115-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 |
|---|---|---|---|---|---|---|---|
| 3e0744dd450edf0491dfa79b6e0d72bac780f9ca | Name of donor: Dominic Casserley | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 0 | 2010-04-12-84642823-11115-0 |
| bbdea1c46b9127a46494d5d34a55b10e667f47c5 | Address of donor : private | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 1 | 2010-04-12-84642823-11115-0 |
| c961cbb6ad62d02b532239ed281fa8fe2a4fd103 | Amount of donation or nature and value if donation in kind: Hospitality at Carlton Club Political Dinner, value £1500. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 2 | 2010-04-12-84642823-11115-0 |
| 0d1ea202bb81d7c7e61653f1e4c778b5b019cdcc | Date of receipt of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 3 | 2010-04-12-84642823-11115-0 |
| 78c0dc10cd366472127871bcedcbd69586350f35 | Date of acceptance of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 4 | 2010-04-12-84642823-11115-0 |
| 85ff2a47819e9f826e5780b714a4f460312da686 | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 5 | 2010-04-12-84642823-11115-0 |
| 0ea4f10c59b5c080ee4a7f41bddda111e87243fd | (Registered 20 October 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 6 | 2010-04-12-84642823-11115-0 |
| ccabdecba92bfa6b98b27c64cd898849b4cb75ec | Name of donor: IPGL Limited | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 7 | 2010-04-12-84642823-11115-0 |
| feb4274060bdff18528b8cffaa129ff4c62ab41d | Address of donor: Park House, 16 Finsbury Circus, London EC2M 7EB. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 8 | 2010-04-12-84642823-11115-0 |
| 6ec9ac592774699b82b49ab765f52b2f4428a9b6 | Amount of donation (or estimate of the probable value): one way flight from World Economic Forum, Davos (see Category 6 below), from Altenrhein, Switzerland to RAF Northolt, UK. There were six passengers on this flight. The total cost was £8,515.27. The individual benefit that I received was £1,420. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 9 | 2010-04-12-84642823-11115-0 |
| cd8e14d76218ef70c1b12f10210c8c0a61007757 | Date of receipt of donation: 30 January 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 10 | 2010-04-12-84642823-11115-0 |
| 1150eb0c637cf2f95fd9294945b3109d1ecac2b9 | Date of acceptance of donation: 30 January 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 11 | 2010-04-12-84642823-11115-0 |
| 9393447b8fb587a25c8c25b842a8f06b7f95320d | Donor status: company, registration number 02011009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 12 | 2010-04-12-84642823-11115-0 |
| 167256233933496195b3cd823ff4eec54fc62874 | (Registered 9 March 2010) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Andrew Mitchell uk.org.publicwhip/member/1862 | Andrew Mitchell uk.org.publicwhip/person/11115 | 13 | 2010-04-12-84642823-11115-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");