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-09-01-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
8051b6fa1fde0ceb392bd22c91517d6615e5e212 Payments for work as a Process Operator at Sabic UK Petrochemicals, Wilton TS10 4YA: Employment and earnings 10057ffd 2020-09-01   Jacob Young uk.org.publicwhip/person/25806 0 2020-09-01-10057ffd-25806-0
c8ef21206b28e5970b1e1d320e6f613fb0cc73a9 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-09-01   Jacob Young uk.org.publicwhip/person/25806 1 2020-09-01-10057ffd-25806-0
f4a64110785986fb814c7773634f59055a6f31c3 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-09-01   Jacob Young uk.org.publicwhip/person/25806 2 2020-09-01-10057ffd-25806-0
e504b07f40fff374e3ede7bc1ceed24fab88ce62 25 February 2020, received £54.37. Hours: none since my election. (Registered 03 March 2020) Employment and earnings 10057ffd 2020-09-01   Jacob Young uk.org.publicwhip/person/25806 3 2020-09-01-10057ffd-25806-0
b39262213c71e43a95a8e4e95fd0b724c6b8a3b2 24 April 2020, received a bonus payment of £2,185.01. Hours: no additional hours. (Registered 29 May 2020) Employment and earnings 10057ffd 2020-09-01   Jacob Young uk.org.publicwhip/person/25806 4 2020-09-01-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 25.659ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette