items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-02-24-84642823-10426-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 |
|---|---|---|---|---|---|---|---|
| e1a7cb291a6e5c51173de9f5f54ecff843587e72 | Name of donor: Michael Hintze | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 0 | 2010-02-24-84642823-10426-0 |
| c64a0c85872f4ec1d73a3bf9c87b77b1772baadc | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 1 | 2010-02-24-84642823-10426-0 |
| 9daf8863ac510b8b3df7c12a0bcb1897df039fac | Amount of donation or nature and value if donation in kind: £1200 for two tickets to the Carlton Political Club Dinner | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 2 | 2010-02-24-84642823-10426-0 |
| 630f8fd6a74eabc94cff9d6369760d31e6b6fcbf | Date of receipt of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 3 | 2010-02-24-84642823-10426-0 |
| b8282db0b704c7f3815a008df9124bef0cff9b4f | Date of acceptance of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 4 | 2010-02-24-84642823-10426-0 |
| 2cbd9a086e1ac128e79b29469f2358c65a064c36 | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 5 | 2010-02-24-84642823-10426-0 |
| c9a9f2e57724c9a7d65dde9039cbd00f72d994b3 | (Registered 25 October 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 6 | 2010-02-24-84642823-10426-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");