home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

15 rows where member_id = "uk.org.publicwhip/member/468" sorted by date descending

✎ View and edit SQL

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
1c45fc48b978834a41234e339a69f1534bd4f102 Solicitor and Arbitrator. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2001-05-14-1f359ece-10468-0
59ed656ee7d18a93956f87d195c77cab156e3e32 Secondees to assist with Finance Bill 2000 from Deloitte & Touche and Kingston Smith. Sponsorship or financial or material support 9e46def6 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2001-05-14-9e46def6-10468-0
a9b2842210d2a54f4e0d6bb73397d4ccfc76a2fd In connection with my front bench duties I receive assistance on tax computations from an individual employed by KPMG. Sponsorship or financial or material support 9e46def6 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 1 2001-05-14-9e46def6-10468-0
12f0cac61fac44d2b13dfb00e4dc53fdfc18d302 Subscription to Sky Digital from Sky TV. (Registered 22 March 2000) Gifts, benefits and hospitality (UK) 84642823 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2001-05-14-84642823-10468-0
d1ebadfd2a192064294c55f3be19c5de332bc496 20-27 April 2000, to Egypt with spouse at the invitation and expense of the Egyptian Government. (Registered 18 May 2000) Overseas visits 80ef1083 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2001-05-14-80ef1083-10468-0
ea9406e99fad0f09b2292ec72094943bf502e309 Rented property in Westminster. Land and Property 4f1e6359 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2001-05-14-4f1e6359-10468-0
1db759c7f407a88a0aa1cab5098e7701c316406b Member of the Parliamentary panel of the Harris Research Centre. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2001-05-14-265f2269-10468-0
d2b67c8c3bafe73b280208cedfd36012bc304940 Solicitor and Arbitrator. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2000-11-10-1f359ece-10468-0
6097f4a3f1d0593022e1eb5ec72a8479d3799ed7 Financial contribution for office support services from Lord Harris of Peckham. Sponsorship or financial or material support 9e46def6 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2000-11-10-9e46def6-10468-0
2d9e1ede71953700ac2b57a643c3cfe9332ffd61 Secondees to assist with Finance Bill 2000 from Deloitte & Touche and Kingston Smith. Sponsorship or financial or material support 9e46def6 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 1 2000-11-10-9e46def6-10468-0
bae372b791e9c8e96216fb6d47c68e922a66dea2 Subscription to Sky Digital from Sky TV. (Registered 22 March 2000) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2000-11-10-84642823-10468-0
a5066fd09a38a3052faf731aa0f3577aa6e7ec07 July 1999, to Malaysia, to attend Langkawi International Dialogue. Expenses paid for by Commonwealth Partnership for Technology Management Ltd. (Registered 23 August 1999) Overseas visits 80ef1083 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2000-11-10-80ef1083-10468-0
54c873d9d28e560e1cd802efc805b7692194429d 20-27 April 2000, to Egypt with spouse at the invitation and expense of the Egyptian Government. (Registered 18 May 2000) Overseas visits 80ef1083 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 1 2000-11-10-80ef1083-10468-0
224f0bde8fbf63d0447cf3e48a5274995e2809ee Rented property in Westminster. Land and Property 4f1e6359 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2000-11-10-4f1e6359-10468-0
949826dee7503e3eb67a87f9a61af206a4d967dc Member of the Parliamentary panel of the Harris Research Centre. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Richard Ottaway uk.org.publicwhip/member/468 Richard Ottaway uk.org.publicwhip/person/10468 0 2000-11-10-265f2269-10468-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 125.082ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette