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-07-28-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
72929d1f95ef98d6675d6a82c3204e76c77d7a72 Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 0 2014-07-28-8f616a6e-10648-0
cb655780b418a36b9f21b8ee420bac9983e11294 Name of donor: Barnsley East CLP Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 1 2014-07-28-8f616a6e-10648-0
2475d1ff6291ad2ae8b39ea3ac184ec98a5c4411 Address of donor: 26 Newsome Road, Wombwell, Barnsley S73 8QS Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 2 2014-07-28-8f616a6e-10648-0
34b595eed7b8e93bd2076a0eb8cadffc37ebc54b 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-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 3 2014-07-28-8f616a6e-10648-0
e02f7533b67afa698506086af501d33b57255705 Donor status: unincorporated association Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 4 2014-07-28-8f616a6e-10648-0
487f7054c61e81621988bf30ca929a8023402fd0 Name of donor: Mr Graham Cole Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 6 2014-07-28-8f616a6e-10648-0
9cbb07cb015771ab7dc86368b47025f4a235099b Address of donor: private Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 7 2014-07-28-8f616a6e-10648-0
8987990c0540f8542904ee96e726ac259cf025d7 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-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 8 2014-07-28-8f616a6e-10648-0
b09be06915af13291b330870cbb9cdb632a5af3e Donor status: individual Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 9 2014-07-28-8f616a6e-10648-0
0462d68550a40439868aa16ab93bcfb2ee489cff (Registered 28 August 2013) Sponsorships 8f616a6e 2014-07-28 Rosie Winterton uk.org.publicwhip/member/40207 Rosie Winterton uk.org.publicwhip/person/10648 10 2014-07-28-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 241.877ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette