items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-04-12-84642823-10249-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 |
|---|---|---|---|---|---|---|---|
| a503bc815ba1fde2eeb95bed67d4b2a1e8889fb0 | My wife and I received tickets for the Conservative Party's 'Black and White Party' on 4 February 2009, paid for by Mr Christopher Moran, of London. (Registered 20 March 2009) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 0 | 2010-04-12-84642823-10249-0 |
| 15ffbeaa52c38b88eee907f7447b8f86199d66c6 | Name of donor: Marks Barfield Architects | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 1 | 2010-04-12-84642823-10249-0 |
| 4d99ae8f1b1be9acbd585384a6363153fb798a58 | Address of donor : 50 Bromells Road, London SW4 0BG. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 2 | 2010-04-12-84642823-10249-0 |
| e4312039ac8220276980b54af2384af3393cb4cd | Amount of donation or nature and value if donation in kind: 50 tickets to the London Eye (value: £894) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 3 | 2010-04-12-84642823-10249-0 |
| 00d4e7116f766889b3d6207c267b2cc936dfc459 | Date of receipt of donation: 20 November 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 4 | 2010-04-12-84642823-10249-0 |
| 62c614768aa9f0263bbb7924e20bcc3088066b0d | Date of acceptance of donation: 20 November 2009 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 5 | 2010-04-12-84642823-10249-0 |
| 3a2d0920ee7f888c91c42715cf6dbf99431afdf8 | Donor status: company, registration number 2444149 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 6 | 2010-04-12-84642823-10249-0 |
| a7c5f5f2240a3e231500faab54b03df4afddb1e4 | (Registered 20 January 2010) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | John Gummer uk.org.publicwhip/member/1852 | John Gummer uk.org.publicwhip/person/10249 | 7 | 2010-04-12-84642823-10249-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");