items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
12 rows where member_id = "uk.org.publicwhip/member/759" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, sort_order, record_id, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| fc1fdaaa415ed625acfdb676a1379273b9f817d7 | Fees for lectures to Civil Service College, which are paid direct to charities. (Up to £5,000) | Remunerated employment, office, profession etc 1f359ece | 2005-04-11 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2005-04-11-1f359ece-10072-0 |
| 92bb003361412a123eff022e912906b053799c4a | Fees for lectures to Civil Service College, which are paid direct to charities. (Up to £5,000) | Remunerated employment, office, profession etc... 5177ae6a | 2005-01-28 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2005-01-28-5177ae6a-10072-0 |
| a712ed6d0f8ae84aa97d4c3a60f35fd3bd12c813 | Fees for lectures to Civil Service College, which are paid direct to charities. (Up to £5,000) | Remunerated employment, office, profession etc 1f359ece | 2004-12-03 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2004-12-03-1f359ece-10072-0 |
| 676886a1b34e84b84b9236fdb16e35f36b5431a0 | Fees for lectures to Civil Service College, which are paid direct to charities. (Up to £5,000) | Remunerated employment, office, profession etc 1f359ece | 2004-10-22 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2004-10-22-1f359ece-10072-0 |
| 2d7f5e80259b2d2d34f15f4eac3757aef16cad27 | I own a share in a residential property in Dorset for which rental income is received. | Land and Property 4f1e6359 | 2004-09-08 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2004-09-08-4f1e6359-10072-0 |
| 1173fcdfe9850e7860bb044b6b13c93adab23ac4 | I own a share in a residential property in Dorset for which rental income is received. | Land and Property 4f1e6359 | 2004-07-16 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2004-07-16-4f1e6359-10072-0 |
| 8f1f8c69d06cf3e979eebbb34be0c03734958ce8 | I own a share in a residential property in Dorset for which rental income is received. | Land and Property 4f1e6359 | 2004-05-21 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2004-05-21-4f1e6359-10072-0 |
| a639a6e9065d9a66770c655ed30b19712fca842e | I own a share in a residential property in Dorset for which rental income is received. | Land and Property 4f1e6359 | 2004-01-31 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2004-01-31-4f1e6359-10072-0 |
| 14d20e9863d94f730c9b40b357d79d1a38124b25 | Occasional income from television, radio, journalism. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2002-05-14-1f359ece-10072-0 |
| aefa262bc1058b5b2f5a0dfd802b2c7327edcbf4 | A contribution of more than 25% of my election expenses at the 2001 General Election was made by Lowman Manufacturing , of Tiverton, Devon. (Registered 3 September 2001). | Sponsorship or financial or material support 9e46def6 | 2002-05-14 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2002-05-14-9e46def6-10072-0 |
| c308d47a4578350908a6d2ce7531529572c8623a | April 2001, a donation of £2700 was made to my constituency association by the Exeter Constitutional Trust. (Registered 3 September 2001) | Sponsorship or financial or material support 9e46def6 | 2002-05-14 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 1 | 2002-05-14-9e46def6-10072-0 |
| ff5392dfeb94d2c75a2e09a6d1eeba75f0b1d3fd | Annual car parking pass provided by South West Trains. (Registered 14 September 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2002-05-14 | Angela Browning uk.org.publicwhip/member/759 | Angela Browning uk.org.publicwhip/person/10072 | 0 | 2002-05-14-84642823-10072-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");