items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-84642823-10013-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 |
---|---|---|---|---|---|---|---|
f9f56ef08c8a6dfcc2fa4f0f29bd4caa2892394c | Name of donor: Bechtel Management Company Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-09-84642823-10013-0 |
09c6d73000bd6072ea36ba4b3375b9d5e2d0d9c8 | Address of donor: 245 Hammersmith Road, London W6 8DP | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-09-84642823-10013-0 |
b39b9b170d4c4db0d383cc95f85a490eb1f985e1 | Amount of donation or nature and value if donation in kind: tickets for me and my wife to the opening night of the Chelsea Flower Show, to a total value of £1,250 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-09-84642823-10013-0 |
262c748cc03c3a61396b0b457240c6ff3adbe7ae | Date of receipt of donation: 29 April 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-09-84642823-10013-0 |
c6f1f75dac582f47341182737f669214679a54b9 | Date of acceptance of donation: 19 May 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-09-84642823-10013-0 |
dffd50c879f5891532c7b0db4a317c5926d5c58a | Donor status: company, registration 4252526 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-09-84642823-10013-0 |
c96b58fc97df0ec351737cc086d108e8955ba7e4 | (Registered 28 May 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-09-84642823-10013-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");