home / colmem

interests

Interests for members and their partners ('Spouse/Civil Partner/Living as such') from the Register of Interests.

Data source: See col-scraper on GitHub

6 rows where member_id = 1659

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: kind, name, category_id

Link rowid ▼ kind name category_id member_id
1 1 member Investments in professionally managed funds and venture capital trusts which may have a connection with the City Securities 4bd97394 Graeme Harrower 1659
2 2 partner Investments in professionally managed funds and venture capital trusts which may have a connection with the City Securities 4bd97394 Graeme Harrower 1659
3 3 member Fellow, Chartered Institute of Taxation Non-pecuniary interests e9002d25 Graeme Harrower 1659
4 4 member Liveryman, Worshipful Company of Scriveners Non-pecuniary interests e9002d25 Graeme Harrower 1659
5 5 member Committee Member, Bassishaw Ward Club Non-pecuniary interests e9002d25 Graeme Harrower 1659
6 6 member Member, City University Club Non-pecuniary interests e9002d25 Graeme Harrower 1659

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE interests (
        kind VARCHAR(10),
        name TEXT,
        category_id VARCHAR(8) REFERENCES interest_categories(id),
        member_id INTEGER REFERENCES members(id)
    );
CREATE INDEX interests_category_id ON interests("category_id");
CREATE INDEX interests_member_id ON interests("member_id");
Powered by Datasette · Queries took 113.366ms · Data source: See col-scraper on GitHub