items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-84642823-10251-1" 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 |
---|---|---|---|---|---|---|---|
5a0beae3717695e53ce3dd60c3a1dc2dcfa6aee6 | Name of donor: The Travellers Club | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 0 | 2015-03-09-84642823-10251-1 |
674022415439b656abad92b32b9fcf1189f83e6c | Address of donor: 106 Pall Mall, London SW1Y 5EP. | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 1 | 2015-03-09-84642823-10251-1 |
be62f42272e7dfe309af4061a8d5f27197542727 | Amount of donation or nature and value if donation in kind: honorary membership of the club (value: £1,440 per year for 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 2 | 2015-03-09-84642823-10251-1 |
654325a7ab3cbd38a5d2103cae491b7c320e9ca2 | Date of first receipt of donation: 12 July 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 3 | 2015-03-09-84642823-10251-1 |
ae4bf7a27008e6c406c0cc20aca8b72c551da01b | Date of acceptance of donation: 12 July 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 4 | 2015-03-09-84642823-10251-1 |
7d8aa39585a688ca5e2cba6dcd00f7fbc3136cbc | Donor status: unincorporated association | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 5 | 2015-03-09-84642823-10251-1 |
79025f52fcc2df6b38504e51ff50f62265a902d3 | (Registered 4 August 2010; updated 17 April 2013, updated 28 April 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | William Hague uk.org.publicwhip/member/40499 | William Hague uk.org.publicwhip/person/10251 | 6 | 2015-03-09-84642823-10251-1 |
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");