items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2014-04-07-84642823-10180-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 |
---|---|---|---|---|---|---|---|
d9f899da206b8c17d8138b82450554c650b0c078 | I have accepted honorary life membership of Buck’s Club 1919, 18 Clifford Street, London W15 3RF. | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 0 | 2014-04-07-84642823-10180-0 |
4b3f4b5520dc6ca4b1ad4244fa03e9cc4eab6f3a | I have accepted honorary life membership of Pratt’s Club as a Special Member, 14 Park Place, London SW1A 1LP. | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 1 | 2014-04-07-84642823-10180-0 |
12c5b935d0a1e94a9d22869756497d659b0e7a5e | Name of donor: Tottenham Hotspur Football and Athletic Co Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 2 | 2014-04-07-84642823-10180-0 |
f346214ec4cd2221e78c04e1bacc85db9d00dd3d | Address of donor: Bill Nicholson Way, 748 High Road, London N17 0AP | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 3 | 2014-04-07-84642823-10180-0 |
2fa10d2a0926b7586b5ae5c12ab7da145c27ad77 | Amount of donation or nature and value if donation in kind: hospitality in Tottenham Hotspur’s directors’ box for me and my son; estimated value £2,400 | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 4 | 2014-04-07-84642823-10180-0 |
18d631b71d06b9fc1580b9c23e537b58a3149066 | Date of receipt of donation: 3 March 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 5 | 2014-04-07-84642823-10180-0 |
09953376b6dc96435a5db3e10f6b6928524f3b0f | Date of acceptance of donation: 3 March 2013 | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 6 | 2014-04-07-84642823-10180-0 |
4bb2ca57e27c9780b1533ac5398f505237a31e07 | Donor status: company, registration 57186 (Registered 17 April 2013) | Gifts, benefits and hospitality (UK) 84642823 | 2014-04-07 | Iain Duncan Smith uk.org.publicwhip/member/40167 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 7 | 2014-04-07-84642823-10180-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");