home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2020-10-12-10057ffd-25806-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
f07284da1ce8c5f27f513f8f60b7a6285682494d Payments for work as a Process Operator at Sabic UK Petrochemicals, Wilton TS10 4YA: Employment and earnings 10057ffd 2020-10-12   Jacob Young uk.org.publicwhip/person/25806 0 2020-10-12-10057ffd-25806-0
4e5cb757e63236999402b0996a86e4ad2e1d3fa1 18 December 2019, received salary of £4,823.48, plus interest free loan (value of discount £16.41), and health care policy with a value of £55.98. Hours: 48 hrs since my election. (Registered 09 January 2020) Employment and earnings 10057ffd 2020-10-12   Jacob Young uk.org.publicwhip/person/25806 1 2020-10-12-10057ffd-25806-0
804c726b5c7c24853d09cd6b105933900b8310c5 24 January 2020, received £590.81, plus interest free housing loan, value £135 (less £568.60 in repayment of loan). Hours: none since my election. (Registered 03 March 2020) Employment and earnings 10057ffd 2020-10-12   Jacob Young uk.org.publicwhip/person/25806 2 2020-10-12-10057ffd-25806-0
cf80df5febd413821f234cfd7ac35d9c01c130a2 25 February 2020, received £54.37. Hours: none since my election. (Registered 03 March 2020) Employment and earnings 10057ffd 2020-10-12   Jacob Young uk.org.publicwhip/person/25806 3 2020-10-12-10057ffd-25806-0
a9e92cc6131eeaa1b795a6653965789db39e47b1 24 April 2020, received a bonus payment of £2,185.01. Hours: no additional hours. (Registered 29 May 2020) Employment and earnings 10057ffd 2020-10-12   Jacob Young uk.org.publicwhip/person/25806 4 2020-10-12-10057ffd-25806-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 17.522ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette