items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
---|---|---|---|---|---|---|---|
1d8fc10ed816ffac217244ea35beb6f5ae46217f | Name of donor: Bechtel Management Company Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-30-84642823-10013-0 |
43a522090b2fa602bbabdd5b21c19085da4d4174 | Address of donor: 245 Hammersmith Road, London W6 8DP | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-30-84642823-10013-0 |
7e2fc93df96ff40f698b15b54b857bc0b9fb3dc7 | 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-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-30-84642823-10013-0 |
49c691aa5c92d186612ab44862b9a046a21faf0c | Date of receipt of donation: 29 April 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-30-84642823-10013-0 |
c0a3cedecd4b607b2179502e149897128921499e | Date of acceptance of donation: 19 May 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-30-84642823-10013-0 |
a16a8b6d801a3edf76a6cdbcaf9e6f96d5dab325 | Donor status: company, registration 4252526 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-30-84642823-10013-0 |
81946ff63ad27736cef74e68fe9f1378f98f0c94 | (Registered 28 May 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-30-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");