items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-11-22-84642823-10241-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 |
|---|---|---|---|---|---|---|---|
| f24c1a93e22a5b18532501bf3b5b17dee1a06d25 | Name of donor: Conservative Party | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 0 | 2010-11-22-84642823-10241-0 |
| 02883169fe2b6e0a59668c8cc6509853f9a10bd0 | Address of donor : 30 Millbank, London SW1P 4DP | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 1 | 2010-11-22-84642823-10241-0 |
| 3489ac3c40eecb33ee7392f84dafbf23b6d9b9e2 | Amount of donation or nature and value if donation in kind: Payment to meet the cost of legal advice in connection with enquiries by the Metropolitan Police into leaks from the Home Office. (No charge pursued.) Donation 1: £87,538.50 – payment under an insurance policy; Donation 2: £52,541.60 – payment from general party funds. Total value, £140,080.10 | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 2 | 2010-11-22-84642823-10241-0 |
| e947a26dde8104d174150a999fcdebc0c736779c | Date of receipt of donation: Donation 1, 30 March 2009; Donation 2, 19 August 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 3 | 2010-11-22-84642823-10241-0 |
| 08226c74c9a615bcd129c2a5d31ee907fabb7e22 | Date of acceptance of donation: Donation 1, 30 March 2009; Donation 2, 19 August 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 4 | 2010-11-22-84642823-10241-0 |
| 4dbe35f6b0bd471758197bd3b1c9f08abef3cb30 | Donor status: my own political party | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 5 | 2010-11-22-84642823-10241-0 |
| d852591d1585848acc1da8dbf522a392fcb9470a | (Registered 11 November 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-11-22 | Damian Green uk.org.publicwhip/member/40049 | Damian Green uk.org.publicwhip/person/10241 | 6 | 2010-11-22-84642823-10241-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");