home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2014-08-26-8f616a6e-10648-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
68882a8dee1c9985db598524d9a071b412f5cc0a Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 0 2014-08-26-8f616a6e-10648-0
ad62bd86e5551f317a1e87cff631232a09dc5471 Name of donor: Barnsley East CLP Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 1 2014-08-26-8f616a6e-10648-0
78f061b8cbdb9b771831f680b465dfff91985cea Address of donor: 26 Newsome Road, Wombwell, Barnsley S73 8QS Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 2 2014-08-26-8f616a6e-10648-0
c6370240e508fb983ff642c2c7a37d9258514a7b Amount of donation or nature and value if donation in kind: £10,006; money raised between 12 June 2013 and 5 August 2013 in respect of a fundraising event held on 12 June 2013 for the benefit of Doncaster Central Constituency Labour Party (CLP) and the CLP of another Labour MP (£5,003 each). The money raised included one registrable donation as set out below. Part of the money will be donated to two other CLPs. Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 3 2014-08-26-8f616a6e-10648-0
b565ce261b7c05b6e967fb4fd0b7a902220cbfd1 Donor status: unincorporated association Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 4 2014-08-26-8f616a6e-10648-0
995a302219fe2845502129b5f38ec51a3981ddc7 Name of donor: Mr Graham Cole Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 6 2014-08-26-8f616a6e-10648-0
0f86f0ca9ba8ad4f9750127fffa8f259a9e440f6 Address of donor: private Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 7 2014-08-26-8f616a6e-10648-0
ebe26b836b9366a5747986d1fe3db2a18906901c Amount of donation or nature and value if donation in kind: £2,300 as the only registrable donation from a funding raising event held on 12 June 2013 for the benefit of Doncaster Central (£1,150) and the CLP of another Labour MP (£1,150). Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 8 2014-08-26-8f616a6e-10648-0
74b0e14a376cbd1a79611d33105719119a963dde Donor status: individual Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 9 2014-08-26-8f616a6e-10648-0
59e9b898ed80ca685441af41c5f31dd260b2ce9d (Registered 28 August 2013) Sponsorships 8f616a6e 2014-08-26 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 10 2014-08-26-8f616a6e-10648-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 10.922ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette