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 = "2021-01-04-10057ffd-25806-0" sorted by sort_order

✎ 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
5a6f9c51cf8dcfdfed44a463b82f43805cc8afee Payments for work as a Process Operator at Sabic UK Petrochemicals, Wilton TS10 4YA: Employment and earnings 10057ffd 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 0 2021-01-04-10057ffd-25806-0
273a07f9fc300acf0ac1c28e3ab2d59168cc1070 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 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 1 2021-01-04-10057ffd-25806-0
f3077619f1d99bf358fbb88078d8c0b630f494e5 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 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 2 2021-01-04-10057ffd-25806-0
878c9c7596d67f2e43722f9523bc87afc6aa3d92 25 February 2020, received £54.37. Hours: none since my election. (Registered 03 March 2020) Employment and earnings 10057ffd 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 3 2021-01-04-10057ffd-25806-0
33f9d2da62d9e5e18eec6ba32c8aad7c853f4bb8 24 April 2020, received a bonus payment of £2,185.01. Hours: no additional hours. (Registered 29 May 2020) Employment and earnings 10057ffd 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 4 2021-01-04-10057ffd-25806-0
609813c73db13e68963ce76c257709dd7f968a7f Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for surveys: Employment and earnings 10057ffd 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 5 2021-01-04-10057ffd-25806-0
ea8227900f2cd02e2513a6f9e1d086e9d11cb186 9 September 2020, received £250. Hours: 1 hr 15 mins. (Registered 17 December 2020) Employment and earnings 10057ffd 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 6 2021-01-04-10057ffd-25806-0
ea6a415a868e596bf86c7b63ade62150fae9b404 16 December 2020, received £200. Hours: 1 hr 15 mins. (Registered 17 December 2020) Employment and earnings 10057ffd 2021-01-04   Jacob Young uk.org.publicwhip/person/25806 7 2021-01-04-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 132.023ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette