items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-03-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 |
|---|---|---|---|---|---|---|---|
| e269c7ba76ea21febd9b83836fff90c0e0e4b8ea | Name of donor: Michael Hintze | Gifts, benefits and hospitality (UK) 84642823 | 2010-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 0 | 2010-03-24-84642823-10426-0 |
| 38123849a3d26b8f9bf82af39ac0c1851068b28b | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2010-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 1 | 2010-03-24-84642823-10426-0 |
| 727f25b017a07549061859b65494c08b3df549ea | 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-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 2 | 2010-03-24-84642823-10426-0 |
| 2dc8e3aa2e277332560dc8848d361f8a7ea974ac | Date of receipt of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 3 | 2010-03-24-84642823-10426-0 |
| 253554d6e2447fdd3b83fb9698d8ea312c970f1d | Date of acceptance of donation: 22 September 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 4 | 2010-03-24-84642823-10426-0 |
| f7d13462ee1c36c91d7c4c96ff90f89bcf2e6b63 | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2010-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 5 | 2010-03-24-84642823-10426-0 |
| 79ceb6c8ff01d1094919d54a9182fe3cc11bbaf4 | (Registered 25 October 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-03-24 | Theresa May uk.org.publicwhip/member/1700 | Theresa May uk.org.publicwhip/person/10426 | 6 | 2010-03-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");