home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-01-26-8f616a6e-13934-1" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
e0b960063a96f0a0b8b85d65f7ab383c738e8fe9 Name of donor: Express Taxation & Accountancy Services Ltd, trading as Tack & Co Accountants Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 0 2015-01-26-8f616a6e-13934-1
8bb21e4d25eaed79c3cde4afc35d5c33929916eb Address of donor: 13-15 The Green, Southall, Middlesex UB2 4AH Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 1 2015-01-26-8f616a6e-13934-1
00eae62e3eb991551a8ab6a3859e3fa3544d368f Amount of donation or nature and value if donation in kind: rent free use of an office in the constituency; value £6,000 per annum. Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 2 2015-01-26-8f616a6e-13934-1
dbb2a99aae744e6fae4c4fe29e1b8571d8df09a9 Date of receipt: received since 15 May 2008 Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 3 2015-01-26-8f616a6e-13934-1
c2accfc7cfbbc1391a40e8d8b758ed9e46720d08 Date of acceptance: received since 15 May 2008 Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 4 2015-01-26-8f616a6e-13934-1
d31ad7bdd41a4860d2857ad5e98a8ffc42db9c11 Donor status: company, registration 03484457 Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 5 2015-01-26-8f616a6e-13934-1
be2d21e64ceeba13068b592132de7a451ff128de (Registered 24 July 2011; updated 5 September 2012; updated 8 October 2013; updated 5 November 2014) Sponsorships 8f616a6e 2015-01-26 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 6 2015-01-26-8f616a6e-13934-1

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 111.646ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette