home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2014-12-08-8f616a6e-13934-0" 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
f3c72731dab335feed6d126fdb76117575ac24d1 Support in the capacity as an MP: Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 0 2014-12-08-8f616a6e-13934-0
763c8767b5c48dd7ffc0bf6d4bb44464a66819d3 Name of donor: Express Taxation & Accountancy Services Ltd, trading as Tack & Co Accountants Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 1 2014-12-08-8f616a6e-13934-0
810ee4ce78878a384d1e3e2dbb0080ce2ecec4b1 Address of donor: 13-15 The Green, Southall, Middlesex UB2 4AH Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 2 2014-12-08-8f616a6e-13934-0
32154afc95cb85676ca58411d03b72e877dae019 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 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 3 2014-12-08-8f616a6e-13934-0
2648b6a143fa183a3b15a24b22702c1dfea1430a Date of receipt: received since 15 May 2008 Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 4 2014-12-08-8f616a6e-13934-0
2c70eec73df23424a3a0cc802694f77fe4404d42 Date of acceptance: received since 15 May 2008 Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 5 2014-12-08-8f616a6e-13934-0
5828ca3cab09397bddccbcb70ae18bb09484bed8 Donor status: company, registration 03484457 Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 6 2014-12-08-8f616a6e-13934-0
c0f8015d7829c6a048c4ad1c82d6b3cf61da8ddc (Registered 24 July 2011; updated 5 September 2012; updated 8 October 2013; updated 5 November 2014) Sponsorships 8f616a6e 2014-12-08 Virendra Sharma uk.org.publicwhip/member/40221 Virendra Sharma uk.org.publicwhip/person/13934 7 2014-12-08-8f616a6e-13934-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 29.523ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette