items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-84642823-10079-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 |
|---|---|---|---|---|---|---|---|
| 2df758beb35d36fb758bfabf34633912b614a709 | Name of donor: Whitton Investments | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 0 | 2010-04-12-84642823-10079-0 |
| 2acf1b64035a5ea1e0e333becc76db108a802291 | Address of donor : Level 33, 25 Canada Square, Canary Wharf, London E14 5LQ | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 1 | 2010-04-12-84642823-10079-0 |
| a3e319c1c43ffc34e42f24d1fa9455e5fc08e88f | Amount of donation or nature and value if donation in kind: ticket to the Lady Taverners Charity Gala Dinner with guest speaker President Bill Clinton, value £2,000 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 2 | 2010-04-12-84642823-10079-0 |
| 8f7d3a600e6476bb967644fd87147e9069ef354d | Date of receipt of donation: 30 October 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 3 | 2010-04-12-84642823-10079-0 |
| d8b40779c272cf4cce0e775c91be85b87fab3de6 | Date of acceptance of donation: 30 October 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 4 | 2010-04-12-84642823-10079-0 |
| f322a47da9aed40833f0f23fe9d2ab8e268ad850 | Donor status: company | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 5 | 2010-04-12-84642823-10079-0 |
| 520302ac4fbaad8edd2969ac2112e9b981b62469 | (Registered 3 November 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Simon Burns uk.org.publicwhip/member/1493 | Simon Burns uk.org.publicwhip/person/10079 | 6 | 2010-04-12-84642823-10079-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");