Getting Started With MNIS Python Wrapper

Notes on using Oli Hawkins' MNIS Python wrapper.


In [ ]:
#https://github.com/olihawkins/mnis
#!pip3 install mnis

In [3]:
import mnis
import datetime

# Download data on current MPs into members.csv
mnis.downloadMembers(datetime.date.today(), 'members.csv')

# Download data on MPs serving on a given date (1 Aug 2016) into members.csv
#mnis.downloadMembers(datetime.date(2016, 8, 1), 'members.csv')

In [8]:
import pandas as pd

In [6]:
d=datetime.date.today()

# Download the full data for MPs serving on the given date as a list
members = mnis.getCommonsMembersOn(d)
members


Out[6]:
[{'@Dods_Id': '25790',
  '@Member_Id': '172',
  '@Pims_Id': '3572',
  'Constituencies': {'Constituency': [{'@Id': '3506',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3506',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '320',
     'SwornInForename': 'Diane',
     'SwornInMiddleNames': 'Julie',
     'SwornInSurname': 'Abbott',
     'SwornInTitle': None},
    {'@Id': '1333',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '109',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1333',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '153',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1333',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1332',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1332',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hackney North and Stoke Newington',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '63',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-09-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Diane Abbott',
  'FullTitle': 'Ms Diane Abbott MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Abbott, Ms Diane',
  'MemberFrom': 'Hackney North and Stoke Newington',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '80556',
  '@Member_Id': '4212',
  '@Pims_Id': '5905',
  'Constituencies': {'Constituency': [{'@Id': '3670',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Oldham East and Saddleworth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3670',
     'Election': {'@Id': '351',
      'Date': '2011-01-13T00:00:00',
      'Name': '13-Jan-2011 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Oldham East and Saddleworth',
     'Notes': None,
     'StartDate': '2011-01-13T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Debbie Abrahams',
  'FullTitle': 'Debbie Abrahams MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2011-01-13T00:00:00'}},
  'HouseStartDate': '2011-01-13T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Abrahams, Debbie',
  'MemberFrom': 'Oldham East and Saddleworth',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2011-01-13T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35435',
  '@Member_Id': '4057',
  '@Pims_Id': '5556',
  'Constituencies': {'Constituency': [{'@Id': '3720',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Selby and Ainsty',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3720',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Selby and Ainsty',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '262',
     'SwornInForename': 'Nigel',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Adams',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-11-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nigel Adams',
  'FullTitle': 'Nigel Adams MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Adams, Nigel',
  'MemberFrom': 'Selby and Ainsty',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35516',
  '@Member_Id': '1586',
  '@Pims_Id': '4734',
  'Constituencies': {'Constituency': [{'@Id': '3855',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Windsor',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3855',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Windsor',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '519',
     'SwornInForename': 'Adam',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Afriyie',
     'SwornInTitle': None},
    {'@Id': '3195',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Windsor',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '364',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-08-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Adam Afriyie',
  'FullTitle': 'Adam Afriyie MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Afriyie, Adam',
  'MemberFrom': 'Windsor',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137263',
  '@Member_Id': '4427',
  '@Pims_Id': '6011',
  'Constituencies': {'Constituency': {'@Id': '2234',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ochil and South Perthshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '78',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-10-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Tasmina Ahmed-Sheikh',
  'FullTitle': 'Ms Tasmina Ahmed-Sheikh MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ahmed-Sheikh, Ms Tasmina',
  'MemberFrom': 'Ochil and South Perthshire',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '35512',
  '@Member_Id': '4069',
  '@Pims_Id': '5560',
  'Constituencies': {'Constituency': [{'@Id': '3834',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Waveney',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3834',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Waveney',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '330',
     'SwornInForename': 'Peter',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Aldous',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-08-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Peter Aldous',
  'FullTitle': 'Peter Aldous MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Aldous, Peter',
  'MemberFrom': 'Waveney',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83154',
  '@Member_Id': '4038',
  '@Pims_Id': '5563',
  'Constituencies': {'Constituency': [{'@Id': '3575',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Lewisham East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3575',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Lewisham East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '429',
     'SwornInForename': 'Heidi',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Alexander',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-04-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Heidi Alexander',
  'FullTitle': 'Heidi Alexander MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Alexander, Heidi',
  'MemberFrom': 'Lewisham East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '58561',
  '@Member_Id': '4138',
  '@Pims_Id': '5735',
  'Constituencies': {'Constituency': [{'@Id': '3320',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bethnal Green and Bow',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3320',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bethnal Green and Bow',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '571',
     'SwornInForename': 'Rushanara',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Ali',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-03-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rushanara Ali',
  'FullTitle': 'Rushanara Ali MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ali, Rushanara',
  'MemberFrom': 'Bethnal Green and Bow',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '105910',
  '@Member_Id': '4411',
  '@Pims_Id': '6012',
  'Constituencies': {'Constituency': {'@Id': '3797',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Telford',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '115',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-10-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lucy Allan',
  'FullTitle': 'Lucy Allan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Allan, Lucy',
  'MemberFrom': 'Telford',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25774',
  '@Member_Id': '364',
  '@Pims_Id': '3636',
  'Constituencies': {'Constituency': [{'@Id': '3665',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Nottingham North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3665',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Nottingham North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '404',
     'SwornInForename': 'Graham',
     'SwornInMiddleNames': 'William',
     'SwornInSurname': 'Allen',
     'SwornInTitle': None},
    {'@Id': '2219',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Nottingham North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '147',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2219',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Nottingham North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '597',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2219',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Nottingham North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2218',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Nottingham North',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2218',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Nottingham North',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '47',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-01-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Graham Allen',
  'FullTitle': 'Mr Graham Allen MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Allen, Mr Graham',
  'MemberFrom': 'Nottingham North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '127402',
  '@Member_Id': '4516',
  '@Pims_Id': '6013',
  'Constituencies': {'Constituency': {'@Id': '3738',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South Cambridgeshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '177',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-01-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Heidi Allen',
  'FullTitle': 'Heidi Allen MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Allen, Heidi',
  'MemberFrom': 'South Cambridgeshire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '118489',
  '@Member_Id': '4573',
  '@Pims_Id': '6188',
  'Constituencies': {'Constituency': {'@Id': '3806',
    'Election': {'@Id': '372',
     'Date': '2016-06-16T00:00:00',
     'Name': '16-June-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Tooting',
    'Notes': None,
    'StartDate': '2016-06-16T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-06-16T00:00:00'},
  'DateOfBirth': '1977-01-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Rosena Allin-Khan',
  'FullTitle': 'Dr Rosena Allin-Khan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-06-16T00:00:00'}},
  'HouseStartDate': '2016-06-16T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Allin-Khan, Dr Rosena',
  'MemberFrom': 'Tooting',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-06-16T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25775',
  '@Member_Id': '44',
  '@Pims_Id': '3655',
  'Constituencies': {'Constituency': [{'@Id': '3762',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Southend West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3762',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southend West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '122',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Anthony Andrew',
     'SwornInSurname': 'Amess',
     'SwornInTitle': None},
    {'@Id': '2716',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southend West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '130',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2716',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southend West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '621',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2716',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southend West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '143',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Basildon',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '143',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Basildon',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '143',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Basildon',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '17',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir David Amess',
  'FullTitle': 'Sir David Amess MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Amess, Sir David',
  'MemberFrom': 'Southend West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35863',
  '@Member_Id': '1486',
  '@Pims_Id': '4738',
  'Constituencies': {'Constituency': [{'@Id': '3340',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Blaydon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3340',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blaydon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '117',
     'SwornInForename': 'David',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Anderson',
     'SwornInTitle': None},
    {'@Id': '343',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Blaydon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '361',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-12-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Anderson',
  'FullTitle': 'Mr David Anderson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Anderson, Mr David',
  'MemberFrom': 'Blaydon',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62806',
  '@Member_Id': '4032',
  '@Pims_Id': '5565',
  'Constituencies': {'Constituency': [{'@Id': '3688',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Pudsey',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3688',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Pudsey',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '522',
     'SwornInForename': 'Stuart',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Andrew',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-11-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stuart Andrew',
  'FullTitle': 'Stuart Andrew MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Andrew, Stuart',
  'MemberFrom': 'Pudsey',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '105913',
  '@Member_Id': '4512',
  '@Pims_Id': '6014',
  'Constituencies': {'Constituency': {'@Id': '3467',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Eastbourne',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '170',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-01-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Caroline Ansell',
  'FullTitle': 'Caroline Ansell MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ansell, Caroline',
  'MemberFrom': 'Eastbourne',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72241',
  '@Member_Id': '4362',
  '@Pims_Id': '6015',
  'Constituencies': {'Constituency': {'@Id': '3401',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Charnwood',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '38',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-12-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Edward Argar',
  'FullTitle': 'Edward Argar MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Argar, Edward',
  'MemberFrom': 'Charnwood',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137584',
  '@Member_Id': '4387',
  '@Pims_Id': '6016',
  'Constituencies': {'Constituency': {'@Id': '911',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dumfries and Galloway',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '80',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-07-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Arkless',
  'FullTitle': 'Richard Arkless MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Arkless, Richard',
  'MemberFrom': 'Dumfries and Galloway',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '27620',
  '@Member_Id': '4244',
  '@Pims_Id': '5971',
  'Constituencies': {'Constituency': [{'@Id': '3571',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leicester South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3571',
     'Election': {'@Id': '353',
      'Date': '2011-05-05T00:00:00',
      'Name': '05-May-2011 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leicester South',
     'Notes': None,
     'StartDate': '2011-05-05T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-10-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jonathan Ashworth',
  'FullTitle': 'Jonathan Ashworth MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2011-05-05T00:00:00'}},
  'HouseStartDate': '2011-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ashworth, Jonathan',
  'MemberFrom': 'Leicester South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2011-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '133995',
  '@Member_Id': '4399',
  '@Pims_Id': '6017',
  'Constituencies': {'Constituency': {'@Id': '3587',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Louth and Horncastle',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '119',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Victoria Atkins',
  'FullTitle': 'Victoria Atkins MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Atkins, Victoria',
  'MemberFrom': 'Louth and Horncastle',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '19494',
  '@Member_Id': '1511',
  '@Pims_Id': '4740',
  'Constituencies': {'Constituency': [{'@Id': '3451',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Dudley North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3451',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Dudley North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '611',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': 'Christopher',
     'SwornInSurname': 'Austin',
     'SwornInTitle': None},
    {'@Id': '896',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Dudley North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '609',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-03-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian Austin',
  'FullTitle': 'Ian Austin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Austin, Ian',
  'MemberFrom': 'Dudley North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25783',
  '@Member_Id': '1451',
  '@Pims_Id': '3840',
  'Constituencies': {'Constituency': [{'@Id': '3746',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Norfolk',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3746',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South Norfolk',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '257',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': 'Michael',
     'SwornInSurname': 'Bacon',
     'SwornInTitle': None},
    {'@Id': '2663',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South Norfolk',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '350',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2663',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Norfolk',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '214',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-12-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Richard Bacon',
  'FullTitle': 'Mr Richard Bacon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bacon, Mr Richard',
  'MemberFrom': 'South Norfolk',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25800',
  '@Member_Id': '320',
  '@Pims_Id': '3848',
  'Constituencies': {'Constituency': [{'@Id': '3842',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Bromwich West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3842',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Bromwich West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '383',
     'SwornInForename': 'Adrian',
     'SwornInMiddleNames': 'Edward',
     'SwornInSurname': 'Bailey',
     'SwornInTitle': None},
    {'@Id': '3104',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Bromwich West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '240',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3104',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Bromwich West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '241',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3104',
     'Election': {'@Id': '332',
      'Date': '2000-11-23T00:00:00',
      'Name': '23-Nov-2000 By-election',
      'Type': 'By-election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Bromwich West',
     'Notes': None,
     'StartDate': '2000-11-23T00:00:00',
     'SwearInOrder': '3',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1945-12-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Adrian Bailey',
  'FullTitle': 'Mr Adrian Bailey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2000-11-23T00:00:00'}},
  'HouseStartDate': '2000-11-23T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bailey, Mr Adrian',
  'MemberFrom': 'West Bromwich West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2000-09-23T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '83404',
  '@Member_Id': '4064',
  '@Pims_Id': '5570',
  'Constituencies': {'Constituency': [{'@Id': '3870',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wycombe',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3870',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wycombe',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '595',
     'SwornInForename': 'Steven',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Baker',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-06-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Steve Baker',
  'FullTitle': 'Mr Steve Baker MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Baker, Mr Steve',
  'MemberFrom': 'Wycombe',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '40489',
  '@Member_Id': '4107',
  '@Pims_Id': '5572',
  'Constituencies': {'Constituency': [{'@Id': '3848',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Worcestershire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3848',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Worcestershire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '481',
     'SwornInForename': 'Harriett',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Baldwin',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-05-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Harriett Baldwin',
  'FullTitle': 'Harriett Baldwin MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Harriett Baldwin',
  'ListAs': 'Baldwin, Harriett',
  'MemberFrom': 'West Worcestershire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '43499',
  '@Member_Id': '4095',
  '@Pims_Id': '5573',
  'Constituencies': {'Constituency': [{'@Id': '3641',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North East Cambridgeshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3641',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North East Cambridgeshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '482',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Barclay',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-06-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Barclay',
  'FullTitle': 'Stephen Barclay MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Barclay, Stephen',
  'MemberFrom': 'North East Cambridgeshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137601',
  '@Member_Id': '4486',
  '@Pims_Id': '6018',
  'Constituencies': {'Constituency': {'@Id': '1826',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Livingston',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '58',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1983-06-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Hannah Bardell',
  'FullTitle': 'Hannah Bardell MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bardell, Hannah',
  'MemberFrom': 'Livingston',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25729',
  '@Member_Id': '1390',
  '@Pims_Id': '3887',
  'Constituencies': {'Constituency': [{'@Id': '3305',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Basildon and Billericay',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3305',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Basildon and Billericay',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '538',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Charles',
     'SwornInSurname': 'Baron',
     'SwornInTitle': None},
    {'@Id': '242',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Billericay',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '582',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '242',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Billericay',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '383',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-06-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr John Baron',
  'FullTitle': 'Mr John Baron MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Baron, Mr John',
  'MemberFrom': 'Basildon and Billericay',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25731',
  '@Member_Id': '392',
  '@Pims_Id': '3894',
  'Constituencies': {'Constituency': [{'@Id': '3706',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3706',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '549',
     'SwornInForename': 'Kevin',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Barron',
     'SwornInTitle': None},
    {'@Id': '2466',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '68',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2466',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '148',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2466',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2465',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2465',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2465',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rother Valley',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '5',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1946-10-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Kevin Barron',
  'FullTitle': 'Rt Hon Sir Kevin Barron MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Barron, Sir Kevin',
  'MemberFrom': 'Rother Valley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72243',
  '@Member_Id': '3955',
  '@Pims_Id': '5519',
  'Constituencies': {'Constituency': [{'@Id': '3432',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Croydon Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3432',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Croydon Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '449',
     'SwornInForename': 'Gavin',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Barwell',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-01-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gavin Barwell',
  'FullTitle': 'Gavin Barwell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Gavin Barwell',
  'ListAs': 'Barwell, Gavin',
  'MemberFrom': 'Croydon Central',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35317',
  '@Member_Id': '3910',
  '@Pims_Id': '5521',
  'Constituencies': {'Constituency': [{'@Id': '3288',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Aberconwy',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3288',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Aberconwy',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '281',
     'SwornInForename': 'Guto',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Bebb',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-10-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Guto Bebb',
  'FullTitle': 'Guto Bebb MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Guto Bebb',
  'ListAs': 'Bebb, Guto',
  'MemberFrom': 'Aberconwy',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25805',
  '@Member_Id': '328',
  '@Pims_Id': '3931',
  'Constituencies': {'Constituency': [{'@Id': '3443',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3443',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '46',
     'SwornInForename': 'Margaret',
     'SwornInMiddleNames': 'Mary',
     'SwornInSurname': 'Beckett',
     'SwornInTitle': None},
    {'@Id': '853',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '8',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '853',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '7',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '853',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '852',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '852',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '852',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Derby South',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '39',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1777',
     'Election': {'@Id': '10',
      'Date': '1974-10-10T00:00:00',
      'Name': '1974 (Oct) General Election',
      'Type': 'General Election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Lincoln',
     'Notes': None,
     'StartDate': '1974-10-10T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1943-01-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Margaret Beckett',
  'FullTitle': 'Rt Hon Margaret Beckett MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'},
    {'EndDate': '1979-05-03T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1974-10-10T00:00:00'}]},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Beckett, Margaret',
  'MemberFrom': 'Derby South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1974-10-10T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25734',
  '@Member_Id': '1441',
  '@Pims_Id': '3945',
  'Constituencies': {'Constituency': [{'@Id': '3658',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North West Norfolk',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3658',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North West Norfolk',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '106',
     'SwornInForename': 'Henry',
     'SwornInMiddleNames': 'Campbell',
     'SwornInSurname': 'Bellingham',
     'SwornInTitle': None},
    {'@Id': '2175',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North West Norfolk',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '329',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2175',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'North West Norfolk',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '423',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2174',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'North West Norfolk',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2174',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North West Norfolk',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2174',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North West Norfolk',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-03-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Henry Bellingham',
  'FullTitle': 'Sir Henry Bellingham MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2001-06-07T00:00:00'},
    {'EndDate': '1997-05-01T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bellingham, Sir Henry',
  'MemberFrom': 'North West Norfolk',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25735',
  '@Member_Id': '413',
  '@Pims_Id': '3953',
  'Constituencies': {'Constituency': [{'@Id': '3565',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leeds Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3565',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '27',
     'SwornInForename': 'Hilary',
     'SwornInMiddleNames': 'James Wedgwood',
     'SwornInSurname': 'Benn',
     'SwornInTitle': None},
    {'@Id': '1688',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds Central',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '14',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1688',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds Central',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '93',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1688',
     'Election': {'@Id': '325',
      'Date': '1999-06-10T00:00:00',
      'Name': '10-Jun-1999 By-election',
      'Type': 'By-election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leeds Central',
     'Notes': None,
     'StartDate': '1999-06-10T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-11-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Hilary Benn',
  'FullTitle': 'Rt Hon Hilary Benn MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1999-06-10T00:00:00'}},
  'HouseStartDate': '1999-06-10T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Benn, Hilary',
  'MemberFrom': 'Leeds Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1999-06-10T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35394',
  '@Member_Id': '1547',
  '@Pims_Id': '4746',
  'Constituencies': {'Constituency': [{'@Id': '3624',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newbury',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3624',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newbury',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '224',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': 'Henry Ronald',
     'SwornInSurname': 'Benyon',
     'SwornInTitle': None},
    {'@Id': '2051',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newbury',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '415',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-10-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Benyon',
  'FullTitle': 'Richard Benyon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Benyon, Richard',
  'MemberFrom': 'Newbury',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25808',
  '@Member_Id': '17',
  '@Pims_Id': '3965',
  'Constituencies': {'Constituency': [{'@Id': '3376',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Buckingham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3376',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Buckingham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Simon',
     'SwornInSurname': 'Bercow',
     'SwornInTitle': None},
    {'@Id': '500',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Buckingham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '450',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '500',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Buckingham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '200',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '500',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Buckingham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '80',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-01-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Bercow',
  'FullTitle': 'Rt Hon John Bercow MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'The Speaker',
  'ListAs': 'Bercow, John',
  'MemberFrom': 'Buckingham',
  'Parties': {'Party': [{'@Id': '47',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Speaker',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '47',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Speaker',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2009-06-22T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2009-06-22T00:00:00',
     'Name': 'Conservative',
     'Note': 'Elected Speaker of the House',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Speaker', '@Id': '47'}},
 {'@Dods_Id': '25158',
  '@Member_Id': '103',
  '@Pims_Id': '3969',
  'Constituencies': {'Constituency': [{'@Id': '3615',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mole Valley',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3615',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mole Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '112',
     'SwornInForename': 'Alexander',
     'SwornInMiddleNames': 'Paul',
     'SwornInSurname': 'Beresford',
     'SwornInTitle': None},
    {'@Id': '1988',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mole Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '327',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1988',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mole Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '237',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1988',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mole Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '783',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Croydon Central',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '57',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1946-04-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Paul Beresford',
  'FullTitle': 'Sir Paul Beresford MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Beresford, Sir Paul',
  'MemberFrom': 'Mole Valley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83726',
  '@Member_Id': '4036',
  '@Pims_Id': '5574',
  'Constituencies': {'Constituency': [{'@Id': '3583',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Wavertree',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3583',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Liverpool, Wavertree',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '436',
     'SwornInForename': 'Luciana',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Berger',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-05-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Luciana Berger',
  'FullTitle': 'Luciana Berger MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Berger, Luciana',
  'MemberFrom': 'Liverpool, Wavertree',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '62817',
  '@Member_Id': '4060',
  '@Pims_Id': '5576',
  'Constituencies': {'Constituency': [{'@Id': '3705',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rossendale and Darwen',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3705',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rossendale and Darwen',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '547',
     'SwornInForename': 'Jake',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Berry',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-12-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jake Berry',
  'FullTitle': 'Jake Berry MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Berry, Jake',
  'MemberFrom': 'Rossendale and Darwen',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '109476',
  '@Member_Id': '4489',
  '@Pims_Id': '6019',
  'Constituencies': {'Constituency': {'@Id': '3557',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Kingston and Surbiton',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '124',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1983-08-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Berry',
  'FullTitle': 'James Berry MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Berry, James',
  'MemberFrom': 'Kingston and Surbiton',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25722',
  '@Member_Id': '394',
  '@Pims_Id': '3992',
  'Constituencies': {'Constituency': [{'@Id': '3723',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sheffield South East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3723',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sheffield South East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '212',
     'SwornInForename': 'Clive',
     'SwornInMiddleNames': 'James Charles',
     'SwornInSurname': 'Betts',
     'SwornInTitle': None},
    {'@Id': '2556',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sheffield, Attercliffe',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '191',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2556',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sheffield, Attercliffe',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '386',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2556',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sheffield, Attercliffe',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2555',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sheffield, Attercliffe',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '42',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-01-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Clive Betts',
  'FullTitle': 'Mr Clive Betts MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Betts, Mr Clive',
  'MemberFrom': 'Sheffield South East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35370',
  '@Member_Id': '3994',
  '@Pims_Id': '5578',
  'Constituencies': {'Constituency': [{'@Id': '3534',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'High Peak',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3534',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'High Peak',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '426',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Bingham',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-06-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Bingham',
  'FullTitle': 'Andrew Bingham MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bingham, Andrew',
  'MemberFrom': 'High Peak',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138157',
  '@Member_Id': '4421',
  '@Pims_Id': '6020',
  'Constituencies': {'Constituency': {'@Id': '2286',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Paisley and Renfrewshire South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '50',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1994-09-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mhairi Black',
  'FullTitle': 'Mhairi Black MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Black, Mhairi',
  'MemberFrom': 'Paisley and Renfrewshire South',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '137070',
  '@Member_Id': '4390',
  '@Pims_Id': '6021',
  'Constituencies': {'Constituency': {'@Id': '2456',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ross, Skye and Lochaber',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '48',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-05-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian Blackford',
  'FullTitle': 'Ian Blackford MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blackford, Ian',
  'MemberFrom': 'Ross, Skye and Lochaber',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '37675',
  '@Member_Id': '4005',
  '@Pims_Id': '5580',
  'Constituencies': {'Constituency': [{'@Id': '3517',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Harrow East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3517',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Harrow East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '308',
     'SwornInForename': 'Bob',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Blackman',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-04-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Bob Blackman',
  'FullTitle': 'Bob Blackman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blackman, Bob',
  'MemberFrom': 'Harrow East',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '121772',
  '@Member_Id': '4357',
  '@Pims_Id': '6022',
  'Constituencies': {'Constituency': {'@Id': '14',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Aberdeen North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '89',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-03-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kirsty Blackman',
  'FullTitle': 'Kirsty Blackman MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blackman, Kirsty',
  'MemberFrom': 'Aberdeen North',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '35889',
  '@Member_Id': '1501',
  '@Pims_Id': '4749',
  'Constituencies': {'Constituency': [{'@Id': '3417',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'City of Durham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3417',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'City of Durham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '624',
     'SwornInForename': 'Roberta',
     'SwornInMiddleNames': 'Carol',
     'SwornInSurname': 'Blackman-Woods',
     'SwornInTitle': None},
    {'@Id': '698',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'City of Durham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '515',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-08-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Roberta Blackman-Woods',
  'FullTitle': 'Dr Roberta Blackman-Woods MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blackman-Woods, Dr Roberta',
  'MemberFrom': 'City of Durham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62819',
  '@Member_Id': '4019',
  '@Pims_Id': '5582',
  'Constituencies': {'Constituency': [{'@Id': '3674',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Oxford West and Abingdon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3674',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Oxford West and Abingdon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '478',
     'SwornInForename': 'Nicola',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Blackwood',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-10-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nicola Blackwood',
  'FullTitle': 'Nicola Blackwood MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Nicola Blackwood',
  'ListAs': 'Blackwood, Nicola',
  'MemberFrom': 'Oxford West and Abingdon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '85090',
  '@Member_Id': '4037',
  '@Pims_Id': '5585',
  'Constituencies': {'Constituency': [{'@Id': '3611',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Middlesbrough South and East Cleveland',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3611',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Middlesbrough South and East Cleveland',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '441',
     'SwornInForename': 'Tom',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Blenkinsop',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-08-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tom Blenkinsop',
  'FullTitle': 'Tom Blenkinsop MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blenkinsop, Tom',
  'MemberFrom': 'Middlesbrough South and East Cleveland',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72247',
  '@Member_Id': '4058',
  '@Pims_Id': '5587',
  'Constituencies': {'Constituency': [{'@Id': '3722',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sheffield Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3722',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sheffield Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '512',
     'SwornInForename': 'Paul',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Blomfield',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-08-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paul Blomfield',
  'FullTitle': 'Paul Blomfield MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blomfield, Paul',
  'MemberFrom': 'Sheffield Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25811',
  '@Member_Id': '104',
  '@Pims_Id': '4045',
  'Constituencies': {'Constituency': [{'@Id': '3695',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Reigate',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3695',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Reigate',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '68',
     'SwornInForename': 'Crispin',
     'SwornInMiddleNames': 'Jeremy Rupert',
     'SwornInSurname': 'Blunt',
     'SwornInTitle': None},
    {'@Id': '2411',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Reigate',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '498',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2411',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Reigate',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '325',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2411',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Reigate',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '211',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-07-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Crispin Blunt',
  'FullTitle': 'Crispin Blunt MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Blunt, Crispin',
  'MemberFrom': 'Reigate',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35373',
  '@Member_Id': '3995',
  '@Pims_Id': '5590',
  'Constituencies': {'Constituency': [{'@Id': '3500',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Grantham and Stamford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3500',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Grantham and Stamford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '560',
     'SwornInForename': 'Nick',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Boles',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-11-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nick Boles',
  'FullTitle': 'Nick Boles MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Boles, Nick',
  'MemberFrom': 'Grantham and Stamford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31691',
  '@Member_Id': '1581',
  '@Pims_Id': '4750',
  'Constituencies': {'Constituency': [{'@Id': '3837',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wellingborough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3837',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wellingborough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '105',
     'SwornInForename': 'Peter',
     'SwornInMiddleNames': 'William',
     'SwornInSurname': 'Bone',
     'SwornInTitle': None},
    {'@Id': '3077',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wellingborough',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '398',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-10-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Peter Bone',
  'FullTitle': 'Mr Peter Bone MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bone, Mr Peter',
  'MemberFrom': 'Wellingborough',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '96005',
  '@Member_Id': '4502',
  '@Pims_Id': '6023',
  'Constituencies': {'Constituency': {'@Id': '3555',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Kensington',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '14',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-04-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Victoria Borwick',
  'FullTitle': 'Victoria Borwick MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Borwick, Victoria',
  'MemberFrom': 'Kensington',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138159',
  '@Member_Id': '4388',
  '@Pims_Id': '6024',
  'Constituencies': {'Constituency': {'@Id': '728',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Coatbridge, Chryston and Bellshill',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '81',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-07-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Philip Boswell',
  'FullTitle': 'Philip Boswell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Boswell, Philip',
  'MemberFrom': 'Coatbridge, Chryston and Bellshill',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25739',
  '@Member_Id': '117',
  '@Pims_Id': '4087',
  'Constituencies': {'Constituency': [{'@Id': '3868',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Worthing West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3868',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Worthing West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '410',
     'SwornInForename': 'Peter',
     'SwornInMiddleNames': 'James',
     'SwornInSurname': 'Bottomley',
     'SwornInTitle': None},
    {'@Id': '3259',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Worthing West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '174',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3259',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Worthing West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '137',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3259',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Worthing West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1072',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1072',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1072',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3242',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Woolwich West',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3242',
     'Election': {'@Id': '241',
      'Date': '1975-06-26T00:00:00',
      'Name': '26-Jun-1975 By-election',
      'Type': 'By-election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Woolwich West',
     'Notes': None,
     'StartDate': '1975-06-26T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1944-07-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Peter Bottomley',
  'FullTitle': 'Sir Peter Bottomley MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1975-06-26T00:00:00'}},
  'HouseStartDate': '1975-06-26T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bottomley, Sir Peter',
  'MemberFrom': 'Worthing West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1975-06-26T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '145234',
  '@Member_Id': '4588',
  '@Pims_Id': '6190',
  'Constituencies': {'Constituency': {'@Id': '3309',
    'Election': {'@Id': '373',
     'Date': '2016-10-20T00:00:00',
     'Name': '20-Oct-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Batley and Spen',
    'Notes': None,
    'StartDate': '2016-10-20T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-10-20T00:00:00'},
  'DateOfBirth': '1961-05-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tracy Brabin',
  'FullTitle': 'Tracy Brabin MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-10-20T00:00:00'}},
  'HouseStartDate': '2016-10-20T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brabin, Tracy',
  'MemberFrom': 'Batley and Spen',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-10-20T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41311',
  '@Member_Id': '4110',
  '@Pims_Id': '5591',
  'Constituencies': {'Constituency': [{'@Id': '3771',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Staffordshire Moorlands',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3771',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Staffordshire Moorlands',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '617',
     'SwornInForename': 'Karen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Bradley',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-03-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Karen Bradley',
  'FullTitle': 'Rt Hon Karen Bradley MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Karen Bradley',
  'ListAs': 'Bradley, Karen',
  'MemberFrom': 'Staffordshire Moorlands',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25160',
  '@Member_Id': '230',
  '@Pims_Id': '2260',
  'Constituencies': {'Constituency': [{'@Id': '3481',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Exeter',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3481',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Exeter',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '31',
     'SwornInForename': 'Benjamin',
     'SwornInMiddleNames': 'Peter James',
     'SwornInSurname': 'Bradshaw',
     'SwornInTitle': None},
    {'@Id': '1111',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Exeter',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '88',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1111',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Exeter',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '87',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1111',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Exeter',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '12',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-08-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Ben Bradshaw',
  'FullTitle': 'Rt Hon Ben Bradshaw MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bradshaw, Mr Ben',
  'MemberFrom': 'Exeter',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25725',
  '@Member_Id': '435',
  '@Pims_Id': '2262',
  'Constituencies': {'Constituency': [{'@Id': '3291',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Altrincham and Sale West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3291',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Altrincham and Sale West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '251',
     'SwornInForename': 'Graham',
     'SwornInMiddleNames': 'Stuart',
     'SwornInSurname': 'Brady',
     'SwornInTitle': None},
    {'@Id': '50',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Altrincham and Sale West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '217',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '50',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Altrincham and Sale West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '202',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '50',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Altrincham and Sale West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '78',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-05-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Graham Brady',
  'FullTitle': 'Mr Graham Brady MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brady, Mr Graham',
  'MemberFrom': 'Altrincham and Sale West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '58941',
  '@Member_Id': '4373',
  '@Pims_Id': '5368',
  'Constituencies': {'Constituency': {'@Id': '3631',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Newry and Armagh',
    'Notes': 'Created at General Election',
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-10-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mickey Brady',
  'FullTitle': 'Mickey Brady MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brady, Mickey',
  'MemberFrom': 'Newry and Armagh',
  'Parties': {'Party': {'@Id': '30',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Sinn Fein',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Sinn Fein', '@Id': '30'}},
 {'@Dods_Id': '25726',
  '@Member_Id': '151',
  '@Pims_Id': '2268',
  'Constituencies': {'Constituency': [{'@Id': '3396',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Carshalton and Wallington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3396',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Carshalton and Wallington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '187',
     'SwornInForename': 'Thomas',
     'SwornInMiddleNames': 'Anthony',
     'SwornInSurname': 'Brake',
     'SwornInTitle': None},
    {'@Id': '609',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Carshalton and Wallington',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '283',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '609',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Carshalton and Wallington',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '404',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '609',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Carshalton and Wallington',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '71',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-05-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tom Brake',
  'FullTitle': 'Rt Hon Tom Brake MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brake, Tom',
  'MemberFrom': 'Carshalton and Wallington',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '25742',
  '@Member_Id': '77',
  '@Pims_Id': '2279',
  'Constituencies': {'Constituency': [{'@Id': '3388',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Canterbury',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3388',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Canterbury',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '152',
     'SwornInForename': 'Julian',
     'SwornInMiddleNames': 'William Hendy',
     'SwornInSurname': 'Brazier',
     'SwornInTitle': None},
    {'@Id': '568',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Canterbury',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '355',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '568',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Canterbury',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '472',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '568',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Canterbury',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '567',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Canterbury',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '567',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Canterbury',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '49',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-07-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Julian Brazier',
  'FullTitle': 'Sir Julian Brazier MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brazier, Sir Julian',
  'MemberFrom': 'Canterbury',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25777',
  '@Member_Id': '1400',
  '@Pims_Id': '2281',
  'Constituencies': {'Constituency': [{'@Id': '3392',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Cardiff West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3392',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cardiff West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '125',
     'SwornInForename': 'Kevin',
     'SwornInMiddleNames': 'Denis',
     'SwornInSurname': 'Brennan',
     'SwornInTitle': None},
    {'@Id': '586',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cardiff West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '113',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '586',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cardiff West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '313',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-10-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kevin Brennan',
  'FullTitle': 'Kevin Brennan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brennan, Kevin',
  'MemberFrom': 'Cardiff West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62823',
  '@Member_Id': '4133',
  '@Pims_Id': '5593',
  'Constituencies': {'Constituency': [{'@Id': '3657',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North West Leicestershire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3657',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North West Leicestershire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '234',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Bridgen',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-10-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Bridgen',
  'FullTitle': 'Andrew Bridgen MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bridgen, Andrew',
  'MemberFrom': 'North West Leicestershire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62824',
  '@Member_Id': '4067',
  '@Pims_Id': '5594',
  'Constituencies': {'Constituency': [{'@Id': '3854',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Winchester',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3854',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Winchester',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '464',
     'SwornInForename': 'Steve',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Brine',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-01-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Steve Brine',
  'FullTitle': 'Steve Brine MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brine, Steve',
  'MemberFrom': 'Winchester',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '121884',
  '@Member_Id': '4417',
  '@Pims_Id': '6026',
  'Constituencies': {'Constituency': {'@Id': '1041',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Edinburgh North and Leith',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '98',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-12-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Deidre Brock',
  'FullTitle': 'Deidre Brock MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brock, Deidre',
  'MemberFrom': 'Edinburgh North and Leith',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '35372',
  '@Member_Id': '1530',
  '@Pims_Id': '4751',
  'Constituencies': {'Constituency': [{'@Id': '3669',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Old Bexley and Sidcup',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3669',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Old Bexley and Sidcup',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '573',
     'SwornInForename': 'James',
     'SwornInMiddleNames': 'Peter',
     'SwornInSurname': 'Brokenshire',
     'SwornInTitle': None},
    {'@Id': '1496',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hornchurch',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '392',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-01-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Brokenshire',
  'FullTitle': 'Rt Hon James Brokenshire MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Secretary James Brokenshire',
  'ListAs': 'Brokenshire, James',
  'MemberFrom': 'Old Bexley and Sidcup',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '122026',
  '@Member_Id': '4470',
  '@Pims_Id': '6027',
  'Constituencies': {'Constituency': {'@Id': '1624',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Kilmarnock and Loudoun',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '69',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-08-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alan Brown',
  'FullTitle': 'Alan Brown MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brown, Alan',
  'MemberFrom': 'Kilmarnock and Loudoun',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '39376',
  '@Member_Id': '1583',
  '@Pims_Id': '4752',
  'Constituencies': {'Constituency': [{'@Id': '3844',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Ham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3844',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Ham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '269',
     'SwornInForename': 'Lyn',
     'SwornInMiddleNames': 'Carol',
     'SwornInSurname': 'Brown',
     'SwornInTitle': None},
    {'@Id': '3124',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Ham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '437',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-04-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lyn Brown',
  'FullTitle': 'Lyn Brown MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brown, Lyn',
  'MemberFrom': 'West Ham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25744',
  '@Member_Id': '523',
  '@Pims_Id': '2330',
  'Constituencies': {'Constituency': [{'@Id': '3626',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3626',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '37',
     'SwornInForename': 'Nicholas',
     'SwornInMiddleNames': 'Hugh',
     'SwornInSurname': 'Brown',
     'SwornInTitle': None},
    {'@Id': '2061',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East and Wallsend',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '268',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2061',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East and Wallsend',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '596',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2061',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East and Wallsend',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2060',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East  ',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2060',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne East  ',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2060',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newcastle upon Tyne East  ',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '12',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-06-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Nicholas Brown',
  'FullTitle': 'Rt Hon Nicholas Brown MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Brown, Mr Nicholas',
  'MemberFrom': 'Newcastle upon Tyne East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35510',
  '@Member_Id': '3958',
  '@Pims_Id': '5527',
  'Constituencies': {'Constituency': [{'@Id': '3424',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Congleton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3424',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Congleton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '310',
     'SwornInForename': 'Fiona',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Bruce',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Fiona Bruce',
  'FullTitle': 'Fiona Bruce MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bruce, Fiona',
  'MemberFrom': 'Congleton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25745',
  '@Member_Id': '1446',
  '@Pims_Id': '2350',
  'Constituencies': {'Constituency': [{'@Id': '3696',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rhondda',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3696',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rhondda',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '497',
     'SwornInForename': 'Christopher',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Bryant',
     'SwornInTitle': None},
    {'@Id': '2416',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rhondda',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '621',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2416',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rhondda',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '622',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-01-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Bryant',
  'FullTitle': 'Chris Bryant MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Bryant, Chris',
  'MemberFrom': 'Rhondda',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25747',
  '@Member_Id': '199',
  '@Pims_Id': '2358',
  'Constituencies': {'Constituency': [{'@Id': '3849',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Westminster North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3849',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Westminster North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '563',
     'SwornInForename': 'Karen',
     'SwornInMiddleNames': 'Patricia',
     'SwornInSurname': 'Buck',
     'SwornInTitle': None},
    {'@Id': '2406',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': "Regent's Park and Kensington North",
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '121',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2406',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': "Regent's Park and Kensington North",
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '499',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2406',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': "Regent's Park and Kensington North",
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '181',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-08-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Karen Buck',
  'FullTitle': 'Ms Karen Buck MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Buck, Ms Karen',
  'MemberFrom': 'Westminster North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35445',
  '@Member_Id': '4106',
  '@Pims_Id': '5596',
  'Constituencies': {'Constituency': [{'@Id': '3752',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Swindon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3752',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Swindon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '495',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Buckland',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-09-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Robert Buckland',
  'FullTitle': 'Robert Buckland MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'The Solicitor General',
  'ListAs': 'Buckland, Robert',
  'MemberFrom': 'South Swindon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25748',
  '@Member_Id': '301',
  '@Pims_Id': '2370',
  'Constituencies': {'Constituency': [{'@Id': '3330',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Northfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3330',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Northfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '84',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': 'Haines',
     'SwornInSurname': 'Burden',
     'SwornInTitle': None},
    {'@Id': '288',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Northfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '135',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '288',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Northfield',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '471',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '288',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Northfield',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '287',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Northfield',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '18',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-09-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Burden',
  'FullTitle': 'Richard Burden MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burden, Richard',
  'MemberFrom': 'Birmingham, Northfield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '109804',
  '@Member_Id': '4493',
  '@Pims_Id': '6028',
  'Constituencies': {'Constituency': {'@Id': '3566',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Leeds East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '105',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-09-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Burgon',
  'FullTitle': 'Richard Burgon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burgon, Richard',
  'MemberFrom': 'Leeds East',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25787',
  '@Member_Id': '1427',
  '@Pims_Id': '2376',
  'Constituencies': {'Constituency': [{'@Id': '3573',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leigh',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3573',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leigh',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '282',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'Murray',
     'SwornInSurname': 'Burnham',
     'SwornInTitle': None},
    {'@Id': '1738',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leigh',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '626',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1738',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leigh',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '329',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-01-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andy Burnham',
  'FullTitle': 'Rt Hon Andy Burnham MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burnham, Andy',
  'MemberFrom': 'Leigh',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31713',
  '@Member_Id': '3922',
  '@Pims_Id': '5529',
  'Constituencies': {'Constituency': [{'@Id': '3351',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bournemouth West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3351',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bournemouth West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '345',
     'SwornInForename': 'Conor',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Burns',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-09-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Conor Burns',
  'FullTitle': 'Conor Burns MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burns, Conor',
  'MemberFrom': 'Bournemouth West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25788',
  '@Member_Id': '46',
  '@Pims_Id': '2380',
  'Constituencies': {'Constituency': [{'@Id': '3404',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chelmsford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3404',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chelmsford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '185',
     'SwornInForename': 'Simon',
     'SwornInMiddleNames': 'Hugh McGuigan',
     'SwornInSurname': 'Burns',
     'SwornInTitle': None},
    {'@Id': '3105',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Chelmsford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '477',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3105',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Chelmsford',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '565',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3105',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Chelmsford',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '634',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chelmsford',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '634',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chelmsford',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '31',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-09-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Simon Burns',
  'FullTitle': 'Rt Hon Sir Simon Burns MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burns, Sir Simon',
  'MemberFrom': 'Chelmsford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31648',
  '@Member_Id': '1518',
  '@Pims_Id': '4754',
  'Constituencies': {'Constituency': [{'@Id': '3475',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Enfield, Southgate',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3475',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Enfield, Southgate',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '460',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'John Barrington',
     'SwornInSurname': 'Burrowes',
     'SwornInTitle': None},
    {'@Id': '1082',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Enfield, Southgate',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '559',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-06-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Burrowes',
  'FullTitle': 'Mr David Burrowes MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burrowes, Mr David',
  'MemberFrom': 'Enfield, Southgate',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25162',
  '@Member_Id': '1201',
  '@Pims_Id': '2385',
  'Constituencies': {'Constituency': [{'@Id': '3640',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North East Bedfordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3640',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Bedfordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '61',
     'SwornInForename': 'Alistair',
     'SwornInMiddleNames': 'James Hendrie',
     'SwornInSurname': 'Burt',
     'SwornInTitle': None},
    {'@Id': '2126',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Bedfordshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '558',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2126',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'North East Bedfordshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '551',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '516',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Bury North',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '516',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bury North',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '516',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bury North',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-05-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alistair Burt',
  'FullTitle': 'Rt Hon Alistair Burt MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2001-06-07T00:00:00'},
    {'EndDate': '1997-05-01T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Burt, Alistair',
  'MemberFrom': 'North East Bedfordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '40783',
  '@Member_Id': '1489',
  '@Pims_Id': '4756',
  'Constituencies': {'Constituency': [{'@Id': '3358',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Re-entry',
     'Name': 'Brent Central',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': '46',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '428',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Brent South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '563',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-11-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dawn Butler',
  'FullTitle': 'Dawn Butler MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2015-05-07T00:00:00'},
    {'EndDate': '2010-05-06T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2005-05-05T00:00:00'}]},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Butler, Dawn',
  'MemberFrom': 'Brent Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-05-07T00:00:00',
     'Name': 'Labour',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '30771',
  '@Member_Id': '1171',
  '@Pims_Id': '2410',
  'Constituencies': {'Constituency': [{'@Id': '3328',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hodge Hill',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3328',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hodge Hill',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '503',
     'SwornInForename': 'Liam',
     'SwornInMiddleNames': 'Dominic',
     'SwornInSurname': 'Byrne',
     'SwornInTitle': None},
    {'@Id': '276',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hodge Hill',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '552',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '276',
     'Election': {'@Id': '337',
      'Date': '2004-07-15T00:00:00',
      'Name': '15-Jul-2004 By-election',
      'Type': 'By-election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'Birmingham, Hodge Hill',
     'Notes': None,
     'StartDate': '2004-07-15T00:00:00',
     'SwearInOrder': '2',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-10-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Liam Byrne',
  'FullTitle': 'Rt Hon Liam Byrne MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2004-07-15T00:00:00'}},
  'HouseStartDate': '2004-07-15T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Byrne, Liam',
  'MemberFrom': 'Birmingham, Hodge Hill',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2004-07-15T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '108781',
  '@Member_Id': '4389',
  '@Pims_Id': '6029',
  'Constituencies': {'Constituency': {'@Id': '3360',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Brentford and Isleworth',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '153',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-05-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ruth Cadbury',
  'FullTitle': 'Ruth Cadbury MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cadbury, Ruth',
  'MemberFrom': 'Brentford and Isleworth',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '33463',
  '@Member_Id': '4086',
  '@Pims_Id': '2422',
  'Constituencies': {'Constituency': [{'@Id': '3819',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Vale of Glamorgan',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3819',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Vale of Glamorgan',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '479',
     'SwornInForename': 'Alun',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Cairns',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-07-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alun Cairns',
  'FullTitle': 'Rt Hon Alun Cairns MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Alun Cairns',
  'ListAs': 'Cairns, Alun',
  'MemberFrom': 'Vale of Glamorgan',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138153',
  '@Member_Id': '4412',
  '@Pims_Id': '6030',
  'Constituencies': {'Constituency': {'@Id': '985',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'East Kilbride, Strathaven and Lesmahagow',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '56',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-04-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Lisa Cameron',
  'FullTitle': 'Dr Lisa Cameron MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cameron, Dr Lisa',
  'MemberFrom': 'East Kilbride, Strathaven and Lesmahagow',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25786',
  '@Member_Id': '529',
  '@Pims_Id': '2445',
  'Constituencies': {'Constituency': [{'@Id': '3815',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tynemouth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3815',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tynemouth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '172',
     'SwornInForename': 'Alan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Campbell',
     'SwornInTitle': None},
    {'@Id': '2979',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tynemouth',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '156',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2979',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tynemouth',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '259',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2979',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tynemouth',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '151',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-07-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Alan Campbell',
  'FullTitle': 'Rt Hon Alan Campbell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Campbell, Mr Alan',
  'MemberFrom': 'Tynemouth',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25794',
  '@Member_Id': '1409',
  '@Pims_Id': '2448',
  'Constituencies': {'Constituency': [{'@Id': '3463',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Londonderry',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3463',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Londonderry',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '118',
     'SwornInForename': 'Gregory',
     'SwornInMiddleNames': 'Lloyd',
     'SwornInSurname': 'Campbell',
     'SwornInTitle': None},
    {'@Id': '988',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Londonderry',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '193',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '988',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'East Londonderry',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '307',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-02-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Gregory Campbell',
  'FullTitle': 'Mr Gregory Campbell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Campbell, Mr Gregory',
  'MemberFrom': 'East Londonderry',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '25669',
  '@Member_Id': '514',
  '@Pims_Id': '2451',
  'Constituencies': {'Constituency': [{'@Id': '3341',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Blyth Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3341',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blyth Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '116',
     'SwornInForename': 'Ronald',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Campbell',
     'SwornInTitle': None},
    {'@Id': '347',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blyth Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '143',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '347',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blyth Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '155',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '347',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blyth Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '346',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blyth Valley',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '346',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Blyth Valley',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '10',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1943-08-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Ronnie Campbell',
  'FullTitle': 'Mr Ronnie Campbell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Campbell, Mr Ronnie',
  'MemberFrom': 'Blyth Valley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '24991',
  '@Member_Id': '1442',
  '@Pims_Id': '2481',
  'Constituencies': {'Constituency': [{'@Id': '2256',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Orkney and Shetland',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2256',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Orkney and Shetland',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '39',
     'SwornInForename': 'Alistair',
     'SwornInMiddleNames': 'Morrison',
     'SwornInSurname': 'Carmichael',
     'SwornInTitle': None},
    {'@Id': '2256',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Orkney and Shetland',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '500',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2255',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Orkney and Shetland',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '344',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-07-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Alistair Carmichael',
  'FullTitle': 'Rt Hon Alistair Carmichael MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Carmichael, Mr Alistair',
  'MemberFrom': 'Orkney and Shetland',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '35481',
  '@Member_Id': '4104',
  '@Pims_Id': '5604',
  'Constituencies': {'Constituency': [{'@Id': '3786',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stroud',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3786',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stroud',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '438',
     'SwornInForename': 'Neil',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Carmichael',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-04-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Neil Carmichael',
  'FullTitle': 'Neil Carmichael MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Carmichael, Neil',
  'MemberFrom': 'Stroud',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31685',
  '@Member_Id': '1527',
  '@Pims_Id': '4757',
  'Constituencies': {'Constituency': [{'@Id': '3418',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Clacton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3418',
     'Election': {'@Id': '367',
      'Date': '2014-10-09T00:00:00',
      'Name': '09-Oct-2014 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Clacton',
     'Notes': None,
     'StartDate': '2014-10-09T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3418',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2014-08-29T00:00:00',
     'EndReason': 'Resignation (Northstead)',
     'EntryType': 'Continuation',
     'Name': 'Clacton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '368',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Douglas Wilson',
     'SwornInSurname': 'Carswell',
     'SwornInTitle': None},
    {'@Id': '1402',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Harwich',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '417',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-05-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Douglas Carswell',
  'FullTitle': 'Mr Douglas Carswell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2014-10-09T00:00:00'},
    {'EndDate': '2014-08-29T00:00:00',
     'EndNotes': None,
     'EndReason': 'Resignation (Northstead)',
     'House': 'Commons',
     'StartDate': '2005-05-05T00:00:00'}]},
  'HouseStartDate': '2014-10-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Carswell, Mr Douglas',
  'MemberFrom': 'Clacton',
  'Parties': {'Party': [{'@Id': '35',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'UK Independence Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '35',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'UK Independence Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2014-10-09T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2014-08-29T00:00:00',
     'Name': 'Conservative',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'UK Independence Party', '@Id': '35'}},
 {'@Dods_Id': '35383',
  '@Member_Id': '4519',
  '@Pims_Id': '6031',
  'Constituencies': {'Constituency': {'@Id': '3751',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South Suffolk',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '139',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-04-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Cartlidge',
  'FullTitle': 'James Cartlidge MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cartlidge, James',
  'MemberFrom': 'South Suffolk',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25682',
  '@Member_Id': '288',
  '@Pims_Id': '2512',
  'Constituencies': {'Constituency': [{'@Id': '3780',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stone',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3780',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stone',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '99',
     'SwornInForename': 'William',
     'SwornInMiddleNames': 'Nigel Paul',
     'SwornInSurname': 'Cash',
     'SwornInTitle': None},
    {'@Id': '2822',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stone',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '97',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2822',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stone',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '467',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2822',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stone',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2767',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stafford  ',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2767',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stafford  ',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2767',
     'Election': {'@Id': '281',
      'Date': '1984-05-03T00:00:00',
      'Name': '03-May-1984 By-election',
      'Type': 'By-election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stafford  ',
     'Notes': None,
     'StartDate': '1984-05-03T00:00:00',
     'SwearInOrder': '2',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1940-05-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir William Cash',
  'FullTitle': 'Sir William Cash MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1984-05-03T00:00:00'}},
  'HouseStartDate': '1984-05-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cash, Sir William',
  'MemberFrom': 'Stone',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1984-05-03T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84398',
  '@Member_Id': '4492',
  '@Pims_Id': '6032',
  'Constituencies': {'Constituency': {'@Id': '3574',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Lewes',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '101',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-08-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Maria Caulfield',
  'FullTitle': 'Maria Caulfield MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Caulfield, Maria',
  'MemberFrom': 'Lewes',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '105925',
  '@Member_Id': '4481',
  '@Pims_Id': '6033',
  'Constituencies': {'Constituency': {'@Id': '3406',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cheltenham',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '158',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-08-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alex Chalk',
  'FullTitle': 'Alex Chalk MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Chalk, Alex',
  'MemberFrom': 'Cheltenham',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '101347',
  '@Member_Id': '4267',
  '@Pims_Id': '6005',
  'Constituencies': {'Constituency': [{'@Id': '3707',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rotherham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3707',
     'Election': {'@Id': '359',
      'Date': '2012-11-29T00:00:00',
      'Name': '29-Nov-2012 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rotherham',
     'Notes': None,
     'StartDate': '2012-11-29T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-03-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sarah Champion',
  'FullTitle': 'Sarah Champion MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2012-11-29T00:00:00'}},
  'HouseStartDate': '2012-11-29T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Champion, Sarah',
  'MemberFrom': 'Rotherham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2012-11-29T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '38326',
  '@Member_Id': '4402',
  '@Pims_Id': '6034',
  'Constituencies': {'Constituency': {'@Id': '929',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dunfermline and West Fife',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '110',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-01-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Douglas Chapman',
  'FullTitle': 'Douglas Chapman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Chapman, Douglas',
  'MemberFrom': 'Dunfermline and West Fife',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '83499',
  '@Member_Id': '3972',
  '@Pims_Id': '5530',
  'Constituencies': {'Constituency': [{'@Id': '3437',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Darlington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3437',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Darlington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '434',
     'SwornInForename': 'Jenny',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Chapman',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-09-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jenny Chapman',
  'FullTitle': 'Jenny Chapman MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Chapman, Jenny',
  'MemberFrom': 'Darlington',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '137578',
  '@Member_Id': '4419',
  '@Pims_Id': '6035',
  'Constituencies': {'Constituency': {'@Id': '1048',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Edinburgh South West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '53',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-03-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Joanna Cherry',
  'FullTitle': 'Joanna Cherry QC MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cherry, Joanna',
  'MemberFrom': 'Edinburgh South West',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '35922',
  '@Member_Id': '3987',
  '@Pims_Id': '5607',
  'Constituencies': {'Constituency': [{'@Id': '3496',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gillingham and Rainham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3496',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gillingham and Rainham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '498',
     'SwornInForename': 'Rehman',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Chishti',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-10-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rehman Chishti',
  'FullTitle': 'Rehman Chishti MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Chishti, Rehman',
  'MemberFrom': 'Gillingham and Rainham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25799',
  '@Member_Id': '242',
  '@Pims_Id': '2598',
  'Constituencies': {'Constituency': [{'@Id': '3414',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Christchurch',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3414',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Christchurch',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '401',
     'SwornInForename': 'Christopher',
     'SwornInMiddleNames': 'Robert',
     'SwornInSurname': 'Chope',
     'SwornInTitle': None},
    {'@Id': '683',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Christchurch',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '599',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '683',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Christchurch',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '615',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '683',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Christchurch',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '226',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2704',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Southampton, Itchen',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2704',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Southampton, Itchen',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1947-05-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Christopher Chope',
  'FullTitle': 'Mr Christopher Chope MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'},
    {'EndDate': '1992-04-09T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Chope, Mr Christopher',
  'MemberFrom': 'Christchurch',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '136478',
  '@Member_Id': '4380',
  '@Pims_Id': '6036',
  'Constituencies': {'Constituency': {'@Id': '3381',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bury St Edmunds',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '138',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-03-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jo Churchill',
  'FullTitle': 'Jo Churchill MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Churchill, Jo',
  'MemberFrom': 'Bury St Edmunds',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '40488',
  '@Member_Id': '1578',
  '@Pims_Id': '4758',
  'Constituencies': {'Constituency': [{'@Id': '3813',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tunbridge Wells',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3813',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tunbridge Wells',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '329',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Gregory',
     'SwornInSurname': 'Clark',
     'SwornInTitle': None},
    {'@Id': '2965',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tunbridge Wells',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '526',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-08-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Greg Clark',
  'FullTitle': 'Rt Hon Greg Clark MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Secretary Greg Clark',
  'ListAs': 'Clark, Greg',
  'MemberFrom': 'Tunbridge Wells',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25686',
  '@Member_Id': '366',
  '@Pims_Id': '2625',
  'Constituencies': {'Constituency': [{'@Id': '3711',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3711',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '10',
     'SwornInForename': 'Kenneth',
     'SwornInMiddleNames': 'Harry',
     'SwornInSurname': 'Clarke',
     'SwornInTitle': None},
    {'@Id': '2499',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '41',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2499',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '59',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2499',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2498',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2498',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2498',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2497',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2497',
     'Election': {'@Id': '10',
      'Date': '1974-10-10T00:00:00',
      'Name': '1974 (Oct) General Election',
      'Type': 'General Election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1974-10-10T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2497',
     'Election': {'@Id': '9',
      'Date': '1974-02-28T00:00:00',
      'Name': '1974 (Feb) General Election',
      'Type': 'General Election'},
     'EndDate': '1974-10-10T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1974-02-28T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2496',
     'Election': {'@Id': '8',
      'Date': '1970-06-18T00:00:00',
      'Name': '1970 General Election',
      'Type': 'General Election'},
     'EndDate': '1974-02-28T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rushcliffe',
     'Notes': None,
     'StartDate': '1970-06-18T00:00:00',
     'SwearInOrder': '6',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1940-07-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Kenneth Clarke',
  'FullTitle': 'Rt Hon Kenneth Clarke QC MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1970-06-18T00:00:00'}},
  'HouseStartDate': '1970-06-18T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Clarke, Mr Kenneth',
  'MemberFrom': 'Rushcliffe',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1970-06-18T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '27859',
  '@Member_Id': '1563',
  '@Pims_Id': '2631',
  'Constituencies': {'Constituency': [{'@Id': '3725',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sheffield, Hallam',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3725',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sheffield, Hallam',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '4',
     'SwornInForename': 'Nicholas',
     'SwornInMiddleNames': 'William Peter',
     'SwornInSurname': 'Clegg',
     'SwornInTitle': None},
    {'@Id': '2567',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sheffield, Hallam',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '367',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-01-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Nick Clegg',
  'FullTitle': 'Rt Hon Nick Clegg MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Clegg, Mr Nick',
  'MemberFrom': 'Sheffield, Hallam',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '35384',
  '@Member_Id': '4366',
  '@Pims_Id': '6037',
  'Constituencies': {'Constituency': {'@Id': '3356',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Braintree',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '151',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-09-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Cleverly',
  'FullTitle': 'James Cleverly MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cleverly, James',
  'MemberFrom': 'Braintree',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25708',
  '@Member_Id': '249',
  '@Pims_Id': '2637',
  'Constituencies': {'Constituency': [{'@Id': '3799',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'The Cotswolds',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3799',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'The Cotswolds',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '405',
     'SwornInForename': 'Geoffrey',
     'SwornInMiddleNames': 'Robert',
     'SwornInSurname': 'Clifton-Brown',
     'SwornInTitle': None},
    {'@Id': '754',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cotswold',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '326',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '754',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cotswold',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '473',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '754',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cotswold',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '689',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cirencester and Tewkesbury',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '33',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-03-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Geoffrey Clifton-Brown',
  'FullTitle': 'Geoffrey Clifton-Brown MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Clifton-Brown, Geoffrey',
  'MemberFrom': 'The Cotswolds',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25755',
  '@Member_Id': '553',
  '@Pims_Id': '2643',
  'Constituencies': {'Constituency': [{'@Id': '3435',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3435',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '51',
     'SwornInForename': 'Ann',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Clwyd',
     'SwornInTitle': None},
    {'@Id': '810',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '72',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '810',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '125',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '810',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '809',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '809',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '809',
     'Election': {'@Id': '281',
      'Date': '1984-05-03T00:00:00',
      'Name': '03-May-1984 By-election',
      'Type': 'By-election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cynon Valley',
     'Notes': None,
     'StartDate': '1984-05-03T00:00:00',
     'SwearInOrder': '3',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1937-03-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ann Clwyd',
  'FullTitle': 'Rt Hon Ann Clwyd MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1984-05-03T00:00:00'}},
  'HouseStartDate': '1984-05-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Clwyd, Ann',
  'MemberFrom': 'Cynon Valley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1984-05-03T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25758',
  '@Member_Id': '360',
  '@Pims_Id': '2647',
  'Constituencies': {'Constituency': [{'@Id': '3495',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gedling',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3495',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gedling',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '417',
     'SwornInForename': 'Vernon',
     'SwornInMiddleNames': 'Rodney',
     'SwornInSurname': 'Coaker',
     'SwornInTitle': None},
    {'@Id': '1192',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gedling',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '175',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1192',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gedling',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '257',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1192',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gedling',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '204',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-06-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Vernon Coaker',
  'FullTitle': 'Vernon Coaker MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Coaker, Vernon',
  'MemberFrom': 'Gedling',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25759',
  '@Member_Id': '458',
  '@Pims_Id': '2661',
  'Constituencies': {'Constituency': [{'@Id': '3774',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stockport',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3774',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stockport',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '165',
     'SwornInForename': 'Margaret',
     'SwornInMiddleNames': 'Ann',
     'SwornInSurname': 'Coffey',
     'SwornInTitle': None},
    {'@Id': '2792',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stockport',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '178',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2792',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stockport',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '568',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2792',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stockport',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2791',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stockport',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '46',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1946-08-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ann Coffey',
  'FullTitle': 'Ann Coffey MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Coffey, Ann',
  'MemberFrom': 'Stockport',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '37744',
  '@Member_Id': '4098',
  '@Pims_Id': '5608',
  'Constituencies': {'Constituency': [{'@Id': '3787',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Suffolk Coastal',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3787',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Suffolk Coastal',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '381',
     'SwornInForename': 'Therese',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Coffey',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-11-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Thérèse Coffey',
  'FullTitle': 'Dr Thérèse Coffey MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Dr Thérèse Coffey',
  'ListAs': 'Coffey, Dr Thérèse',
  'MemberFrom': 'Suffolk Coastal',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35404',
  '@Member_Id': '3986',
  '@Pims_Id': '5609',
  'Constituencies': {'Constituency': [{'@Id': '3488',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Folkestone and Hythe',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3488',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Folkestone and Hythe',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '341',
     'SwornInForename': 'Damian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Collins',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-02-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Damian Collins',
  'FullTitle': 'Damian Collins MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Collins, Damian',
  'MemberFrom': 'Folkestone and Hythe',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31698',
  '@Member_Id': '4022',
  '@Pims_Id': '5610',
  'Constituencies': {'Constituency': [{'@Id': '3680',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Plymouth, Sutton and Devonport',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3680',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Plymouth, Sutton and Devonport',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '590',
     'SwornInForename': 'Oliver',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Colvile',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-08-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Oliver Colvile',
  'FullTitle': 'Oliver Colvile MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Colvile, Oliver',
  'MemberFrom': 'Plymouth, Sutton and Devonport',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83501',
  '@Member_Id': '4405',
  '@Pims_Id': '6038',
  'Constituencies': {'Constituency': {'@Id': '3377',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Burnley',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '143',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-06-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Julie Cooper',
  'FullTitle': 'Julie Cooper MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cooper, Julie',
  'MemberFrom': 'Burnley',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '38898',
  '@Member_Id': '1538',
  '@Pims_Id': '4761',
  'Constituencies': {'Constituency': [{'@Id': '3845',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Lancashire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3845',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Lancashire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '566',
     'SwornInForename': 'Rosemary',
     'SwornInMiddleNames': 'Elizabeth',
     'SwornInSurname': 'Cooper',
     'SwornInTitle': None},
    {'@Id': '3129',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Lancashire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '618',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-09-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rosie Cooper',
  'FullTitle': 'Rosie Cooper MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cooper, Rosie',
  'MemberFrom': 'West Lancashire',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25691',
  '@Member_Id': '420',
  '@Pims_Id': '2709',
  'Constituencies': {'Constituency': [{'@Id': '3633',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Normanton, Pontefract and Castleford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3633',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Normanton, Pontefract and Castleford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '28',
     'SwornInForename': 'Yvette',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Cooper',
     'SwornInTitle': None},
    {'@Id': '2343',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Pontefract and Castleford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '474',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2343',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Pontefract and Castleford',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '299',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2343',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Pontefract and Castleford',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '201',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-03-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Yvette Cooper',
  'FullTitle': 'Rt Hon Yvette Cooper MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cooper, Yvette',
  'MemberFrom': 'Normanton, Pontefract and Castleford',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25692',
  '@Member_Id': '185',
  '@Pims_Id': '2717',
  'Constituencies': {'Constituency': [{'@Id': '3549',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3549',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '111',
     'SwornInForename': 'Jeremy',
     'SwornInMiddleNames': 'Bernard',
     'SwornInSurname': 'Corbyn',
     'SwornInTitle': None},
    {'@Id': '1583',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '91',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1583',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '569',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1583',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1582',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1582',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1582',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Islington North',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '13',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-05-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jeremy Corbyn',
  'FullTitle': 'Rt Hon Jeremy Corbyn MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Corbyn, Jeremy',
  'MemberFrom': 'Islington North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72255',
  '@Member_Id': '4439',
  '@Pims_Id': '6039',
  'Constituencies': {'Constituency': {'@Id': '3745',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South Leicestershire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '34',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-11-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alberto Costa',
  'FullTitle': 'Alberto Costa MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Costa, Alberto',
  'MemberFrom': 'South Leicestershire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '134363',
  '@Member_Id': '4589',
  '@Pims_Id': '6189',
  'Constituencies': {'Constituency': {'@Id': '3859',
    'Election': {'@Id': '373',
     'Date': '2016-10-20T00:00:00',
     'Name': '20-Oct-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Witney',
    'Notes': None,
    'StartDate': '2016-10-20T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-10-20T00:00:00'},
  'DateOfBirth': '1978-10-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Robert Courts',
  'FullTitle': 'Robert Courts MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-10-20T00:00:00'}},
  'HouseStartDate': '2016-10-20T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Courts, Robert',
  'MemberFrom': 'Witney',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-10-20T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138155',
  '@Member_Id': '4465',
  '@Pims_Id': '6040',
  'Constituencies': {'Constituency': {'@Id': '1555',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Inverclyde',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '70',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-09-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ronnie Cowan',
  'FullTitle': 'Ronnie Cowan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cowan, Ronnie',
  'MemberFrom': 'Inverclyde',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '31700',
  '@Member_Id': '1508',
  '@Pims_Id': '4762',
  'Constituencies': {'Constituency': [{'@Id': '3809',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Torridge and West Devon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3809',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Torridge and West Devon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '352',
     'SwornInForename': 'Charles',
     'SwornInMiddleNames': 'Geoffrey',
     'SwornInSurname': 'Cox',
     'SwornInTitle': None},
    {'@Id': '2948',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Torridge and West Devon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '581',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-04-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Geoffrey Cox',
  'FullTitle': 'Mr Geoffrey Cox QC MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cox, Mr Geoffrey',
  'MemberFrom': 'Torridge and West Devon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '60236',
  '@Member_Id': '4368',
  '@Pims_Id': '6042',
  'Constituencies': {'Constituency': {'@Id': '3318',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bermondsey and Old Southwark',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '171',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-12-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Neil Coyle',
  'FullTitle': 'Neil Coyle MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Coyle, Neil',
  'MemberFrom': 'Bermondsey and Old Southwark',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31575',
  '@Member_Id': '1554',
  '@Pims_Id': '4763',
  'Constituencies': {'Constituency': [{'@Id': '3686',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Preseli Pembrokeshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3686',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Preseli Pembrokeshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '102',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Crabb',
     'SwornInTitle': None},
    {'@Id': '2370',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Preseli Pembrokeshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '445',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-01-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Crabb',
  'FullTitle': 'Rt Hon Stephen Crabb MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Crabb, Stephen',
  'MemberFrom': 'Preseli Pembrokeshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25156',
  '@Member_Id': '437',
  '@Pims_Id': '2764',
  'Constituencies': {'Constituency': [{'@Id': '3344',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bolton North East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3344',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolton North East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '127',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Anthony',
     'SwornInSurname': 'Crausby',
     'SwornInTitle': None},
    {'@Id': '360',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolton North East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '182',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '360',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolton North East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '457',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '360',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bolton North East',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '113',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1946-06-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir David Crausby',
  'FullTitle': 'Sir David Crausby MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Crausby, Sir David',
  'MemberFrom': 'Bolton North East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '122103',
  '@Member_Id': '4469',
  '@Pims_Id': '6043',
  'Constituencies': {'Constituency': {'@Id': '1678',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Lanark and Hamilton East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '49',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1987-06-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Angela Crawley',
  'FullTitle': 'Angela Crawley MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Crawley, Angela',
  'MemberFrom': 'Lanark and Hamilton East',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '36019',
  '@Member_Id': '1579',
  '@Pims_Id': '4765',
  'Constituencies': {'Constituency': [{'@Id': '3821',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wakefield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3821',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wakefield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '620',
     'SwornInForename': 'Mary',
     'SwornInMiddleNames': 'Helen',
     'SwornInSurname': 'Creagh',
     'SwornInTitle': None},
    {'@Id': '3003',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wakefield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '455',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-12-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mary Creagh',
  'FullTitle': 'Mary Creagh MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Creagh, Mary',
  'MemberFrom': 'Wakefield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72256',
  '@Member_Id': '4088',
  '@Pims_Id': '5611',
  'Constituencies': {'Constituency': [{'@Id': '3825',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Walthamstow',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3825',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Walthamstow',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '625',
     'SwornInForename': 'Stella',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Creasy',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-04-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stella Creasy',
  'FullTitle': 'Stella Creasy MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Creasy, Stella',
  'MemberFrom': 'Walthamstow',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '54004',
  '@Member_Id': '3950',
  '@Pims_Id': '5551',
  'Constituencies': {'Constituency': [{'@Id': '3402',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chatham and Aylesford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3402',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chatham and Aylesford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '319',
     'SwornInForename': 'Tracey',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Crouch',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-07-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tracey Crouch',
  'FullTitle': 'Tracey Crouch MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Tracey Crouch',
  'ListAs': 'Crouch, Tracey',
  'MemberFrom': 'Chatham and Aylesford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25577',
  '@Member_Id': '1406',
  '@Pims_Id': '2786',
  'Constituencies': {'Constituency': [{'@Id': '3436',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Dagenham and Rainham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3436',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Dagenham and Rainham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '627',
     'SwornInForename': 'Jonathan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Cruddas',
     'SwornInTitle': None},
    {'@Id': '815',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Dagenham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '414',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '815',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Dagenham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '320',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-04-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jon Cruddas',
  'FullTitle': 'Jon Cruddas MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cruddas, Jon',
  'MemberFrom': 'Dagenham and Rainham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25579',
  '@Member_Id': '181',
  '@Pims_Id': '2791',
  'Constituencies': {'Constituency': [{'@Id': '3578',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leyton and Wanstead',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3578',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Leyton and Wanstead',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '255',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Robert',
     'SwornInSurname': 'Cryer',
     'SwornInTitle': None},
    {'@Id': '1496',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Hornchurch',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '276',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1496',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hornchurch',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '141',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-03-30T00:00:00'},
  'DateOfBirth': '1964-04-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Cryer',
  'FullTitle': 'John Cryer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2010-05-06T00:00:00'},
    {'EndDate': '2005-05-05T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'}]},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cryer, John',
  'MemberFrom': 'Leyton and Wanstead',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '117593',
  '@Member_Id': '4391',
  '@Pims_Id': '6044',
  'Constituencies': {'Constituency': {'@Id': '3354',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bradford South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '10',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-06-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Judith Cummins',
  'FullTitle': 'Judith Cummins MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cummins, Judith',
  'MemberFrom': 'Bradford South',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72257',
  '@Member_Id': '4122',
  '@Pims_Id': '5668',
  'Constituencies': {'Constituency': [{'@Id': '3775',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stockton North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3775',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stockton North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '427',
     'SwornInForename': 'Alex',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Cunningham',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-05-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alex Cunningham',
  'FullTitle': 'Alex Cunningham MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cunningham, Alex',
  'MemberFrom': 'Stockton North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25575',
  '@Member_Id': '308',
  '@Pims_Id': '2803',
  'Constituencies': {'Constituency': [{'@Id': '3429',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Coventry South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3429',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '78',
     'SwornInForename': 'James',
     'SwornInMiddleNames': 'Dolan',
     'SwornInSurname': 'Cunningham',
     'SwornInTitle': None},
    {'@Id': '765',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '99',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '765',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry South',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '234',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '765',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry South',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '767',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Coventry South East',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '2',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1941-02-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Jim Cunningham',
  'FullTitle': 'Mr Jim Cunningham MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Cunningham, Mr Jim',
  'MemberFrom': 'Coventry South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83408',
  '@Member_Id': '4056',
  '@Pims_Id': '5672',
  'Constituencies': {'Constituency': [{'@Id': '3717',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Scunthorpe',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3717',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Scunthorpe',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '564',
     'SwornInForename': 'Nick',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Dakin',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-07-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nic Dakin',
  'FullTitle': 'Nic Dakin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dakin, Nic',
  'MemberFrom': 'Scunthorpe',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '64653',
  '@Member_Id': '4059',
  '@Pims_Id': '5674',
  'Constituencies': {'Constituency': [{'@Id': '3700',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rochdale',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3700',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rochdale',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '576',
     'SwornInForename': 'Simon ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Danczuk',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-10-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Simon Danczuk',
  'FullTitle': 'Simon Danczuk MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Danczuk, Simon',
  'MemberFrom': 'Rochdale',
  'Parties': {'Party': [{'@Id': '8',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Independent',
     'Note': 'Suspended from Labour Party',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-12-31T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-12-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Independent', '@Id': '8'}},
 {'@Dods_Id': '25696',
  '@Member_Id': '1398',
  '@Pims_Id': '2854',
  'Constituencies': {'Constituency': [{'@Id': '3382',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Caerphilly',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3382',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Caerphilly',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '267',
     'SwornInForename': 'Wayne',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'David',
     'SwornInTitle': None},
    {'@Id': '537',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Caerphilly',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '340',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '537',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Caerphilly',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '316',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-07-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Wayne David',
  'FullTitle': 'Wayne David MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'David, Wayne',
  'MemberFrom': 'Caerphilly',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '58081',
  '@Member_Id': '4499',
  '@Pims_Id': '6045',
  'Constituencies': {'Constituency': {'@Id': '3499',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Gower',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '44',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-09-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Byron Davies',
  'FullTitle': 'Byron Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Byron',
  'MemberFrom': 'Gower',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '91138',
  '@Member_Id': '4376',
  '@Pims_Id': '6046',
  'Constituencies': {'Constituency': {'@Id': '3357',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Brecon and Radnorshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '121',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-08-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Davies',
  'FullTitle': 'Chris Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Chris',
  'MemberFrom': 'Brecon and Radnorshire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '33522',
  '@Member_Id': '1545',
  '@Pims_Id': '2867',
  'Constituencies': {'Constituency': [{'@Id': '3616',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Monmouth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3616',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Monmouth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '387',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Thomas Charles',
     'SwornInSurname': 'Davies',
     'SwornInTitle': None},
    {'@Id': '1995',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Monmouth',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '433',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-06-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David T. C. Davies',
  'FullTitle': 'David T. C. Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, David T. C.',
  'MemberFrom': 'Monmouth',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25772',
  '@Member_Id': '155',
  '@Pims_Id': '2869',
  'Constituencies': {'Constituency': [{'@Id': '3793',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Swansea West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3793',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Swansea West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '250',
     'SwornInForename': 'Geraint',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Davies',
     'SwornInTitle': None},
    {'@Id': '784',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Croydon Central',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '582',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '784',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Croydon Central',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '116',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-05-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Geraint Davies',
  'FullTitle': 'Geraint Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2010-05-06T00:00:00'},
    {'EndDate': '2005-05-05T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'}]},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Geraint',
  'MemberFrom': 'Swansea West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '33513',
  '@Member_Id': '4041',
  '@Pims_Id': '13',
  'Constituencies': {'Constituency': [{'@Id': '3617',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Montgomeryshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3617',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Montgomeryshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '480',
     'SwornInForename': 'Glyn',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Davies',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1944-02-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Glyn Davies',
  'FullTitle': 'Glyn Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Glyn',
  'MemberFrom': 'Montgomeryshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '60557',
  '@Member_Id': '4476',
  '@Pims_Id': '6047',
  'Constituencies': {'Constituency': {'@Id': '3818',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Vale of Clwyd',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '173',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-02-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr James Davies',
  'FullTitle': 'Dr James Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Dr James',
  'MemberFrom': 'Vale of Clwyd',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '128904',
  '@Member_Id': '4513',
  '@Pims_Id': '6048',
  'Constituencies': {'Constituency': {'@Id': '3468',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Eastleigh',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '24',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-06-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mims Davies',
  'FullTitle': 'Mims Davies MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Mims',
  'MemberFrom': 'Eastleigh',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35440',
  '@Member_Id': '1565',
  '@Pims_Id': '4767',
  'Constituencies': {'Constituency': [{'@Id': '3728',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Shipley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3728',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Shipley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '535',
     'SwornInForename': 'Philip',
     'SwornInMiddleNames': 'Andrew',
     'SwornInSurname': 'Davies',
     'SwornInTitle': None},
    {'@Id': '2587',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Shipley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '438',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-01-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Philip Davies',
  'FullTitle': 'Philip Davies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Davies, Philip',
  'MemberFrom': 'Shipley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25643',
  '@Member_Id': '373',
  '@Pims_Id': '2876',
  'Constituencies': {'Constituency': [{'@Id': '3510',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Haltemprice and Howden',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3510',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Haltemprice and Howden',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '157',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Michael',
     'SwornInSurname': 'Davis',
     'SwornInTitle': None},
    {'@Id': '1349',
     'Election': {'@Id': '0',
      'Date': '1900-01-01T00:00:00',
      'Name': 'Unknown Election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Haltemprice and Howden',
     'Notes': None,
     'StartDate': '2008-07-11T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1349',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2008-06-18T00:00:00',
     'EndReason': 'Resignation (Chiltern)',
     'EntryType': 'Continuation',
     'Name': 'Haltemprice and Howden',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '25',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1349',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Haltemprice and Howden',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '54',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1349',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Haltemprice and Howden',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '367',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Boothferry',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '367',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Boothferry',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '11',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-12-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Davis',
  'FullTitle': 'Rt Hon David Davis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2008-07-11T00:00:00'},
    {'EndDate': '2008-06-18T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1987-06-11T00:00:00'}]},
  'HouseStartDate': '2008-07-11T00:00:00',
  'LayingMinisterName': 'Secretary David Davis',
  'ListAs': 'Davis, Mr David',
  'MemberFrom': 'Haltemprice and Howden',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '121869',
  '@Member_Id': '4488',
  '@Pims_Id': '6049',
  'Constituencies': {'Constituency': {'@Id': '1782',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Linlithgow and East Falkirk',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '60',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Martyn Day',
  'FullTitle': 'Martyn Day MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Day, Martyn',
  'MemberFrom': 'Linlithgow and East Falkirk',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '85008',
  '@Member_Id': '3915',
  '@Pims_Id': '5552',
  'Constituencies': {'Constituency': [{'@Id': '3296',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ashfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3296',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ashfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '432',
     'SwornInForename': 'Gloria',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'De Piero',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-12-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gloria De Piero',
  'FullTitle': 'Gloria De Piero MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'De Piero, Gloria',
  'MemberFrom': 'Ashfield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '105944',
  '@Member_Id': '4433',
  '@Pims_Id': '6050',
  'Constituencies': {'Constituency': {'@Id': '3370',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bristol West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '82',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-08-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Thangam Debbonaire',
  'FullTitle': 'Thangam Debbonaire MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Debbonaire, Thangam',
  'MemberFrom': 'Bristol West',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35430',
  '@Member_Id': '4008',
  '@Pims_Id': '5684',
  'Constituencies': {'Constituency': [{'@Id': '3498',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gosport',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3498',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gosport',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '343',
     'SwornInForename': 'Caroline',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Dinenage',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-10-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Caroline Dinenage',
  'FullTitle': 'Caroline Dinenage MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Caroline Dinenage',
  'ListAs': 'Dinenage, Caroline',
  'MemberFrom': 'Gosport',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25639',
  '@Member_Id': '1425',
  '@Pims_Id': '2979',
  'Constituencies': {'Constituency': [{'@Id': '3543',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Huntingdon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3543',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huntingdon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '238',
     'SwornInForename': 'Jonathan',
     'SwornInMiddleNames': 'Simon',
     'SwornInSurname': 'Djanogly',
     'SwornInTitle': None},
    {'@Id': '1530',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huntingdon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '316',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1530',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Huntingdon',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '496',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-06-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Jonathan Djanogly',
  'FullTitle': 'Mr Jonathan Djanogly MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Djanogly, Mr Jonathan',
  'MemberFrom': 'Huntingdon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '121941',
  '@Member_Id': '4374',
  '@Pims_Id': '6051',
  'Constituencies': {'Constituency': {'@Id': '3117',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'West Dunbartonshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '168',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-01-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Martin Docherty-Hughes',
  'FullTitle': 'Martin Docherty-Hughes MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Docherty-Hughes, Martin',
  'MemberFrom': 'West Dunbartonshire',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25658',
  '@Member_Id': '1388',
  '@Pims_Id': '2983',
  'Constituencies': {'Constituency': [{'@Id': '3315',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Belfast North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3315',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Belfast North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '124',
     'SwornInForename': 'Nigel',
     'SwornInMiddleNames': 'Alexander',
     'SwornInSurname': 'Dodds',
     'SwornInTitle': None},
    {'@Id': '197',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Belfast North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '259',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '197',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Belfast North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '306',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-08-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Nigel Dodds',
  'FullTitle': 'Rt Hon Nigel Dodds MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dodds, Mr Nigel',
  'MemberFrom': 'Belfast North',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '25659',
  '@Member_Id': '1465',
  '@Pims_Id': '2985',
  'Constituencies': {'Constituency': [{'@Id': '3847',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Tyrone',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3847',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Tyrone',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': 'Pat',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Doherty',
     'SwornInTitle': None},
    {'@Id': '3138',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Tyrone',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3138',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Tyrone',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1945-07-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Pat Doherty',
  'FullTitle': 'Mr Pat Doherty MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Doherty, Mr Pat',
  'MemberFrom': 'West Tyrone',
  'Parties': {'Party': [{'@Id': '30',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Sinn Fein',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '30',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Sinn Fein',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Sinn Fein', '@Id': '30'}},
 {'@Dods_Id': '25697',
  '@Member_Id': '650',
  '@Pims_Id': '2989',
  'Constituencies': {'Constituency': [{'@Id': '3563',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Lagan Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3563',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lagan Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '609',
     'SwornInForename': 'Jeffrey',
     'SwornInMiddleNames': 'Mark',
     'SwornInSurname': 'Donaldson',
     'SwornInTitle': None},
    {'@Id': '1672',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lagan Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '237',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1672',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lagan Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '321',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1672',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Lagan Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '32',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-12-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Jeffrey M. Donaldson',
  'FullTitle': 'Rt Hon Sir Jeffrey M. Donaldson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Donaldson, Sir Jeffrey M.',
  'MemberFrom': 'Lagan Valley',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2004-01-09T00:00:00',
     'SubType': None},
    {'@Id': '14',
     'EndDate': '2004-01-09T00:00:00',
     'Name': 'Independent Unionist',
     'Note': 'Resigned whip',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2003-06-23T00:00:00',
     'SubType': None},
    {'@Id': '38',
     'EndDate': '2003-06-23T00:00:00',
     'Name': 'Ulster Unionist Party',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '138154',
  '@Member_Id': '4377',
  '@Pims_Id': '6052',
  'Constituencies': {'Constituency': {'@Id': '3096',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'West Aberdeenshire and Kincardine',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '84',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1991-09-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stuart Blair Donaldson',
  'FullTitle': 'Stuart Blair Donaldson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Donaldson, Stuart Blair',
  'MemberFrom': 'West Aberdeenshire and Kincardine',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '84454',
  '@Member_Id': '4530',
  '@Pims_Id': '6053',
  'Constituencies': {'Constituency': {'@Id': '3411',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Chippenham',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '179',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1984-04-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michelle Donelan',
  'FullTitle': 'Michelle Donelan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Donelan, Michelle',
  'MemberFrom': 'Chippenham',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '41312',
  '@Member_Id': '1481',
  '@Pims_Id': '4768',
  'Constituencies': {'Constituency': [{'@Id': '3603',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mid Bedfordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3603',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Bedfordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '594',
     'SwornInForename': 'Nadine',
     'SwornInMiddleNames': 'Vanessa',
     'SwornInSurname': 'Dorries',
     'SwornInTitle': None},
    {'@Id': '1946',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mid Bedfordshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '543',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-05-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nadine Dorries',
  'FullTitle': 'Nadine Dorries MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dorries, Nadine',
  'MemberFrom': 'Mid Bedfordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2013-05-08T00:00:00',
     'SubType': None},
    {'@Id': '8',
     'EndDate': '2013-05-08T00:00:00',
     'Name': 'Independent',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2012-11-06T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2012-11-06T00:00:00',
     'Name': 'Conservative',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '105948',
  '@Member_Id': '4452',
  '@Pims_Id': '6054',
  'Constituencies': {'Constituency': {'@Id': '3766',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'St Austell and Newquay',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '23',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-12-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Steve Double',
  'FullTitle': 'Steve Double MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Double, Steve',
  'MemberFrom': 'St Austell and Newquay',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '61112',
  '@Member_Id': '4264',
  '@Pims_Id': '6001',
  'Constituencies': {'Constituency': [{'@Id': '3391',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Cardiff South and Penarth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3391',
     'Election': {'@Id': '358',
      'Date': '2012-11-15T00:00:00',
      'Name': '15-Nov-2012 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cardiff South and Penarth',
     'Notes': None,
     'StartDate': '2012-11-15T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-04-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Doughty',
  'FullTitle': 'Stephen Doughty MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2012-11-15T00:00:00'}},
  'HouseStartDate': '2012-11-15T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Doughty, Stephen',
  'MemberFrom': 'Cardiff South and Penarth',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2012-11-15T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '25700',
  '@Member_Id': '189',
  '@Pims_Id': '3017',
  'Constituencies': {'Constituency': [{'@Id': '3576',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Lewisham West and Penge',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3576',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lewisham West and Penge',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '615',
     'SwornInForename': 'James',
     'SwornInMiddleNames': 'Patrick',
     'SwornInSurname': 'Dowd',
     'SwornInTitle': None},
    {'@Id': '1760',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lewisham West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '427',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1760',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lewisham West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '359',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1760',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lewisham West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1759',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Lewisham West',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '54',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1951-03-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jim Dowd',
  'FullTitle': 'Jim Dowd MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dowd, Jim',
  'MemberFrom': 'Lewisham West and Penge',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '115805',
  '@Member_Id': '4397',
  '@Pims_Id': '6055',
  'Constituencies': {'Constituency': {'@Id': '3347',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bootle',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '16',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-06-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Peter Dowd',
  'FullTitle': 'Peter Dowd MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dowd, Peter',
  'MemberFrom': 'Bootle',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '92550',
  '@Member_Id': '4441',
  '@Pims_Id': '6056',
  'Constituencies': {'Constituency': {'@Id': '3531',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Hertsmere',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '140',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-08-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Oliver Dowden',
  'FullTitle': 'Oliver Dowden MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dowden, Oliver',
  'MemberFrom': 'Hertsmere',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '41326',
  '@Member_Id': '4065',
  '@Pims_Id': '5689',
  'Constituencies': {'Constituency': [{'@Id': '3803',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Thurrock',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3803',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Thurrock',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '468',
     'SwornInForename': 'Jackie',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Doyle-Price',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-08-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jackie Doyle-Price',
  'FullTitle': 'Jackie Doyle-Price MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Doyle-Price, Jackie',
  'MemberFrom': 'Thurrock',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62850',
  '@Member_Id': '4132',
  '@Pims_Id': '5691',
  'Constituencies': {'Constituency': [{'@Id': '3740',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Dorset',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3740',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Dorset',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '307',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Drax',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-01-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Drax',
  'FullTitle': 'Richard Drax MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Drax, Richard',
  'MemberFrom': 'South Dorset',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '47128',
  '@Member_Id': '3913',
  '@Pims_Id': '5693',
  'Constituencies': {'Constituency': [{'@Id': '3326',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Erdington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3326',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Erdington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '551',
     'SwornInForename': 'Jack',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Dromey',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-09-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jack Dromey',
  'FullTitle': 'Jack Dromey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dromey, Jack',
  'MemberFrom': 'Birmingham, Erdington',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41328',
  '@Member_Id': '4459',
  '@Pims_Id': '6057',
  'Constituencies': {'Constituency': {'@Id': '3685',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Portsmouth South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '95',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-06-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Flick Drummond',
  'FullTitle': 'Mrs Flick Drummond MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Drummond, Mrs Flick',
  'MemberFrom': 'Portsmouth South',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31686',
  '@Member_Id': '1559',
  '@Pims_Id': '4769',
  'Constituencies': {'Constituency': [{'@Id': '3702',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rochford and Southend East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3702',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rochford and Southend East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '525',
     'SwornInForename': 'James',
     'SwornInMiddleNames': 'Philip',
     'SwornInSurname': 'Duddridge',
     'SwornInTitle': None},
    {'@Id': '2443',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rochford and Southend East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '391',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-08-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Duddridge',
  'FullTitle': 'James Duddridge MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Duddridge, James',
  'MemberFrom': 'Rochford and Southend East',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '16861',
  '@Member_Id': '3916',
  '@Pims_Id': '5698',
  'Constituencies': {'Constituency': [{'@Id': '3303',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Barnsley East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3303',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Barnsley East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '433',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Dugher',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-04-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michael Dugher',
  'FullTitle': 'Michael Dugher MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Dugher, Michael',
  'MemberFrom': 'Barnsley East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25590',
  '@Member_Id': '343',
  '@Pims_Id': '3040',
  'Constituencies': {'Constituency': [{'@Id': '3712',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rutland and Melton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3712',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rutland and Melton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '64',
     'SwornInForename': 'Alan',
     'SwornInMiddleNames': 'James Carter',
     'SwornInSurname': 'Duncan',
     'SwornInTitle': None},
    {'@Id': '2503',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rutland and Melton',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '37',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2503',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rutland and Melton',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '342',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2503',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rutland and Melton',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2502',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rutland and Melton',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '53',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-03-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Alan Duncan',
  'FullTitle': 'Rt Hon Sir Alan Duncan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': 'Sir Alan Duncan',
  'ListAs': 'Duncan, Sir Alan',
  'MemberFrom': 'Rutland and Melton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25640',
  '@Member_Id': '152',
  '@Pims_Id': '3039',
  'Constituencies': {'Constituency': [{'@Id': '3410',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chingford and Woodford Green',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3410',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chingford and Woodford Green',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '19',
     'SwornInForename': 'George',
     'SwornInMiddleNames': 'Iain',
     'SwornInSurname': 'Duncan Smith',
     'SwornInTitle': None},
    {'@Id': '667',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chingford and Woodford Green',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '604',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '667',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chingford and Woodford Green',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '437',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '667',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chingford and Woodford Green',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '666',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chingford',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '63',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-04-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Iain Duncan Smith',
  'FullTitle': 'Rt Hon Iain Duncan Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Duncan Smith, Mr Iain',
  'MemberFrom': 'Chingford and Woodford Green',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35388',
  '@Member_Id': '1542',
  '@Pims_Id': '4770',
  'Constituencies': {'Constituency': [{'@Id': '3588',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ludlow',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3588',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ludlow',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '104',
     'SwornInForename': 'Philip',
     'SwornInMiddleNames': 'Martin',
     'SwornInSurname': 'Dunne',
     'SwornInTitle': None},
    {'@Id': '1854',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ludlow',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '613',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-08-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Philip Dunne',
  'FullTitle': 'Mr Philip Dunne MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr Philip Dunne',
  'ListAs': 'Dunne, Mr Philip',
  'MemberFrom': 'Ludlow',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '33606',
  '@Member_Id': '1594',
  '@Pims_Id': '3056',
  'Constituencies': {'Constituency': [{'@Id': '3490',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Foyle',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3490',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Foyle',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '192',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Mark',
     'SwornInSurname': 'Durkan',
     'SwornInTitle': None},
    {'@Id': '1162',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Foyle',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '456',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-06-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Durkan',
  'FullTitle': 'Mark Durkan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Durkan, Mark',
  'MemberFrom': 'Foyle',
  'Parties': {'Party': [{'@Id': '31',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Social Democratic & Labour Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '31',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Social Democratic & Labour Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Social Democratic & Labour Party', '@Id': '31'}},
 {'@Dods_Id': '25642',
  '@Member_Id': '491',
  '@Pims_Id': '3064',
  'Constituencies': {'Constituency': [{'@Id': '3822',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wallasey',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3822',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wallasey',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '173',
     'SwornInForename': 'Angela',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Eagle',
     'SwornInTitle': None},
    {'@Id': '3009',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wallasey',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '302',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3009',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wallasey',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '129',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3009',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wallasey',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3008',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wallasey',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '89',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-02-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Angela Eagle',
  'FullTitle': 'Ms Angela Eagle MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Eagle, Ms Angela',
  'MemberFrom': 'Wallasey',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25660',
  '@Member_Id': '483',
  '@Pims_Id': '3065',
  'Constituencies': {'Constituency': [{'@Id': '3493',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Garston and Halewood',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3493',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Garston and Halewood',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '156',
     'SwornInForename': 'Maria',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Eagle',
     'SwornInTitle': None},
    {'@Id': '1797',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Garston',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '164',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1797',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Garston',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '130',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1797',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Liverpool, Garston',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '155',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-02-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Maria Eagle',
  'FullTitle': 'Maria Eagle MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Eagle, Maria',
  'MemberFrom': 'Garston and Halewood',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84388',
  '@Member_Id': '3943',
  '@Pims_Id': '5701',
  'Constituencies': {'Constituency': [{'@Id': '3394',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Carmarthen East and Dinefwr',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3394',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Carmarthen East and Dinefwr',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '384',
     'SwornInForename': 'Jonathan ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Edwards',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-04-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jonathan Edwards',
  'FullTitle': 'Jonathan Edwards MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Edwards, Jonathan',
  'MemberFrom': 'Carmarthen East and Dinefwr',
  'Parties': {'Party': [{'@Id': '22',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Plaid Cymru',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '22',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Plaid Cymru',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Plaid Cymru', '@Id': '22'}},
 {'@Dods_Id': '25662',
  '@Member_Id': '165',
  '@Pims_Id': '3084',
  'Constituencies': {'Constituency': [{'@Id': '3473',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3473',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '395',
     'SwornInForename': 'Clive',
     'SwornInMiddleNames': 'Stanley',
     'SwornInSurname': 'Efford',
     'SwornInTitle': None},
    {'@Id': '1073',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '488',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1073',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '522',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1073',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Eltham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '170',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-07-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Clive Efford',
  'FullTitle': 'Clive Efford MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Efford, Clive',
  'MemberFrom': 'Eltham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '78855',
  '@Member_Id': '4127',
  '@Pims_Id': '5708',
  'Constituencies': {'Constituency': [{'@Id': '3788',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sunderland Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3788',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sunderland Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '326',
     'SwornInForename': 'Julie ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Elliott',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-07-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Julie Elliott',
  'FullTitle': 'Julie Elliott MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Elliott, Julie',
  'MemberFrom': 'Sunderland Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '33608',
  '@Member_Id': '4367',
  '@Pims_Id': '5396',
  'Constituencies': {'Constituency': {'@Id': '3485',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Fermanagh and South Tyrone',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '72',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-12-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tom Elliott',
  'FullTitle': 'Tom Elliott MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Elliott, Tom',
  'MemberFrom': 'Fermanagh and South Tyrone',
  'Parties': {'Party': {'@Id': '38',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Ulster Unionist Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Ulster Unionist Party', '@Id': '38'}},
 {'@Dods_Id': '62852',
  '@Member_Id': '4116',
  '@Pims_Id': '5709',
  'Constituencies': {'Constituency': [{'@Id': '3660',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Northampton North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3660',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Northampton North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '488',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Ellis',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-10-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michael Ellis',
  'FullTitle': 'Michael Ellis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Michael Ellis',
  'ListAs': 'Ellis, Michael',
  'MemberFrom': 'Northampton North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35418',
  '@Member_Id': '3918',
  '@Pims_Id': '5710',
  'Constituencies': {'Constituency': [{'@Id': '3310',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Battersea',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3310',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Battersea',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '474',
     'SwornInForename': 'Jane ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Ellison',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-08-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jane Ellison',
  'FullTitle': 'Jane Ellison MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Jane Ellison',
  'ListAs': 'Ellison, Jane',
  'MemberFrom': 'Battersea',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25701',
  '@Member_Id': '484',
  '@Pims_Id': '3103',
  'Constituencies': {'Constituency': [{'@Id': '3581',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Riverside',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3581',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Riverside',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '416',
     'SwornInForename': 'Louise',
     'SwornInMiddleNames': 'Joyce',
     'SwornInSurname': 'Ellman',
     'SwornInTitle': None},
    {'@Id': '1803',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Riverside',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '531',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1803',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Riverside',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '507',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1803',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Liverpool, Riverside',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '57',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1945-11-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Louise Ellman',
  'FullTitle': 'Mrs Louise Ellman MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ellman, Mrs Louise',
  'MemberFrom': 'Liverpool, Riverside',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '31646',
  '@Member_Id': '1487',
  '@Pims_Id': '4771',
  'Constituencies': {'Constituency': [{'@Id': '3350',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bournemouth East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3350',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bournemouth East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '367',
     'SwornInForename': 'Tobias',
     'SwornInMiddleNames': 'Martin',
     'SwornInSurname': 'Ellwood',
     'SwornInTitle': None},
    {'@Id': '385',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bournemouth East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '363',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-08-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Tobias Ellwood',
  'FullTitle': 'Mr Tobias Ellwood MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr Tobias Ellwood',
  'ListAs': 'Ellwood, Mr Tobias',
  'MemberFrom': 'Bournemouth East',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '105950',
  '@Member_Id': '4572',
  '@Pims_Id': '6186',
  'Constituencies': {'Constituency': {'@Id': '3668',
    'Election': {'@Id': '371',
     'Date': '2016-05-05T00:00:00',
     'Name': '05-May-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ogmore',
    'Notes': None,
    'StartDate': '2016-05-05T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-05-05T00:00:00'},
  'DateOfBirth': '1983-12-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Elmore',
  'FullTitle': 'Chris Elmore MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-05-05T00:00:00'}},
  'HouseStartDate': '2016-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Elmore, Chris',
  'MemberFrom': 'Ogmore',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-05-05T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41646',
  '@Member_Id': '3971',
  '@Pims_Id': '5713',
  'Constituencies': {'Constituency': [{'@Id': '3450',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Dover',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3450',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Dover',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '259',
     'SwornInForename': 'Charlie',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Elphicke',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-03-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Charlie Elphicke',
  'FullTitle': 'Charlie Elphicke MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Elphicke, Charlie',
  'MemberFrom': 'Dover',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35958',
  '@Member_Id': '1507',
  '@Pims_Id': '4772',
  'Constituencies': {'Constituency': [{'@Id': '3642',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North East Derbyshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3642',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Derbyshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '356',
     'SwornInForename': 'Natascha',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Engel',
     'SwornInTitle': None},
    {'@Id': '2132',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North East Derbyshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '513',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-04-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Natascha Engel',
  'FullTitle': 'Natascha Engel MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Engel, Natascha',
  'MemberFrom': 'North East Derbyshire',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83727',
  '@Member_Id': '4061',
  '@Pims_Id': '5716',
  'Constituencies': {'Constituency': [{'@Id': '3719',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sefton Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3719',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sefton Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '358',
     'SwornInForename': 'Bill ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Esterson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-10-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Bill Esterson',
  'FullTitle': 'Bill Esterson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Esterson, Bill',
  'MemberFrom': 'Sefton Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '77092',
  '@Member_Id': '3934',
  '@Pims_Id': '5717',
  'Constituencies': {'Constituency': [{'@Id': '3385',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Camborne and Redruth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3385',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Camborne and Redruth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '492',
     'SwornInForename': 'George',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Eustice',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'George Eustice',
  'FullTitle': 'George Eustice MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'George Eustice',
  'ListAs': 'Eustice, George',
  'MemberFrom': 'Camborne and Redruth',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84900',
  '@Member_Id': '4040',
  '@Pims_Id': '5718',
  'Constituencies': {'Constituency': [{'@Id': '3551',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Islwyn',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3551',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Islwyn',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '375',
     'SwornInForename': 'Chris',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Evans',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-07-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Evans',
  'FullTitle': 'Chris Evans MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Evans, Chris',
  'MemberFrom': 'Islwyn',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '40501',
  '@Member_Id': '4081',
  '@Pims_Id': '5719',
  'Constituencies': {'Constituency': [{'@Id': '3836',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Weaver Vale',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3836',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Weaver Vale',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '364',
     'SwornInForename': 'Graham',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Evans',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-11-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Graham Evans',
  'FullTitle': 'Graham Evans MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Evans, Graham',
  'MemberFrom': 'Weaver Vale',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25719',
  '@Member_Id': '474',
  '@Pims_Id': '3149',
  'Constituencies': {'Constituency': [{'@Id': '3697',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ribble Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3697',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ribble Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '550',
     'SwornInForename': 'Nigel',
     'SwornInMiddleNames': 'Martin',
     'SwornInSurname': 'Evans',
     'SwornInTitle': None},
    {'@Id': '2422',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ribble Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '141',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2422',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ribble Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '182',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2422',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ribble Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2421',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ribble Valley',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '69',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-11-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Nigel Evans',
  'FullTitle': 'Mr Nigel Evans MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Evans, Mr Nigel',
  'MemberFrom': 'Ribble Valley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2014-04-28T00:00:00',
     'SubType': None},
    {'@Id': '8',
     'EndDate': '2014-04-28T00:00:00',
     'Name': 'Independent',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2013-09-11T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2013-09-11T00:00:00',
     'Name': 'Conservative',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31706',
  '@Member_Id': '1198',
  '@Pims_Id': '3153',
  'Constituencies': {'Constituency': [{'@Id': '3323',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bexleyheath and Crayford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3323',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bexleyheath and Crayford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '412',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Anthony',
     'SwornInSurname': 'Evennett',
     'SwornInTitle': None},
    {'@Id': '239',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Bexleyheath and Crayford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '374',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1096',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Erith and Crayford',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1096',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Erith and Crayford',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1096',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Erith and Crayford',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-06-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Evennett',
  'FullTitle': 'Rt Hon David Evennett MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2005-05-05T00:00:00'},
    {'EndDate': '1997-05-01T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Evennett, David',
  'MemberFrom': 'Bexleyheath and Crayford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25587',
  '@Member_Id': '280',
  '@Pims_Id': '3173',
  'Constituencies': {'Constituency': [{'@Id': '3579',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Lichfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3579',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lichfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '91',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': 'Louis David',
     'SwornInSurname': 'Fabricant',
     'SwornInTitle': None},
    {'@Id': '1771',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lichfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '568',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1771',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lichfield',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '572',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1771',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Lichfield',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1952',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mid Staffordshire',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '40',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-06-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michael Fabricant',
  'FullTitle': 'Michael Fabricant MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fabricant, Michael',
  'MemberFrom': 'Lichfield',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25169',
  '@Member_Id': '88',
  '@Pims_Id': '3183',
  'Constituencies': {'Constituency': [{'@Id': '3721',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sevenoaks',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3721',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sevenoaks',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '79',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': 'Cather',
     'SwornInSurname': 'Fallon',
     'SwornInTitle': None},
    {'@Id': '2548',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sevenoaks',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '463',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2548',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sevenoaks',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '517',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2548',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Sevenoaks',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '142',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '819',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Darlington',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '819',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Darlington',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-05-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Michael Fallon',
  'FullTitle': 'Rt Hon Sir Michael Fallon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'},
    {'EndDate': '1992-04-09T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'Secretary Michael Fallon',
  'ListAs': 'Fallon, Sir Michael',
  'MemberFrom': 'Sevenoaks',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25533',
  '@Member_Id': '1436',
  '@Pims_Id': '3191',
  'Constituencies': {'Constituency': [{'@Id': '3628',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newcastle-under-Lyme',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3628',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle-under-Lyme',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '181',
     'SwornInForename': 'Christopher',
     'SwornInMiddleNames': 'Paul',
     'SwornInSurname': 'Farrelly',
     'SwornInTitle': None},
    {'@Id': '2074',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newcastle-under-Lyme',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '337',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2074',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newcastle-under-Lyme',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '488',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-03-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paul Farrelly',
  'FullTitle': 'Paul Farrelly MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Farrelly, Paul',
  'MemberFrom': 'Newcastle-under-Lyme',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31716',
  '@Member_Id': '1591',
  '@Pims_Id': '4774',
  'Constituencies': {'Constituency': [{'@Id': '3850',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Westmorland and Lonsdale',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3850',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Westmorland and Lonsdale',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '585',
     'SwornInForename': 'Timothy',
     'SwornInMiddleNames': 'James',
     'SwornInSurname': 'Farron',
     'SwornInTitle': None},
    {'@Id': '3161',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'Retired',
     'EntryType': 'First entry',
     'Name': 'Westmorland and Lonsdale',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '368',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-05-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tim Farron',
  'FullTitle': 'Tim Farron MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Farron, Tim',
  'MemberFrom': 'Westmorland and Lonsdale',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '58114',
  '@Member_Id': '4440',
  '@Pims_Id': '6059',
  'Constituencies': {'Constituency': {'@Id': '2022',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Motherwell and Wishaw',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '77',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-05-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Marion Fellows',
  'FullTitle': 'Marion Fellows MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fellows, Marion',
  'MemberFrom': 'Motherwell and Wishaw',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '138038',
  '@Member_Id': '4475',
  '@Pims_Id': '6060',
  'Constituencies': {'Constituency': {'@Id': '3482',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Fareham',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '37',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-04-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Suella Fernandes',
  'FullTitle': 'Suella Fernandes MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fernandes, Suella',
  'MemberFrom': 'Fareham',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137600',
  '@Member_Id': '4386',
  '@Pims_Id': '6061',
  'Constituencies': {'Constituency': {'@Id': '2501',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Rutherglen and Hamilton West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '109',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Margaret Ferrier',
  'FullTitle': 'Margaret Ferrier MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ferrier, Margaret',
  'MemberFrom': 'Rutherglen and Hamilton West',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25534',
  '@Member_Id': '478',
  '@Pims_Id': '3228',
  'Constituencies': {'Constituency': [{'@Id': '3324',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3324',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '294',
     'SwornInForename': 'Frank',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Field',
     'SwornInTitle': None},
    {'@Id': '248',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '53',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '248',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '73',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '248',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '247',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '247',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '247',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '246',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birkenhead',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '11',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1942-07-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Frank Field',
  'FullTitle': 'Rt Hon Frank Field MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1979-05-03T00:00:00'}},
  'HouseStartDate': '1979-05-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Field, Frank',
  'MemberFrom': 'Birkenhead',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1979-05-03T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25535',
  '@Member_Id': '1405',
  '@Pims_Id': '3229',
  'Constituencies': {'Constituency': [{'@Id': '3415',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Cities of London and Westminster',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3415',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cities of London and Westminster',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '192',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Christopher',
     'SwornInSurname': 'Field',
     'SwornInTitle': None},
    {'@Id': '691',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Cities of London and Westminster',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '331',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '691',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cities of London and Westminster',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '415',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-10-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Field',
  'FullTitle': 'Rt Hon Mark Field MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Field, Mark',
  'MemberFrom': 'Cities of London and Westminster',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25612',
  '@Member_Id': '197',
  '@Pims_Id': '3249',
  'Constituencies': {'Constituency': [{'@Id': '3683',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Poplar and Limehouse',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3683',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Poplar and Limehouse',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '203',
     'SwornInForename': 'James',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Fitzpatrick',
     'SwornInTitle': None},
    {'@Id': '2357',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Poplar and Canning Town',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '103',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2357',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Poplar and Canning Town',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '97',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2357',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Poplar and Canning Town',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '28',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-04-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jim Fitzpatrick',
  'FullTitle': 'Jim Fitzpatrick MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fitzpatrick, Jim',
  'MemberFrom': 'Poplar and Limehouse',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '37613',
  '@Member_Id': '1569',
  '@Pims_Id': '4776',
  'Constituencies': {'Constituency': [{'@Id': '3779',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stoke-on-Trent South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3779',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Stoke-on-Trent South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '508',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': 'Charles Douglas',
     'SwornInSurname': 'Flello',
     'SwornInTitle': None},
    {'@Id': '2817',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'Retired',
     'EntryType': 'First entry',
     'Name': 'Stoke-on-Trent South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '517',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-01-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Robert Flello',
  'FullTitle': 'Robert Flello MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Flello, Robert',
  'MemberFrom': 'Stoke-on-Trent South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '109467',
  '@Member_Id': '4378',
  '@Pims_Id': '6062',
  'Constituencies': {'Constituency': {'@Id': '3427',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Coventry North East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '96',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-11-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Colleen Fletcher',
  'FullTitle': 'Colleen Fletcher MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fletcher, Colleen',
  'MemberFrom': 'Coventry North East',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25645',
  '@Member_Id': '389',
  '@Pims_Id': '3261',
  'Constituencies': {'Constituency': [{'@Id': '3447',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Don Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3447',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Don Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '50',
     'SwornInForename': 'Caroline',
     'SwornInMiddleNames': 'Louise',
     'SwornInSurname': 'Flint',
     'SwornInTitle': None},
    {'@Id': '871',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Don Valley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '124',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '871',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Don Valley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '197',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '871',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Don Valley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '108',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-09-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Caroline Flint',
  'FullTitle': 'Rt Hon Caroline Flint MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Flint, Caroline',
  'MemberFrom': 'Don Valley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25647',
  '@Member_Id': '545',
  '@Pims_Id': '3266',
  'Constituencies': {'Constituency': [{'@Id': '3630',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newport West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3630',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newport West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '179',
     'SwornInForename': 'Paul',
     'SwornInMiddleNames': 'Philip',
     'SwornInSurname': 'Flynn',
     'SwornInTitle': None},
    {'@Id': '2087',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newport West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '131',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2087',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newport West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '149',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2087',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newport West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2086',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newport West',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2086',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newport West',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '33',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1935-02-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paul Flynn',
  'FullTitle': 'Paul Flynn MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Flynn, Paul',
  'MemberFrom': 'Newport West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62855',
  '@Member_Id': '4451',
  '@Pims_Id': '6063',
  'Constituencies': {'Constituency': {'@Id': '3807',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Torbay',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '12',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-12-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kevin Foster',
  'FullTitle': 'Kevin Foster MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Foster, Kevin',
  'MemberFrom': 'Torbay',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84359',
  '@Member_Id': '4034',
  '@Pims_Id': '5720',
  'Constituencies': {'Constituency': [{'@Id': '3594',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Makerfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3594',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Makerfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '430',
     'SwornInForename': 'Yvonne',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Fovargue',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-11-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Yvonne Fovargue',
  'FullTitle': 'Yvonne Fovargue MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fovargue, Yvonne',
  'MemberFrom': 'Makerfield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25617',
  '@Member_Id': '223',
  '@Pims_Id': '3308',
  'Constituencies': {'Constituency': [{'@Id': '3649',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Somerset',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3649',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Somerset',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '8',
     'SwornInForename': 'Liam',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Fox',
     'SwornInTitle': None},
    {'@Id': '3235',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Woodspring',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '573',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3235',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Woodspring',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '593',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3235',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Woodspring',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3234',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Woodspring',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '23',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-09-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Liam Fox',
  'FullTitle': 'Rt Hon Dr Liam Fox MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': 'Secretary Liam Fox',
  'ListAs': 'Fox, Dr Liam',
  'MemberFrom': 'North Somerset',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106000',
  '@Member_Id': '4491',
  '@Pims_Id': '6064',
  'Constituencies': {'Constituency': {'@Id': '3577',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Lewisham, Deptford',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '74',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-03-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Vicky Foxcroft',
  'FullTitle': 'Vicky Foxcroft MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Foxcroft, Vicky',
  'MemberFrom': 'Lewisham, Deptford',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25619',
  '@Member_Id': '1444',
  '@Pims_Id': '3316',
  'Constituencies': {'Constituency': [{'@Id': '3690',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rayleigh and Wickford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3690',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rayleigh and Wickford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '222',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Gino',
     'SwornInSurname': 'Francois',
     'SwornInTitle': None},
    {'@Id': '2391',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Rayleigh',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '330',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2391',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rayleigh',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '393',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-08-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Mark Francois',
  'FullTitle': 'Rt Hon Mark Francois MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Francois, Mr Mark',
  'MemberFrom': 'Rayleigh and Wickford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '109472',
  '@Member_Id': '4517',
  '@Pims_Id': '6065',
  'Constituencies': {'Constituency': {'@Id': '3742',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South East Cambridgeshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '118',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-05-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lucy Frazer',
  'FullTitle': 'Lucy Frazer MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Frazer, Lucy',
  'MemberFrom': 'South East Cambridgeshire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35463',
  '@Member_Id': '4020',
  '@Pims_Id': '5721',
  'Constituencies': {'Constituency': [{'@Id': '3606',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mid Norfolk',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3606',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mid Norfolk',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '398',
     'SwornInForename': 'George',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Freeman',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-07-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'George Freeman',
  'FullTitle': 'George Freeman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Freeman, George',
  'MemberFrom': 'Mid Norfolk',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35366',
  '@Member_Id': '4004',
  '@Pims_Id': '5732',
  'Constituencies': {'Constituency': [{'@Id': '3487',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Finchley and Golders Green',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3487',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Finchley and Golders Green',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '473',
     'SwornInForename': 'Mike',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Freer',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-05-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mike Freer',
  'FullTitle': 'Mike Freer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Freer, Mike',
  'MemberFrom': 'Finchley and Golders Green',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35241',
  '@Member_Id': '3912',
  '@Pims_Id': '5734',
  'Constituencies': {'Constituency': [{'@Id': '3313',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bedford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3313',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bedford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '370',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Fuller',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-05-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Fuller',
  'FullTitle': 'Richard Fuller MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fuller, Richard',
  'MemberFrom': 'Bedford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '41765',
  '@Member_Id': '4571',
  '@Pims_Id': '6187',
  'Constituencies': {'Constituency': {'@Id': '3724',
    'Election': {'@Id': '371',
     'Date': '2016-05-05T00:00:00',
     'Name': '05-May-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Sheffield, Brightside and Hillsborough',
    'Notes': None,
    'StartDate': '2016-05-05T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-05-05T00:00:00'},
  'DateOfBirth': '1957-03-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gill Furniss',
  'FullTitle': 'Gill Furniss MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-05-05T00:00:00'}},
  'HouseStartDate': '2016-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Furniss, Gill',
  'MemberFrom': 'Sheffield, Brightside and Hillsborough',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-05-05T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '106538',
  '@Member_Id': '4446',
  '@Pims_Id': '6066',
  'Constituencies': {'Constituency': {'@Id': '3874',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Yeovil',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '25',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-11-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Marcus Fysh',
  'FullTitle': 'Marcus Fysh MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Fysh, Marcus',
  'MemberFrom': 'Yeovil',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25648',
  '@Member_Id': '87',
  '@Pims_Id': '3358',
  'Constituencies': {'Constituency': [{'@Id': '3651',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3651',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '87',
     'SwornInForename': 'Roger',
     'SwornInMiddleNames': 'James',
     'SwornInSurname': 'Gale',
     'SwornInTitle': None},
    {'@Id': '2160',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '129',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2160',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '134',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2160',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2159',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2159',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2159',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Thanet',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '21',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1943-08-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Roger Gale',
  'FullTitle': 'Sir Roger Gale MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gale, Sir Roger',
  'MemberFrom': 'North Thanet',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25650',
  '@Member_Id': '184',
  '@Pims_Id': '3370',
  'Constituencies': {'Constituency': [{'@Id': '3546',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ilford South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3546',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ilford South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '354',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Gapes',
     'SwornInTitle': None},
    {'@Id': '1548',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ilford South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '166',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1548',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ilford South',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '540',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1548',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ilford South',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1547',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ilford South',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '68',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-09-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mike Gapes',
  'FullTitle': 'Mike Gapes MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gapes, Mike',
  'MemberFrom': 'Ilford South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '25651',
  '@Member_Id': '146',
  '@Pims_Id': '3379',
  'Constituencies': {'Constituency': [{'@Id': '3359',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Brent North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3359',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brent North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '528',
     'SwornInForename': 'Barry',
     'SwornInMiddleNames': 'Strachan',
     'SwornInSurname': 'Gardiner',
     'SwornInTitle': None},
    {'@Id': '425',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brent North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '186',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '425',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brent North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '195',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '425',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Brent North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '104',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-03-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Barry Gardiner',
  'FullTitle': 'Barry Gardiner MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gardiner, Barry',
  'MemberFrom': 'Brent North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25652',
  '@Member_Id': '337',
  '@Pims_Id': '3388',
  'Constituencies': {'Constituency': [{'@Id': '3514',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Harborough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3514',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harborough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '62',
     'SwornInForename': 'Edward',
     'SwornInMiddleNames': 'Henry',
     'SwornInSurname': 'Garnier',
     'SwornInTitle': None},
    {'@Id': '1374',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harborough',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '138',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1374',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harborough',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '26',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1374',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harborough',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1373',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Harborough',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '22',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-10-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Edward Garnier',
  'FullTitle': 'Rt Hon Sir Edward Garnier QC MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Garnier, Sir Edward',
  'MemberFrom': 'Harborough',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35520',
  '@Member_Id': '4074',
  '@Pims_Id': '5553',
  'Constituencies': {'Constituency': [{'@Id': '3872',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wyre Forest',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3872',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wyre Forest',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '332',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Garnier',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-02-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Garnier',
  'FullTitle': 'Mark Garnier MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Mark Garnier',
  'ListAs': 'Garnier, Mark',
  'MemberFrom': 'Wyre Forest',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31647',
  '@Member_Id': '1529',
  '@Pims_Id': '4777',
  'Constituencies': {'Constituency': [{'@Id': '3756',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South West Hertfordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3756',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Hertfordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '140',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Michael',
     'SwornInSurname': 'Gauke',
     'SwornInTitle': None},
    {'@Id': '2687',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South West Hertfordshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '400',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-10-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Gauke',
  'FullTitle': 'Rt Hon David Gauke MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'David Gauke',
  'ListAs': 'Gauke, Mr David',
  'MemberFrom': 'South West Hertfordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137229',
  '@Member_Id': '4434',
  '@Pims_Id': '6067',
  'Constituencies': {'Constituency': {'@Id': '2135',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North East Fife',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '85',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-03-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Gethins',
  'FullTitle': 'Stephen Gethins MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gethins, Stephen',
  'MemberFrom': 'North East Fife',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '84390',
  '@Member_Id': '4460',
  '@Pims_Id': '6068',
  'Constituencies': {'Constituency': {'@Id': '3835',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Wealden',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '18',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-09-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nusrat Ghani',
  'FullTitle': 'Nusrat Ghani MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ghani, Nusrat',
  'MemberFrom': 'Wealden',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25544',
  '@Member_Id': '111',
  '@Pims_Id': '3420',
  'Constituencies': {'Constituency': [{'@Id': '3342',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bognor Regis and Littlehampton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3342',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bognor Regis and Littlehampton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '71',
     'SwornInForename': 'Nicolas',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Gibb',
     'SwornInTitle': None},
    {'@Id': '351',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bognor Regis and Littlehampton',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '226',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '351',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bognor Regis and Littlehampton',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '304',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '351',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bognor Regis and Littlehampton',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '81',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nick Gibb',
  'FullTitle': 'Nick Gibb MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'Nick Gibb',
  'ListAs': 'Gibb, Nick',
  'MemberFrom': 'Bognor Regis and Littlehampton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '80615',
  '@Member_Id': '4435',
  '@Pims_Id': '6069',
  'Constituencies': {'Constituency': {'@Id': '2104',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North Ayrshire and Arran',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '71',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-05-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Patricia Gibson',
  'FullTitle': 'Patricia Gibson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gibson, Patricia',
  'MemberFrom': 'North Ayrshire and Arran',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25627',
  '@Member_Id': '18',
  '@Pims_Id': '3438',
  'Constituencies': {'Constituency': [{'@Id': '3407',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chesham and Amersham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3407',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chesham and Amersham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '528',
     'SwornInForename': 'Cheryl',
     'SwornInMiddleNames': 'Elise Kendall',
     'SwornInSurname': 'Gillan',
     'SwornInTitle': None},
    {'@Id': '650',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chesham and Amersham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '325',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '650',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chesham and Amersham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '212',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '650',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chesham and Amersham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '649',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chesham and Amersham',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '77',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-04-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Cheryl Gillan',
  'FullTitle': 'Rt Hon Cheryl Gillan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gillan, Mrs Cheryl',
  'MemberFrom': 'Chesham and Amersham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83728',
  '@Member_Id': '4103',
  '@Pims_Id': '5555',
  'Constituencies': {'Constituency': [{'@Id': '3655',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North West Durham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3655',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North West Durham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '242',
     'SwornInForename': 'Pat',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Glass',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-02-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Pat Glass',
  'FullTitle': 'Pat Glass MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Glass, Pat',
  'MemberFrom': 'North West Durham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '43043',
  '@Member_Id': '4051',
  '@Pims_Id': '5557',
  'Constituencies': {'Constituency': [{'@Id': '3715',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Salisbury',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3715',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Salisbury',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '303',
     'SwornInForename': 'John',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Glen',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-04-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Glen',
  'FullTitle': 'John Glen MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Glen, John',
  'MemberFrom': 'Salisbury',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84517',
  '@Member_Id': '4126',
  '@Pims_Id': '5558',
  'Constituencies': {'Constituency': [{'@Id': '3652',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Tyneside',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3652',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Tyneside',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '325',
     'SwornInForename': 'Mary',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Glindon',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-01-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mary Glindon',
  'FullTitle': 'Mary Glindon MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Glindon, Mary',
  'MemberFrom': 'North Tyneside',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25655',
  '@Member_Id': '304',
  '@Pims_Id': '3471',
  'Constituencies': {'Constituency': [{'@Id': '3327',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hall Green',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3327',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hall Green',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '347',
     'SwornInForename': 'Roger',
     'SwornInMiddleNames': 'Duncan',
     'SwornInSurname': 'Godsiff',
     'SwornInTitle': None},
    {'@Id': '304',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Sparkbrook and Small Heath',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '592',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '304',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Sparkbrook and Small Heath',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '387',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '304',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Sparkbrook and Small Heath',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '299',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Small Heath',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '93',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1946-06-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Roger Godsiff',
  'FullTitle': 'Mr Roger Godsiff MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Godsiff, Mr Roger',
  'MemberFrom': 'Birmingham, Hall Green',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '40782',
  '@Member_Id': '1484',
  '@Pims_Id': '4779',
  'Constituencies': {'Constituency': [{'@Id': '3334',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bishop Auckland',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3334',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bishop Auckland',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '202',
     'SwornInForename': 'Helen',
     'SwornInMiddleNames': 'Catherine',
     'SwornInSurname': 'Goodman',
     'SwornInTitle': None},
    {'@Id': '316',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bishop Auckland',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '465',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-01-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Helen Goodman',
  'FullTitle': 'Helen Goodman MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Goodman, Helen',
  'MemberFrom': 'Bishop Auckland',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '28181',
  '@Member_Id': '1562',
  '@Pims_Id': '3497',
  'Constituencies': {'Constituency': [{'@Id': '3716',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Scarborough and Whitby',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3716',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Scarborough and Whitby',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '110',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Goodwill',
     'SwornInTitle': None},
    {'@Id': '2535',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Scarborough and Whitby',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '507',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-12-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Robert Goodwill',
  'FullTitle': 'Mr Robert Goodwill MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr Robert Goodwill',
  'ListAs': 'Goodwill, Mr Robert',
  'MemberFrom': 'Scarborough and Whitby',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35482',
  '@Member_Id': '1571',
  '@Pims_Id': '4782',
  'Constituencies': {'Constituency': [{'@Id': '3789',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Surrey Heath',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3789',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Surrey Heath',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '15',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': 'Andrew',
     'SwornInSurname': 'Gove',
     'SwornInTitle': None},
    {'@Id': '2867',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Surrey Heath',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '527',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-08-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michael Gove',
  'FullTitle': 'Rt Hon Michael Gove MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gove, Michael',
  'MemberFrom': 'Surrey Heath',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '74751',
  '@Member_Id': '4432',
  '@Pims_Id': '6070',
  'Constituencies': {'Constituency': {'@Id': '1205',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '86',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-02-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Patrick Grady',
  'FullTitle': 'Patrick Grady MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Grady, Patrick',
  'MemberFrom': 'Glasgow North',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '62688',
  '@Member_Id': '3990',
  '@Pims_Id': '5561',
  'Constituencies': {'Constituency': [{'@Id': '3497',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gloucester',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3497',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gloucester',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '452',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Graham',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-04-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Graham',
  'FullTitle': 'Richard Graham MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Graham, Richard',
  'MemberFrom': 'Gloucester',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72264',
  '@Member_Id': '4018',
  '@Pims_Id': '5562',
  'Constituencies': {'Constituency': [{'@Id': '3593',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Maidstone and The Weald',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3593',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Maidstone and The Weald',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '450',
     'SwornInForename': 'Helen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Grant',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Helen Grant',
  'FullTitle': 'Mrs Helen Grant MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Grant, Mrs Helen',
  'MemberFrom': 'Maidstone and The Weald',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '74701',
  '@Member_Id': '4466',
  '@Pims_Id': '6071',
  'Constituencies': {'Constituency': {'@Id': '1274',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glenrothes',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '175',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Peter Grant',
  'FullTitle': 'Peter Grant MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Grant, Peter',
  'MemberFrom': 'Glenrothes',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25542',
  '@Member_Id': '261',
  '@Pims_Id': '3540',
  'Constituencies': {'Constituency': [{'@Id': '3659',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Wiltshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3659',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Wiltshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '90',
     'SwornInForename': 'James',
     'SwornInMiddleNames': 'Whiteside',
     'SwornInSurname': 'Gray',
     'SwornInTitle': None},
    {'@Id': '2179',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Wiltshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '83',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2179',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Wiltshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '495',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2179',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Wiltshire',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '147',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-11-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Gray',
  'FullTitle': 'James Gray MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gray, James',
  'MemberFrom': 'North Wiltshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137602',
  '@Member_Id': '4365',
  '@Pims_Id': '6072',
  'Constituencies': {'Constituency': {'@Id': '36',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Airdrie and Shotts',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '51',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-03-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Neil Gray',
  'FullTitle': 'Neil Gray MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gray, Neil',
  'MemberFrom': 'Airdrie and Shotts',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25172',
  '@Member_Id': '1413',
  '@Pims_Id': '3542',
  'Constituencies': {'Constituency': [{'@Id': '3477',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Epsom and Ewell',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3477',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Epsom and Ewell',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '221',
     'SwornInForename': 'Christopher',
     'SwornInMiddleNames': 'Stephen',
     'SwornInSurname': 'Grayling',
     'SwornInTitle': None},
    {'@Id': '1092',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Epsom and Ewell',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '27',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1092',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Epsom and Ewell',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '318',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-04-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Grayling',
  'FullTitle': 'Rt Hon Chris Grayling MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': 'Secretary Chris Grayling',
  'ListAs': 'Grayling, Chris',
  'MemberFrom': 'Epsom and Ewell',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83505',
  '@Member_Id': '4398',
  '@Pims_Id': '6073',
  'Constituencies': {'Constituency': {'@Id': '3346',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bolton West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '137',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-08-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Green',
  'FullTitle': 'Chris Green MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Green, Chris',
  'MemberFrom': 'Bolton West',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25546',
  '@Member_Id': '76',
  '@Pims_Id': '3546',
  'Constituencies': {'Constituency': [{'@Id': '3297',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ashford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3297',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ashford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '63',
     'SwornInForename': 'Damian',
     'SwornInMiddleNames': 'Howard',
     'SwornInSurname': 'Green',
     'SwornInTitle': None},
    {'@Id': '83',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ashford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '216',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '83',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ashford',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '552',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '83',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ashford',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '146',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-01-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Damian Green',
  'FullTitle': 'Rt Hon Damian Green MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'Secretary Damian Green',
  'ListAs': 'Green, Damian',
  'MemberFrom': 'Ashford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84849',
  '@Member_Id': '4120',
  '@Pims_Id': '5566',
  'Constituencies': {'Constituency': [{'@Id': '3785',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stretford and Urmston',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3785',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stretford and Urmston',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '365',
     'SwornInForename': 'Kate ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Green',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-05-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kate Green',
  'FullTitle': 'Kate Green MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Green, Kate',
  'MemberFrom': 'Stretford and Urmston',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31669',
  '@Member_Id': '1555',
  '@Pims_Id': '4783',
  'Constituencies': {'Constituency': [{'@Id': '3689',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Putney',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3689',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Putney',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '131',
     'SwornInForename': 'Justine',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Greening',
     'SwornInTitle': None},
    {'@Id': '2387',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Putney',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '388',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-04-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Justine Greening',
  'FullTitle': 'Rt Hon Justine Greening MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Secretary Justine Greening',
  'ListAs': 'Greening, Justine',
  'MemberFrom': 'Putney',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72265',
  '@Member_Id': '4029',
  '@Pims_Id': '5568',
  'Constituencies': {'Constituency': [{'@Id': '3666',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Nottingham South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3666',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Nottingham South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '373',
     'SwornInForename': 'Lilian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Greenwood',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lilian Greenwood',
  'FullTitle': 'Lilian Greenwood MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Greenwood, Lilian',
  'MemberFrom': 'Nottingham South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '106012',
  '@Member_Id': '4400',
  '@Pims_Id': '6074',
  'Constituencies': {'Constituency': {'@Id': '3857',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Wirral West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '130',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-03-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Margaret Greenwood',
  'FullTitle': 'Margaret Greenwood MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Greenwood, Margaret',
  'MemberFrom': 'Wirral West',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25630',
  '@Member_Id': '16',
  '@Pims_Id': '3566',
  'Constituencies': {'Constituency': [{'@Id': '3311',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Beaconsfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3311',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Beaconsfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '21',
     'SwornInForename': 'Dominic',
     'SwornInMiddleNames': 'Charles Roberts',
     'SwornInSurname': 'Grieve',
     'SwornInTitle': None},
    {'@Id': '175',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Beaconsfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '284',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '175',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Beaconsfield',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '539',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '175',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Beaconsfield',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '112',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-05-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Dominic Grieve',
  'FullTitle': 'Rt Hon Dominic Grieve QC MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Grieve, Mr Dominic',
  'MemberFrom': 'Beaconsfield',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '37590',
  '@Member_Id': '1541',
  '@Pims_Id': '4784',
  'Constituencies': {'Constituency': [{'@Id': '3585',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Llanelli',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3585',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Llanelli',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '217',
     'SwornInForename': 'Nia',
     'SwornInMiddleNames': 'Rhiannon',
     'SwornInSurname': 'Griffith',
     'SwornInTitle': None},
    {'@Id': '1831',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Llanelli',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '622',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-12-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nia Griffith',
  'FullTitle': 'Nia Griffith MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Griffith, Nia',
  'MemberFrom': 'Llanelli',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '42358',
  '@Member_Id': '3936',
  '@Pims_Id': '5539',
  'Constituencies': {'Constituency': [{'@Id': '3378',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Burton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3378',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Burton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '304',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Griffiths',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-10-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Griffiths',
  'FullTitle': 'Andrew Griffiths MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Griffiths, Andrew',
  'MemberFrom': 'Burton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62691',
  '@Member_Id': '3988',
  '@Pims_Id': '5569',
  'Constituencies': {'Constituency': [{'@Id': '3547',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ipswich',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3547',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ipswich',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '500',
     'SwornInForename': 'Benedict',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Gummer',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-02-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ben Gummer',
  'FullTitle': 'Rt Hon Ben Gummer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Ben Gummer',
  'ListAs': 'Gummer, Ben',
  'MemberFrom': 'Ipswich',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35894',
  '@Member_Id': '1506',
  '@Pims_Id': '4785',
  'Constituencies': {'Constituency': [{'@Id': '3441',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Denton and Reddish',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3441',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Denton and Reddish',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '355',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Gwynne',
     'SwornInTitle': None},
    {'@Id': '843',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Denton and Reddish',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '443',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-06-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Gwynne',
  'FullTitle': 'Andrew Gwynne MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Gwynne, Andrew',
  'MemberFrom': 'Denton and Reddish',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '53938',
  '@Member_Id': '3980',
  '@Pims_Id': '5542',
  'Constituencies': {'Constituency': [{'@Id': '3464',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Surrey',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3464',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'East Surrey',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '265',
     'SwornInForename': 'Sam',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Gyimah',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-08-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Sam Gyimah',
  'FullTitle': 'Mr Sam Gyimah MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Mr Sam Gyimah',
  'ListAs': 'Gyimah, Mr Sam',
  'MemberFrom': 'East Surrey',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '111042',
  '@Member_Id': '4473',
  '@Pims_Id': '6075',
  'Constituencies': {'Constituency': {'@Id': '3726',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Sheffield, Heeley',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '114',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1987-07-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Louise Haigh',
  'FullTitle': 'Louise Haigh MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Haigh, Louise',
  'MemberFrom': 'Sheffield, Heeley',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31730',
  '@Member_Id': '3985',
  '@Pims_Id': '5571',
  'Constituencies': {'Constituency': [{'@Id': '3515',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Harlow',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3515',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Harlow',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '302',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Halfon',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-03-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Robert Halfon',
  'FullTitle': 'Rt Hon Robert Halfon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Robert Halfon',
  'ListAs': 'Halfon, Robert',
  'MemberFrom': 'Harlow',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '109722',
  '@Member_Id': '4450',
  '@Pims_Id': '6076',
  'Constituencies': {'Constituency': {'@Id': '3802',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Thornbury and Yate',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '131',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-07-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Luke Hall',
  'FullTitle': 'Luke Hall MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hall, Luke',
  'MemberFrom': 'Thornbury and Yate',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25563',
  '@Member_Id': '415',
  '@Pims_Id': '3727',
  'Constituencies': {'Constituency': [{'@Id': '3567',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leeds North East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3567',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds North East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '115',
     'SwornInForename': 'Fabian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hamilton',
     'SwornInTitle': None},
    {'@Id': '1699',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds North East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '290',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1699',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds North East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '490',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1699',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leeds North East',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '134',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-04-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Fabian Hamilton',
  'FullTitle': 'Fabian Hamilton MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hamilton, Fabian',
  'MemberFrom': 'Leeds North East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25564',
  '@Member_Id': '105',
  '@Pims_Id': '3733',
  'Constituencies': {'Constituency': [{'@Id': '3710',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Runnymede and Weybridge',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3710',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Runnymede and Weybridge',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '14',
     'SwornInForename': 'Philip',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hammond',
     'SwornInTitle': None},
    {'@Id': '2494',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Runnymede and Weybridge',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '591',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2494',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Runnymede and Weybridge',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '390',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2494',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Runnymede and Weybridge',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '59',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-12-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Philip Hammond',
  'FullTitle': 'Rt Hon Philip Hammond MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'Mr Chancellor of the Exchequer',
  'ListAs': 'Hammond, Mr Philip',
  'MemberFrom': 'Runnymede and Weybridge',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31703',
  '@Member_Id': '1585',
  '@Pims_Id': '4786',
  'Constituencies': {'Constituency': [{'@Id': '3853',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wimbledon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3853',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wimbledon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '14',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': 'William',
     'SwornInSurname': 'Hammond',
     'SwornInTitle': None},
    {'@Id': '3187',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wimbledon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '439',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-02-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Hammond',
  'FullTitle': 'Stephen Hammond MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hammond, Stephen',
  'MemberFrom': 'Wimbledon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84378',
  '@Member_Id': '4070',
  '@Pims_Id': '5575',
  'Constituencies': {'Constituency': [{'@Id': '3846',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Suffolk',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3846',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Suffolk',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '515',
     'SwornInForename': 'Matthew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hancock',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-10-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Matt Hancock',
  'FullTitle': 'Rt Hon Matt Hancock MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Matt Hancock',
  'ListAs': 'Hancock, Matt',
  'MemberFrom': 'West Suffolk',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35363',
  '@Member_Id': '1526',
  '@Pims_Id': '4787',
  'Constituencies': {'Constituency': [{'@Id': '3405',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chelsea and Fulham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3405',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chelsea and Fulham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '96',
     'SwornInForename': 'Gregory',
     'SwornInMiddleNames': 'William',
     'SwornInSurname': 'Hands',
     'SwornInTitle': None},
    {'@Id': '1359',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hammersmith and Fulham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '420',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-11-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Greg Hands',
  'FullTitle': 'Rt Hon Greg Hands MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Greg Hands',
  'ListAs': 'Hands, Greg',
  'MemberFrom': 'Chelsea and Fulham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25676',
  '@Member_Id': '533',
  '@Pims_Id': '22',
  'Constituencies': {'Constituency': [{'@Id': '3440',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Delyn',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3440',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Delyn',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '45',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'George',
     'SwornInSurname': 'Hanson',
     'SwornInTitle': None},
    {'@Id': '838',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Delyn',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '108',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '838',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Delyn',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '99',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '838',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Delyn',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '837',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Delyn',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '35',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-07-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Hanson',
  'FullTitle': 'Rt Hon David Hanson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hanson, Mr David',
  'MemberFrom': 'Delyn',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25677',
  '@Member_Id': '150',
  '@Pims_Id': '847',
  'Constituencies': {'Constituency': [{'@Id': '3384',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Camberwell and Peckham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3384',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Camberwell and Peckham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '25',
     'SwornInForename': 'Harriet',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Harman',
     'SwornInTitle': None},
    {'@Id': '546',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Camberwell and Peckham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '118',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '546',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Camberwell and Peckham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '277',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '546',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Camberwell and Peckham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2294',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Peckham',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2294',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Peckham',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2294',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Peckham',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2293',
     'Election': {'@Id': '275',
      'Date': '1982-10-28T00:00:00',
      'Name': '28-Oct-1982 By-election',
      'Type': 'By-election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'Peckham',
     'Notes': None,
     'StartDate': '1982-10-28T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-07-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Harriet Harman',
  'FullTitle': 'Rt Hon Harriet Harman QC MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1982-10-28T00:00:00'}},
  'HouseStartDate': '1982-10-28T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Harman, Ms Harriet',
  'MemberFrom': 'Camberwell and Peckham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1982-10-28T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31687',
  '@Member_Id': '1520',
  '@Pims_Id': '4788',
  'Constituencies': {'Constituency': [{'@Id': '3489',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Forest of Dean',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3489',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Forest of Dean',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '85',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'James',
     'SwornInSurname': 'Harper',
     'SwornInTitle': None},
    {'@Id': '1159',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Forest of Dean',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '403',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-02-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Mark Harper',
  'FullTitle': 'Rt Hon Mark Harper MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Harper, Mr Mark',
  'MemberFrom': 'Forest of Dean',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '78037',
  '@Member_Id': '4068',
  '@Pims_Id': '5577',
  'Constituencies': {'Constituency': [{'@Id': '3833',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Watford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3833',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Watford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '300',
     'SwornInForename': 'Richard',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Harrington',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-11-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Richard Harrington',
  'FullTitle': 'Richard Harrington MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Richard Harrington',
  'ListAs': 'Harrington, Richard',
  'MemberFrom': 'Watford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '136483',
  '@Member_Id': '4480',
  '@Pims_Id': '6078',
  'Constituencies': {'Constituency': {'@Id': '3792',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Swansea East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '154',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Carolyn Harris',
  'FullTitle': 'Carolyn Harris MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Harris, Carolyn',
  'MemberFrom': 'Swansea East',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '73064',
  '@Member_Id': '3948',
  '@Pims_Id': '5546',
  'Constituencies': {'Constituency': [{'@Id': '3397',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Castle Point',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3397',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Castle Point',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '526',
     'SwornInForename': 'Rebecca',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Harris',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-12-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rebecca Harris',
  'FullTitle': 'Rebecca Harris MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Harris, Rebecca',
  'MemberFrom': 'Castle Point',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '53927',
  '@Member_Id': '3944',
  '@Pims_Id': '5549',
  'Constituencies': {'Constituency': [{'@Id': '3395',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Carmarthen West and South Pembrokeshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3395',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Carmarthen West and South Pembrokeshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '243',
     'SwornInForename': 'Simon',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hart',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-08-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Simon Hart',
  'FullTitle': 'Simon Hart MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hart, Simon',
  'MemberFrom': 'Carmarthen West and South Pembrokeshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25174',
  '@Member_Id': '43',
  '@Pims_Id': '874',
  'Constituencies': {'Constituency': [{'@Id': '3713',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3713',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '53',
     'SwornInForename': 'Alan',
     'SwornInMiddleNames': 'Gordon Barraclough',
     'SwornInSurname': 'Haselhurst',
     'SwornInTitle': None},
    {'@Id': '2516',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '65',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2516',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '58',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2516',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2515',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2515',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2515',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2514',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2514',
     'Election': {'@Id': '251',
      'Date': '1977-07-07T00:00:00',
      'Name': '07-Jul-1977 By-election',
      'Type': 'By-election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Saffron Walden',
     'Notes': None,
     'StartDate': '1977-07-07T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1971',
     'Election': {'@Id': '8',
      'Date': '1970-06-18T00:00:00',
      'Name': '1970 General Election',
      'Type': 'General Election'},
     'EndDate': '1974-02-28T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'First entry',
     'Name': 'Middleton and Prestwich',
     'Notes': None,
     'StartDate': '1970-06-18T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1937-06-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Alan Haselhurst',
  'FullTitle': 'Rt Hon Sir Alan Haselhurst MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1977-07-07T00:00:00'},
    {'EndDate': '1974-02-28T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1970-06-18T00:00:00'}]},
  'HouseStartDate': '1977-07-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Haselhurst, Sir Alan',
  'MemberFrom': 'Saffron Walden',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-03-25T00:00:00',
     'SubType': None},
    {'@Id': '8',
     'EndDate': '2010-03-25T00:00:00',
     'Name': 'Independent',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '1997-05-07T00:00:00',
     'Name': 'Conservative',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1970-06-18T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '110373',
  '@Member_Id': '4510',
  '@Pims_Id': '6079',
  'Constituencies': {'Constituency': {'@Id': '3453',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dulwich and West Norwood',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '73',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-08-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Helen Hayes',
  'FullTitle': 'Helen Hayes MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hayes, Helen',
  'MemberFrom': 'Dulwich and West Norwood',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25491',
  '@Member_Id': '350',
  '@Pims_Id': '897',
  'Constituencies': {'Constituency': [{'@Id': '3744',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Holland and The Deepings',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3744',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South Holland and The Deepings',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '378',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Henry',
     'SwornInSurname': 'Hayes',
     'SwornInTitle': None},
    {'@Id': '2658',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South Holland and The Deepings',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '275',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2658',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South Holland and The Deepings',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '245',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2658',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Holland and The Deepings',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '190',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-06-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr John Hayes',
  'FullTitle': 'Rt Hon John Hayes MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'Mr John Hayes',
  'ListAs': 'Hayes, Mr John',
  'MemberFrom': 'South Holland and The Deepings',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '37598',
  '@Member_Id': '4395',
  '@Pims_Id': '6080',
  'Constituencies': {'Constituency': {'@Id': '3866',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Workington',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '42',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-07-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sue Hayman',
  'FullTitle': 'Sue Hayman MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hayman, Sue',
  'MemberFrom': 'Workington',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25566',
  '@Member_Id': '69',
  '@Pims_Id': '907',
  'Constituencies': {'Constituency': [{'@Id': '3644',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North East Hertfordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3644',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Hertfordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '414',
     'SwornInForename': 'Oliver',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Heald',
     'SwornInTitle': None},
    {'@Id': '2137',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Hertfordshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '28',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2137',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Hertfordshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '180',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2137',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North East Hertfordshire',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2143',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Hertfordshire',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '32',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-12-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Oliver Heald',
  'FullTitle': 'Rt Hon Sir Oliver Heald QC MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': 'Sir Oliver Heald',
  'ListAs': 'Heald, Sir Oliver',
  'MemberFrom': 'North East Hertfordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25567',
  '@Member_Id': '400',
  '@Pims_Id': '909',
  'Constituencies': {'Constituency': [{'@Id': '3840',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wentworth and Dearne',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3840',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wentworth and Dearne',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '35',
     'SwornInForename': 'John',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Healey',
     'SwornInTitle': None},
    {'@Id': '3092',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wentworth',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '483',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3092',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wentworth',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '436',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3092',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wentworth',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '56',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-02-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Healey',
  'FullTitle': 'Rt Hon John Healey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Healey, John',
  'MemberFrom': 'Wentworth and Dearne',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '106018',
  '@Member_Id': '4528',
  '@Pims_Id': '6081',
  'Constituencies': {'Constituency': {'@Id': '3838',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Wells',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '28',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-01-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Heappey',
  'FullTitle': 'James Heappey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Heappey, James',
  'MemberFrom': 'Wells',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '28244',
  '@Member_Id': '3977',
  '@Pims_Id': '914',
  'Constituencies': {'Constituency': [{'@Id': '3439',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Daventry',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3439',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Daventry',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '229',
     'SwornInForename': 'Chris',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Heaton-Harris',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-11-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Heaton-Harris',
  'FullTitle': 'Chris Heaton-Harris MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Heaton-Harris, Chris',
  'MemberFrom': 'Daventry',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '100867',
  '@Member_Id': '4524',
  '@Pims_Id': '6082',
  'Constituencies': {'Constituency': {'@Id': '3636',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North Devon',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '29',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-08-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Peter Heaton-Jones',
  'FullTitle': 'Peter Heaton-Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Heaton-Jones, Peter',
  'MemberFrom': 'North Devon',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31697',
  '@Member_Id': '4050',
  '@Pims_Id': '5579',
  'Constituencies': {'Constituency': [{'@Id': '3730',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sittingbourne and Sheppey',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3730',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sittingbourne and Sheppey',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '477',
     'SwornInForename': 'Gordon',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Henderson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-01-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gordon Henderson',
  'FullTitle': 'Gordon Henderson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Henderson, Gordon',
  'MemberFrom': 'Sittingbourne and Sheppey',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25602',
  '@Member_Id': '473',
  '@Pims_Id': '926',
  'Constituencies': {'Constituency': [{'@Id': '3687',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Preston',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3687',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Preston',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '210',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Phillip',
     'SwornInSurname': 'Hendrick',
     'SwornInTitle': None},
    {'@Id': '2373',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Preston',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '339',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2373',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Preston',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '350',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2373',
     'Election': {'@Id': '332',
      'Date': '2000-11-23T00:00:00',
      'Name': '23-Nov-2000 By-election',
      'Type': 'By-election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Preston',
     'Notes': None,
     'StartDate': '2000-11-23T00:00:00',
     'SwearInOrder': '2',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-11-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Mark Hendrick',
  'FullTitle': 'Mr Mark Hendrick MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2000-11-23T00:00:00'}},
  'HouseStartDate': '2000-11-23T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hendrick, Mr Mark',
  'MemberFrom': 'Preston',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2000-09-23T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '77858',
  '@Member_Id': '4467',
  '@Pims_Id': '6083',
  'Constituencies': {'Constituency': {'@Id': '1561',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Inverness, Nairn, Badenoch and Strathspey',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '65',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-05-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Drew Hendry',
  'FullTitle': 'Drew Hendry MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hendry, Drew',
  'MemberFrom': 'Inverness, Nairn, Badenoch and Strathspey',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25595',
  '@Member_Id': '520',
  '@Pims_Id': '935',
  'Constituencies': {'Constituency': [{'@Id': '3552',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Jarrow',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3552',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Jarrow',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '252',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hepburn',
     'SwornInTitle': None},
    {'@Id': '1597',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Jarrow',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '548',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1597',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Jarrow',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '286',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1597',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Jarrow',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '84',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-12-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Stephen Hepburn',
  'FullTitle': 'Mr Stephen Hepburn MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hepburn, Mr Stephen',
  'MemberFrom': 'Jarrow',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '40839',
  '@Member_Id': '1479',
  '@Pims_Id': '4737',
  'Constituencies': {'Constituency': [{'@Id': '3295',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Arundel and South Downs',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3295',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Arundel and South Downs',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '621',
     'SwornInForename': 'Nicholas',
     'SwornInMiddleNames': 'Le Quesne',
     'SwornInSurname': 'Herbert',
     'SwornInTitle': None},
    {'@Id': '74',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Arundel and South Downs',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '401',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-04-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nick Herbert',
  'FullTitle': 'Rt Hon Nick Herbert MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Herbert, Nick',
  'MemberFrom': 'Arundel and South Downs',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25175',
  '@Member_Id': '1437',
  '@Pims_Id': '943',
  'Constituencies': {'Constituency': [{'@Id': '3638',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Down',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3638',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Down',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '209',
     'SwornInForename': 'Sylvia',
     'SwornInMiddleNames': 'Eileen',
     'SwornInSurname': 'Hermon',
     'SwornInTitle': None},
    {'@Id': '2123',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Down',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '596',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2123',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Down',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '532',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-08-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lady Hermon',
  'FullTitle': 'Lady Hermon MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hermon, Lady',
  'MemberFrom': 'North Down',
  'Parties': {'Party': [{'@Id': '8',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Independent',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '8',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Independent',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-03-25T00:00:00',
     'SubType': None},
    {'@Id': '38',
     'EndDate': '2010-03-25T00:00:00',
     'Name': 'Ulster Unionist Party',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Independent', '@Id': '8'}},
 {'@Dods_Id': '35914',
  '@Member_Id': '1524',
  '@Pims_Id': '4739',
  'Constituencies': {'Constituency': [{'@Id': '3507',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hackney South and Shoreditch',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3507',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hackney South and Shoreditch',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '198',
     'SwornInForename': 'Margaret',
     'SwornInMiddleNames': 'Olivia',
     'SwornInSurname': 'Hillier',
     'SwornInTitle': None},
    {'@Id': '1338',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hackney South and Shoreditch',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '469',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-02-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Meg Hillier',
  'FullTitle': 'Meg Hillier MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hillier, Meg',
  'MemberFrom': 'Hackney South and Shoreditch',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '35480',
  '@Member_Id': '3969',
  '@Pims_Id': '5583',
  'Constituencies': {'Constituency': [{'@Id': '3462',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Hampshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3462',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'East Hampshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '280',
     'SwornInForename': 'Damian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hinds',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-11-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Damian Hinds',
  'FullTitle': 'Damian Hinds MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hinds, Damian',
  'MemberFrom': 'East Hampshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72275',
  '@Member_Id': '4494',
  '@Pims_Id': '6084',
  'Constituencies': {'Constituency': {'@Id': '3637',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North Dorset',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '2',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-06-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Simon Hoare',
  'FullTitle': 'Simon Hoare MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hoare, Simon',
  'MemberFrom': 'North Dorset',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25573',
  '@Member_Id': '140',
  '@Pims_Id': '981',
  'Constituencies': {'Constituency': [{'@Id': '3301',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Barking',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3301',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Barking',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '619',
     'SwornInForename': 'Margaret',
     'SwornInMiddleNames': 'Eve',
     'SwornInSurname': 'Hodge',
     'SwornInTitle': None},
    {'@Id': '117',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Barking',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '467',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '117',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Barking',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '112',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '117',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Barking',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '116',
     'Election': {'@Id': '312',
      'Date': '1994-06-09T00:00:00',
      'Name': '09-Jun-1994 By-election',
      'Type': 'By-election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Barking',
     'Notes': None,
     'StartDate': '1994-06-09T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1944-09-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dame Margaret Hodge',
  'FullTitle': 'Rt Hon Dame Margaret Hodge MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1994-06-09T00:00:00'}},
  'HouseStartDate': '1994-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hodge, Dame Margaret',
  'MemberFrom': 'Barking',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1994-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35910',
  '@Member_Id': '1521',
  '@Pims_Id': '4742',
  'Constituencies': {'Constituency': [{'@Id': '3832',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Washington and Sunderland West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3832',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Washington and Sunderland West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '628',
     'SwornInForename': 'Sharon',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hodgson',
     'SwornInTitle': None},
    {'@Id': '1188',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gateshead East and Washington West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '578',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-04-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Sharon Hodgson',
  'FullTitle': 'Mrs Sharon Hodgson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hodgson, Mrs Sharon',
  'MemberFrom': 'Washington and Sunderland West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25608',
  '@Member_Id': '210',
  '@Pims_Id': '983',
  'Constituencies': {'Constituency': [{'@Id': '3820',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Vauxhall',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3820',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Vauxhall',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '76',
     'SwornInForename': 'Catharine',
     'SwornInMiddleNames': 'Letitia',
     'SwornInSurname': 'Hoey',
     'SwornInTitle': None},
    {'@Id': '2998',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Vauxhall',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '534',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2998',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Vauxhall',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '127',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2998',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Vauxhall',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2997',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Vauxhall',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2997',
     'Election': {'@Id': '297',
      'Date': '1989-06-15T00:00:00',
      'Name': '15-Jun-1989 By-election',
      'Type': 'By-election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Vauxhall',
     'Notes': None,
     'StartDate': '1989-06-15T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1946-06-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kate Hoey',
  'FullTitle': 'Kate Hoey MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1989-06-15T00:00:00'}},
  'HouseStartDate': '1989-06-15T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hoey, Kate',
  'MemberFrom': 'Vauxhall',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1989-06-15T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '110372',
  '@Member_Id': '4363',
  '@Pims_Id': '6085',
  'Constituencies': {'Constituency': {'@Id': '3335',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Blackburn',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '15',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-04-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kate Hollern',
  'FullTitle': 'Kate Hollern MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hollern, Kate',
  'MemberFrom': 'Blackburn',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35515',
  '@Member_Id': '4016',
  '@Pims_Id': '5584',
  'Constituencies': {'Constituency': [{'@Id': '3600',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Meon Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3600',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Meon Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '493',
     'SwornInForename': 'George',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hollingbery',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-10-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'George Hollingbery',
  'FullTitle': 'George Hollingbery MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hollingbery, George',
  'MemberFrom': 'Meon Valley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62702',
  '@Member_Id': '4474',
  '@Pims_Id': '6086',
  'Constituencies': {'Constituency': {'@Id': '3801',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Thirsk and Malton',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '3',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kevin Hollinrake',
  'FullTitle': 'Kevin Hollinrake MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hollinrake, Kevin',
  'MemberFrom': 'Thirsk and Malton',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31683',
  '@Member_Id': '1537',
  '@Pims_Id': '4744',
  'Constituencies': {'Constituency': [{'@Id': '3556',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Kettering',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3556',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Kettering',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '109',
     'SwornInForename': 'Philip',
     'SwornInMiddleNames': 'Thomas',
     'SwornInSurname': 'Hollobone',
     'SwornInTitle': None},
    {'@Id': '1615',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Kettering',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '394',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-11-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Philip Hollobone',
  'FullTitle': 'Mr Philip Hollobone MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hollobone, Mr Philip',
  'MemberFrom': 'Kettering',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35356',
  '@Member_Id': '1522',
  '@Pims_Id': '4766',
  'Constituencies': {'Constituency': [{'@Id': '3501',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gravesham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3501',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gravesham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '552',
     'SwornInForename': 'Adam',
     'SwornInMiddleNames': 'James Harold',
     'SwornInSurname': 'Holloway',
     'SwornInTitle': None},
    {'@Id': '1303',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gravesham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '512',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-07-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Adam Holloway',
  'FullTitle': 'Adam Holloway MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Holloway, Adam',
  'MemberFrom': 'Gravesham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25583',
  '@Member_Id': '2',
  '@Pims_Id': '1016',
  'Constituencies': {'Constituency': [{'@Id': '3589',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Luton North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3589',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Luton North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '322',
     'SwornInForename': 'Kelvin',
     'SwornInMiddleNames': 'Peter',
     'SwornInSurname': 'Hopkins',
     'SwornInTitle': None},
    {'@Id': '1858',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Luton North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '292',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1858',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Luton North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '598',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1858',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Luton North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '76',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1941-08-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kelvin Hopkins',
  'FullTitle': 'Kelvin Hopkins MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hopkins, Kelvin',
  'MemberFrom': 'Luton North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31576',
  '@Member_Id': '4043',
  '@Pims_Id': '5586',
  'Constituencies': {'Constituency': [{'@Id': '3553',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Keighley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3553',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Keighley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '314',
     'SwornInForename': 'Kris',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hopkins',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-06-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kris Hopkins',
  'FullTitle': 'Kris Hopkins MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Kris Hopkins',
  'ListAs': 'Hopkins, Kris',
  'MemberFrom': 'Keighley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '38317',
  '@Member_Id': '1514',
  '@Pims_Id': '4796',
  'Constituencies': {'Constituency': [{'@Id': '922',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Dundee East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '922',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Dundee East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '146',
     'SwornInForename': 'Stewart',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hosie',
     'SwornInTitle': None},
    {'@Id': '922',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Dundee East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '380',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-01-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stewart Hosie',
  'FullTitle': 'Stewart Hosie MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hosie, Stewart',
  'MemberFrom': 'Dundee East',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25504',
  '@Member_Id': '481',
  '@Pims_Id': '1031',
  'Constituencies': {'Constituency': [{'@Id': '3562',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Knowsley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3562',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Knowsley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '54',
     'SwornInForename': 'George',
     'SwornInMiddleNames': 'Edward',
     'SwornInSurname': 'Howarth',
     'SwornInTitle': None},
    {'@Id': '1665',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Knowsley North and Sefton East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '70',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1665',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Knowsley North and Sefton East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '463',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1665',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Knowsley North and Sefton East',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1664',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Knowsley North',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1664',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Knowsley North',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1664',
     'Election': {'@Id': '0',
      'Date': '1900-01-01T00:00:00',
      'Name': 'Unknown Election',
      'Type': 'By-election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Knowsley North',
     'Notes': None,
     'StartDate': '1986-11-13T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-06-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr George Howarth',
  'FullTitle': 'Rt Hon George Howarth MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1986-11-13T00:00:00'}},
  'HouseStartDate': '1986-11-13T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Howarth, Mr George',
  'MemberFrom': 'Knowsley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1986-11-13T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25505',
  '@Member_Id': '47',
  '@Pims_Id': '1032',
  'Constituencies': {'Constituency': [{'@Id': '3289',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Aldershot',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3289',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aldershot',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '72',
     'SwornInForename': 'James',
     'SwornInMiddleNames': 'Gerald Douglas',
     'SwornInSurname': 'Howarth',
     'SwornInTitle': None},
    {'@Id': '41',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aldershot',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '341',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '41',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aldershot',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '637',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '41',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Aldershot',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '139',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '562',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Cannock and Burntwood  ',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '562',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cannock and Burntwood  ',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1947-09-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Gerald Howarth',
  'FullTitle': 'Sir Gerald Howarth MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'},
    {'EndDate': '1992-04-09T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Howarth, Sir Gerald',
  'MemberFrom': 'Aldershot',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72787',
  '@Member_Id': '1606',
  '@Pims_Id': '5327',
  'Constituencies': {'Constituency': [{'@Id': '3528',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Henley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3528',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Henley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '350',
     'SwornInForename': 'John',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Howell',
     'SwornInTitle': None},
    {'@Id': '1441',
     'Election': {'@Id': '345',
      'Date': '2008-06-26T00:00:00',
      'Name': '26-Jun-2008 By-election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Henley',
     'Notes': None,
     'StartDate': '2008-06-26T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-07-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Howell',
  'FullTitle': 'John Howell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2008-06-26T00:00:00'}},
  'HouseStartDate': '2008-06-26T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Howell, John',
  'MemberFrom': 'Henley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2008-06-26T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '108959',
  '@Member_Id': '4445',
  '@Pims_Id': '6087',
  'Constituencies': {'Constituency': {'@Id': '3308',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bath',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '126',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-08-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ben Howlett',
  'FullTitle': 'Ben Howlett MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Howlett, Ben',
  'MemberFrom': 'Bath',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25512',
  '@Member_Id': '467',
  '@Pims_Id': '1050',
  'Constituencies': {'Constituency': [{'@Id': '3413',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chorley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3413',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chorley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '126',
     'SwornInForename': 'Lindsay',
     'SwornInMiddleNames': 'Harvey',
     'SwornInSurname': 'Hoyle',
     'SwornInTitle': None},
    {'@Id': '681',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chorley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '180',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '681',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chorley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '459',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '681',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chorley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '52',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-06-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Lindsay Hoyle',
  'FullTitle': 'Rt Hon Lindsay Hoyle MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'Chairman of Ways and Means',
  'ListAs': 'Hoyle, Mr Lindsay',
  'MemberFrom': 'Chorley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72276',
  '@Member_Id': '4407',
  '@Pims_Id': '6088',
  'Constituencies': {'Constituency': {'@Id': '3609',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Mid Worcestershire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '40',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-10-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nigel Huddleston',
  'FullTitle': 'Nigel Huddleston MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Huddleston, Nigel',
  'MemberFrom': 'Mid Worcestershire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35446',
  '@Member_Id': '1572',
  '@Pims_Id': '4799',
  'Constituencies': {'Constituency': [{'@Id': '3758',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South West Surrey',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3758',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Surrey',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '13',
     'SwornInForename': 'Jeremy',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Hunt',
     'SwornInTitle': None},
    {'@Id': '2694',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South West Surrey',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '431',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-11-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Jeremy Hunt',
  'FullTitle': 'Rt Hon Jeremy Hunt MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Secretary Jeremy Hunt',
  'ListAs': 'Hunt, Mr Jeremy',
  'MemberFrom': 'South West Surrey',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '38860',
  '@Member_Id': '4511',
  '@Pims_Id': '6089',
  'Constituencies': {'Constituency': {'@Id': '3455',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ealing Central and Acton',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '32',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-03-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Rupa Huq',
  'FullTitle': 'Dr Rupa Huq MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Huq, Dr Rupa',
  'MemberFrom': 'Ealing Central and Acton',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '37707',
  '@Member_Id': '1561',
  '@Pims_Id': '4800',
  'Constituencies': {'Constituency': [{'@Id': '3709',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ruislip, Northwood and Pinner',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3709',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ruislip, Northwood and Pinner',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '133',
     'SwornInForename': 'Nicholas',
     'SwornInMiddleNames': 'Richard',
     'SwornInSurname': 'Hurd',
     'SwornInTitle': None},
    {'@Id': '2491',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'First entry',
     'Name': 'Ruislip - Northwood',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '384',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-05-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Nick Hurd',
  'FullTitle': 'Mr Nick Hurd MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr Nick Hurd',
  'ListAs': 'Hurd, Mr Nick',
  'MemberFrom': 'Ruislip, Northwood and Pinner',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '96076',
  '@Member_Id': '4394',
  '@Pims_Id': '6090',
  'Constituencies': {'Constituency': {'@Id': '3353',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bradford East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '106',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-06-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Imran Hussain',
  'FullTitle': 'Imran Hussain MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Hussain, Imran',
  'MemberFrom': 'Bradford East',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31714',
  '@Member_Id': '1551',
  '@Pims_Id': '4789',
  'Constituencies': {'Constituency': [{'@Id': '3678',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Peterborough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3678',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Peterborough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '362',
     'SwornInForename': 'Stewart',
     'SwornInMiddleNames': 'James',
     'SwornInSurname': 'Jackson',
     'SwornInTitle': None},
    {'@Id': '2321',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Peterborough',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '444',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-01-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Stewart Jackson',
  'FullTitle': 'Mr Stewart Jackson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jackson, Mr Stewart',
  'MemberFrom': 'Peterborough',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35371',
  '@Member_Id': '4115',
  '@Pims_Id': '5592',
  'Constituencies': {'Constituency': [{'@Id': '3781',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stourbridge',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3781',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stourbridge',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '472',
     'SwornInForename': 'Margot',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'James',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-08-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Margot James',
  'FullTitle': 'Margot James MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Margot James',
  'ListAs': 'James, Margot',
  'MemberFrom': 'Stourbridge',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '91415',
  '@Member_Id': '4243',
  '@Pims_Id': '5952',
  'Constituencies': {'Constituency': [{'@Id': '3302',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Barnsley Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3302',
     'Election': {'@Id': '352',
      'Date': '2011-03-03T00:00:00',
      'Name': '03-Mar-2011 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Barnsley Central',
     'Notes': None,
     'StartDate': '2011-03-03T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-11-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dan Jarvis',
  'FullTitle': 'Dan Jarvis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2011-03-03T00:00:00'}},
  'HouseStartDate': '2011-03-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jarvis, Dan',
  'MemberFrom': 'Barnsley Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2011-03-03T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84360',
  '@Member_Id': '3945',
  '@Pims_Id': '5595',
  'Constituencies': {'Constituency': [{'@Id': '3373',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bromsgrove',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3373',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bromsgrove',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '301',
     'SwornInForename': 'Sajid',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Javid',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-12-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sajid Javid',
  'FullTitle': 'Rt Hon Sajid Javid MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Sajid Javid',
  'ListAs': 'Javid, Sajid',
  'MemberFrom': 'Bromsgrove',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '92009',
  '@Member_Id': '4498',
  '@Pims_Id': '6091',
  'Constituencies': {'Constituency': {'@Id': '3643',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North East Hampshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '4',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-09-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Ranil Jayawardena',
  'FullTitle': 'Mr Ranil Jayawardena MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jayawardena, Mr Ranil',
  'MemberFrom': 'North East Hampshire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25515',
  '@Member_Id': '40',
  '@Pims_Id': '1170',
  'Constituencies': {'Constituency': [{'@Id': '3520',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Harwich and North Essex',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3520',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harwich and North Essex',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '483',
     'SwornInForename': 'Bernard',
     'SwornInMiddleNames': 'Christison',
     'SwornInSurname': 'Jenkin',
     'SwornInTitle': None},
    {'@Id': '2140',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Essex',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '203',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2140',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Essex',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '384',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2140',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Essex',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2107',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Colchester',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '82',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-04-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Bernard Jenkin',
  'FullTitle': 'Mr Bernard Jenkin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jenkin, Mr Bernard',
  'MemberFrom': 'Harwich and North Essex',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106020',
  '@Member_Id': '4490',
  '@Pims_Id': '6092',
  'Constituencies': {'Constituency': {'@Id': '3619',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Morley and Outwood',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '136',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-06-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrea Jenkyns',
  'FullTitle': 'Andrea Jenkyns MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jenkyns, Andrea',
  'MemberFrom': 'Morley and Outwood',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '77370',
  '@Member_Id': '4320',
  '@Pims_Id': '6009',
  'Constituencies': {'Constituency': [{'@Id': '3623',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newark',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3623',
     'Election': {'@Id': '366',
      'Date': '2014-06-05T00:00:00',
      'Name': '05-Jun-2014 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newark',
     'Notes': None,
     'StartDate': '2014-06-05T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': 'Edward',
     'SwornInSurname': 'Jenrick',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1982-01-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Robert Jenrick',
  'FullTitle': 'Robert Jenrick MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2014-06-05T00:00:00'}},
  'HouseStartDate': '2014-06-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jenrick, Robert',
  'MemberFrom': 'Newark',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2014-06-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25517',
  '@Member_Id': '376',
  '@Pims_Id': '1188',
  'Constituencies': {'Constituency': [{'@Id': '3560',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull West and Hessle',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3560',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull West and Hessle',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '26',
     'SwornInForename': 'Alan',
     'SwornInMiddleNames': 'Arthur',
     'SwornInSurname': 'Johnson',
     'SwornInTitle': None},
    {'@Id': '1645',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull West and Hessle',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '11',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1645',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull West and Hessle',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '465',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1645',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Kingston upon Hull West and Hessle',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '95',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-05-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alan Johnson',
  'FullTitle': 'Rt Hon Alan Johnson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Johnson, Alan',
  'MemberFrom': 'Kingston upon Hull West and Hessle',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25179',
  '@Member_Id': '1423',
  '@Pims_Id': '1189',
  'Constituencies': {'Constituency': [{'@Id': '3817',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Re-entry',
     'Name': 'Uxbridge and South Ruislip',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': '181',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1441',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2008-06-04T00:00:00',
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Henley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '536',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1441',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Henley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '392',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-06-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Boris Johnson',
  'FullTitle': 'Rt Hon Boris Johnson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2015-05-07T00:00:00'},
    {'EndDate': '2008-06-04T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2001-06-07T00:00:00'}]},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': 'Secretary Boris Johnson',
  'ListAs': 'Johnson, Boris',
  'MemberFrom': 'Uxbridge and South Ruislip',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-05-07T00:00:00',
     'Name': 'Conservative',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '77483',
  '@Member_Id': '4592',
  '@Pims_Id': '6192',
  'Constituencies': {'Constituency': {'@Id': '3732',
    'Election': {'@Id': '375',
     'Date': '2016-12-08T00:00:00',
     'Name': '08-Dec-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Sleaford and North Hykeham',
    'Notes': None,
    'StartDate': '2016-12-08T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-12-08T00:00:00'},
  'DateOfBirth': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Caroline Johnson',
  'FullTitle': 'Dr Caroline Johnson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-12-08T00:00:00'}},
  'HouseStartDate': '2016-12-08T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Johnson, Dr Caroline',
  'MemberFrom': 'Sleaford and North Hykeham',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-12-08T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35928',
  '@Member_Id': '1533',
  '@Pims_Id': '4791',
  'Constituencies': {'Constituency': [{'@Id': '3559',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3559',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '565',
     'SwornInForename': 'Diana',
     'SwornInMiddleNames': 'Ruth',
     'SwornInSurname': 'Johnson',
     'SwornInTitle': None},
    {'@Id': '1638',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Kingston upon Hull North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '539',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-07-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Diana Johnson',
  'FullTitle': 'Diana Johnson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Johnson, Diana',
  'MemberFrom': 'Kingston upon Hull North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35325',
  '@Member_Id': '3970',
  '@Pims_Id': '5597',
  'Constituencies': {'Constituency': [{'@Id': '3438',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Dartford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3438',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Dartford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '458',
     'SwornInForename': 'Gareth',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Johnson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-10-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gareth Johnson',
  'FullTitle': 'Gareth Johnson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Johnson, Gareth',
  'MemberFrom': 'Dartford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83602',
  '@Member_Id': '4039',
  '@Pims_Id': '5599',
  'Constituencies': {'Constituency': [{'@Id': '3672',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Orpington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3672',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Orpington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '470',
     'SwornInForename': 'Joseph',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Johnson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-12-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Joseph Johnson',
  'FullTitle': 'Joseph Johnson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Joseph Johnson',
  'ListAs': 'Johnson, Joseph',
  'MemberFrom': 'Orpington',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '41851',
  '@Member_Id': '3996',
  '@Pims_Id': '5601',
  'Constituencies': {'Constituency': [{'@Id': '3516',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Harrogate and Knaresborough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3516',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Harrogate and Knaresborough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '509',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Jones',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-11-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Jones',
  'FullTitle': 'Andrew Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Andrew Jones',
  'ListAs': 'Jones, Andrew',
  'MemberFrom': 'Harrogate and Knaresborough',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31694',
  '@Member_Id': '1502',
  '@Pims_Id': '4792',
  'Constituencies': {'Constituency': [{'@Id': '3421',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Clwyd West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3421',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Clwyd West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '591',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Ian',
     'SwornInSurname': 'Jones',
     'SwornInTitle': None},
    {'@Id': '719',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Clwyd West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '434',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-03-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Jones',
  'FullTitle': 'Rt Hon David Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr David Jones',
  'ListAs': 'Jones, Mr David',
  'MemberFrom': 'Clwyd West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35103',
  '@Member_Id': '4501',
  '@Pims_Id': '6093',
  'Constituencies': {'Constituency': {'@Id': '3602',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Merthyr Tydfil and Rhymney',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '128',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-08-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gerald Jones',
  'FullTitle': 'Gerald Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jones, Gerald',
  'MemberFrom': 'Merthyr Tydfil and Rhymney',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83620',
  '@Member_Id': '3999',
  '@Pims_Id': '5600',
  'Constituencies': {'Constituency': [{'@Id': '3544',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hyndburn',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3544',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hyndburn',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '577',
     'SwornInForename': 'Graham ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Jones',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-03-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Graham Jones',
  'FullTitle': 'Graham Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jones, Graham',
  'MemberFrom': 'Hyndburn',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25523',
  '@Member_Id': '432',
  '@Pims_Id': '1207',
  'Constituencies': {'Constituency': [{'@Id': '3829',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Warrington North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3829',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warrington North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '119',
     'SwornInForename': 'Helen',
     'SwornInMiddleNames': 'Mary',
     'SwornInSurname': 'Jones',
     'SwornInTitle': None},
    {'@Id': '3052',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warrington North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '208',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3052',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warrington North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '250',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3052',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Warrington North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '24',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-12-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Helen Jones',
  'FullTitle': 'Helen Jones MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jones, Helen',
  'MemberFrom': 'Warrington North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25525',
  '@Member_Id': '1438',
  '@Pims_Id': '1213',
  'Constituencies': {'Constituency': [{'@Id': '3639',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Durham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3639',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Durham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '144',
     'SwornInForename': 'Kevan',
     'SwornInMiddleNames': 'David',
     'SwornInSurname': 'Jones',
     'SwornInTitle': None},
    {'@Id': '2125',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Durham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '303',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2125',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Durham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '340',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-04-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Kevan Jones',
  'FullTitle': 'Mr Kevan Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jones, Mr Kevan',
  'MemberFrom': 'North Durham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '76806',
  '@Member_Id': '4024',
  '@Pims_Id': '5603',
  'Constituencies': {'Constituency': [{'@Id': '3667',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Nuneaton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3667',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Nuneaton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '459',
     'SwornInForename': 'Marcus',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Jones',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-04-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Marcus Jones',
  'FullTitle': 'Mr Marcus Jones MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Mr Marcus Jones',
  'ListAs': 'Jones, Mr Marcus',
  'MemberFrom': 'Nuneaton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83418',
  '@Member_Id': '3956',
  '@Pims_Id': '5602',
  'Constituencies': {'Constituency': [{'@Id': '3420',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Clwyd South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3420',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Clwyd South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '523',
     'SwornInForename': 'Susan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Jones',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-06-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Susan Elan Jones',
  'FullTitle': 'Susan Elan Jones MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Jones, Susan Elan',
  'MemberFrom': 'Clwyd South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '109778',
  '@Member_Id': '4316',
  '@Pims_Id': '6008',
  'Constituencies': {'Constituency': [{'@Id': '3873',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wythenshawe and Sale East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3873',
     'Election': {'@Id': '365',
      'Date': '2014-02-13T00:00:00',
      'Name': '13-Feb-2014 By election ',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wythenshawe and Sale East',
     'Notes': None,
     'StartDate': '2014-02-13T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Kane',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-01-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mike Kane',
  'FullTitle': 'Mike Kane MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2014-02-13T00:00:00'}},
  'HouseStartDate': '2014-02-13T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kane, Mike',
  'MemberFrom': 'Wythenshawe and Sale East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2014-02-13T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25528',
  '@Member_Id': '451',
  '@Pims_Id': '1247',
  'Constituencies': {'Constituency': [{'@Id': '3597',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3597',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '484',
     'SwornInForename': 'Gerald',
     'SwornInMiddleNames': 'Bernard',
     'SwornInSurname': 'Kaufman',
     'SwornInTitle': None},
    {'@Id': '1899',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '39',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1899',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '36',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1899',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1898',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1898',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1898',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Gorton',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1884',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Ardwick',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1884',
     'Election': {'@Id': '10',
      'Date': '1974-10-10T00:00:00',
      'Name': '1974 (Oct) General Election',
      'Type': 'General Election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Ardwick',
     'Notes': None,
     'StartDate': '1974-10-10T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1884',
     'Election': {'@Id': '9',
      'Date': '1974-02-28T00:00:00',
      'Name': '1974 (Feb) General Election',
      'Type': 'General Election'},
     'EndDate': '1974-10-10T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Ardwick',
     'Notes': None,
     'StartDate': '1974-02-28T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1883',
     'Election': {'@Id': '8',
      'Date': '1970-06-18T00:00:00',
      'Name': '1970 General Election',
      'Type': 'General Election'},
     'EndDate': '1974-02-28T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'Manchester, Ardwick',
     'Notes': None,
     'StartDate': '1970-06-18T00:00:00',
     'SwearInOrder': '5',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1930-06-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Gerald Kaufman',
  'FullTitle': 'Rt Hon Sir Gerald Kaufman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1970-06-18T00:00:00'}},
  'HouseStartDate': '1970-06-18T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kaufman, Sir Gerald',
  'MemberFrom': 'Manchester, Gorton',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1970-06-18T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31584',
  '@Member_Id': '1566',
  '@Pims_Id': '4793',
  'Constituencies': {'Constituency': [{'@Id': '3729',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Shrewsbury and Atcham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3729',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Shrewsbury and Atcham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '361',
     'SwornInForename': 'Daniel',
     'SwornInMiddleNames': 'Robert',
     'SwornInSurname': 'Kawczynski',
     'SwornInTitle': None},
    {'@Id': '2596',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Shrewsbury and Atcham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '387',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-01-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Daniel Kawczynski',
  'FullTitle': 'Daniel Kawczynski MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kawczynski, Daniel',
  'MemberFrom': 'Shrewsbury and Atcham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '36036',
  '@Member_Id': '1588',
  '@Pims_Id': '4794',
  'Constituencies': {'Constituency': [{'@Id': '3867',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Worsley and Eccles South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3867',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Worsley and Eccles South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '274',
     'SwornInForename': 'Barbara',
     'SwornInMiddleNames': 'Mary',
     'SwornInSurname': 'Keeley',
     'SwornInTitle': None},
    {'@Id': '3254',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Worsley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '566',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Barbara Keeley',
  'FullTitle': 'Barbara Keeley MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Keeley, Barbara',
  'MemberFrom': 'Worsley and Eccles South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '36386',
  '@Member_Id': '4026',
  '@Pims_Id': '5669',
  'Constituencies': {'Constituency': [{'@Id': '3572',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leicester West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3572',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leicester West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '435',
     'SwornInForename': 'Elizabeth',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Kendall',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-06-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Liz Kendall',
  'FullTitle': 'Liz Kendall MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kendall, Liz',
  'MemberFrom': 'Leicester West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84401',
  '@Member_Id': '4455',
  '@Pims_Id': '6094',
  'Constituencies': {'Constituency': {'@Id': '3748',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South Ribble',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '120',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-10-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Seema Kennedy',
  'FullTitle': 'Seema Kennedy MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kennedy, Seema',
  'MemberFrom': 'South Ribble',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '74746',
  '@Member_Id': '4416',
  '@Pims_Id': '6095',
  'Constituencies': {'Constituency': {'@Id': '991',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'East Lothian',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '55',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'George Kerevan',
  'FullTitle': 'George Kerevan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kerevan, George',
  'MemberFrom': 'East Lothian',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '138151',
  '@Member_Id': '4379',
  '@Pims_Id': '6096',
  'Constituencies': {'Constituency': {'@Id': '216',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Berwickshire, Roxburgh and Selkirk',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '164',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-04-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Calum Kerr',
  'FullTitle': 'Calum Kerr MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kerr, Calum',
  'MemberFrom': 'Berwickshire, Roxburgh and Selkirk',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '58858',
  '@Member_Id': '4381',
  '@Pims_Id': '5434',
  'Constituencies': {'Constituency': {'@Id': '3736',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South Antrim',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '27',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-04-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Danny Kinahan',
  'FullTitle': 'Danny Kinahan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kinahan, Danny',
  'MemberFrom': 'South Antrim',
  'Parties': {'Party': {'@Id': '38',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Ulster Unionist Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Ulster Unionist Party', '@Id': '38'}},
 {'@Dods_Id': '110294',
  '@Member_Id': '4359',
  '@Pims_Id': '6098',
  'Constituencies': {'Constituency': {'@Id': '3287',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Aberavon',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '167',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-01-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Kinnock',
  'FullTitle': 'Stephen Kinnock MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kinnock, Stephen',
  'MemberFrom': 'Aberavon',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62711',
  '@Member_Id': '3929',
  '@Pims_Id': '5670',
  'Constituencies': {'Constituency': [{'@Id': '3365',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Brighton, Kemptown',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3365',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Brighton, Kemptown',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '409',
     'SwornInForename': 'Simon',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Kirby',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-12-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Simon Kirby',
  'FullTitle': 'Simon Kirby MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Simon Kirby',
  'ListAs': 'Kirby, Simon',
  'MemberFrom': 'Brighton, Kemptown',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25553',
  '@Member_Id': '1200',
  '@Pims_Id': '1343',
  'Constituencies': {'Constituency': [{'@Id': '3466',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Yorkshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3466',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Yorkshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '608',
     'SwornInForename': 'Gregory',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Knight',
     'SwornInTitle': None},
    {'@Id': '1000',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Yorkshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '600',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1000',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'East Yorkshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '63',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '849',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Derby North',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '849',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derby North',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '849',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Derby North',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-04-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Greg Knight',
  'FullTitle': 'Rt Hon Sir Greg Knight MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2001-06-07T00:00:00'},
    {'EndDate': '1997-05-01T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1983-06-09T00:00:00'}]},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Knight, Sir Greg',
  'MemberFrom': 'East Yorkshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106023',
  '@Member_Id': '4410',
  '@Pims_Id': '6099',
  'Constituencies': {'Constituency': {'@Id': '3734',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Solihull',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '133',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-01-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Julian Knight',
  'FullTitle': 'Julian Knight MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Knight, Julian',
  'MemberFrom': 'Solihull',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35251',
  '@Member_Id': '4134',
  '@Pims_Id': '5671',
  'Constituencies': {'Constituency': [{'@Id': '3764',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Spelthorne',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3764',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Spelthorne',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '582',
     'SwornInForename': 'Kwasi',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Kwarteng',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-05-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kwasi Kwarteng',
  'FullTitle': 'Kwasi Kwarteng MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kwarteng, Kwasi',
  'MemberFrom': 'Spelthorne',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '54213',
  '@Member_Id': '4505',
  '@Pims_Id': '6100',
  'Constituencies': {'Constituency': {'@Id': '3541',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Hove',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '161',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-09-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Peter Kyle',
  'FullTitle': 'Peter Kyle MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Kyle, Peter',
  'MemberFrom': 'Hove',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25182',
  '@Member_Id': '36',
  '@Pims_Id': '1387',
  'Constituencies': {'Constituency': [{'@Id': '3476',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Epping Forest',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3476',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Epping Forest',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '349',
     'SwornInForename': 'Eleanor',
     'SwornInMiddleNames': 'Fulton',
     'SwornInSurname': 'Laing',
     'SwornInTitle': None},
    {'@Id': '1087',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Epping Forest',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '393',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1087',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Epping Forest',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '650',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1087',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Epping Forest',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '39',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-02-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Eleanor Laing',
  'FullTitle': 'Mrs Eleanor Laing MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Laing, Mrs Eleanor',
  'MemberFrom': 'Epping Forest',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25458',
  '@Member_Id': '1439',
  '@Pims_Id': '1393',
  'Constituencies': {'Constituency': [{'@Id': '3647',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Norfolk',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3647',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Norfolk',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '253',
     'SwornInForename': 'Norman',
     'SwornInMiddleNames': 'Peter',
     'SwornInSurname': 'Lamb',
     'SwornInTitle': None},
    {'@Id': '2150',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Norfolk',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '617',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2150',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Norfolk',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '541',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-09-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Norman Lamb',
  'FullTitle': 'Rt Hon Norman Lamb MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lamb, Norman',
  'MemberFrom': 'North Norfolk',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '25459',
  '@Member_Id': '206',
  '@Pims_Id': '1400',
  'Constituencies': {'Constituency': [{'@Id': '3811',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tottenham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3811',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tottenham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '237',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Lindon',
     'SwornInSurname': 'Lammy',
     'SwornInTitle': None},
    {'@Id': '2957',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tottenham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '266',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2957',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tottenham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '419',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2957',
     'Election': {'@Id': '331',
      'Date': '2000-06-22T00:00:00',
      'Name': '22-Jun-2000 By-election',
      'Type': 'By-election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tottenham',
     'Notes': None,
     'StartDate': '2000-06-22T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-07-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Lammy',
  'FullTitle': 'Rt Hon David Lammy MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2000-06-22T00:00:00'}},
  'HouseStartDate': '2000-06-22T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lammy, Mr David',
  'MemberFrom': 'Tottenham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2000-06-22T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31593',
  '@Member_Id': '1544',
  '@Pims_Id': '4803',
  'Constituencies': {'Constituency': [{'@Id': '3612',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Milton Keynes North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3612',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Milton Keynes North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '316',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Mark',
     'SwornInSurname': 'Lancaster',
     'SwornInTitle': None},
    {'@Id': '2139',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North East Milton Keynes',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '419',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-05-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Lancaster',
  'FullTitle': 'Mark Lancaster MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mark Lancaster',
  'ListAs': 'Lancaster, Mark',
  'MemberFrom': 'Milton Keynes North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '41721',
  '@Member_Id': '4025',
  '@Pims_Id': '5673',
  'Constituencies': {'Constituency': [{'@Id': '3604',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mid Derbyshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3604',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mid Derbyshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '334',
     'SwornInForename': 'Pauline',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Latham',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-02-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Pauline Latham',
  'FullTitle': 'Pauline Latham MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Latham, Pauline',
  'MemberFrom': 'Mid Derbyshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '84518',
  '@Member_Id': '4139',
  '@Pims_Id': '5675',
  'Constituencies': {'Constituency': [{'@Id': '3826',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wansbeck',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3826',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wansbeck',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '297',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lavery',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-01-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian Lavery',
  'FullTitle': 'Ian Lavery MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lavery, Ian',
  'MemberFrom': 'Wansbeck',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '137565',
  '@Member_Id': '4403',
  '@Pims_Id': '6101',
  'Constituencies': {'Constituency': {'@Id': '927',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dundee West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '92',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-10-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Law',
  'FullTitle': 'Chris Law MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Law, Chris',
  'MemberFrom': 'Dundee West',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '40456',
  '@Member_Id': '4117',
  '@Pims_Id': '5676',
  'Constituencies': {'Constituency': [{'@Id': '3747',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Northamptonshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3747',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Northamptonshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '451',
     'SwornInForename': 'Andrea',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Leadsom',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-05-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrea Leadsom',
  'FullTitle': 'Rt Hon Andrea Leadsom MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Andrea Leadsom',
  'ListAs': 'Leadsom, Andrea',
  'MemberFrom': 'South Northamptonshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '40500',
  '@Member_Id': '3921',
  '@Pims_Id': '5677',
  'Constituencies': {'Constituency': [{'@Id': '3352',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bracknell',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3352',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bracknell',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '442',
     'SwornInForename': 'Philip',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lee',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Phillip Lee',
  'FullTitle': 'Dr Phillip Lee MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Dr Philip Lee',
  'ListAs': 'Lee, Dr Phillip',
  'MemberFrom': 'Bracknell',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '37699',
  '@Member_Id': '4109',
  '@Pims_Id': '5679',
  'Constituencies': {'Constituency': [{'@Id': '3770',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stafford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3770',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stafford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '385',
     'SwornInForename': 'Jeremy',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lefroy',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-05-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jeremy Lefroy',
  'FullTitle': 'Jeremy Lefroy MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lefroy, Jeremy',
  'MemberFrom': 'Stafford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25183',
  '@Member_Id': '345',
  '@Pims_Id': '1455',
  'Constituencies': {'Constituency': [{'@Id': '3492',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gainsborough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3492',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gainsborough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '249',
     'SwornInForename': 'Edward',
     'SwornInMiddleNames': 'Julian Egerton',
     'SwornInSurname': 'Leigh',
     'SwornInTitle': None},
    {'@Id': '1177',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gainsborough',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '448',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1177',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gainsborough',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '139',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1177',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gainsborough',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1178',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gainsborough and Horncastle',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1178',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Gainsborough and Horncastle',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1178',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gainsborough and Horncastle',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '9',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-07-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Edward Leigh',
  'FullTitle': 'Sir Edward Leigh MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Leigh, Sir Edward',
  'MemberFrom': 'Gainsborough',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62717',
  '@Member_Id': '3933',
  '@Pims_Id': '5680',
  'Constituencies': {'Constituency': [{'@Id': '3368',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bristol North West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3368',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bristol North West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '263',
     'SwornInForename': 'Charlotte',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Leslie',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-08-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Charlotte Leslie',
  'FullTitle': 'Charlotte Leslie MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Leslie, Charlotte',
  'MemberFrom': 'Bristol North West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25414',
  '@Member_Id': '422',
  '@Pims_Id': '1471',
  'Constituencies': {'Constituency': [{'@Id': '3664',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Nottingham East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3664',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Nottingham East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '178',
     'SwornInForename': 'Christopher',
     'SwornInMiddleNames': 'Michael',
     'SwornInSurname': 'Leslie',
     'SwornInTitle': None},
    {'@Id': '2587',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Shipley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '90',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2587',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Shipley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '133',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-06-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Leslie',
  'FullTitle': 'Chris Leslie MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2010-05-06T00:00:00'},
    {'EndDate': '2005-05-05T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'}]},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Leslie, Chris',
  'MemberFrom': 'Nottingham East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '25415',
  '@Member_Id': '247',
  '@Pims_Id': '1477',
  'Constituencies': {'Constituency': [{'@Id': '3843',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Dorset',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3843',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Dorset',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '16',
     'SwornInForename': 'Oliver',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Letwin',
     'SwornInTitle': None},
    {'@Id': '3114',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Dorset',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '31',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3114',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Dorset',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '29',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3114',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Dorset',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '197',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-05-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Oliver Letwin',
  'FullTitle': 'Rt Hon Sir Oliver Letwin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Letwin, Sir Oliver',
  'MemberFrom': 'West Dorset',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '104265',
  '@Member_Id': '4277',
  '@Pims_Id': '6007',
  'Constituencies': {'Constituency': [{'@Id': '3749',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Shields',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3749',
     'Election': {'@Id': '362',
      'Date': '2013-05-02T00:00:00',
      'Name': '02-May-2013 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Shields',
     'Notes': None,
     'StartDate': '2013-05-02T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': 'Emma',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lewell-Buck',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-11-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Emma Lewell-Buck',
  'FullTitle': 'Mrs Emma Lewell-Buck MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2013-05-02T00:00:00'}},
  'HouseStartDate': '2013-05-02T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lewell-Buck, Mrs Emma',
  'MemberFrom': 'South Shields',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2013-05-02T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '43555',
  '@Member_Id': '4009',
  '@Pims_Id': '5681',
  'Constituencies': {'Constituency': [{'@Id': '3503',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Great Yarmouth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3503',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Great Yarmouth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '466',
     'SwornInForename': 'Brandon',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lewis',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-06-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Brandon Lewis',
  'FullTitle': 'Rt Hon Brandon Lewis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Brandon Lewis',
  'ListAs': 'Lewis, Brandon',
  'MemberFrom': 'Great Yarmouth',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106025',
  '@Member_Id': '4500',
  '@Pims_Id': '6102',
  'Constituencies': {'Constituency': {'@Id': '3663',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Norwich South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '125',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-09-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Clive Lewis',
  'FullTitle': 'Clive Lewis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lewis, Clive',
  'MemberFrom': 'Norwich South',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25469',
  '@Member_Id': '441',
  '@Pims_Id': '1485',
  'Constituencies': {'Constituency': [{'@Id': '3380',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bury South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3380',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bury South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '603',
     'SwornInForename': 'Ivan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lewis',
     'SwornInTitle': None},
    {'@Id': '519',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bury South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '78',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '519',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bury South',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '166',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '519',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bury South',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '160',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-03-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Ivan Lewis',
  'FullTitle': 'Mr Ivan Lewis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lewis, Mr Ivan',
  'MemberFrom': 'Bury South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25560',
  '@Member_Id': '54',
  '@Pims_Id': '1486',
  'Constituencies': {'Constituency': [{'@Id': '3621',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'New Forest East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3621',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'New Forest East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '233',
     'SwornInForename': 'Julian',
     'SwornInMiddleNames': 'Murray',
     'SwornInSurname': 'Lewis',
     'SwornInTitle': None},
    {'@Id': '2040',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'New Forest East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '411',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2040',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'New Forest East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '528',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2040',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'New Forest East',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '6',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1951-09-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Julian Lewis',
  'FullTitle': 'Rt Hon Dr Julian Lewis MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lewis, Dr Julian',
  'MemberFrom': 'New Forest East',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25472',
  '@Member_Id': '1396',
  '@Pims_Id': '1495',
  'Constituencies': {'Constituency': [{'@Id': '3363',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bridgwater and West Somerset',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3363',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bridgwater and West Somerset',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '336',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': 'Richard Peregrine',
     'SwornInSurname': 'Liddell-Grainger',
     'SwornInTitle': None},
    {'@Id': '442',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bridgwater',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '285',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '442',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bridgwater',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '505',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-02-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Ian Liddell-Grainger',
  'FullTitle': 'Mr Ian Liddell-Grainger MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Liddell-Grainger, Mr Ian',
  'MemberFrom': 'Bridgwater and West Somerset',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25473',
  '@Member_Id': '15',
  '@Pims_Id': '1496',
  'Constituencies': {'Constituency': [{'@Id': '3299',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Aylesbury',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3299',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aylesbury',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '65',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Roy',
     'SwornInSurname': 'Lidington',
     'SwornInTitle': None},
    {'@Id': '93',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aylesbury',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '35',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '93',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aylesbury',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '566',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '93',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Aylesbury',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '92',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Aylesbury',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '31',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-06-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Lidington',
  'FullTitle': 'Rt Hon David Lidington MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': 'David Lidington',
  'ListAs': 'Lidington, Mr David',
  'MemberFrom': 'Aylesbury',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25184',
  '@Member_Id': '68',
  '@Pims_Id': '1501',
  'Constituencies': {'Constituency': [{'@Id': '3535',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hitchin and Harpenden',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3535',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hitchin and Harpenden',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '463',
     'SwornInForename': 'Peter',
     'SwornInMiddleNames': 'Bruce',
     'SwornInSurname': 'Lilley',
     'SwornInTitle': None},
    {'@Id': '1474',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hitchin and Harpenden',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '636',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1474',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hitchin and Harpenden',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '447',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1474',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hitchin and Harpenden',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2743',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'St Albans',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2743',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'St Albans',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2743',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'St Albans',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '22',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1943-08-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Peter Lilley',
  'FullTitle': 'Rt Hon Peter Lilley MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lilley, Mr Peter',
  'MemberFrom': 'Hitchin and Harpenden',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '134243',
  '@Member_Id': '4396',
  '@Pims_Id': '6103',
  'Constituencies': {'Constituency': {'@Id': '3714',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Salford and Eccles',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '100',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-09-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rebecca Long Bailey',
  'FullTitle': 'Rebecca Long Bailey MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Long Bailey, Rebecca',
  'MemberFrom': 'Salford and Eccles',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41628',
  '@Member_Id': '3989',
  '@Pims_Id': '5685',
  'Constituencies': {'Constituency': [{'@Id': '3486',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Filton and Bradley Stoke',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3486',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Filton and Bradley Stoke',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '240',
     'SwornInForename': 'Jack',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lopresti',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-08-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jack Lopresti',
  'FullTitle': 'Jack Lopresti MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lopresti, Jack',
  'MemberFrom': 'Filton and Bradley Stoke',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83146',
  '@Member_Id': '4090',
  '@Pims_Id': '5687',
  'Constituencies': {'Constituency': [{'@Id': '3860',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Woking',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3860',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Woking',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '369',
     'SwornInForename': 'Jonathan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lord',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-09-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Jonathan Lord',
  'FullTitle': 'Mr Jonathan Lord MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lord, Mr Jonathan',
  'MemberFrom': 'Woking',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25471',
  '@Member_Id': '114',
  '@Pims_Id': '1558',
  'Constituencies': {'Constituency': [{'@Id': '3465',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Worthing and Shoreham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3465',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Worthing and Shoreham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '67',
     'SwornInForename': 'Timothy',
     'SwornInMiddleNames': 'Paul',
     'SwornInSurname': 'Loughton',
     'SwornInTitle': None},
    {'@Id': '999',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Worthing and Shoreham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '291',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '999',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Worthing and Shoreham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '468',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '999',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'East Worthing and Shoreham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '60',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-05-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tim Loughton',
  'FullTitle': 'Tim Loughton MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Loughton, Tim',
  'MemberFrom': 'East Worthing and Shoreham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '28490',
  '@Member_Id': '3930',
  '@Pims_Id': '1568',
  'Constituencies': {'Constituency': [{'@Id': '3366',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Brighton, Pavilion',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3366',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Brighton, Pavilion',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '530',
     'SwornInForename': 'Caroline',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lucas',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-12-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Caroline Lucas',
  'FullTitle': 'Caroline Lucas MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lucas, Caroline',
  'MemberFrom': 'Brighton, Pavilion',
  'Parties': {'Party': [{'@Id': '44',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Green Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '44',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Green Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Green Party', '@Id': '44'}},
 {'@Dods_Id': '25496',
  '@Member_Id': '1470',
  '@Pims_Id': '1569',
  'Constituencies': {'Constituency': [{'@Id': '3869',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wrexham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3869',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wrexham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '175',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': 'Colin',
     'SwornInSurname': 'Lucas',
     'SwornInTitle': None},
    {'@Id': '3264',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wrexham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '301',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3264',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wrexham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '519',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian C. Lucas',
  'FullTitle': 'Ian C. Lucas MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lucas, Ian C.',
  'MemberFrom': 'Wrexham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31724',
  '@Member_Id': '4023',
  '@Pims_Id': '5690',
  'Constituencies': {'Constituency': [{'@Id': '3694',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Redditch',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3694',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Redditch',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '493',
     'SwornInForename': 'Karen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Lumley',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-03-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Karen Lumley',
  'FullTitle': 'Karen Lumley MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lumley, Karen',
  'MemberFrom': 'Redditch',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138673',
  '@Member_Id': '4472',
  '@Pims_Id': '6104',
  'Constituencies': {'Constituency': {'@Id': '3509',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Halifax',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '83',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-10-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Holly Lynch',
  'FullTitle': 'Holly Lynch MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Lynch, Holly',
  'MemberFrom': 'Halifax',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '74749',
  '@Member_Id': '4424',
  '@Pims_Id': '6120',
  'Constituencies': {'Constituency': {'@Id': '1115',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Falkirk',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '57',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1951-02-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Mc Nally',
  'FullTitle': 'John Mc Nally MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mc Nally, John',
  'MemberFrom': 'Falkirk',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25185',
  '@Member_Id': '298',
  '@Pims_Id': '1771',
  'Constituencies': {'Constituency': [{'@Id': '3332',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Selly Oak',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3332',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Selly Oak',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '393',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': 'James',
     'SwornInSurname': 'McCabe',
     'SwornInTitle': None},
    {'@Id': '271',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hall Green',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '627',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '271',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Hall Green',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '287',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '271',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Hall Green',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '183',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-08-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Steve McCabe',
  'FullTitle': 'Steve McCabe MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McCabe, Steve',
  'MemberFrom': 'Birmingham, Selly Oak',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '121922',
  '@Member_Id': '4364',
  '@Pims_Id': '6114',
  'Constituencies': {'Constituency': {'@Id': '20',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Aberdeen South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '103',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1985-01-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Callum McCaig',
  'FullTitle': 'Callum McCaig MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McCaig, Callum',
  'MemberFrom': 'Aberdeen South',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '39440',
  '@Member_Id': '1491',
  '@Pims_Id': '4810',
  'Constituencies': {'Constituency': [{'@Id': '3367',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bristol East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3367',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bristol East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '270',
     'SwornInForename': 'Kerry',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McCarthy',
     'SwornInTitle': None},
    {'@Id': '464',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bristol East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '537',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kerry McCarthy',
  'FullTitle': 'Kerry McCarthy MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McCarthy, Kerry',
  'MemberFrom': 'Bristol East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62727',
  '@Member_Id': '3953',
  '@Pims_Id': '5697',
  'Constituencies': {'Constituency': [{'@Id': '3423',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Colne Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3423',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Colne Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '502',
     'SwornInForename': 'Jason',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McCartney',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-01-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jason McCartney',
  'FullTitle': 'Jason McCartney MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McCartney, Jason',
  'MemberFrom': 'Colne Valley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35387',
  '@Member_Id': '4028',
  '@Pims_Id': '5699',
  'Constituencies': {'Constituency': [{'@Id': '3580',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Lincoln',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3580',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Lincoln',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '313',
     'SwornInForename': 'Karl',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McCartney',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-10-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Karl McCartney',
  'FullTitle': 'Karl McCartney MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McCartney, Karl',
  'MemberFrom': 'Lincoln',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25421',
  '@Member_Id': '193',
  '@Pims_Id': '1796',
  'Constituencies': {'Constituency': [{'@Id': '3614',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mitcham and Morden',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3614',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mitcham and Morden',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '592',
     'SwornInForename': 'Siobhain',
     'SwornInMiddleNames': 'Ann',
     'SwornInSurname': 'McDonagh',
     'SwornInTitle': None},
    {'@Id': '1986',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mitcham and Morden',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '464',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1986',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mitcham and Morden',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '576',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1986',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mitcham and Morden',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '225',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-02-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Siobhain McDonagh',
  'FullTitle': 'Siobhain McDonagh MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McDonagh, Siobhain',
  'MemberFrom': 'Mitcham and Morden',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '101338',
  '@Member_Id': '4269',
  '@Pims_Id': '6004',
  'Constituencies': {'Constituency': [{'@Id': '3610',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Middlesbrough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3610',
     'Election': {'@Id': '359',
      'Date': '2012-11-29T00:00:00',
      'Name': '29-Nov-2012 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Middlesbrough',
     'Notes': None,
     'StartDate': '2012-11-29T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-03-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andy McDonald',
  'FullTitle': 'Andy McDonald MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2012-11-29T00:00:00'}},
  'HouseStartDate': '2012-11-29T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McDonald, Andy',
  'MemberFrom': 'Middlesbrough',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2012-11-29T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '137276',
  '@Member_Id': '4461',
  '@Pims_Id': '6115',
  'Constituencies': {'Constituency': {'@Id': '1208',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '59',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1986-08-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stewart Malcolm McDonald',
  'FullTitle': 'Stewart Malcolm McDonald MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McDonald, Stewart Malcolm',
  'MemberFrom': 'Glasgow South',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '136662',
  '@Member_Id': '4393',
  '@Pims_Id': '6116',
  'Constituencies': {'Constituency': {'@Id': '804',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cumbernauld, Kilsyth and Kirkintilloch East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '104',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-05-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stuart C. McDonald',
  'FullTitle': 'Stuart C. McDonald MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McDonald, Stuart C.',
  'MemberFrom': 'Cumbernauld, Kilsyth and Kirkintilloch East',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '33617',
  '@Member_Id': '1596',
  '@Pims_Id': '1798',
  'Constituencies': {'Constituency': [{'@Id': '3316',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Belfast South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3316',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Belfast South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '176',
     'SwornInForename': 'Alasdair',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McDonnell',
     'SwornInTitle': None},
    {'@Id': '201',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Belfast South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '458',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-09-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Alasdair McDonnell',
  'FullTitle': 'Dr Alasdair McDonnell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McDonnell, Dr Alasdair',
  'MemberFrom': 'Belfast South',
  'Parties': {'Party': [{'@Id': '31',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Social Democratic & Labour Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '31',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Social Democratic & Labour Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Social Democratic & Labour Party', '@Id': '31'}},
 {'@Dods_Id': '25474',
  '@Member_Id': '178',
  '@Pims_Id': '1799',
  'Constituencies': {'Constituency': [{'@Id': '3523',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hayes and Harlington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3523',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hayes and Harlington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '606',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Martin',
     'SwornInSurname': 'McDonnell',
     'SwornInTitle': None},
    {'@Id': '1414',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hayes and Harlington',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '587',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1414',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hayes and Harlington',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '521',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1414',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hayes and Harlington',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '33',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1951-09-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John McDonnell',
  'FullTitle': 'Rt Hon John McDonnell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McDonnell, John',
  'MemberFrom': 'Hayes and Harlington',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '18145',
  '@Member_Id': '1587',
  '@Pims_Id': '4815',
  'Constituencies': {'Constituency': [{'@Id': '3863',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wolverhampton South East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3863',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wolverhampton South East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '213',
     'SwornInForename': 'Patrick',
     'SwornInMiddleNames': 'Bosco',
     'SwornInSurname': 'McFadden',
     'SwornInTitle': None},
    {'@Id': '3222',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wolverhampton South East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '466',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Pat McFadden',
  'FullTitle': 'Rt Hon Pat McFadden MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McFadden, Mr Pat',
  'MemberFrom': 'Wolverhampton South East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '109429',
  '@Member_Id': '4428',
  '@Pims_Id': '6117',
  'Constituencies': {'Constituency': {'@Id': '1204',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '99',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-09-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Natalie McGarry',
  'FullTitle': 'Natalie McGarry MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McGarry, Natalie',
  'MemberFrom': 'Glasgow East',
  'Parties': {'Party': [{'@Id': '8',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Independent',
     'Note': 'Withdrew from the SNP Party whip 24/11/15 amid investigation',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-11-24T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-11-24T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election\r\nWithdrew from the SNP whip amid investigation 24/11/15',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Independent', '@Id': '8'}},
 {'@Dods_Id': '53083',
  '@Member_Id': '4458',
  '@Pims_Id': '6118',
  'Constituencies': {'Constituency': {'@Id': '3767',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'St Helens North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '13',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1984-07-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Conor McGinn',
  'FullTitle': 'Conor McGinn MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McGinn, Conor',
  'MemberFrom': 'St Helens North',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84353',
  '@Member_Id': '4083',
  '@Pims_Id': '5702',
  'Constituencies': {'Constituency': [{'@Id': '3856',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wirral South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3856',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wirral South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '626',
     'SwornInForename': 'Alison',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McGovern',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-12-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alison McGovern',
  'FullTitle': 'Alison McGovern MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McGovern, Alison',
  'MemberFrom': 'Wirral South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '114939',
  '@Member_Id': '4342',
  '@Pims_Id': '6010',
  'Constituencies': {'Constituency': [{'@Id': '3533',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Heywood and Middleton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3533',
     'Election': {'@Id': '367',
      'Date': '2014-10-09T00:00:00',
      'Name': '09-Oct-2014 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Heywood and Middleton',
     'Notes': None,
     'StartDate': '2014-10-09T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-01-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Liz McInnes',
  'FullTitle': 'Liz McInnes MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2014-10-09T00:00:00'}},
  'HouseStartDate': '2014-10-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McInnes, Liz',
  'MemberFrom': 'Heywood and Middleton',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2014-10-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41654',
  '@Member_Id': '4529',
  '@Pims_Id': '6105',
  'Constituencies': {'Constituency': {'@Id': '3753',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'South Thanet',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '166',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-10-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Craig Mackinlay',
  'FullTitle': 'Craig Mackinlay MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mackinlay, Craig',
  'MemberFrom': 'South Thanet',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83507',
  '@Member_Id': '4125',
  '@Pims_Id': '5703',
  'Constituencies': {'Constituency': [{'@Id': '3627',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3627',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newcastle upon Tyne North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '190',
     'SwornInForename': 'Catherine',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McKinnell',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-06-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Catherine McKinnell',
  'FullTitle': 'Catherine McKinnell MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McKinnell, Catherine',
  'MemberFrom': 'Newcastle upon Tyne North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '109473',
  '@Member_Id': '4431',
  '@Pims_Id': '6106',
  'Constituencies': {'Constituency': {'@Id': '3661',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Northampton South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '116',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-04-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Mackintosh',
  'FullTitle': 'David Mackintosh MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mackintosh, David',
  'MemberFrom': 'Northampton South',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '43654',
  '@Member_Id': '4437',
  '@Pims_Id': '6119',
  'Constituencies': {'Constituency': {'@Id': '1206',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow North East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '145',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-03-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Anne McLaughlin',
  'FullTitle': 'Anne McLaughlin MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McLaughlin, Anne',
  'MemberFrom': 'Glasgow North East',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25481',
  '@Member_Id': '333',
  '@Pims_Id': '1832',
  'Constituencies': {'Constituency': [{'@Id': '3444',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Derbyshire Dales',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3444',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Derbyshire Dales',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '22',
     'SwornInForename': 'Patrick',
     'SwornInMiddleNames': 'Allen',
     'SwornInSurname': 'McLoughlin',
     'SwornInTitle': None},
    {'@Id': '3109',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Derbyshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '100',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3109',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Derbyshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '580',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3109',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Derbyshire',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3108',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Derbyshire',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3108',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Derbyshire',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3108',
     'Election': {'@Id': '287',
      'Date': '1986-05-08T00:00:00',
      'Name': '08-May-1986 By-election',
      'Type': 'By-election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'West Derbyshire',
     'Notes': None,
     'StartDate': '1986-05-08T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-11-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Patrick McLoughlin',
  'FullTitle': 'Rt Hon Sir Patrick McLoughlin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1986-05-08T00:00:00'}},
  'HouseStartDate': '1986-05-08T00:00:00',
  'LayingMinisterName': 'Mr Patrick McLoughlin',
  'ListAs': 'McLoughlin, Sir Patrick',
  'MemberFrom': 'Derbyshire Dales',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1986-05-08T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '115607',
  '@Member_Id': '4569',
  '@Pims_Id': '6185',
  'Constituencies': {'Constituency': {'@Id': '3671',
    'Election': {'@Id': '370',
     'Date': '2015-12-03T00:00:00',
     'Name': '03-Dec-2015 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Oldham West and Royton',
    'Notes': None,
    'StartDate': '2015-12-03T00:00:00',
    'SwearInOrder': '651',
    'SwornInForename': 'Jim',
    'SwornInMiddleNames': None,
    'SwornInSurname': 'McMahon',
    'SwornInTitle': 'Mr'}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-12-03T00:00:00'},
  'DateOfBirth': '1980-07-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jim McMahon',
  'FullTitle': 'Jim McMahon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-12-03T00:00:00'}},
  'HouseStartDate': '2015-12-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McMahon, Jim',
  'MemberFrom': 'Oldham West and Royton',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-12-03T00:00:00',
    'SubType': 'Co-op'}},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '38376',
  '@Member_Id': '1546',
  '@Pims_Id': '4806',
  'Constituencies': {'Constituency': [{'@Id': '2025',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Na h-Eileanan an Iar',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2025',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Na h-Eileanan an Iar',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '531',
     'SwornInForename': 'Angus',
     'SwornInMiddleNames': 'Brendan',
     'SwornInSurname': 'MacNeil',
     'SwornInTitle': None},
    {'@Id': '2025',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Na h-Eileanan an Iar',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '614',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-07-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Angus Brendan MacNeil',
  'FullTitle': 'Angus Brendan MacNeil MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'MacNeil, Angus Brendan',
  'MemberFrom': 'Na h-Eileanan an Iar',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '62730',
  '@Member_Id': '4093',
  '@Pims_Id': '5704',
  'Constituencies': {'Constituency': [{'@Id': '3773',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stevenage',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3773',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stevenage',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '476',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'McPartland',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-08-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen McPartland',
  'FullTitle': 'Stephen McPartland MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'McPartland, Stephen',
  'MemberFrom': 'Stevenage',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25187',
  '@Member_Id': '12',
  '@Pims_Id': '1635',
  'Constituencies': {'Constituency': [{'@Id': '3733',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Slough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3733',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Slough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '196',
     'SwornInForename': 'Fiona',
     'SwornInMiddleNames': 'Margaret',
     'SwornInSurname': 'Mactaggart',
     'SwornInTitle': None},
    {'@Id': '2607',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Slough',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '80',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2607',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Slough',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '382',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2607',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Slough',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '72',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-09-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Fiona Mactaggart',
  'FullTitle': 'Rt Hon Fiona Mactaggart MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mactaggart, Fiona',
  'MemberFrom': 'Slough',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '36008',
  '@Member_Id': '4418',
  '@Pims_Id': '6107',
  'Constituencies': {'Constituency': {'@Id': '3471',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ellesmere Port and Neston',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '91',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-11-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Justin Madders',
  'FullTitle': 'Justin Madders MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Madders, Justin',
  'MemberFrom': 'Ellesmere Port and Neston',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25438',
  '@Member_Id': '1392',
  '@Pims_Id': '1647',
  'Constituencies': {'Constituency': [{'@Id': '3331',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Perry Barr',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3331',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Perry Barr',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '635',
     'SwornInForename': 'Khalid',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mahmood',
     'SwornInTitle': None},
    {'@Id': '292',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Perry Barr',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '561',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '292',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Perry Barr',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '397',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-07-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Khalid Mahmood',
  'FullTitle': 'Mr Khalid Mahmood MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mahmood, Mr Khalid',
  'MemberFrom': 'Birmingham, Perry Barr',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72715',
  '@Member_Id': '3914',
  '@Pims_Id': '5694',
  'Constituencies': {'Constituency': [{'@Id': '3329',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Ladywood',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3329',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Ladywood',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '572',
     'SwornInForename': 'Shabana',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mahmood',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-09-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Shabana Mahmood',
  'FullTitle': 'Shabana Mahmood MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mahmood, Shabana',
  'MemberFrom': 'Birmingham, Ladywood',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35461',
  '@Member_Id': '1568',
  '@Pims_Id': '4829',
  'Constituencies': {'Constituency': [{'@Id': '3765',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'St Albans',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3765',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'St Albans',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '420',
     'SwornInForename': 'Anne',
     'SwornInMiddleNames': 'Margaret',
     'SwornInSurname': 'Main',
     'SwornInTitle': None},
    {'@Id': '2744',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'St Albans',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '372',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-05-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Anne Main',
  'FullTitle': 'Mrs Anne Main MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Main, Mrs Anne',
  'MemberFrom': 'St Albans',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '136491',
  '@Member_Id': '4484',
  '@Pims_Id': '6108',
  'Constituencies': {'Constituency': {'@Id': '3522',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Havant',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '5',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1983-11-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Alan Mak',
  'FullTitle': 'Mr Alan Mak MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mak, Mr Alan',
  'MemberFrom': 'Havant',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '95400',
  '@Member_Id': '4253',
  '@Pims_Id': '5992',
  'Constituencies': {'Constituency': [{'@Id': '3484',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Feltham and Heston',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3484',
     'Election': {'@Id': '356',
      'Date': '2011-12-15T00:00:00',
      'Name': '15-Dec-2011 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Feltham and Heston',
     'Notes': None,
     'StartDate': '2011-12-15T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-08-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Seema Malhotra',
  'FullTitle': 'Seema Malhotra MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2011-12-15T00:00:00'}},
  'HouseStartDate': '2011-12-15T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Malhotra, Seema',
  'MemberFrom': 'Feltham and Heston',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2011-12-15T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '96015',
  '@Member_Id': '4495',
  '@Pims_Id': '6109',
  'Constituencies': {'Constituency': {'@Id': '3656',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North West Hampshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '129',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-10-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kit Malthouse',
  'FullTitle': 'Kit Malthouse MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Malthouse, Kit',
  'MemberFrom': 'North West Hampshire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25485',
  '@Member_Id': '1387',
  '@Pims_Id': '1674',
  'Constituencies': {'Constituency': [{'@Id': '3307',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bassetlaw',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3307',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bassetlaw',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '397',
     'SwornInForename': 'John',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mann',
     'SwornInTitle': None},
    {'@Id': '154',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bassetlaw',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '314',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '154',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bassetlaw',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '337',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-01-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Mann',
  'FullTitle': 'John Mann MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mann, John',
  'MemberFrom': 'Bassetlaw',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '106116',
  '@Member_Id': '4496',
  '@Pims_Id': '6110',
  'Constituencies': {'Constituency': {'@Id': '3635',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North Cornwall',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '132',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-06-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Scott Mann',
  'FullTitle': 'Scott Mann MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mann, Scott',
  'MemberFrom': 'North Cornwall',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25188',
  '@Member_Id': '1468',
  '@Pims_Id': '1703',
  'Constituencies': {'Constituency': [{'@Id': '3864',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Re-entry',
     'Name': 'Wolverhampton South West',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': '162',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3226',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wolverhampton South West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '336',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3226',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wolverhampton South West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '559',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-04-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rob Marris',
  'FullTitle': 'Rob Marris MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2015-05-07T00:00:00'},
    {'EndDate': '2010-05-06T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2001-06-07T00:00:00'}]},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Marris, Rob',
  'MemberFrom': 'Wolverhampton South West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-05-07T00:00:00',
     'Name': 'Labour',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25439',
  '@Member_Id': '465',
  '@Pims_Id': '1704',
  'Constituencies': {'Constituency': [{'@Id': '3338',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Blackpool South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3338',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blackpool South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '636',
     'SwornInForename': 'Gordon',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Marsden',
     'SwornInTitle': None},
    {'@Id': '336',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blackpool South',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '269',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '336',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blackpool South',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '607',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '336',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Blackpool South',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '161',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-11-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gordon Marsden',
  'FullTitle': 'Gordon Marsden MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Marsden, Gordon',
  'MemberFrom': 'Blackpool South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '137703',
  '@Member_Id': '4471',
  '@Pims_Id': '6111',
  'Constituencies': {'Constituency': {'@Id': '3876',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'York Central',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '113',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-07-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rachael Maskell',
  'FullTitle': 'Rachael Maskell MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Maskell, Rachael',
  'MemberFrom': 'York Central',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': 'Co-op'}},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '58939',
  '@Member_Id': '4245',
  '@Pims_Id': '5387',
  'Constituencies': {'Constituency': [{'@Id': '3317',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Belfast West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3317',
     'Election': {'@Id': '354',
      'Date': '2011-06-09T00:00:00',
      'Name': '09-Jun-2011 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Belfast West',
     'Notes': None,
     'StartDate': '2011-06-09T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-06-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paul Maskey',
  'FullTitle': 'Paul Maskey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2011-06-09T00:00:00'}},
  'HouseStartDate': '2011-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Maskey, Paul',
  'MemberFrom': 'Belfast West',
  'Parties': {'Party': [{'@Id': '30',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Sinn Fein',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '30',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Sinn Fein',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2011-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Sinn Fein', '@Id': '30'}},
 {'@Dods_Id': '106119',
  '@Member_Id': '4408',
  '@Pims_Id': '6112',
  'Constituencies': {'Constituency': {'@Id': '3416',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'City of Chester',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '35',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-01-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Christian Matheson',
  'FullTitle': 'Christian Matheson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Matheson, Christian',
  'MemberFrom': 'City of Chester',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '107108',
  '@Member_Id': '4404',
  '@Pims_Id': '6113',
  'Constituencies': {'Constituency': {'@Id': '3814',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Twickenham',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '156',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-06-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Tania Mathias',
  'FullTitle': 'Dr Tania Mathias MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mathias, Dr Tania',
  'MemberFrom': 'Twickenham',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25452',
  '@Member_Id': '8',
  '@Pims_Id': '1758',
  'Constituencies': {'Constituency': [{'@Id': '3592',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Maidenhead',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3592',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maidenhead',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '223',
     'SwornInForename': 'Theresa',
     'SwornInMiddleNames': 'Mary',
     'SwornInSurname': 'May',
     'SwornInTitle': None},
    {'@Id': '1867',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maidenhead',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '32',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1867',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maidenhead',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '28',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1867',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Maidenhead',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '77',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-10-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Theresa May',
  'FullTitle': 'Rt Hon Theresa May MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': 'The Prime Minister',
  'ListAs': 'May, Mrs Theresa',
  'MemberFrom': 'Maidenhead',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35499',
  '@Member_Id': '3926',
  '@Pims_Id': '5695',
  'Constituencies': {'Constituency': [{'@Id': '3337',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Blackpool North and Cleveleys',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3337',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Blackpool North and Cleveleys',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '505',
     'SwornInForename': 'Paul',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Maynard',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-12-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paul Maynard',
  'FullTitle': 'Paul Maynard MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Paul Maynard',
  'ListAs': 'Maynard, Paul',
  'MemberFrom': 'Blackpool North and Cleveleys',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25454',
  '@Member_Id': '361',
  '@Pims_Id': '1859',
  'Constituencies': {'Constituency': [{'@Id': '3599',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mansfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3599',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mansfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '634',
     'SwornInForename': 'Joseph',
     'SwornInMiddleNames': 'Alan',
     'SwornInSurname': 'Meale',
     'SwornInTitle': None},
    {'@Id': '1920',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mansfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '623',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1920',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mansfield',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '653',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1920',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mansfield',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1919',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mansfield',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1919',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mansfield',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '14',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-07-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Alan Meale',
  'FullTitle': 'Sir Alan Meale MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Meale, Sir Alan',
  'MemberFrom': 'Mansfield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84679',
  '@Member_Id': '4000',
  '@Pims_Id': '5706',
  'Constituencies': {'Constituency': [{'@Id': '3494',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Gateshead',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3494',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gateshead',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '299',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mearns',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-04-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian Mearns',
  'FullTitle': 'Ian Mearns MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mearns, Ian',
  'MemberFrom': 'Gateshead',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31587',
  '@Member_Id': '3998',
  '@Pims_Id': '5707',
  'Constituencies': {'Constituency': [{'@Id': '3491',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Fylde',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3491',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Fylde',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '346',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Menzies',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-05-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Menzies',
  'FullTitle': 'Mark Menzies MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Menzies, Mark',
  'MemberFrom': 'Fylde',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '107853',
  '@Member_Id': '4485',
  '@Pims_Id': '6121',
  'Constituencies': {'Constituency': {'@Id': '3679',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Plymouth, Moor View',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '19',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-08-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Johnny Mercer',
  'FullTitle': 'Johnny Mercer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mercer, Johnny',
  'MemberFrom': 'Plymouth, Moor View',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72290',
  '@Member_Id': '4442',
  '@Pims_Id': '6122',
  'Constituencies': {'Constituency': {'@Id': '3322',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bexhill and Battle',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '141',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-07-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Huw Merriman',
  'FullTitle': 'Huw Merriman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Merriman, Huw',
  'MemberFrom': 'Bexhill and Battle',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35374',
  '@Member_Id': '4092',
  '@Pims_Id': '5711',
  'Constituencies': {'Constituency': [{'@Id': '3737',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Basildon and East Thurrock',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3737',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Basildon and East Thurrock',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '475',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Metcalfe',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-01-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Metcalfe',
  'FullTitle': 'Stephen Metcalfe MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Metcalfe, Stephen',
  'MemberFrom': 'South Basildon and East Thurrock',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '40791',
  '@Member_Id': '1510',
  '@Pims_Id': '4818',
  'Constituencies': {'Constituency': [{'@Id': '3449',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Doncaster North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3449',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Doncaster North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '327',
     'SwornInForename': 'Edward',
     'SwornInMiddleNames': 'Samuel',
     'SwornInSurname': 'Miliband',
     'SwornInTitle': None},
    {'@Id': '878',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Doncaster North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '601',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-12-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Edward Miliband',
  'FullTitle': 'Rt Hon Edward Miliband MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Miliband, Edward',
  'MemberFrom': 'Doncaster North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31595',
  '@Member_Id': '1480',
  '@Pims_Id': '4819',
  'Constituencies': {'Constituency': [{'@Id': '3306',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Basingstoke',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3306',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Basingstoke',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '107',
     'SwornInForename': 'Maria',
     'SwornInMiddleNames': 'Frances Lewis',
     'SwornInSurname': 'Miller',
     'SwornInTitle': None},
    {'@Id': '149',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Basingstoke',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '410',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-03-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Maria Miller',
  'FullTitle': 'Rt Hon Maria Miller MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Miller, Mrs Maria',
  'MemberFrom': 'Basingstoke',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '126839',
  '@Member_Id': '4454',
  '@Pims_Id': '6123',
  'Constituencies': {'Constituency': {'@Id': '3387',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cannock Chase',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '135',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-03-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Amanda Milling',
  'FullTitle': 'Amanda Milling MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Milling, Amanda',
  'MemberFrom': 'Cannock Chase',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62731',
  '@Member_Id': '4136',
  '@Pims_Id': '5712',
  'Constituencies': {'Constituency': [{'@Id': '3293',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Amber Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3293',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Amber Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '239',
     'SwornInForename': 'Nigel',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mills',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-10-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nigel Mills',
  'FullTitle': 'Nigel Mills MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mills, Nigel',
  'MemberFrom': 'Amber Valley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35360',
  '@Member_Id': '1523',
  '@Pims_Id': '4820',
  'Constituencies': {'Constituency': [{'@Id': '3505',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Guildford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3505',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Guildford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '236',
     'SwornInForename': 'Anne',
     'SwornInMiddleNames': 'Frances',
     'SwornInSurname': 'Milton',
     'SwornInTitle': None},
    {'@Id': '1326',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Guildford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '369',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-11-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Anne Milton',
  'FullTitle': 'Rt Hon Anne Milton MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Milton, Anne',
  'MemberFrom': 'Guildford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25190',
  '@Member_Id': '1211',
  '@Pims_Id': '1926',
  'Constituencies': {'Constituency': [{'@Id': '3791',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sutton Coldfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3791',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sutton Coldfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '485',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'John Bower',
     'SwornInSurname': 'Mitchell',
     'SwornInTitle': None},
    {'@Id': '2878',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sutton Coldfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '579',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2878',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Sutton Coldfield',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '638',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1191',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Gedling',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1191',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Gedling',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-03-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Andrew Mitchell',
  'FullTitle': 'Rt Hon Andrew Mitchell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2001-06-07T00:00:00'},
    {'EndDate': '1997-05-01T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1987-06-11T00:00:00'}]},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mitchell, Mr Andrew',
  'MemberFrom': 'Sutton Coldfield',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '33623',
  '@Member_Id': '4274',
  '@Pims_Id': '1938',
  'Constituencies': {'Constituency': [{'@Id': '3608',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mid Ulster',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3608',
     'Election': {'@Id': '361',
      'Date': '2013-03-07T00:00:00',
      'Name': '07-Mar-2013 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mid Ulster',
     'Notes': None,
     'StartDate': '2013-03-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': 'Francie',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Molloy',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-12-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Francie Molloy',
  'FullTitle': 'Francie Molloy MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2013-03-07T00:00:00'}},
  'HouseStartDate': '2013-03-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Molloy, Francie',
  'MemberFrom': 'Mid Ulster',
  'Parties': {'Party': [{'@Id': '30',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Sinn Fein',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '30',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Sinn Fein',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2013-03-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Sinn Fein', '@Id': '30'}},
 {'@Dods_Id': '137172',
  '@Member_Id': '4443',
  '@Pims_Id': '6124',
  'Constituencies': {'Constituency': {'@Id': '1207',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow North West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '68',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-08-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Carol Monaghan',
  'FullTitle': 'Carol Monaghan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Monaghan, Carol',
  'MemberFrom': 'Glasgow North West',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '137266',
  '@Member_Id': '4383',
  '@Pims_Id': '6125',
  'Constituencies': {'Constituency': {'@Id': '543',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Caithness, Sutherland and Easter Ross',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '66',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-11-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Paul Monaghan',
  'FullTitle': 'Dr Paul Monaghan MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Monaghan, Dr Paul',
  'MemberFrom': 'Caithness, Sutherland and Easter Ross',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '35871',
  '@Member_Id': '1490',
  '@Pims_Id': '4822',
  'Constituencies': {'Constituency': [{'@Id': '3362',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bridgend',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3362',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bridgend',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '197',
     'SwornInForename': 'Madeleine',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Moon',
     'SwornInTitle': None},
    {'@Id': '437',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bridgend',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '407',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-03-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Madeleine Moon',
  'FullTitle': 'Mrs Madeleine Moon MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Moon, Mrs Madeleine',
  'MemberFrom': 'Bridgend',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35429',
  '@Member_Id': '4017',
  '@Pims_Id': '5714',
  'Constituencies': {'Constituency': [{'@Id': '3684',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Portsmouth North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3684',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Portsmouth North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '425',
     'SwornInForename': 'Penny',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mordaunt',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-03-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Penny Mordaunt',
  'FullTitle': 'Penny Mordaunt MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mordaunt, Penny',
  'MemberFrom': 'Portsmouth North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '39384',
  '@Member_Id': '1548',
  '@Pims_Id': '4824',
  'Constituencies': {'Constituency': [{'@Id': '3629',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newport East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3629',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Newport East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '214',
     'SwornInForename': 'Jessica',
     'SwornInMiddleNames': 'Elizabeth',
     'SwornInSurname': 'Morden',
     'SwornInTitle': None},
    {'@Id': '2085',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'Retired',
     'EntryType': 'First entry',
     'Name': 'Newport East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '538',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-05-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jessica Morden',
  'FullTitle': 'Jessica Morden MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morden, Jessica',
  'MemberFrom': 'Newport East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31696',
  '@Member_Id': '4027',
  '@Pims_Id': '5715',
  'Constituencies': {'Constituency': [{'@Id': '3586',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Loughborough',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3586',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Loughborough',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '391',
     'SwornInForename': 'Nicky',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Morgan',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-10-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nicky Morgan',
  'FullTitle': 'Rt Hon Nicky Morgan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morgan, Nicky',
  'MemberFrom': 'Loughborough',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62737',
  '@Member_Id': '4249',
  '@Pims_Id': '5726',
  'Constituencies': {'Constituency': [{'@Id': '3632',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newton Abbot',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3632',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newton Abbot',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-07-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Anne Marie Morris',
  'FullTitle': 'Anne Marie Morris MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morris, Anne Marie',
  'MemberFrom': 'Newton Abbot',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31581',
  '@Member_Id': '4135',
  '@Pims_Id': '5725',
  'Constituencies': {'Constituency': [{'@Id': '3618',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Morecambe and Lunesdale',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3618',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Morecambe and Lunesdale',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '306',
     'SwornInForename': 'David',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Morris',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-01-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Morris',
  'FullTitle': 'David Morris MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morris, David',
  'MemberFrom': 'Morecambe and Lunesdale',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '64630',
  '@Member_Id': '3973',
  '@Pims_Id': '5722',
  'Constituencies': {'Constituency': [{'@Id': '3458',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Easington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3458',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Easington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '298',
     'SwornInForename': 'Grahame',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Morris',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-03-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Grahame Morris',
  'FullTitle': 'Grahame Morris MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morris, Grahame',
  'MemberFrom': 'Easington',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '74640',
  '@Member_Id': '3992',
  '@Pims_Id': '5723',
  'Constituencies': {'Constituency': [{'@Id': '3508',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Halesowen and Rowley Regis',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3508',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Halesowen and Rowley Regis',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '331',
     'SwornInForename': 'James',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Morris',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-02-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Morris',
  'FullTitle': 'James Morris MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morris, James',
  'MemberFrom': 'Halesowen and Rowley Regis',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '41314',
  '@Member_Id': '4358',
  '@Pims_Id': '6126',
  'Constituencies': {'Constituency': {'@Id': '3290',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Aldridge-Brownhills',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '127',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-11-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Wendy Morton',
  'FullTitle': 'Wendy Morton MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Morton, Wendy',
  'MemberFrom': 'Aldridge-Brownhills',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62743',
  '@Member_Id': '4080',
  '@Pims_Id': '5728',
  'Constituencies': {'Constituency': [{'@Id': '3830',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Warrington South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3830',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Warrington South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '513',
     'SwornInForename': 'David',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Mowat',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-02-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Mowat',
  'FullTitle': 'David Mowat MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'David Mowat',
  'ListAs': 'Mowat, David',
  'MemberFrom': 'Warrington South',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35617',
  '@Member_Id': '1540',
  '@Pims_Id': '4826',
  'Constituencies': {'Constituency': [{'@Id': '3568',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leeds North West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3568',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leeds North West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '586',
     'SwornInForename': 'Gregory',
     'SwornInMiddleNames': 'Thomas',
     'SwornInSurname': 'Mulholland',
     'SwornInTitle': None},
    {'@Id': '1703',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leeds North West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '454',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-08-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Greg Mulholland',
  'FullTitle': 'Greg Mulholland MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mulholland, Greg',
  'MemberFrom': 'Leeds North West',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '137086',
  '@Member_Id': '4468',
  '@Pims_Id': '6127',
  'Constituencies': {'Constituency': {'@Id': '1661',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Kirkcaldy and Cowdenbeath',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '102',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-03-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Roger Mullin',
  'FullTitle': 'Roger Mullin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Mullin, Roger',
  'MemberFrom': 'Kirkcaldy and Cowdenbeath',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '32679',
  '@Member_Id': '1512',
  '@Pims_Id': '2043',
  'Constituencies': {'Constituency': [{'@Id': '914',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Dumfriesshire, Clydesdale and Tweeddale',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '914',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Dumfriesshire, Clydesdale and Tweeddale',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '81',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Gordon',
     'SwornInSurname': 'Mundell',
     'SwornInTitle': None},
    {'@Id': '914',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Dumfriesshire, Clydesdale and Tweeddale',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '404',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-05-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Mundell',
  'FullTitle': 'Rt Hon David Mundell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Secretary David Mundell',
  'ListAs': 'Mundell, David',
  'MemberFrom': 'Dumfriesshire, Clydesdale and Tweeddale',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '85111',
  '@Member_Id': '3966',
  '@Pims_Id': '5730',
  'Constituencies': {'Constituency': [{'@Id': '1047',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Edinburgh South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1047',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Edinburgh South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '524',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Murray',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-08-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian Murray',
  'FullTitle': 'Ian Murray MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Murray, Ian',
  'MemberFrom': 'Edinburgh South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62747',
  '@Member_Id': '4100',
  '@Pims_Id': '5731',
  'Constituencies': {'Constituency': [{'@Id': '3743',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South East Cornwall',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3743',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South East Cornwall',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '448',
     'SwornInForename': 'Sheryll',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Murray',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-02-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Sheryll Murray',
  'FullTitle': 'Mrs Sheryll Murray MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Murray, Mrs Sheryll',
  'MemberFrom': 'South East Cornwall',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25384',
  '@Member_Id': '1466',
  '@Pims_Id': '2058',
  'Constituencies': {'Constituency': [{'@Id': '3759',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South West Wiltshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3759',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Wiltshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '317',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'William',
     'SwornInSurname': 'Murrison',
     'SwornInTitle': None},
    {'@Id': '3144',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Westbury',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '299',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3144',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Westbury',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '503',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-04-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Andrew Murrison',
  'FullTitle': 'Dr Andrew Murrison MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Murrison, Dr Andrew',
  'MemberFrom': 'South West Wiltshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '54056',
  '@Member_Id': '4082',
  '@Pims_Id': '5612',
  'Constituencies': {'Constituency': [{'@Id': '3852',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wigan',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3852',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wigan',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '511',
     'SwornInForename': 'Lisa',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Nandy',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-08-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lisa Nandy',
  'FullTitle': 'Lisa Nandy MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Nandy, Lisa',
  'MemberFrom': 'Wigan',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '34498',
  '@Member_Id': '1601',
  '@Pims_Id': '5091',
  'Constituencies': {'Constituency': [{'@Id': '3372',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bromley and Chislehurst',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3372',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bromley and Chislehurst',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '70',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Neill',
     'SwornInTitle': None},
    {'@Id': '485',
     'Election': {'@Id': '342',
      'Date': '2006-06-29T00:00:00',
      'Name': '29-Jun-2006 By-election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bromley and Chislehurst',
     'Notes': None,
     'StartDate': '2006-06-29T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-06-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Robert Neill',
  'FullTitle': 'Robert Neill MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2006-06-29T00:00:00'}},
  'HouseStartDate': '2006-06-29T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Neill, Robert',
  'MemberFrom': 'Bromley and Chislehurst',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2006-06-29T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138156',
  '@Member_Id': '4420',
  '@Pims_Id': '6128',
  'Constituencies': {'Constituency': {'@Id': '2285',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Paisley and Renfrewshire North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '174',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-02-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gavin Newlands',
  'FullTitle': 'Gavin Newlands MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Newlands, Gavin',
  'MemberFrom': 'Paisley and Renfrewshire North',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '62750',
  '@Member_Id': '4071',
  '@Pims_Id': '5613',
  'Constituencies': {'Constituency': [{'@Id': '3812',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Truro and Falmouth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3812',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Truro and Falmouth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '562',
     'SwornInForename': 'Sarah',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Newton',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-07-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sarah Newton',
  'FullTitle': 'Sarah Newton MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Sarah Newton',
  'ListAs': 'Newton, Sarah',
  'MemberFrom': 'Truro and Falmouth',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137206',
  '@Member_Id': '4415',
  '@Pims_Id': '6129',
  'Constituencies': {'Constituency': {'@Id': '965',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'East Dunbartonshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '149',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-06-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Nicolson',
  'FullTitle': 'John Nicolson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Nicolson, John',
  'MemberFrom': 'East Dunbartonshire',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '31721',
  '@Member_Id': '4048',
  '@Pims_Id': '5614',
  'Constituencies': {'Constituency': [{'@Id': '3704',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Romsey and Southampton North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3704',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Romsey and Southampton North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '342',
     'SwornInForename': 'Caroline',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Nokes',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-06-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Caroline Nokes',
  'FullTitle': 'Caroline Nokes MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Caroline Nokes',
  'ListAs': 'Nokes, Caroline',
  'MemberFrom': 'Romsey and Southampton North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '51624',
  '@Member_Id': '3991',
  '@Pims_Id': '5615',
  'Constituencies': {'Constituency': [{'@Id': '3529',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hereford and South Herefordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3529',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hereford and South Herefordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '305',
     'SwornInForename': 'Jesse',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Norman',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-06-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jesse Norman',
  'FullTitle': 'Jesse Norman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Jesse Norman',
  'ListAs': 'Norman, Jesse',
  'MemberFrom': 'Hereford and South Herefordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31712',
  '@Member_Id': '4140',
  '@Pims_Id': '5664',
  'Constituencies': {'Constituency': [{'@Id': '3379',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bury North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3379',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bury North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '447',
     'SwornInForename': 'David',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Nuttall',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-03-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Nuttall',
  'FullTitle': 'Mr David Nuttall MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Nuttall, Mr David',
  'MemberFrom': 'Bury North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '42618',
  '@Member_Id': '4006',
  '@Pims_Id': '5616',
  'Constituencies': {'Constituency': [{'@Id': '3527',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hendon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3527',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hendon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '532',
     'SwornInForename': 'Matthew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Offord',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-09-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Matthew Offord',
  'FullTitle': 'Dr Matthew Offord MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Offord, Dr Matthew',
  'MemberFrom': 'Hendon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138158',
  '@Member_Id': '4371',
  '@Pims_Id': '6130',
  'Constituencies': {'Constituency': {'@Id': '67',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Argyll and Bute',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '75',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-04-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': "Brendan O'Hara",
  'FullTitle': "Brendan O'Hara MP",
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': "O'Hara, Brendan",
  'MemberFrom': 'Argyll and Bute',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '145640',
  '@Member_Id': '4591',
  '@Pims_Id': '6191',
  'Constituencies': {'Constituency': {'@Id': '3699',
    'Election': {'@Id': '374',
     'Date': '2016-12-01T00:00:00',
     'Name': '01-Dec-2016 By-election',
     'Type': 'By-election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Richmond Park',
    'Notes': None,
    'StartDate': '2016-12-01T00:00:00',
    'SwearInOrder': None,
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2016-12-01T00:00:00'},
  'DateOfBirth': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sarah Olney',
  'FullTitle': 'Sarah Olney MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2016-12-01T00:00:00'}},
  'HouseStartDate': '2016-12-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Olney, Sarah',
  'MemberFrom': 'Richmond Park',
  'Parties': {'Party': {'@Id': '17',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Liberal Democrat',
    'Note': None,
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2016-12-01T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '133966',
  '@Member_Id': '4464',
  '@Pims_Id': '6131',
  'Constituencies': {'Constituency': {'@Id': '3502',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Great Grimsby',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '43',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-06-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Melanie Onn',
  'FullTitle': 'Melanie Onn MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Onn, Melanie',
  'MemberFrom': 'Great Grimsby',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83135',
  '@Member_Id': '4124',
  '@Pims_Id': '5617',
  'Constituencies': {'Constituency': [{'@Id': '3625',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Newcastle upon Tyne Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3625',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newcastle upon Tyne Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '428',
     'SwornInForename': 'Chinyelu Susan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Onwurah',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-04-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chi Onwurah',
  'FullTitle': 'Chi Onwurah MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Onwurah, Chi',
  'MemberFrom': 'Newcastle upon Tyne Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41334',
  '@Member_Id': '4142',
  '@Pims_Id': '5666',
  'Constituencies': {'Constituency': [{'@Id': '3532',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hexham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3532',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hexham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '445',
     'SwornInForename': 'Guy',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Opperman',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-05-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Guy Opperman',
  'FullTitle': 'Guy Opperman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Opperman, Guy',
  'MemberFrom': 'Hexham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '134269',
  '@Member_Id': '4515',
  '@Pims_Id': '6132',
  'Constituencies': {'Constituency': {'@Id': '3470',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Edmonton',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '61',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-08-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kate Osamor',
  'FullTitle': 'Kate Osamor MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Osamor, Kate',
  'MemberFrom': 'Edmonton',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': 'Co-op'}},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '25194',
  '@Member_Id': '1458',
  '@Pims_Id': '2219',
  'Constituencies': {'Constituency': [{'@Id': '3795',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tatton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3795',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tatton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '6',
     'SwornInForename': 'George',
     'SwornInMiddleNames': 'Gideon Oliver',
     'SwornInSurname': 'Osborne',
     'SwornInTitle': None},
    {'@Id': '2896',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tatton',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '36',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2896',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tatton',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '512',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-05-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr George Osborne',
  'FullTitle': 'Rt Hon George Osborne MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Osborne, Mr George',
  'MemberFrom': 'Tatton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137088',
  '@Member_Id': '4413',
  '@Pims_Id': '6133',
  'Constituencies': {'Constituency': {'@Id': '994',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'East Renfrewshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '76',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-12-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kirsten Oswald',
  'FullTitle': 'Kirsten Oswald MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Oswald, Kirsten',
  'MemberFrom': 'East Renfrewshire',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25395',
  '@Member_Id': '1474',
  '@Pims_Id': '2226',
  'Constituencies': {'Constituency': [{'@Id': '3875',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ynys Môn',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3875',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ynys Môn',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '211',
     'SwornInForename': 'Albert',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Owen',
     'SwornInTitle': None},
    {'@Id': '3282',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ynys Môn',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '287',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3282',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ynys Môn',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '555',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-08-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Albert Owen',
  'FullTitle': 'Albert Owen MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Owen, Albert',
  'MemberFrom': 'Ynys Môn',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '33629',
  '@Member_Id': '4129',
  '@Pims_Id': '2246',
  'Constituencies': {'Constituency': [{'@Id': '3634',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Antrim',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3634',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Antrim',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '363',
     'SwornInForename': 'Ian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Paisley Junior',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-12-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ian Paisley',
  'FullTitle': 'Ian Paisley MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Paisley, Ian',
  'MemberFrom': 'North Antrim',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '28723',
  '@Member_Id': '4072',
  '@Pims_Id': '4943',
  'Constituencies': {'Constituency': [{'@Id': '3804',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tiverton and Honiton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3804',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tiverton and Honiton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '239',
     'SwornInForename': 'Neil',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Parish',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-05-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Neil Parish',
  'FullTitle': 'Neil Parish MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Parish, Neil',
  'MemberFrom': 'Tiverton and Honiton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '37703',
  '@Member_Id': '4066',
  '@Pims_Id': '5618',
  'Constituencies': {'Constituency': [{'@Id': '3858',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Witham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3858',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Witham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '258',
     'SwornInForename': 'Priti',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Patel',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-03-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Priti Patel',
  'FullTitle': 'Rt Hon Priti Patel MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Priti Patel',
  'ListAs': 'Patel, Priti',
  'MemberFrom': 'Witham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25405',
  '@Member_Id': '274',
  '@Pims_Id': '118',
  'Constituencies': {'Constituency': [{'@Id': '3648',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Shropshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3648',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Shropshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '629',
     'SwornInForename': 'Owen',
     'SwornInMiddleNames': 'William',
     'SwornInSurname': 'Paterson',
     'SwornInTitle': None},
    {'@Id': '2152',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Shropshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '631',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2152',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Shropshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '630',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2152',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Shropshire',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '7',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-06-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Owen Paterson',
  'FullTitle': 'Rt Hon Owen Paterson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Paterson, Mr Owen',
  'MemberFrom': 'North Shropshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '121911',
  '@Member_Id': '4392',
  '@Pims_Id': '6134',
  'Constituencies': {'Constituency': {'@Id': '2784',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Stirling',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '147',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-04-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Steven Paterson',
  'FullTitle': 'Steven Paterson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Paterson, Steven',
  'MemberFrom': 'Stirling',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '35411',
  '@Member_Id': '4052',
  '@Pims_Id': '5620',
  'Constituencies': {'Constituency': [{'@Id': '3708',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Rugby',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3708',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rugby',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '589',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Pawsey',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-01-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Pawsey',
  'FullTitle': 'Mark Pawsey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pawsey, Mark',
  'MemberFrom': 'Rugby',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '79865',
  '@Member_Id': '4003',
  '@Pims_Id': '5621',
  'Constituencies': {'Constituency': [{'@Id': '3479',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Erith and Thamesmead',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3479',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Erith and Thamesmead',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '540',
     'SwornInForename': 'Teresa',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Pearce',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-02-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Teresa Pearce',
  'FullTitle': 'Teresa Pearce MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pearce, Teresa',
  'MemberFrom': 'Erith and Thamesmead',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31734',
  '@Member_Id': '1528',
  '@Pims_Id': '4833',
  'Constituencies': {'Constituency': [{'@Id': '3525',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hemel Hempstead',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3525',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hemel Hempstead',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '80',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': 'Alan',
     'SwornInSurname': 'Penning',
     'SwornInTitle': None},
    {'@Id': '1421',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hemel Hempstead',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '383',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mike Penning',
  'FullTitle': 'Rt Hon Mike Penning MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mike Penning',
  'ListAs': 'Penning, Mike',
  'MemberFrom': 'Hemel Hempstead',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '109310',
  '@Member_Id': '4520',
  '@Pims_Id': '6135',
  'Constituencies': {'Constituency': {'@Id': '3504',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Greenwich and Woolwich',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '31',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1982-10-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Matthew Pennycook',
  'FullTitle': 'Matthew Pennycook MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pennycook, Matthew',
  'MemberFrom': 'Greenwich and Woolwich',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31711',
  '@Member_Id': '1584',
  '@Pims_Id': '4834',
  'Constituencies': {'Constituency': [{'@Id': '3851',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Weston-super-Mare',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3851',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Weston-super-Mare',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '86',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'David',
     'SwornInSurname': 'Penrose',
     'SwornInTitle': None},
    {'@Id': '3166',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Weston-Super-Mare',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '408',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-06-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Penrose',
  'FullTitle': 'John Penrose MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Penrose, John',
  'MemberFrom': 'Weston-super-Mare',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '40470',
  '@Member_Id': '3939',
  '@Pims_Id': '5517',
  'Constituencies': {'Constituency': [{'@Id': '3364',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Brigg and Goole',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3364',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Brigg and Goole',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '337',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Percy',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-09-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Percy',
  'FullTitle': 'Andrew Percy MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Andrew Percy',
  'ListAs': 'Percy, Andrew',
  'MemberFrom': 'Brigg and Goole',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '64625',
  '@Member_Id': '3952',
  '@Pims_Id': '5518',
  'Constituencies': {'Constituency': [{'@Id': '3408',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chesterfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3408',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chesterfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '357',
     'SwornInForename': 'Toby',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Perkins',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-08-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Toby Perkins',
  'FullTitle': 'Toby Perkins MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Perkins, Toby',
  'MemberFrom': 'Chesterfield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83522',
  '@Member_Id': '3974',
  '@Pims_Id': '5520',
  'Constituencies': {'Constituency': [{'@Id': '3445',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Devizes',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3445',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Devizes',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '279',
     'SwornInForename': 'Claire',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Perry',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-04-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Claire Perry',
  'FullTitle': 'Claire Perry MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Perry, Claire',
  'MemberFrom': 'Devizes',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106164',
  '@Member_Id': '4370',
  '@Pims_Id': '6136',
  'Constituencies': {'Constituency': {'@Id': '3333',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Birmingham, Yardley',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '90',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-10-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jess Phillips',
  'FullTitle': 'Jess Phillips MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Phillips, Jess',
  'MemberFrom': 'Birmingham, Yardley',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '79095',
  '@Member_Id': '4046',
  '@Pims_Id': '5623',
  'Constituencies': {'Constituency': [{'@Id': '3540',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Houghton and Sunderland South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3540',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Houghton and Sunderland South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '400',
     'SwornInForename': 'Bridget',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Phillipson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1983-12-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Bridget Phillipson',
  'FullTitle': 'Bridget Phillipson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Phillipson, Bridget',
  'MemberFrom': 'Houghton and Sunderland South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62759',
  '@Member_Id': '4503',
  '@Pims_Id': '6137',
  'Constituencies': {'Constituency': {'@Id': '3434',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Croydon South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '7',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-07-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Philp',
  'FullTitle': 'Chris Philp MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Philp, Chris',
  'MemberFrom': 'Croydon South',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25404',
  '@Member_Id': '33',
  '@Pims_Id': '42',
  'Constituencies': {'Constituency': [{'@Id': '3361',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Brentwood and Ongar',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3361',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brentwood and Ongar',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '9',
     'SwornInForename': 'Eric',
     'SwornInMiddleNames': 'Jack',
     'SwornInSurname': 'Pickles',
     'SwornInTitle': None},
    {'@Id': '435',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brentwood and Ongar',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '139',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '435',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brentwood and Ongar',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '462',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '435',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Brentwood and Ongar',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '434',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Brentwood and Ongar',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '84',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1952-04-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Eric Pickles',
  'FullTitle': 'Rt Hon Sir Eric Pickles MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pickles, Sir Eric',
  'MemberFrom': 'Brentwood and Ongar',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35491',
  '@Member_Id': '4075',
  '@Pims_Id': '5624',
  'Constituencies': {'Constituency': [{'@Id': '3794',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tamworth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3794',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tamworth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '390',
     'SwornInForename': 'Chris',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Pincher',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-09-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Christopher Pincher',
  'FullTitle': 'Christopher Pincher MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pincher, Christopher',
  'MemberFrom': 'Tamworth',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83524',
  '@Member_Id': '3932',
  '@Pims_Id': '5522',
  'Constituencies': {'Constituency': [{'@Id': '3399',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Central Suffolk and North Ipswich',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3399',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Central Suffolk and North Ipswich',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '318',
     'SwornInForename': 'Daniel ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Poulter',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-10-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Dan Poulter',
  'FullTitle': 'Dr Dan Poulter MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Poulter, Dr Dan',
  'MemberFrom': 'Central Suffolk and North Ipswich',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25409',
  '@Member_Id': '161',
  '@Pims_Id': '218',
  'Constituencies': {'Constituency': [{'@Id': '3456',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ealing North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3456',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ealing North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '100',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': 'Pelham',
     'SwornInSurname': 'Pound',
     'SwornInTitle': None},
    {'@Id': '943',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ealing North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '295',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '943',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ealing North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '403',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '943',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ealing North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '50',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-07-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Pound',
  'FullTitle': 'Stephen Pound MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pound, Stephen',
  'MemberFrom': 'Ealing North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '106166',
  '@Member_Id': '4522',
  '@Pims_Id': '6138',
  'Constituencies': {'Constituency': {'@Id': '3796',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Taunton Deane',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '21',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-10-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rebecca Pow',
  'FullTitle': 'Rebecca Pow MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pow, Rebecca',
  'MemberFrom': 'Taunton Deane',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '60214',
  '@Member_Id': '4263',
  '@Pims_Id': '6002',
  'Constituencies': {'Constituency': [{'@Id': '3596',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Manchester Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3596',
     'Election': {'@Id': '358',
      'Date': '2012-11-15T00:00:00',
      'Name': '15-Nov-2012 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Manchester Central',
     'Notes': None,
     'StartDate': '2012-11-15T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-10-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Lucy Powell',
  'FullTitle': 'Lucy Powell MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2012-11-15T00:00:00'}},
  'HouseStartDate': '2012-11-15T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Powell, Lucy',
  'MemberFrom': 'Manchester Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2012-11-15T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '136496',
  '@Member_Id': '4401',
  '@Pims_Id': '6139',
  'Constituencies': {'Constituency': {'@Id': '3300',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Banbury',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '94',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-03-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Victoria Prentis',
  'FullTitle': 'Victoria Prentis MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Prentis, Victoria',
  'MemberFrom': 'Banbury',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25334',
  '@Member_Id': '1424',
  '@Pims_Id': '247',
  'Constituencies': {'Constituency': [{'@Id': '3530',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hertford and Stortford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3530',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hertford and Stortford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '130',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Michael',
     'SwornInSurname': 'Prisk',
     'SwornInTitle': None},
    {'@Id': '1451',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hertford and Stortford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '354',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1451',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hertford and Stortford',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '391',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-06-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Mark Prisk',
  'FullTitle': 'Mr Mark Prisk MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Prisk, Mr Mark',
  'MemberFrom': 'Hertford and Stortford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31594',
  '@Member_Id': '1576',
  '@Pims_Id': '4836',
  'Constituencies': {'Constituency': [{'@Id': '3800',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'The Wrekin',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3800',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'The Wrekin',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '290',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Andrew',
     'SwornInSurname': 'Pritchard',
     'SwornInTitle': None},
    {'@Id': '2916',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'The Wrekin',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '409',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-11-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Pritchard',
  'FullTitle': 'Mark Pritchard MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pritchard, Mark',
  'MemberFrom': 'The Wrekin',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25198',
  '@Member_Id': '1454',
  '@Pims_Id': '260',
  'Constituencies': {'Constituency': [{'@Id': '3763',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Southport',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3763',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southport',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '246',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'David',
     'SwornInSurname': 'Pugh',
     'SwornInTitle': None},
    {'@Id': '2724',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southport',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '293',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2724',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Southport',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '525',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-06-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Pugh',
  'FullTitle': 'John Pugh MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pugh, John',
  'MemberFrom': 'Southport',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '101628',
  '@Member_Id': '4369',
  '@Pims_Id': '6140',
  'Constituencies': {'Constituency': {'@Id': '3426',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Corby',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '17',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1988-11-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tom Pursglove',
  'FullTitle': 'Tom Pursglove MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Pursglove, Tom',
  'MemberFrom': 'Corby',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138505',
  '@Member_Id': '4507',
  '@Pims_Id': '6141',
  'Constituencies': {'Constituency': {'@Id': '3539',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Horsham',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '169',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-09-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jeremy Quin',
  'FullTitle': 'Jeremy Quin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Quin, Jeremy',
  'MemberFrom': 'Horsham',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '77098',
  '@Member_Id': '4423',
  '@Pims_Id': '6142',
  'Constituencies': {'Constituency': {'@Id': '3422',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Colchester',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '152',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1982-12-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Will Quince',
  'FullTitle': 'Will Quince MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Quince, Will',
  'MemberFrom': 'Colchester',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35869',
  '@Member_Id': '3924',
  '@Pims_Id': '5523',
  'Constituencies': {'Constituency': [{'@Id': '3345',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bolton South East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3345',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bolton South East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '360',
     'SwornInForename': 'Yasmin ',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Qureshi',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-07-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Yasmin Qureshi',
  'FullTitle': 'Yasmin Qureshi MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Qureshi, Yasmin',
  'MemberFrom': 'Bolton South East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83496',
  '@Member_Id': '4007',
  '@Pims_Id': '5626',
  'Constituencies': {'Constituency': [{'@Id': '3480',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Esher and Walton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3480',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Esher and Walton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '340',
     'SwornInForename': 'Dominic',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Raab',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-02-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dominic Raab',
  'FullTitle': 'Dominic Raab MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Raab, Dominic',
  'MemberFrom': 'Esher and Walton',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '134574',
  '@Member_Id': '4356',
  '@Pims_Id': '6143',
  'Constituencies': {'Constituency': {'@Id': '3298',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ashton-under-Lyne',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '30',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-03-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Angela Rayner',
  'FullTitle': 'Angela Rayner MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rayner, Angela',
  'MemberFrom': 'Ashton-under-Lyne',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25340',
  '@Member_Id': '14',
  '@Pims_Id': '329',
  'Constituencies': {'Constituency': [{'@Id': '3861',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wokingham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3861',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wokingham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '153',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Alan',
     'SwornInSurname': 'Redwood',
     'SwornInTitle': None},
    {'@Id': '3214',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wokingham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '473',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3214',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wokingham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '56',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3214',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wokingham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3213',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wokingham',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3213',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wokingham',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '4',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1951-06-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Redwood',
  'FullTitle': 'Rt Hon John Redwood MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Redwood, John',
  'MemberFrom': 'Wokingham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '101345',
  '@Member_Id': '4268',
  '@Pims_Id': '6003',
  'Constituencies': {'Constituency': [{'@Id': '3433',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Croydon North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3433',
     'Election': {'@Id': '359',
      'Date': '2012-11-29T00:00:00',
      'Name': '29-Nov-2012 By-election',
      'Type': 'By-election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Croydon North',
     'Notes': None,
     'StartDate': '2012-11-29T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-11-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Steve Reed',
  'FullTitle': 'Mr Steve Reed MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2012-11-29T00:00:00'}},
  'HouseStartDate': '2012-11-29T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Reed, Mr Steve',
  'MemberFrom': 'Croydon North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2012-11-29T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '91697',
  '@Member_Id': '4525',
  '@Pims_Id': '6144',
  'Constituencies': {'Constituency': {'@Id': '3620',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Neath',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '155',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-02-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Christina Rees',
  'FullTitle': 'Christina Rees MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rees, Christina',
  'MemberFrom': 'Neath',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2016-07-09T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2016-07-09T00:00:00',
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '42117',
  '@Member_Id': '4099',
  '@Pims_Id': '5628',
  'Constituencies': {'Constituency': [{'@Id': '3645',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North East Somerset',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3645',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North East Somerset',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '559',
     'SwornInForename': 'Jacob',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Rees-Mogg',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-05-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Jacob Rees-Mogg',
  'FullTitle': 'Mr Jacob Rees-Mogg MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rees-Mogg, Mr Jacob',
  'MemberFrom': 'North East Somerset',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35872',
  '@Member_Id': '4031',
  '@Pims_Id': '5629',
  'Constituencies': {'Constituency': [{'@Id': '3569',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leeds West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3569',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leeds West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '366',
     'SwornInForename': 'Rachel',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Reeves',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-02-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rachel Reeves',
  'FullTitle': 'Rachel Reeves MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Reeves, Rachel',
  'MemberFrom': 'Leeds West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '52382',
  '@Member_Id': '4077',
  '@Pims_Id': '5630',
  'Constituencies': {'Constituency': [{'@Id': '3862',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wolverhampton North East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3862',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wolverhampton North East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '578',
     'SwornInForename': 'Emma',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Reynolds',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-11-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Emma Reynolds',
  'FullTitle': 'Emma Reynolds MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Reynolds, Emma',
  'MemberFrom': 'Wolverhampton North East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84903',
  '@Member_Id': '4119',
  '@Pims_Id': '5631',
  'Constituencies': {'Constituency': [{'@Id': '3772',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stalybridge and Hyde',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3772',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stalybridge and Hyde',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '241',
     'SwornInForename': 'Jonathan',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Reynolds',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-08-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jonathan Reynolds',
  'FullTitle': 'Jonathan Reynolds MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Reynolds, Jonathan',
  'MemberFrom': 'Stalybridge and Hyde',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '110436',
  '@Member_Id': '4457',
  '@Pims_Id': '6145',
  'Constituencies': {'Constituency': {'@Id': '3768',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'St Helens South and Whiston',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '79',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1947-04-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Marie Rimmer',
  'FullTitle': 'Marie Rimmer MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rimmer, Marie',
  'MemberFrom': 'St Helens South and Whiston',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '33632',
  '@Member_Id': '4130',
  '@Pims_Id': '385',
  'Constituencies': {'Constituency': [{'@Id': '3741',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Down',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3741',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Down',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '605',
     'SwornInForename': 'Margaret',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Ritchie',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-03-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Margaret Ritchie',
  'FullTitle': 'Ms Margaret Ritchie MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ritchie, Ms Margaret',
  'MemberFrom': 'South Down',
  'Parties': {'Party': [{'@Id': '31',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Social Democratic & Labour Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '31',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Social Democratic & Labour Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Social Democratic & Labour Party', '@Id': '31'}},
 {'@Dods_Id': '25347',
  '@Member_Id': '1433',
  '@Pims_Id': '398',
  'Constituencies': {'Constituency': [{'@Id': '2004',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Moray',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2004',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Moray',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '206',
     'SwornInForename': 'Angus',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Robertson',
     'SwornInTitle': None},
    {'@Id': '2004',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Moray',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '257',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2003',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Moray',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '556',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-09-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Angus Robertson',
  'FullTitle': 'Rt Hon Angus Robertson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Robertson, Angus',
  'MemberFrom': 'Moray',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25350',
  '@Member_Id': '253',
  '@Pims_Id': '402',
  'Constituencies': {'Constituency': [{'@Id': '3798',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Tewkesbury',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3798',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tewkesbury',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '529',
     'SwornInForename': 'Laurence',
     'SwornInMiddleNames': 'Anthony',
     'SwornInSurname': 'Robertson',
     'SwornInTitle': None},
    {'@Id': '2907',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tewkesbury',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '232',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2907',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Tewkesbury',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '319',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2907',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Tewkesbury',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '9',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-03-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Laurence Robertson',
  'FullTitle': 'Mr Laurence Robertson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Robertson, Mr Laurence',
  'MemberFrom': 'Tewkesbury',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '121653',
  '@Member_Id': '4360',
  '@Pims_Id': '6146',
  'Constituencies': {'Constituency': {'@Id': '3314',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Belfast East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '180',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1984-11-22T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gavin Robinson',
  'FullTitle': 'Gavin Robinson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Robinson, Gavin',
  'MemberFrom': 'Belfast East',
  'Parties': {'Party': {'@Id': '7',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Democratic Unionist Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '25201',
  '@Member_Id': '307',
  '@Pims_Id': '405',
  'Constituencies': {'Constituency': [{'@Id': '3428',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3428',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '295',
     'SwornInForename': 'Geoffrey',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Robinson',
     'SwornInTitle': None},
    {'@Id': '763',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '602',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '763',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '606',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '763',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '762',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '762',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '762',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '761',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '761',
     'Election': {'@Id': '242',
      'Date': '1976-03-04T00:00:00',
      'Name': '04-Mar-1976 By-election',
      'Type': 'By-election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'Coventry North West',
     'Notes': None,
     'StartDate': '1976-03-04T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1938-05-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Geoffrey Robinson',
  'FullTitle': 'Mr Geoffrey Robinson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1976-03-04T00:00:00'}},
  'HouseStartDate': '1976-03-04T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Robinson, Mr Geoffrey',
  'MemberFrom': 'Coventry North West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1976-03-04T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '106168',
  '@Member_Id': '4406',
  '@Pims_Id': '6147',
  'Constituencies': {'Constituency': {'@Id': '3403',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cheadle',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '157',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-08-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mary Robinson',
  'FullTitle': 'Mary Robinson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Robinson, Mary',
  'MemberFrom': 'Cheadle',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25356',
  '@Member_Id': '1447',
  '@Pims_Id': '455',
  'Constituencies': {'Constituency': [{'@Id': '3703',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Romford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3703',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Romford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '289',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'Richard',
     'SwornInSurname': 'Rosindell',
     'SwornInTitle': None},
    {'@Id': '2448',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Romford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '426',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2448',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Romford',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '309',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-03-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Rosindell',
  'FullTitle': 'Andrew Rosindell MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rosindell, Andrew',
  'MemberFrom': 'Romford',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '85412',
  '@Member_Id': '4035',
  '@Pims_Id': '5632',
  'Constituencies': {'Constituency': [{'@Id': '3582',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Liverpool, Walton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3582',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Liverpool, Walton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '539',
     'SwornInForename': 'Steve',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Rotheram',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-11-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Steve Rotheram',
  'FullTitle': 'Steve Rotheram MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rotheram, Steve',
  'MemberFrom': 'Liverpool, Walton',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '41303',
  '@Member_Id': '3983',
  '@Pims_Id': '5633',
  'Constituencies': {'Constituency': [{'@Id': '3521',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hastings and Rye',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3521',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hastings and Rye',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '561',
     'SwornInForename': 'Amber',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Rudd',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-08-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Amber Rudd',
  'FullTitle': 'Rt Hon Amber Rudd MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Amber Rudd',
  'ListAs': 'Rudd, Amber',
  'MemberFrom': 'Hastings and Rye',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83409',
  '@Member_Id': '4033',
  '@Pims_Id': '5634',
  'Constituencies': {'Constituency': [{'@Id': '3591',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Macclesfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3591',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Macclesfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '407',
     'SwornInForename': 'David',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Rutley',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-03-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Rutley',
  'FullTitle': 'David Rutley MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Rutley, David',
  'MemberFrom': 'Macclesfield',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25365',
  '@Member_Id': '166',
  '@Pims_Id': '509',
  'Constituencies': {'Constituency': [{'@Id': '3474',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Re-entry',
     'Name': 'Enfield North',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': '45',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1078',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Enfield North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '125',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1078',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Enfield North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '504',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1078',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Enfield North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '124',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-09-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Joan Ryan',
  'FullTitle': 'Rt Hon Joan Ryan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2015-05-07T00:00:00'},
    {'EndDate': '2010-05-06T00:00:00',
     'EndNotes': None,
     'EndReason': 'Defeated',
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'}]},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Ryan, Joan',
  'MemberFrom': 'Enfield North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-05-07T00:00:00',
     'Name': 'Labour',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25366',
  '@Member_Id': '577',
  '@Pims_Id': '536',
  'Constituencies': {'Constituency': [{'@Id': '1284',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Re-entry',
     'Name': 'Gordon',
     'Notes': None,
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '110',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'Retired',
     'EntryType': 'Continuation',
     'Name': 'Banff and Buchan',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '169',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '109',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Banff and Buchan',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '172',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '109',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Banff and Buchan',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '108',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Banff and Buchan',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '108',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Banff and Buchan',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '66',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-12-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alex Salmond',
  'FullTitle': 'Rt Hon Alex Salmond MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2015-05-07T00:00:00'},
    {'EndDate': '2010-05-06T00:00:00',
     'EndNotes': None,
     'EndReason': 'Retired',
     'House': 'Commons',
     'StartDate': '1987-06-11T00:00:00'}]},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Salmond, Alex',
  'MemberFrom': 'Gordon',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-05-07T00:00:00',
     'Name': 'Scottish National Party',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '58080',
  '@Member_Id': '4506',
  '@Pims_Id': '6148',
  'Constituencies': {'Constituency': {'@Id': '3469',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Eddisbury',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '26',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Antoinette Sandbach',
  'FullTitle': 'Antoinette Sandbach MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sandbach, Antoinette',
  'MemberFrom': 'Eddisbury',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '58063',
  '@Member_Id': '4521',
  '@Pims_Id': '6149',
  'Constituencies': {'Constituency': {'@Id': '3454',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dwyfor Meirionnydd',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '11',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-12-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Liz Saville Roberts',
  'FullTitle': 'Liz Saville Roberts MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Saville Roberts, Liz',
  'MemberFrom': 'Dwyfor Meirionnydd',
  'Parties': {'Party': {'@Id': '22',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Plaid Cymru',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Plaid Cymru', '@Id': '22'}},
 {'@Dods_Id': '106199',
  '@Member_Id': '4414',
  '@Pims_Id': '6150',
  'Constituencies': {'Constituency': {'@Id': '3790',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Sutton and Cheam',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '123',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-04-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paul Scully',
  'FullTitle': 'Paul Scully MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Scully, Paul',
  'MemberFrom': 'Sutton and Cheam',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25301',
  '@Member_Id': '1453',
  '@Pims_Id': '641',
  'Constituencies': {'Constituency': [{'@Id': '3754',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South West Bedfordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3754',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Bedfordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '418',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'Edmund Armstrong',
     'SwornInSurname': 'Selous',
     'SwornInTitle': None},
    {'@Id': '2681',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Bedfordshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '347',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2681',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South West Bedfordshire',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '394',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-04-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Selous',
  'FullTitle': 'Andrew Selous MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Selous, Andrew',
  'MemberFrom': 'South West Bedfordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '138070',
  '@Member_Id': '4409',
  '@Pims_Id': '6151',
  'Constituencies': {'Constituency': {'@Id': '3355',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bradford West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '63',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-11-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Naz Shah',
  'FullTitle': 'Naz Shah MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Shah, Naz',
  'MemberFrom': 'Bradford West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2016-07-05T00:00:00',
     'SubType': None},
    {'@Id': '8',
     'EndDate': '2016-07-05T00:00:00',
     'Name': 'Independent',
     'Note': None,
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2016-04-27T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2016-04-27T00:00:00',
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '33634',
  '@Member_Id': '4131',
  '@Pims_Id': '650',
  'Constituencies': {'Constituency': [{'@Id': '3782',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Strangford',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3782',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Strangford',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '610',
     'SwornInForename': 'Jim',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Shannon',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-03-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jim Shannon',
  'FullTitle': 'Jim Shannon MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Shannon, Jim',
  'MemberFrom': 'Strangford',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '31715',
  '@Member_Id': '1582',
  '@Pims_Id': '4846',
  'Constituencies': {'Constituency': [{'@Id': '3839',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Welwyn Hatfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3839',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Welwyn Hatfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '633',
     'SwornInForename': 'Grant',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Shapps',
     'SwornInTitle': None},
    {'@Id': '3085',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Welwyn Hatfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '382',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-09-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Grant Shapps',
  'FullTitle': 'Rt Hon Grant Shapps MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Shapps, Grant',
  'MemberFrom': 'Welwyn Hatfield',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62774',
  '@Member_Id': '4014',
  '@Pims_Id': '5638',
  'Constituencies': {'Constituency': [{'@Id': '3692',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Reading West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3692',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Reading West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '453',
     'SwornInForename': 'Alok',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Sharma',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-09-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alok Sharma',
  'FullTitle': 'Alok Sharma MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Alok Sharma',
  'ListAs': 'Sharma, Alok',
  'MemberFrom': 'Reading West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '61606',
  '@Member_Id': '1604',
  '@Pims_Id': '5258',
  'Constituencies': {'Constituency': [{'@Id': '3457',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ealing, Southall',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3457',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ealing, Southall',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '171',
     'SwornInForename': 'Virendra',
     'SwornInMiddleNames': 'Kumar',
     'SwornInSurname': 'Sharma',
     'SwornInTitle': None},
    {'@Id': '951',
     'Election': {'@Id': '343',
      'Date': '2007-07-19T00:00:00',
      'Name': '19-Jul-2007 By-election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ealing, Southall',
     'Notes': None,
     'StartDate': '2007-07-19T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1947-04-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Virendra Sharma',
  'FullTitle': 'Mr Virendra Sharma MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2007-07-19T00:00:00'}},
  'HouseStartDate': '2007-07-19T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sharma, Mr Virendra',
  'MemberFrom': 'Ealing, Southall',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2007-07-19T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25297',
  '@Member_Id': '411',
  '@Pims_Id': '663',
  'Constituencies': {'Constituency': [{'@Id': '3542',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3542',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '138',
     'SwornInForename': 'Barry',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Sheerman',
     'SwornInTitle': None},
    {'@Id': '1524',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '207',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1524',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '625',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1524',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1523',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1523',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1523',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Huddersfield',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1526',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Huddersfield East',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '9',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1940-08-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Barry Sheerman',
  'FullTitle': 'Mr Barry Sheerman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1979-05-03T00:00:00'}},
  'HouseStartDate': '1979-05-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sheerman, Mr Barry',
  'MemberFrom': 'Huddersfield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1979-05-03T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '35500',
  '@Member_Id': '3997',
  '@Pims_Id': '5639',
  'Constituencies': {'Constituency': [{'@Id': '3472',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Elmet and Rothwell',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3472',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Elmet and Rothwell',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '261',
     'SwornInForename': 'Alec',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Shelbrooke',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-01-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alec Shelbrooke',
  'FullTitle': 'Alec Shelbrooke MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Shelbrooke, Alec',
  'MemberFrom': 'Elmet and Rothwell',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137173',
  '@Member_Id': '4453',
  '@Pims_Id': '6152',
  'Constituencies': {'Constituency': {'@Id': '1035',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Edinburgh East',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '111',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-03-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tommy Sheppard',
  'FullTitle': 'Tommy Sheppard MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sheppard, Tommy',
  'MemberFrom': 'Edinburgh East',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '108955',
  '@Member_Id': '4426',
  '@Pims_Id': '6153',
  'Constituencies': {'Constituency': {'@Id': '3446',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dewsbury',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '62',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-04-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Paula Sherriff',
  'FullTitle': 'Paula Sherriff MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sherriff, Paula',
  'MemberFrom': 'Dewsbury',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83624',
  '@Member_Id': '4013',
  '@Pims_Id': '5640',
  'Constituencies': {'Constituency': [{'@Id': '3590',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Luton South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3590',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Luton South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '399',
     'SwornInForename': 'Gavin',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Shuker',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-10-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Gavin Shuker',
  'FullTitle': 'Mr Gavin Shuker MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Shuker, Mr Gavin',
  'MemberFrom': 'Luton South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '106201',
  '@Member_Id': '4518',
  '@Pims_Id': '6154',
  'Constituencies': {'Constituency': {'@Id': '3513',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Hampstead and Kilburn',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '144',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1982-09-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tulip Siddiq',
  'FullTitle': 'Tulip Siddiq MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Siddiq, Tulip',
  'MemberFrom': 'Hampstead and Kilburn',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '33635',
  '@Member_Id': '1597',
  '@Pims_Id': '709',
  'Constituencies': {'Constituency': [{'@Id': '3816',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Upper Bann',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3816',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Upper Bann',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '602',
     'SwornInForename': 'David',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Simpson',
     'SwornInTitle': None},
    {'@Id': '2984',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Upper Bann',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '270',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-02-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Simpson',
  'FullTitle': 'David Simpson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Simpson, David',
  'MemberFrom': 'Upper Bann',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '25206',
  '@Member_Id': '126',
  '@Pims_Id': '710',
  'Constituencies': {'Constituency': [{'@Id': '3371',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Broadland',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3371',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Broadland',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '264',
     'SwornInForename': 'Keith',
     'SwornInMiddleNames': 'Robert',
     'SwornInSurname': 'Simpson',
     'SwornInTitle': None},
    {'@Id': '1950',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Norfolk',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '280',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1950',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Norfolk',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '553',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1950',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Mid Norfolk',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '5',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-03-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Keith Simpson',
  'FullTitle': 'Rt Hon Keith Simpson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Simpson, Mr Keith',
  'MemberFrom': 'Broadland',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62314',
  '@Member_Id': '4021',
  '@Pims_Id': '5641',
  'Constituencies': {'Constituency': [{'@Id': '3561',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Kingswood',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3561',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Kingswood',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '382',
     'SwornInForename': 'Chris',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Skidmore',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-05-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Skidmore',
  'FullTitle': 'Chris Skidmore MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Chris Skidmore',
  'ListAs': 'Skidmore, Chris',
  'MemberFrom': 'Kingswood',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25309',
  '@Member_Id': '325',
  '@Pims_Id': '721',
  'Constituencies': {'Constituency': [{'@Id': '3343',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3343',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '273',
     'SwornInForename': 'Dennis',
     'SwornInMiddleNames': 'Edward',
     'SwornInSurname': 'Skinner',
     'SwornInTitle': None},
    {'@Id': '355',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '580',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '355',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '620',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '355',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '354',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '354',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '354',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '353',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '353',
     'Election': {'@Id': '10',
      'Date': '1974-10-10T00:00:00',
      'Name': '1974 (Oct) General Election',
      'Type': 'General Election'},
     'EndDate': '1979-05-03T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1974-10-10T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '353',
     'Election': {'@Id': '9',
      'Date': '1974-02-28T00:00:00',
      'Name': '1974 (Feb) General Election',
      'Type': 'General Election'},
     'EndDate': '1974-10-10T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1974-02-28T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '352',
     'Election': {'@Id': '8',
      'Date': '1970-06-18T00:00:00',
      'Name': '1970 General Election',
      'Type': 'General Election'},
     'EndDate': '1974-02-28T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'Bolsover',
     'Notes': None,
     'StartDate': '1970-06-18T00:00:00',
     'SwearInOrder': '10',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1932-02-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Dennis Skinner',
  'FullTitle': 'Mr Dennis Skinner MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1970-06-18T00:00:00'}},
  'HouseStartDate': '1970-06-18T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Skinner, Mr Dennis',
  'MemberFrom': 'Bolsover',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1970-06-18T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35897',
  '@Member_Id': '1516',
  '@Pims_Id': '4804',
  'Constituencies': {'Constituency': [{'@Id': '3512',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hammersmith',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3512',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hammersmith',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '491',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'Francis',
     'SwornInSurname': 'Slaughter',
     'SwornInTitle': None},
    {'@Id': '948',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': "Ealing, Acton and Shepherd's Bush",
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '584',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andy Slaughter',
  'FullTitle': 'Andy Slaughter MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Slaughter, Andy',
  'MemberFrom': 'Hammersmith',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72301',
  '@Member_Id': '4508',
  '@Pims_Id': '6155',
  'Constituencies': {'Constituency': {'@Id': '3778',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Stoke-on-Trent North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '159',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-06-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ruth Smeeth',
  'FullTitle': 'Ruth Smeeth MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smeeth, Ruth',
  'MemberFrom': 'Stoke-on-Trent North',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25823',
  '@Member_Id': '95',
  '@Pims_Id': '732',
  'Constituencies': {'Constituency': [{'@Id': '3673',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Oxford East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3673',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Oxford East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '49',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'David',
     'SwornInSurname': 'Smith',
     'SwornInTitle': None},
    {'@Id': '2273',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Oxford East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '496',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2273',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Oxford East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '9',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2273',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Oxford East',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2272',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Oxford East',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2272',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Oxford East',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '25',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1951-02-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Andrew Smith',
  'FullTitle': 'Rt Hon Andrew Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Mr Andrew',
  'MemberFrom': 'Oxford East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '40274',
  '@Member_Id': '1564',
  '@Pims_Id': '4808',
  'Constituencies': {'Constituency': [{'@Id': '3676',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Penistone and Stocksbridge',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3676',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Penistone and Stocksbridge',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '247',
     'SwornInForename': 'Angela',
     'SwornInMiddleNames': 'Christine',
     'SwornInSurname': 'Smith',
     'SwornInTitle': None},
    {'@Id': '2576',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sheffield, Hillsborough',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '529',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-08-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Angela Smith',
  'FullTitle': 'Angela Smith MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Angela',
  'MemberFrom': 'Penistone and Stocksbridge',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '85177',
  '@Member_Id': '4436',
  '@Pims_Id': '6156',
  'Constituencies': {'Constituency': {'@Id': '3564',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Lancaster and Fleetwood',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '97',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1985-06-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Cat Smith',
  'FullTitle': 'Cat Smith MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Cat',
  'MemberFrom': 'Lancaster and Fleetwood',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72302',
  '@Member_Id': '1609',
  '@Pims_Id': '5443',
  'Constituencies': {'Constituency': [{'@Id': '3662',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Norwich North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3662',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Norwich North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '353',
     'SwornInForename': 'Chloe',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Smith',
     'SwornInTitle': None},
    {'@Id': '2199',
     'Election': {'@Id': '0',
      'Date': '1900-01-01T00:00:00',
      'Name': 'Unknown Election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Norwich North',
     'Notes': None,
     'StartDate': '2009-07-24T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1982-05-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chloe Smith',
  'FullTitle': 'Chloe Smith MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2009-07-24T00:00:00'}},
  'HouseStartDate': '2009-07-24T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Chloe',
  'MemberFrom': 'Norwich North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2009-07-23T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35320',
  '@Member_Id': '3960',
  '@Pims_Id': '5533',
  'Constituencies': {'Constituency': [{'@Id': '3430',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Crawley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3430',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Crawley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '440',
     'SwornInForename': 'Henry',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Smith',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-05-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Henry Smith',
  'FullTitle': 'Henry Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Henry',
  'MemberFrom': 'Crawley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106236',
  '@Member_Id': '4456',
  '@Pims_Id': '6157',
  'Constituencies': {'Constituency': {'@Id': '3598',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Manchester, Withington',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '146',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-01-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jeff Smith',
  'FullTitle': 'Jeff Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Jeff',
  'MemberFrom': 'Manchester, Withington',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '83149',
  '@Member_Id': '4118',
  '@Pims_Id': '5642',
  'Constituencies': {'Constituency': [{'@Id': '3731',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Skipton and Ripon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3731',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Skipton and Ripon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '371',
     'SwornInForename': 'Julian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Smith',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-08-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Julian Smith',
  'FullTitle': 'Julian Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Julian',
  'MemberFrom': 'Skipton and Ripon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72304',
  '@Member_Id': '3928',
  '@Pims_Id': '5532',
  'Constituencies': {'Constituency': [{'@Id': '3339',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Blaenau Gwent',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3339',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Blaenau Gwent',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '406',
     'SwornInForename': 'Nick',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Smith',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-01-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nick Smith',
  'FullTitle': 'Nick Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Nick',
  'MemberFrom': 'Blaenau Gwent',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '54340',
  '@Member_Id': '4042',
  '@Pims_Id': '5643',
  'Constituencies': {'Constituency': [{'@Id': '3681',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Pontypridd',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3681',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Pontypridd',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '374',
     'SwornInForename': 'Owen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Smith',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-03-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Owen Smith',
  'FullTitle': 'Owen Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Owen',
  'MemberFrom': 'Pontypridd',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '72305',
  '@Member_Id': '4478',
  '@Pims_Id': '6158',
  'Constituencies': {'Constituency': {'@Id': '3760',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Southampton, Itchen',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '36',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-05-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Royston Smith',
  'FullTitle': 'Royston Smith MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smith, Royston',
  'MemberFrom': 'Southampton, Itchen',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106237',
  '@Member_Id': '4444',
  '@Pims_Id': '6159',
  'Constituencies': {'Constituency': {'@Id': '3369',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Bristol South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '122',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1964-09-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Karin Smyth',
  'FullTitle': 'Karin Smyth MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Smyth, Karin',
  'MemberFrom': 'Bristol South',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25208',
  '@Member_Id': '116',
  '@Pims_Id': '752',
  'Constituencies': {'Constituency': [{'@Id': '3607',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Mid Sussex',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3607',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Sussex',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '188',
     'SwornInForename': 'Arthur',
     'SwornInMiddleNames': 'Nicholas Winston',
     'SwornInSurname': 'Soames',
     'SwornInTitle': None},
    {'@Id': '1955',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Sussex',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '544',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1955',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Sussex',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '187',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1955',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Mid Sussex',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '771',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Crawley',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '771',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Crawley',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '771',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Crawley',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '26',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1948-02-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Nicholas Soames',
  'FullTitle': 'Rt Hon Sir Nicholas Soames MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1983-06-09T00:00:00'}},
  'HouseStartDate': '1983-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Soames, Sir Nicholas',
  'MemberFrom': 'Mid Sussex',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1983-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106238',
  '@Member_Id': '4372',
  '@Pims_Id': '6160',
  'Constituencies': {'Constituency': {'@Id': '3442',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Derby North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '8',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-06-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Amanda Solloway',
  'FullTitle': 'Amanda Solloway MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Solloway, Amanda',
  'MemberFrom': 'Derby North',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35353',
  '@Member_Id': '3938',
  '@Pims_Id': '5535',
  'Constituencies': {'Constituency': [{'@Id': '3375',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Broxtowe',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3375',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Broxtowe',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '291',
     'SwornInForename': 'Anna',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Soubry',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-12-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Anna Soubry',
  'FullTitle': 'Rt Hon Anna Soubry MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Soubry, Anna',
  'MemberFrom': 'Broxtowe',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25322',
  '@Member_Id': '318',
  '@Pims_Id': '781',
  'Constituencies': {'Constituency': [{'@Id': '3828',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Warley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3828',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '57',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Francis',
     'SwornInSurname': 'Spellar',
     'SwornInTitle': None},
    {'@Id': '3043',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '71',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3043',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '68',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3043',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Warley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3047',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Warley West',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '92',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '286',
     'Election': {'@Id': '275',
      'Date': '1982-10-28T00:00:00',
      'Name': '28-Oct-1982 By-election',
      'Type': 'By-election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Northfield',
     'Notes': None,
     'StartDate': '1982-10-28T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1947-08-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Spellar',
  'FullTitle': 'Rt Hon John Spellar MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1992-04-09T00:00:00'},
    {'EndDate': '1983-06-09T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1982-10-28T00:00:00'}]},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Spellar, John',
  'MemberFrom': 'Warley',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1982-10-28T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25318',
  '@Member_Id': '312',
  '@Pims_Id': '783',
  'Constituencies': {'Constituency': [{'@Id': '3601',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Meriden',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3601',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Meriden',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '17',
     'SwornInForename': 'Caroline',
     'SwornInMiddleNames': 'Alice',
     'SwornInSurname': 'Spelman',
     'SwornInTitle': None},
    {'@Id': '1931',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Meriden',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '33',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1931',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Meriden',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '614',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1931',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Meriden',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '138',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-05-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dame Caroline Spelman',
  'FullTitle': 'Rt Hon Dame Caroline Spelman MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Spelman, Dame Caroline',
  'MemberFrom': 'Meriden',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72306',
  '@Member_Id': '4055',
  '@Pims_Id': '5644',
  'Constituencies': {'Constituency': [{'@Id': '3727',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sherwood',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3727',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sherwood',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '292',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Spencer',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-01-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Spencer',
  'FullTitle': 'Mark Spencer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Spencer, Mark',
  'MemberFrom': 'Sherwood',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '75589',
  '@Member_Id': '4514',
  '@Pims_Id': '6161',
  'Constituencies': {'Constituency': {'@Id': '3536',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Holborn and St Pancras',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '148',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-09-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Keir Starmer',
  'FullTitle': 'Keir Starmer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Starmer, Keir',
  'MemberFrom': 'Holborn and St Pancras',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '43113',
  '@Member_Id': '4463',
  '@Pims_Id': '6162',
  'Constituencies': {'Constituency': {'@Id': '1209',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow South West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '93',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-03-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris Stephens',
  'FullTitle': 'Chris Stephens MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stephens, Chris',
  'MemberFrom': 'Glasgow South West',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '62783',
  '@Member_Id': '4044',
  '@Pims_Id': '5645',
  'Constituencies': {'Constituency': [{'@Id': '3675',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Pendle',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3675',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Pendle',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '462',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Stephenson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-02-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Andrew Stephenson',
  'FullTitle': 'Andrew Stephenson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stephenson, Andrew',
  'MemberFrom': 'Pendle',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106240',
  '@Member_Id': '4425',
  '@Pims_Id': '6163',
  'Constituencies': {'Constituency': {'@Id': '3389',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cardiff Central',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '117',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-09-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jo Stevens',
  'FullTitle': 'Jo Stevens MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stevens, Jo',
  'MemberFrom': 'Cardiff Central',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62784',
  '@Member_Id': '3942',
  '@Pims_Id': '5536',
  'Constituencies': {'Constituency': [{'@Id': '3393',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Carlisle',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3393',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Carlisle',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '558',
     'SwornInForename': 'John',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Stevenson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1963-07-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Stevenson',
  'FullTitle': 'John Stevenson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stevenson, John',
  'MemberFrom': 'Carlisle',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83527',
  '@Member_Id': '3919',
  '@Pims_Id': '5537',
  'Constituencies': {'Constituency': [{'@Id': '3312',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Beckenham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3312',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Beckenham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '227',
     'SwornInForename': 'Bob',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Stewart',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1949-07-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Bob Stewart',
  'FullTitle': 'Bob Stewart MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stewart, Bob',
  'MemberFrom': 'Beckenham',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31728',
  '@Member_Id': '4015',
  '@Pims_Id': '5647',
  'Constituencies': {'Constituency': [{'@Id': '3613',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Milton Keynes South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3613',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Milton Keynes South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '231',
     'SwornInForename': 'Iain',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Stewart',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-09-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Iain Stewart',
  'FullTitle': 'Iain Stewart MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stewart, Iain',
  'MemberFrom': 'Milton Keynes South',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '83410',
  '@Member_Id': '4137',
  '@Pims_Id': '5667',
  'Constituencies': {'Constituency': [{'@Id': '3677',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Penrith and The Border',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3677',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Penrith and The Border',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '225',
     'SwornInForename': 'Rory',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Stewart',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-01-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rory Stewart',
  'FullTitle': 'Rory Stewart MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Rory Stewart',
  'ListAs': 'Stewart, Rory',
  'MemberFrom': 'Penrith and The Border',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25211',
  '@Member_Id': '234',
  '@Pims_Id': '4166',
  'Constituencies': {'Constituency': [{'@Id': '3755',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South West Devon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3755',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Devon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '618',
     'SwornInForename': 'Gary',
     'SwornInMiddleNames': 'Nicholas',
     'SwornInSurname': 'Streeter',
     'SwornInTitle': None},
    {'@Id': '2683',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Devon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '197',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2683',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Devon',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '27',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2683',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'South West Devon',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2337',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Plymouth, Sutton',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '38',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-10-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Gary Streeter',
  'FullTitle': 'Mr Gary Streeter MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Streeter, Mr Gary',
  'MemberFrom': 'South West Devon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '108876',
  '@Member_Id': '4504',
  '@Pims_Id': '6164',
  'Constituencies': {'Constituency': {'@Id': '3545',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ilford North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '160',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1983-01-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Wes Streeting',
  'FullTitle': 'Wes Streeting MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Streeting, Wes',
  'MemberFrom': 'Ilford North',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62786',
  '@Member_Id': '3935',
  '@Pims_Id': '5538',
  'Constituencies': {'Constituency': [{'@Id': '3398',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Central Devon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3398',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Central Devon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '266',
     'SwornInForename': 'Mel',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Stride',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1961-09-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mel Stride',
  'FullTitle': 'Mel Stride MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stride, Mel',
  'MemberFrom': 'Central Devon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25259',
  '@Member_Id': '449',
  '@Pims_Id': '4167',
  'Constituencies': {'Constituency': [{'@Id': '3336',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Blackley and Broughton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3336',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Blackley and Broughton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '616',
     'SwornInForename': 'Graham',
     'SwornInMiddleNames': 'Eric',
     'SwornInSurname': 'Stringer',
     'SwornInTitle': None},
    {'@Id': '1889',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Blackley',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '449',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1889',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Manchester, Blackley',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '70',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1889',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Manchester, Blackley',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '185',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-02-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Graham Stringer',
  'FullTitle': 'Graham Stringer MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stringer, Graham',
  'MemberFrom': 'Blackley and Broughton',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25260',
  '@Member_Id': '296',
  '@Pims_Id': '4168',
  'Constituencies': {'Constituency': [{'@Id': '3325',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Edgbaston',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3325',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Edgbaston',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '321',
     'SwornInForename': 'Gisela',
     'SwornInMiddleNames': 'Gschaider',
     'SwornInSurname': 'Stuart',
     'SwornInTitle': None},
    {'@Id': '262',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Edgbaston',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '298',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '262',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Birmingham, Edgbaston',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '548',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '262',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Birmingham, Edgbaston',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '87',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-11-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Ms Gisela Stuart',
  'FullTitle': 'Rt Hon Gisela Stuart MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stuart, Ms Gisela',
  'MemberFrom': 'Birmingham, Edgbaston',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31707',
  '@Member_Id': '1482',
  '@Pims_Id': '4814',
  'Constituencies': {'Constituency': [{'@Id': '3321',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Beverley and Holderness',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3321',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Beverley and Holderness',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '419',
     'SwornInForename': 'Graham',
     'SwornInMiddleNames': 'Charles',
     'SwornInSurname': 'Stuart',
     'SwornInTitle': None},
    {'@Id': '230',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Beverley and Holderness',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '540',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-03-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Graham Stuart',
  'FullTitle': 'Graham Stuart MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Stuart, Graham',
  'MemberFrom': 'Beverley and Holderness',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35437',
  '@Member_Id': '4079',
  '@Pims_Id': '5648',
  'Constituencies': {'Constituency': [{'@Id': '3877',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'York Outer',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3877',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'York Outer',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '379',
     'SwornInForename': 'Julian',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Sturdy',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-06-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Julian Sturdy',
  'FullTitle': 'Julian Sturdy MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sturdy, Julian',
  'MemberFrom': 'York Outer',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '136507',
  '@Member_Id': '4483',
  '@Pims_Id': '6165',
  'Constituencies': {'Constituency': {'@Id': '3698',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Richmond (Yorks)',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '163',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-05-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Rishi Sunak',
  'FullTitle': 'Rishi Sunak MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Sunak, Rishi',
  'MemberFrom': 'Richmond (Yorks)',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25258',
  '@Member_Id': '55',
  '@Pims_Id': '4185',
  'Constituencies': {'Constituency': [{'@Id': '3622',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'New Forest West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3622',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'New Forest West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '226',
     'SwornInForename': 'Desmond',
     'SwornInMiddleNames': 'Angus',
     'SwornInSurname': 'Swayne',
     'SwornInTitle': None},
    {'@Id': '2041',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'New Forest West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '497',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2041',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'New Forest West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '371',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2041',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'New Forest West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '123',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-08-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Desmond Swayne',
  'FullTitle': 'Rt Hon Sir Desmond Swayne MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Swayne, Sir Desmond',
  'MemberFrom': 'New Forest West',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25212',
  '@Member_Id': '1408',
  '@Pims_Id': '4192',
  'Constituencies': {'Constituency': [{'@Id': '3460',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Devon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3460',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Devon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '630',
     'SwornInForename': 'Hugo',
     'SwornInMiddleNames': 'George William',
     'SwornInSurname': 'Swire',
     'SwornInTitle': None},
    {'@Id': '962',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Devon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '281',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '962',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'East Devon',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '395',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-11-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sir Hugo  Swire',
  'FullTitle': 'Rt Hon Sir Hugo  Swire MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Swire, Sir Hugo',
  'MemberFrom': 'East Devon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25262',
  '@Member_Id': '245',
  '@Pims_Id': '4197',
  'Constituencies': {'Constituency': [{'@Id': '3682',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Poole',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3682',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Poole',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '113',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': 'Andrew Raymond',
     'SwornInSurname': 'Syms',
     'SwornInTitle': None},
    {'@Id': '2355',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Poole',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '160',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2355',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Poole',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '487',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2355',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Poole',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '10',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-08-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Robert Syms',
  'FullTitle': 'Mr Robert Syms MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Syms, Mr Robert',
  'MemberFrom': 'Poole',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25263',
  '@Member_Id': '1383',
  '@Pims_Id': '4198',
  'Constituencies': {'Constituency': [{'@Id': '3292',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Alyn and Deeside',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3292',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Alyn and Deeside',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '309',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Richard',
     'SwornInSurname': 'Tami',
     'SwornInTitle': None},
    {'@Id': '52',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Alyn and Deeside',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '321',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '52',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Alyn and Deeside',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '535',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-10-03T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mark Tami',
  'FullTitle': 'Mark Tami MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tami, Mark',
  'MemberFrom': 'Alyn and Deeside',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '121936',
  '@Member_Id': '4430',
  '@Pims_Id': '6166',
  'Constituencies': {'Constituency': {'@Id': '1203',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Glasgow Central',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '107',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1982-09-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Alison Thewliss',
  'FullTitle': 'Alison Thewliss MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thewliss, Alison',
  'MemberFrom': 'Glasgow Central',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '64775',
  '@Member_Id': '4532',
  '@Pims_Id': '6167',
  'Constituencies': {'Constituency': {'@Id': '3769',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'St Ives',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '175',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-07-20T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Derek Thomas',
  'FullTitle': 'Derek Thomas MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thomas, Derek',
  'MemberFrom': 'St Ives',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25273',
  '@Member_Id': '177',
  '@Pims_Id': '4261',
  'Constituencies': {'Constituency': [{'@Id': '3518',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Harrow West',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3518',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harrow West',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '501',
     'SwornInForename': 'Gareth',
     'SwornInMiddleNames': 'Richard',
     'SwornInSurname': 'Thomas',
     'SwornInTitle': None},
    {'@Id': '1394',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harrow West',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '413',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1394',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Harrow West',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '220',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1394',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Harrow West',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '34',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-07-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gareth Thomas',
  'FullTitle': 'Gareth Thomas MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thomas, Gareth',
  'MemberFrom': 'Harrow West',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '64627',
  '@Member_Id': '4479',
  '@Pims_Id': '6168',
  'Constituencies': {'Constituency': {'@Id': '3808',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Torfaen',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '64',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1980-05-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nick Thomas-Symonds',
  'FullTitle': 'Nick Thomas-Symonds MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thomas-Symonds, Nick',
  'MemberFrom': 'Torfaen',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '121847',
  '@Member_Id': '4482',
  '@Pims_Id': '6169',
  'Constituencies': {'Constituency': {'@Id': '1977',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Midlothian',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '87',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-03-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Owen Thompson',
  'FullTitle': 'Owen Thompson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thompson, Owen',
  'MemberFrom': 'Midlothian',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '137579',
  '@Member_Id': '4422',
  '@Pims_Id': '6170',
  'Constituencies': {'Constituency': {'@Id': '1054',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Edinburgh West',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '54',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-03-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michelle Thomson',
  'FullTitle': 'Michelle Thomson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thomson, Michelle',
  'MemberFrom': 'Edinburgh West',
  'Parties': {'Party': [{'@Id': '8',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Independent',
     'Note': 'Resigned Whip',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-10-01T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-10-01T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Independent', '@Id': '8'}},
 {'@Dods_Id': '35925',
  '@Member_Id': '1536',
  '@Pims_Id': '4821',
  'Constituencies': {'Constituency': [{'@Id': '3550',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Islington South and Finsbury',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3550',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Islington South and Finsbury',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '517',
     'SwornInForename': 'Emily',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Thornberry',
     'SwornInTitle': None},
    {'@Id': '1587',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Islington South and Finsbury',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '565',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-07-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Emily Thornberry',
  'FullTitle': 'Emily Thornberry MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Thornberry, Emily',
  'MemberFrom': 'Islington South and Finsbury',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '37796',
  '@Member_Id': '4447',
  '@Pims_Id': '6171',
  'Constituencies': {'Constituency': {'@Id': '3478',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Erewash',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '33',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-01-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Maggie Throup',
  'FullTitle': 'Maggie Throup MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Throup, Maggie',
  'MemberFrom': 'Erewash',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25278',
  '@Member_Id': '163',
  '@Pims_Id': '4291',
  'Constituencies': {'Constituency': [{'@Id': '3461',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Ham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3461',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Ham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '645',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': 'Creswell',
     'SwornInSurname': 'Timms',
     'SwornInTitle': None},
    {'@Id': '973',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Ham',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '597',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '973',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Ham',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '300',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '973',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Ham',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2076',
     'Election': {'@Id': '312',
      'Date': '1994-06-09T00:00:00',
      'Name': '09-Jun-1994 By-election',
      'Type': 'By-election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Newham North East',
     'Notes': None,
     'StartDate': '1994-06-09T00:00:00',
     'SwearInOrder': '4',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1955-07-29T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Timms',
  'FullTitle': 'Rt Hon Stephen Timms MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1994-06-09T00:00:00'}},
  'HouseStartDate': '1994-06-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Timms, Stephen',
  'MemberFrom': 'East Ham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1994-06-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62790',
  '@Member_Id': '1605',
  '@Pims_Id': '5321',
  'Constituencies': {'Constituency': [{'@Id': '3431',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Crewe and Nantwich',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3431',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Crewe and Nantwich',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '587',
     'SwornInForename': 'Edward',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Timpson',
     'SwornInTitle': None},
    {'@Id': '777',
     'Election': {'@Id': '344',
      'Date': '2008-05-22T00:00:00',
      'Name': '22-May-2008 By-election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Crewe and Nantwich',
     'Notes': None,
     'StartDate': '2008-05-22T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-12-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Edward Timpson',
  'FullTitle': 'Edward Timpson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2008-05-22T00:00:00'}},
  'HouseStartDate': '2008-05-22T00:00:00',
  'LayingMinisterName': 'Edward Timpson',
  'ListAs': 'Timpson, Edward',
  'MemberFrom': 'Crewe and Nantwich',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2008-05-22T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '128367',
  '@Member_Id': '4487',
  '@Pims_Id': '6172',
  'Constituencies': {'Constituency': {'@Id': '3701',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Rochester and Strood',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '165',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-08-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Kelly Tolhurst',
  'FullTitle': 'Kelly Tolhurst MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tolhurst, Kelly',
  'MemberFrom': 'Rochester and Strood',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35402',
  '@Member_Id': '4105',
  '@Pims_Id': '5650',
  'Constituencies': {'Constituency': [{'@Id': '3650',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Swindon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3650',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Swindon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '496',
     'SwornInForename': 'Justin',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Tomlinson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-11-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Justin Tomlinson',
  'FullTitle': 'Justin Tomlinson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tomlinson, Justin',
  'MemberFrom': 'North Swindon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106247',
  '@Member_Id': '4497',
  '@Pims_Id': '6173',
  'Constituencies': {'Constituency': {'@Id': '3605',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Mid Dorset and North Poole',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '22',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1977-10-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Michael Tomlinson',
  'FullTitle': 'Michael Tomlinson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tomlinson, Michael',
  'MemberFrom': 'Mid Dorset and North Poole',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '134861',
  '@Member_Id': '4509',
  '@Pims_Id': '6174',
  'Constituencies': {'Constituency': {'@Id': '3653',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'North Warwickshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '134',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1974-08-21T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Craig Tracey',
  'FullTitle': 'Craig Tracey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tracey, Craig',
  'MemberFrom': 'North Warwickshire',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25288',
  '@Member_Id': '335',
  '@Pims_Id': '4327',
  'Constituencies': {'Constituency': [{'@Id': '3349',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Bosworth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3349',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bosworth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '254',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Arthur Stephen',
     'SwornInSurname': 'Tredinnick',
     'SwornInTitle': None},
    {'@Id': '378',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bosworth',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '625',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '378',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bosworth',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '338',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '378',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bosworth',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '377',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Bosworth',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '377',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Bosworth',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '19',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-01-19T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Tredinnick',
  'FullTitle': 'David Tredinnick MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tredinnick, David',
  'MemberFrom': 'Bosworth',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62791',
  '@Member_Id': '4531',
  '@Pims_Id': '6175',
  'Constituencies': {'Constituency': {'@Id': '3319',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Berwick-upon-Tweed',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '20',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-04-06T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Anne-Marie Trevelyan',
  'FullTitle': 'Mrs Anne-Marie Trevelyan MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Trevelyan, Mrs Anne-Marie',
  'MemberFrom': 'Berwick-upon-Tweed',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25290',
  '@Member_Id': '410',
  '@Pims_Id': '4334',
  'Constituencies': {'Constituency': [{'@Id': '3526',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hemsworth',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3526',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hemsworth',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '637',
     'SwornInForename': 'Jon',
     'SwornInMiddleNames': 'Hedley',
     'SwornInSurname': 'Trickett',
     'SwornInTitle': None},
    {'@Id': '1426',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hemsworth',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '509',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1426',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hemsworth',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '253',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1426',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hemsworth',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1425',
     'Election': {'@Id': '318',
      'Date': '1996-02-01T00:00:00',
      'Name': '01-Feb-1996 By-election',
      'Type': 'By-election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Hemsworth',
     'Notes': None,
     'StartDate': '1996-02-01T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-07-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jon Trickett',
  'FullTitle': 'Jon Trickett MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1996-02-01T00:00:00'}},
  'HouseStartDate': '1996-02-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Trickett, Jon',
  'MemberFrom': 'Hemsworth',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1996-02-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '40370',
  '@Member_Id': '4097',
  '@Pims_Id': '5651',
  'Constituencies': {'Constituency': [{'@Id': '3757',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South West Norfolk',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3757',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South West Norfolk',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '443',
     'SwornInForename': 'Elizabeth',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Truss',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1975-07-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Elizabeth Truss',
  'FullTitle': 'Rt Hon Elizabeth Truss MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'Secretary Elizabeth Truss',
  'ListAs': 'Truss, Elizabeth',
  'MemberFrom': 'South West Norfolk',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '108954',
  '@Member_Id': '4462',
  '@Pims_Id': '6176',
  'Constituencies': {'Constituency': {'@Id': '3805',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Tonbridge and Malling',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '6',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1973-06-27T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tom Tugendhat',
  'FullTitle': 'Tom Tugendhat MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tugendhat, Tom',
  'MemberFrom': 'Tonbridge and Malling',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '45341',
  '@Member_Id': '4449',
  '@Pims_Id': '6177',
  'Constituencies': {'Constituency': {'@Id': '3693',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Redcar',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '150',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-10-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Anna Turley',
  'FullTitle': 'Anna Turley MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Turley, Anna',
  'MemberFrom': 'Redcar',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': 'Co-op'}},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '25287',
  '@Member_Id': '1426',
  '@Pims_Id': '4359',
  'Constituencies': {'Constituency': [{'@Id': '3548',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Isle of Wight',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3548',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Isle of Wight',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '159',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'John',
     'SwornInSurname': 'Turner',
     'SwornInTitle': None},
    {'@Id': '1575',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Isle of Wight',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '322',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1575',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Isle of Wight',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '594',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-10-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Andrew Turner',
  'FullTitle': 'Mr Andrew Turner MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Turner, Mr Andrew',
  'MemberFrom': 'Isle of Wight',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72313',
  '@Member_Id': '4030',
  '@Pims_Id': '5652',
  'Constituencies': {'Constituency': [{'@Id': '3558',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Kingston upon Hull East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3558',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Kingston upon Hull East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '421',
     'SwornInForename': 'Karl',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Turner',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1971-04-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Karl Turner',
  'FullTitle': 'Karl Turner MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Turner, Karl',
  'MemberFrom': 'Kingston upon Hull East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25293',
  '@Member_Id': '429',
  '@Pims_Id': '4366',
  'Constituencies': {'Constituency': [{'@Id': '3511',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Halton',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3511',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Halton',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '120',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Derek',
     'SwornInSurname': 'Twigg',
     'SwornInTitle': None},
    {'@Id': '1351',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Halton',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '76',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1351',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Halton',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '191',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1351',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Halton',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '224',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-07-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Derek Twigg',
  'FullTitle': 'Derek Twigg MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Twigg, Derek',
  'MemberFrom': 'Halton',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25294',
  '@Member_Id': '167',
  '@Pims_Id': '4367',
  'Constituencies': {'Constituency': [{'@Id': '3584',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Liverpool, West Derby',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3584',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Liverpool, West Derby',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '601',
     'SwornInForename': 'Stephen',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Twigg',
     'SwornInTitle': None},
    {'@Id': '1082',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'Continuation',
     'Name': 'Enfield, Southgate',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '434',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1082',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Enfield, Southgate',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '111',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-12-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Stephen Twigg',
  'FullTitle': 'Stephen Twigg MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '2010-05-06T00:00:00'},
    {'EndDate': '2005-05-05T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1997-05-01T00:00:00'}]},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Twigg, Stephen',
  'MemberFrom': 'Liverpool, West Derby',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '25231',
  '@Member_Id': '112',
  '@Pims_Id': '4371',
  'Constituencies': {'Constituency': [{'@Id': '3409',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chichester',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3409',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chichester',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '389',
     'SwornInForename': 'Andrew',
     'SwornInMiddleNames': 'Guy',
     'SwornInSurname': 'Tyrie',
     'SwornInTitle': None},
    {'@Id': '663',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chichester',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '253',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '663',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chichester',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '410',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '663',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chichester',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '109',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-01-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Andrew Tyrie',
  'FullTitle': 'Rt Hon Andrew Tyrie MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Tyrie, Mr Andrew',
  'MemberFrom': 'Chichester',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '72314',
  '@Member_Id': '4128',
  '@Pims_Id': '5653',
  'Constituencies': {'Constituency': [{'@Id': '3784',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Streatham',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3784',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Streatham',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '335',
     'SwornInForename': 'Chuka',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Umunna',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-10-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Chuka Umunna',
  'FullTitle': 'Mr Chuka Umunna MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Umunna, Mr Chuka',
  'MemberFrom': 'Streatham',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35502',
  '@Member_Id': '1580',
  '@Pims_Id': '4825',
  'Constituencies': {'Constituency': [{'@Id': '3827',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wantage',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3827',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wantage',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '600',
     'SwornInForename': 'Edward',
     'SwornInMiddleNames': 'Henry Butler',
     'SwornInSurname': 'Vaizey',
     'SwornInTitle': None},
    {'@Id': '3042',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Wantage',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '442',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-06-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Edward Vaizey',
  'FullTitle': 'Rt Hon Edward Vaizey MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Vaizey, Mr Edward',
  'MemberFrom': 'Wantage',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31684',
  '@Member_Id': '1496',
  '@Pims_Id': '4828',
  'Constituencies': {'Constituency': [{'@Id': '3654',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North West Cambridgeshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3654',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North West Cambridgeshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '97',
     'SwornInForename': 'Shailesh',
     'SwornInMiddleNames': 'Lakhman',
     'SwornInSurname': 'Vara',
     'SwornInTitle': None},
    {'@Id': '2164',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North West Cambridgeshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '412',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1960-09-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Shailesh Vara',
  'FullTitle': 'Mr Shailesh Vara MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Vara, Mr Shailesh',
  'MemberFrom': 'North West Cambridgeshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25232',
  '@Member_Id': '338',
  '@Pims_Id': '4426',
  'Constituencies': {'Constituency': [{'@Id': '3570',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Leicester East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3570',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leicester East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '41',
     'SwornInForename': '(Nigel)',
     'SwornInMiddleNames': 'Keith Anthony Standish',
     'SwornInSurname': 'Vaz',
     'SwornInTitle': None},
    {'@Id': '1721',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leicester East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '110',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1721',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leicester East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '558',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1721',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leicester East',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1720',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leicester East',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1720',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leicester East',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '32',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-11-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Keith Vaz',
  'FullTitle': 'Rt Hon Keith Vaz MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1987-06-11T00:00:00'}},
  'HouseStartDate': '1987-06-11T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Vaz, Keith',
  'MemberFrom': 'Leicester East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1987-06-11T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '84905',
  '@Member_Id': '4076',
  '@Pims_Id': '5655',
  'Constituencies': {'Constituency': [{'@Id': '3824',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Walsall South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3824',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Walsall South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '139',
     'SwornInForename': 'Valerie',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Vaz',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1954-12-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Valerie Vaz',
  'FullTitle': 'Valerie Vaz MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Vaz, Valerie',
  'MemberFrom': 'Walsall South',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '40371',
  '@Member_Id': '3957',
  '@Pims_Id': '5540',
  'Constituencies': {'Constituency': [{'@Id': '3419',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Cleethorpes',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3419',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Cleethorpes',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '248',
     'SwornInForename': 'Martin',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Vickers',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-09-13T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Martin Vickers',
  'FullTitle': 'Martin Vickers MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Vickers, Martin',
  'MemberFrom': 'Cleethorpes',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '29179',
  '@Member_Id': '1500',
  '@Pims_Id': '4452',
  'Constituencies': {'Constituency': [{'@Id': '3412',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Chipping Barnet',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3412',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Chipping Barnet',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '82',
     'SwornInForename': 'Theresa',
     'SwornInMiddleNames': 'Anne',
     'SwornInSurname': 'Villiers',
     'SwornInTitle': None},
    {'@Id': '673',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Chipping Barnet',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '395',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1968-03-05T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mrs Theresa Villiers',
  'FullTitle': 'Rt Hon Theresa Villiers MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Villiers, Mrs Theresa',
  'MemberFrom': 'Chipping Barnet',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '37676',
  '@Member_Id': '1493',
  '@Pims_Id': '4830',
  'Constituencies': {'Constituency': [{'@Id': '3374',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Broxbourne',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3374',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Broxbourne',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '98',
     'SwornInForename': 'Charles',
     'SwornInMiddleNames': 'Ashley Rupert',
     'SwornInSurname': 'Walker',
     'SwornInTitle': None},
    {'@Id': '491',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Broxbourne',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '277',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-09-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Charles Walker',
  'FullTitle': 'Mr Charles Walker MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Walker, Mr Charles',
  'MemberFrom': 'Broxbourne',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '62794',
  '@Member_Id': '4091',
  '@Pims_Id': '5656',
  'Constituencies': {'Constituency': [{'@Id': '3865',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Worcester',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3865',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Worcester',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '487',
     'SwornInForename': 'Robin',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Walker',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1978-04-12T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Robin Walker',
  'FullTitle': 'Mr Robin Walker MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Walker, Mr Robin',
  'MemberFrom': 'Worcester',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35379',
  '@Member_Id': '1539',
  '@Pims_Id': '4502',
  'Constituencies': {'Constituency': [{'@Id': '3871',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Wyre and Preston North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3871',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Wyre and Preston North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '220',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': 'Ben Lobban',
     'SwornInSurname': 'Wallace',
     'SwornInTitle': None},
    {'@Id': '1683',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Lancaster and Wyre',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '430',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1970-05-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Ben Wallace',
  'FullTitle': 'Mr Ben Wallace MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr Ben Wallace',
  'ListAs': 'Wallace, Mr Ben',
  'MemberFrom': 'Wyre and Preston North',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '106310',
  '@Member_Id': '4526',
  '@Pims_Id': '6178',
  'Constituencies': {'Constituency': {'@Id': '3735',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Somerton and Frome',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '178',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-10-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'David Warburton',
  'FullTitle': 'David Warburton MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Warburton, David',
  'MemberFrom': 'Somerton and Frome',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '136511',
  '@Member_Id': '4361',
  '@Pims_Id': '6179',
  'Constituencies': {'Constituency': {'@Id': '3348',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Boston and Skegness',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '39',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1981-09-01T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Matt Warman',
  'FullTitle': 'Matt Warman MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Warman, Matt',
  'MemberFrom': 'Boston and Skegness',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25236',
  '@Member_Id': '1462',
  '@Pims_Id': '4530',
  'Constituencies': {'Constituency': [{'@Id': '3537',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hornchurch and Upminster',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3537',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hornchurch and Upminster',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '108',
     'SwornInForename': 'Angela',
     'SwornInMiddleNames': 'Eileen',
     'SwornInSurname': 'Watkinson',
     'SwornInTitle': None},
    {'@Id': '2982',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Upminster',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '343',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2982',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Upminster',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '494',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1941-11-18T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dame Angela Watkinson',
  'FullTitle': 'Dame Angela Watkinson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Watkinson, Dame Angela',
  'MemberFrom': 'Hornchurch and Upminster',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25228',
  '@Member_Id': '1463',
  '@Pims_Id': '4538',
  'Constituencies': {'Constituency': [{'@Id': '3841',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'West Bromwich East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3841',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Bromwich East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '499',
     'SwornInForename': 'Thomas',
     'SwornInMiddleNames': 'Anthony',
     'SwornInSurname': 'Watson',
     'SwornInTitle': None},
    {'@Id': '3101',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'West Bromwich East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '590',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3101',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'West Bromwich East',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '327',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-01-08T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Tom Watson',
  'FullTitle': 'Tom Watson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Watson, Tom',
  'MemberFrom': 'West Bromwich East',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25219',
  '@Member_Id': '1384',
  '@Pims_Id': '4556',
  'Constituencies': {'Constituency': [{'@Id': '59',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Angus',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '59',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Angus',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '244',
     'SwornInForename': 'Michael',
     'SwornInMiddleNames': 'Fraser',
     'SwornInSurname': 'Weir',
     'SwornInTitle': None},
    {'@Id': '59',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Angus',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '286',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '58',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Angus',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '373',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1957-03-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mike Weir',
  'FullTitle': 'Mike Weir MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Weir, Mike',
  'MemberFrom': 'Angus',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '106391',
  '@Member_Id': '4523',
  '@Pims_Id': '6180',
  'Constituencies': {'Constituency': {'@Id': '3538',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Hornsey and Wood Green',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '47',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-09-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Catherine West',
  'FullTitle': 'Catherine West MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'West, Catherine',
  'MemberFrom': 'Hornsey and Wood Green',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '62797',
  '@Member_Id': '4123',
  '@Pims_Id': '5658',
  'Constituencies': {'Constituency': [{'@Id': '3776',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stockton South',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3776',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stockton South',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '377',
     'SwornInForename': 'James',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Wharton',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1984-02-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'James Wharton',
  'FullTitle': 'James Wharton MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': 'James Wharton',
  'ListAs': 'Wharton, James',
  'MemberFrom': 'Stockton South',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '137998',
  '@Member_Id': '4527',
  '@Pims_Id': '6181',
  'Constituencies': {'Constituency': {'@Id': '3483',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Faversham and Mid Kent',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '142',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-06-23T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Helen Whately',
  'FullTitle': 'Helen Whately MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Whately, Helen',
  'MemberFrom': 'Faversham and Mid Kent',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35319',
  '@Member_Id': '4053',
  '@Pims_Id': '5659',
  'Constituencies': {'Constituency': [{'@Id': '3739',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Derbyshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3739',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Derbyshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '328',
     'SwornInForename': 'Heather',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Wheeler',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-05-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Heather Wheeler',
  'FullTitle': 'Heather Wheeler MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wheeler, Heather',
  'MemberFrom': 'South Derbyshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '31580',
  '@Member_Id': '4114',
  '@Pims_Id': '5660',
  'Constituencies': {'Constituency': [{'@Id': '3831',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Warwick and Leamington',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3831',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Warwick and Leamington',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '516',
     'SwornInForename': 'Chris',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'White',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-04-28T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Chris White',
  'FullTitle': 'Chris White MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'White, Chris',
  'MemberFrom': 'Warwick and Leamington',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '74736',
  '@Member_Id': '3911',
  '@Pims_Id': '5544',
  'Constituencies': {'Constituency': [{'@Id': '110',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Banff and Buchan',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '110',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Banff and Buchan',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '423',
     'SwornInForename': 'Eilidh',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Whiteford',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1969-04-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Eilidh Whiteford',
  'FullTitle': 'Dr Eilidh Whiteford MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Whiteford, Dr Eilidh',
  'MemberFrom': 'Banff and Buchan',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '25238',
  '@Member_Id': '62',
  '@Pims_Id': '4585',
  'Constituencies': {'Constituency': [{'@Id': '3761',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Southampton, Test',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3761',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southampton, Test',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '446',
     'SwornInForename': 'Alan',
     'SwornInMiddleNames': 'Patrick Vincent',
     'SwornInSurname': 'Whitehead',
     'SwornInTitle': None},
    {'@Id': '2709',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southampton, Test',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '447',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2709',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Southampton, Test',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '435',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2709',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Southampton, Test',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '85',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1950-09-15T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Alan Whitehead',
  'FullTitle': 'Dr Alan Whitehead MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Whitehead, Dr Alan',
  'MemberFrom': 'Southampton, Test',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '137582',
  '@Member_Id': '4385',
  '@Pims_Id': '6182',
  'Constituencies': {'Constituency': {'@Id': '614',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Central Ayrshire',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '52',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-12-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Philippa Whitford',
  'FullTitle': 'Dr Philippa Whitford MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Whitford, Dr Philippa',
  'MemberFrom': 'Central Ayrshire',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '62798',
  '@Member_Id': '3940',
  '@Pims_Id': '5545',
  'Constituencies': {'Constituency': [{'@Id': '3383',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Calder Valley',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3383',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Calder Valley',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '380',
     'SwornInForename': 'Craig',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Whittaker',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-08-30T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Craig Whittaker',
  'FullTitle': 'Craig Whittaker MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Whittaker, Craig',
  'MemberFrom': 'Calder Valley',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25239',
  '@Member_Id': '39',
  '@Pims_Id': '4590',
  'Constituencies': {'Constituency': [{'@Id': '3595',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Maldon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3595',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maldon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '147',
     'SwornInForename': 'John',
     'SwornInMiddleNames': 'Flasby Lawrance',
     'SwornInSurname': 'Whittingdale',
     'SwornInTitle': None},
    {'@Id': '1878',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maldon and East Chelmsford',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '468',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1878',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maldon and East Chelmsford',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '240',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1878',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Maldon and East Chelmsford',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2631',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Colchester and Maldon',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '90',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-10-16T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr John Whittingdale',
  'FullTitle': 'Rt Hon John Whittingdale MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1992-04-09T00:00:00'}},
  'HouseStartDate': '1992-04-09T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Whittingdale, Mr John',
  'MemberFrom': 'Maldon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1992-04-09T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25244',
  '@Member_Id': '1428',
  '@Pims_Id': '4600',
  'Constituencies': {'Constituency': [{'@Id': '3646',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'North Herefordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3646',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'North Herefordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '103',
     'SwornInForename': 'William',
     'SwornInMiddleNames': 'David',
     'SwornInSurname': 'Wiggin',
     'SwornInTitle': None},
    {'@Id': '1744',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Leominster',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '264',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1744',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Leominster',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '308',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-06-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Bill Wiggin',
  'FullTitle': 'Bill Wiggin MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wiggin, Bill',
  'MemberFrom': 'North Herefordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '58076',
  '@Member_Id': '4438',
  '@Pims_Id': '6183',
  'Constituencies': {'Constituency': {'@Id': '3390',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cardiff North',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '9',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1985-06-07T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Craig Williams',
  'FullTitle': 'Craig Williams MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Williams, Craig',
  'MemberFrom': 'Cardiff North',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '25221',
  '@Member_Id': '1397',
  '@Pims_Id': '4619',
  'Constituencies': {'Constituency': [{'@Id': '3294',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Arfon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3294',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Arfon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '199',
     'SwornInForename': 'Hywel',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Williams',
     'SwornInTitle': None},
    {'@Id': '528',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Caernarfon',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '305',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '528',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Caernarfon',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '546',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-05-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Hywel Williams',
  'FullTitle': 'Hywel Williams MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Williams, Hywel',
  'MemberFrom': 'Arfon',
  'Parties': {'Party': [{'@Id': '22',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Plaid Cymru',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '22',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Plaid Cymru',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Plaid Cymru', '@Id': '22'}},
 {'@Dods_Id': '31723',
  '@Member_Id': '1498',
  '@Pims_Id': '4845',
  'Constituencies': {'Constituency': [{'@Id': '3400',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Ceredigion',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3400',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Ceredigion',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '183',
     'SwornInForename': 'Mark',
     'SwornInMiddleNames': 'Fraser',
     'SwornInSurname': 'Williams',
     'SwornInTitle': None},
    {'@Id': '622',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Ceredigion',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '247',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1966-03-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Mark Williams',
  'FullTitle': 'Mr Mark Williams MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Williams, Mr Mark',
  'MemberFrom': 'Ceredigion',
  'Parties': {'Party': [{'@Id': '17',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Liberal Democrat',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '17',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Liberal Democrat',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Liberal Democrat', '@Id': '17'}},
 {'@Dods_Id': '35247',
  '@Member_Id': '4108',
  '@Pims_Id': '5661',
  'Constituencies': {'Constituency': [{'@Id': '3750',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'South Staffordshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3750',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'South Staffordshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '486',
     'SwornInForename': 'Gavin',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Williamson',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-06-25T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Gavin Williamson',
  'FullTitle': 'Rt Hon Gavin Williamson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Williamson, Gavin',
  'MemberFrom': 'South Staffordshire',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '122034',
  '@Member_Id': '4448',
  '@Pims_Id': '6184',
  'Constituencies': {'Constituency': {'@Id': '99',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Ayr, Carrick and Cumnock',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '67',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-04-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Corri Wilson',
  'FullTitle': 'Corri Wilson MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wilson, Corri',
  'MemberFrom': 'Ayr, Carrick and Cumnock',
  'Parties': {'Party': {'@Id': '29',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Scottish National Party',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '61609',
  '@Member_Id': '1603',
  '@Pims_Id': '5259',
  'Constituencies': {'Constituency': [{'@Id': '3718',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Sedgefield',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3718',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Sedgefield',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '351',
     'SwornInForename': 'Philip',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Wilson',
     'SwornInTitle': None},
    {'@Id': '2541',
     'Election': {'@Id': '343',
      'Date': '2007-07-19T00:00:00',
      'Name': '19-Jul-2007 By-election',
      'Type': 'By-election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Sedgefield',
     'Notes': None,
     'StartDate': '2007-07-19T00:00:00',
     'SwearInOrder': '2',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1959-05-31T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Phil Wilson',
  'FullTitle': 'Phil Wilson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2007-07-19T00:00:00'}},
  'HouseStartDate': '2007-07-19T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wilson, Phil',
  'MemberFrom': 'Sedgefield',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2007-07-19T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '31582',
  '@Member_Id': '1556',
  '@Pims_Id': '4849',
  'Constituencies': {'Constituency': [{'@Id': '3691',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Reading East',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3691',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Reading East',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '260',
     'SwornInForename': 'Robert',
     'SwornInMiddleNames': 'Owen Biggs',
     'SwornInSurname': 'Wilson',
     'SwornInTitle': None},
    {'@Id': '2395',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Reading East',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '397',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1965-01-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Rob Wilson',
  'FullTitle': 'Mr Rob Wilson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'Mr Rob Wilson',
  'ListAs': 'Wilson, Mr Rob',
  'MemberFrom': 'Reading East',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '33564',
  '@Member_Id': '1593',
  '@Pims_Id': '4642',
  'Constituencies': {'Constituency': [{'@Id': '3459',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'East Antrim',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3459',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'East Antrim',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '641',
     'SwornInForename': 'Sammy',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Wilson',
     'SwornInTitle': None},
    {'@Id': '959',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'East Antrim',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '505',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1953-04-04T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Sammy Wilson',
  'FullTitle': 'Sammy Wilson MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wilson, Sammy',
  'MemberFrom': 'East Antrim',
  'Parties': {'Party': [{'@Id': '7',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Democratic Unionist Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '7',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Democratic Unionist Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Democratic Unionist Party', '@Id': '7'}},
 {'@Dods_Id': '25248',
  '@Member_Id': '316',
  '@Pims_Id': '4647',
  'Constituencies': {'Constituency': [{'@Id': '3823',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3823',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '73',
     'SwornInForename': 'David',
     'SwornInMiddleNames': 'Julian',
     'SwornInSurname': 'Winnick',
     'SwornInTitle': None},
    {'@Id': '3019',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '82',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3019',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '104',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3019',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3018',
     'Election': {'@Id': '14',
      'Date': '1992-04-09T00:00:00',
      'Name': '1992 General Election',
      'Type': 'General Election'},
     'EndDate': '1997-05-01T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '1992-04-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3018',
     'Election': {'@Id': '13',
      'Date': '1987-06-11T00:00:00',
      'Name': '1987 General Election',
      'Type': 'General Election'},
     'EndDate': '1992-04-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '1987-06-11T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3018',
     'Election': {'@Id': '12',
      'Date': '1983-06-09T00:00:00',
      'Name': '1983 General Election',
      'Type': 'General Election'},
     'EndDate': '1987-06-11T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '1983-06-09T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3017',
     'Election': {'@Id': '11',
      'Date': '1979-05-03T00:00:00',
      'Name': '1979 General Election',
      'Type': 'General Election'},
     'EndDate': '1983-06-09T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Re-entry',
     'Name': 'Walsall North',
     'Notes': None,
     'StartDate': '1979-05-03T00:00:00',
     'SwearInOrder': '3',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '796',
     'Election': {'@Id': '7',
      'Date': '1966-03-31T00:00:00',
      'Name': '1966 General Election',
      'Type': 'General Election'},
     'EndDate': '1970-06-18T00:00:00',
     'EndReason': 'Defeated',
     'EntryType': 'First entry',
     'Name': 'Croydon South',
     'Notes': None,
     'StartDate': '1966-03-31T00:00:00',
     'SwearInOrder': '0',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1933-06-26T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr David Winnick',
  'FullTitle': 'Mr David Winnick MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': [{'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndNotes': 'Dissolution of Parliament',
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1979-05-03T00:00:00'},
    {'EndDate': '1970-06-18T00:00:00',
     'EndNotes': None,
     'EndReason': None,
     'House': 'Commons',
     'StartDate': '1966-03-31T00:00:00'}]},
  'HouseStartDate': '1979-05-03T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Winnick, Mr David',
  'MemberFrom': 'Walsall North',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1966-03-31T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25253',
  '@Member_Id': '390',
  '@Pims_Id': '4653',
  'Constituencies': {'Constituency': [{'@Id': '3448',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Doncaster Central',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3448',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Doncaster Central',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '36',
     'SwornInForename': 'Rosalie',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Winterton',
     'SwornInTitle': None},
    {'@Id': '876',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Doncaster Central',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '551',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '876',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Doncaster Central',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '92',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '876',
     'Election': {'@Id': '15',
      'Date': '1997-05-01T00:00:00',
      'Name': '1997 General Election',
      'Type': 'General Election'},
     'EndDate': '2001-06-07T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Doncaster Central',
     'Notes': None,
     'StartDate': '1997-05-01T00:00:00',
     'SwearInOrder': '156',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1958-08-10T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dame  Rosie Winterton',
  'FullTitle': 'Rt Hon Dame  Rosie Winterton MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '1997-05-01T00:00:00'}},
  'HouseStartDate': '1997-05-01T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Winterton, Dame  Rosie',
  'MemberFrom': 'Doncaster Central',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '1997-05-01T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '25254',
  '@Member_Id': '1440',
  '@Pims_Id': '4656',
  'Constituencies': {'Constituency': [{'@Id': '2316',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Perth and North Perthshire',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2316',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Perth and North Perthshire',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '215',
     'SwornInForename': 'Peter',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Wishart',
     'SwornInTitle': None},
    {'@Id': '2316',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Perth and North Perthshire',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '258',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '2158',
     'Election': {'@Id': '16',
      'Date': '2001-06-07T00:00:00',
      'Name': '2001 General Election',
      'Type': 'General Election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'North Tayside',
     'Notes': None,
     'StartDate': '2001-06-07T00:00:00',
     'SwearInOrder': '626',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-03-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Pete Wishart',
  'FullTitle': 'Pete Wishart MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2001-06-07T00:00:00'}},
  'HouseStartDate': '2001-06-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wishart, Pete',
  'MemberFrom': 'Perth and North Perthshire',
  'Parties': {'Party': [{'@Id': '29',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Scottish National Party',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '29',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Scottish National Party',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2001-06-07T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Scottish National Party', '@Id': '29'}},
 {'@Dods_Id': '81217',
  '@Member_Id': '4073',
  '@Pims_Id': '5548',
  'Constituencies': {'Constituency': [{'@Id': '3810',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Totnes',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3810',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Totnes',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '315',
     'SwornInForename': 'Sarah',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Wollaston',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1962-02-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Dr Sarah Wollaston',
  'FullTitle': 'Dr Sarah Wollaston MP',
  'Gender': 'F',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wollaston, Dr Sarah',
  'MemberFrom': 'Totnes',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '132423',
  '@Member_Id': '4384',
  '@Pims_Id': '6097',
  'Constituencies': {'Constituency': {'@Id': '3452',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Dudley South',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '41',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1976-03-17T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mike Wood',
  'FullTitle': 'Mike Wood MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wood, Mike',
  'MemberFrom': 'Dudley South',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '32028',
  '@Member_Id': '3917',
  '@Pims_Id': '5550',
  'Constituencies': {'Constituency': [{'@Id': '3304',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Barrow and Furness',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3304',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Barrow and Furness',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '394',
     'SwornInForename': 'John',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Woodcock',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1979-10-14T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'John Woodcock',
  'FullTitle': 'John Woodcock MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Woodcock, John',
  'MemberFrom': 'Barrow and Furness',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': 'Co-op'},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': 'Co-op'}]},
  'Party': {'#text': 'Labour (Co-op)', '@Id': '15'}},
 {'@Dods_Id': '106418',
  '@Member_Id': '4429',
  '@Pims_Id': '6058',
  'Constituencies': {'Constituency': {'@Id': '3524',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Hazel Grove',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '172',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1987-12-11T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'William Wragg',
  'FullTitle': 'William Wragg MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wragg, William',
  'MemberFrom': 'Hazel Grove',
  'Parties': {'Party': {'@Id': '4',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Conservative',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '34603',
  '@Member_Id': '1478',
  '@Pims_Id': '4684',
  'Constituencies': {'Constituency': [{'@Id': '3519',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Hartlepool',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3519',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hartlepool',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '272',
     'SwornInForename': 'Iain',
     'SwornInMiddleNames': 'David',
     'SwornInSurname': 'Wright',
     'SwornInTitle': None},
    {'@Id': '1397',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Hartlepool',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '349',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '1397',
     'Election': {'@Id': '338',
      'Date': '2004-09-30T00:00:00',
      'Name': '30-Sep-2004 By-election',
      'Type': 'By-election'},
     'EndDate': '2005-05-05T00:00:00',
     'EndReason': None,
     'EntryType': 'First entry',
     'Name': 'Hartlepool',
     'Notes': None,
     'StartDate': '2004-09-30T00:00:00',
     'SwearInOrder': '1',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-05-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Mr Iain Wright',
  'FullTitle': 'Mr Iain Wright MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2004-09-30T00:00:00'}},
  'HouseStartDate': '2004-09-30T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Wright, Mr Iain',
  'MemberFrom': 'Hartlepool',
  'Parties': {'Party': [{'@Id': '15',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Labour',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '15',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Labour',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2004-09-30T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Labour', '@Id': '15'}},
 {'@Dods_Id': '35436',
  '@Member_Id': '1560',
  '@Pims_Id': '4847',
  'Constituencies': {'Constituency': [{'@Id': '3554',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Kenilworth and Southam',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3554',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'Continuation',
     'Name': 'Kenilworth and Southam',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '101',
     'SwornInForename': 'Jeremy',
     'SwornInMiddleNames': 'Paul',
     'SwornInSurname': 'Wright',
     'SwornInTitle': None},
    {'@Id': '2487',
     'Election': {'@Id': '17',
      'Date': '2005-05-05T00:00:00',
      'Name': '2005 General Election',
      'Type': 'General Election'},
     'EndDate': '2010-05-06T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Rugby and Kenilworth',
     'Notes': None,
     'StartDate': '2005-05-05T00:00:00',
     'SwearInOrder': '389',
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1972-10-24T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Jeremy Wright',
  'FullTitle': 'Rt Hon Jeremy Wright QC MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2005-05-05T00:00:00'}},
  'HouseStartDate': '2005-05-05T00:00:00',
  'LayingMinisterName': 'The Attorney General',
  'ListAs': 'Wright, Jeremy',
  'MemberFrom': 'Kenilworth and Southam',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2005-05-05T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '53078',
  '@Member_Id': '4113',
  '@Pims_Id': '5663',
  'Constituencies': {'Constituency': [{'@Id': '3783',
     'Election': {'@Id': '369',
      'Date': '2015-05-07T00:00:00',
      'Name': '2015 General Election',
      'Type': 'General Election'},
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'EndReason': None,
     'EntryType': 'Continuation',
     'Name': 'Stratford-on-Avon',
     'Notes': 'Created at General Election',
     'StartDate': '2015-05-07T00:00:00',
     'SwearInOrder': None,
     'SwornInForename': None,
     'SwornInMiddleNames': None,
     'SwornInSurname': None,
     'SwornInTitle': None},
    {'@Id': '3783',
     'Election': {'@Id': '19',
      'Date': '2010-05-06T00:00:00',
      'Name': '2010 General Election',
      'Type': 'General Election'},
     'EndDate': '2015-03-30T00:00:00',
     'EndReason': 'General Election',
     'EntryType': 'First entry',
     'Name': 'Stratford-on-Avon',
     'Notes': None,
     'StartDate': '2010-05-06T00:00:00',
     'SwearInOrder': '490',
     'SwornInForename': 'Nadhim',
     'SwornInMiddleNames': None,
     'SwornInSurname': 'Zahawi',
     'SwornInTitle': None}]},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1967-06-02T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Nadhim Zahawi',
  'FullTitle': 'Nadhim Zahawi MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': 'Dissolution of Parliament',
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2010-05-06T00:00:00'}},
  'HouseStartDate': '2010-05-06T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Zahawi, Nadhim',
  'MemberFrom': 'Stratford-on-Avon',
  'Parties': {'Party': [{'@Id': '4',
     'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
      '@xsi:nil': 'true'},
     'Name': 'Conservative',
     'Note': 'Created at General Election',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2015-05-07T00:00:00',
     'SubType': None},
    {'@Id': '4',
     'EndDate': '2015-03-30T00:00:00',
     'Name': 'Conservative',
     'Note': 'Dissolution of Parliament',
     'SitsOppositeSideToParty': 'False',
     'StartDate': '2010-05-06T00:00:00',
     'SubType': None}]},
  'Party': {'#text': 'Conservative', '@Id': '4'}},
 {'@Dods_Id': '35946',
  '@Member_Id': '4382',
  '@Pims_Id': '6025',
  'Constituencies': {'Constituency': {'@Id': '3386',
    'Election': {'@Id': '369',
     'Date': '2015-05-07T00:00:00',
     'Name': '2015 General Election',
     'Type': 'General Election'},
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndReason': None,
    'EntryType': 'First entry',
    'Name': 'Cambridge',
    'Notes': None,
    'StartDate': '2015-05-07T00:00:00',
    'SwearInOrder': '108',
    'SwornInForename': None,
    'SwornInMiddleNames': None,
    'SwornInSurname': None,
    'SwornInTitle': None}},
  'CurrentStatus': {'@Id': '0',
   '@IsActive': 'True',
   'Name': 'Current Member',
   'Reason': None,
   'StartDate': '2015-05-07T00:00:00'},
  'DateOfBirth': '1956-11-09T00:00:00',
  'DateOfDeath': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'DisplayAs': 'Daniel Zeichner',
  'FullTitle': 'Daniel Zeichner MP',
  'Gender': 'M',
  'House': 'Commons',
  'HouseEndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
   '@xsi:nil': 'true'},
  'HouseMemberships': {'HouseMembership': {'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'EndNotes': None,
    'EndReason': None,
    'House': 'Commons',
    'StartDate': '2015-05-07T00:00:00'}},
  'HouseStartDate': '2015-05-07T00:00:00',
  'LayingMinisterName': None,
  'ListAs': 'Zeichner, Daniel',
  'MemberFrom': 'Cambridge',
  'Parties': {'Party': {'@Id': '15',
    'EndDate': {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
     '@xsi:nil': 'true'},
    'Name': 'Labour',
    'Note': 'Created at General Election',
    'SitsOppositeSideToParty': 'False',
    'StartDate': '2015-05-07T00:00:00',
    'SubType': None}},
  'Party': {'#text': 'Labour', '@Id': '15'}}]

In [11]:
pd.DataFrame(members)


Out[11]:
@Dods_Id @Member_Id @Pims_Id Constituencies CurrentStatus DateOfBirth DateOfDeath DisplayAs FullTitle Gender House HouseEndDate HouseMemberships HouseStartDate LayingMinisterName ListAs MemberFrom Parties Party
0 25790 172 3572 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1953-09-27T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Ms Diane Abbott Ms Diane Abbott MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1987-06-11T00:00:00 None Abbott, Ms Diane Hackney North and Stoke Newington {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
1 80556 4212 5905 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1960-09-15T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Debbie Abrahams Debbie Abrahams MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2011-01-13T00:00:00 None Abrahams, Debbie Oldham East and Saddleworth {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
2 35435 4057 5556 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1966-11-30T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Nigel Adams Nigel Adams MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Adams, Nigel Selby and Ainsty {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
3 35516 1586 4734 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1965-08-04T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Adam Afriyie Adam Afriyie MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 None Afriyie, Adam Windsor {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
4 137263 4427 6011 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1970-10-05T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Ms Tasmina Ahmed-Sheikh Ms Tasmina Ahmed-Sheikh MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Ahmed-Sheikh, Ms Tasmina Ochil and South Perthshire {'Party': {'Name': 'Scottish National Party', ... {'#text': 'Scottish National Party', '@Id': '29'}
5 35512 4069 5560 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1961-08-26T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Peter Aldous Peter Aldous MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Aldous, Peter Waveney {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
6 83154 4038 5563 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1975-04-17T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Heidi Alexander Heidi Alexander MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Alexander, Heidi Lewisham East {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
7 58561 4138 5735 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1975-03-14T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Rushanara Ali Rushanara Ali MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Ali, Rushanara Bethnal Green and Bow {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
8 105910 4411 6012 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1964-10-02T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Lucy Allan Lucy Allan MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Allan, Lucy Telford {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
9 25774 364 3636 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1953-01-11T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Graham Allen Mr Graham Allen MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1987-06-11T00:00:00 None Allen, Mr Graham Nottingham North {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
10 127402 4516 6013 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1975-01-18T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Heidi Allen Heidi Allen MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Allen, Heidi South Cambridgeshire {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
11 118489 4573 6188 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1977-01-01T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Dr Rosena Allin-Khan Dr Rosena Allin-Khan MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2016-06-16T00:00:00 None Allin-Khan, Dr Rosena Tooting {'Party': {'Name': 'Labour', '@Id': '15', 'End... {'#text': 'Labour', '@Id': '15'}
12 25775 44 3655 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1952-03-26T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Sir David Amess Sir David Amess MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1983-06-09T00:00:00 None Amess, Sir David Southend West {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
13 35863 1486 4738 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1953-12-02T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr David Anderson Mr David Anderson MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 None Anderson, Mr David Blaydon {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
14 62806 4032 5565 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1971-11-25T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Stuart Andrew Stuart Andrew MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Andrew, Stuart Pudsey {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
15 105913 4512 6014 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1971-01-12T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Caroline Ansell Caroline Ansell MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Ansell, Caroline Eastbourne {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
16 72241 4362 6015 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1977-12-09T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Edward Argar Edward Argar MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Argar, Edward Charnwood {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
17 137584 4387 6016 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1975-07-07T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Richard Arkless Richard Arkless MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Arkless, Richard Dumfries and Galloway {'Party': {'Name': 'Scottish National Party', ... {'#text': 'Scottish National Party', '@Id': '29'}
18 27620 4244 5971 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1978-10-14T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Jonathan Ashworth Jonathan Ashworth MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2011-05-05T00:00:00 None Ashworth, Jonathan Leicester South {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour (Co-op)', '@Id': '15'}
19 133995 4399 6017 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Victoria Atkins Victoria Atkins MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Atkins, Victoria Louth and Horncastle {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
20 19494 1511 4740 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1965-03-06T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Ian Austin Ian Austin MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 None Austin, Ian Dudley North {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
21 25783 1451 3840 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1962-12-03T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Richard Bacon Mr Richard Bacon MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2001-06-07T00:00:00 None Bacon, Mr Richard South Norfolk {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
22 25800 320 3848 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1945-12-11T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Adrian Bailey Mr Adrian Bailey MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2000-11-23T00:00:00 None Bailey, Mr Adrian West Bromwich West {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour (Co-op)', '@Id': '15'}
23 83404 4064 5570 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1971-06-06T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Steve Baker Mr Steve Baker MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Baker, Mr Steve Wycombe {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
24 40489 4107 5572 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1960-05-02T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Harriett Baldwin Harriett Baldwin MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 Harriett Baldwin Baldwin, Harriett West Worcestershire {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
25 43499 4095 5573 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1972-06-30T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Stephen Barclay Stephen Barclay MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Barclay, Stephen North East Cambridgeshire {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
26 137601 4486 6018 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1983-06-01T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Hannah Bardell Hannah Bardell MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Bardell, Hannah Livingston {'Party': {'Name': 'Scottish National Party', ... {'#text': 'Scottish National Party', '@Id': '29'}
27 25729 1390 3887 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1959-06-21T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr John Baron Mr John Baron MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2001-06-07T00:00:00 None Baron, Mr John Basildon and Billericay {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
28 25731 392 3894 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1946-10-26T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Sir Kevin Barron Rt Hon Sir Kevin Barron MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1983-06-09T00:00:00 None Barron, Sir Kevin Rother Valley {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
29 72243 3955 5519 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1972-01-23T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Gavin Barwell Gavin Barwell MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 Gavin Barwell Barwell, Gavin Croydon Central {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
618 106391 4523 6180 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1966-09-14T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Catherine West Catherine West MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None West, Catherine Hornsey and Wood Green {'Party': {'Name': 'Labour', '@Id': '15', 'End... {'#text': 'Labour', '@Id': '15'}
619 62797 4123 5658 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1984-02-16T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... James Wharton James Wharton MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 James Wharton Wharton, James Stockton South {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
620 137998 4527 6181 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1976-06-23T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Helen Whately Helen Whately MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Whately, Helen Faversham and Mid Kent {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
621 35319 4053 5659 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1959-05-14T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Heather Wheeler Heather Wheeler MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Wheeler, Heather South Derbyshire {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
622 31580 4114 5660 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1967-04-28T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Chris White Chris White MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None White, Chris Warwick and Leamington {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
623 74736 3911 5544 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1969-04-24T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Dr Eilidh Whiteford Dr Eilidh Whiteford MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Whiteford, Dr Eilidh Banff and Buchan {'Party': [{'Name': 'Scottish National Party',... {'#text': 'Scottish National Party', '@Id': '29'}
624 25238 62 4585 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1950-09-15T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Dr Alan Whitehead Dr Alan Whitehead MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1997-05-01T00:00:00 None Whitehead, Dr Alan Southampton, Test {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
625 137582 4385 6182 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1958-12-24T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Dr Philippa Whitford Dr Philippa Whitford MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Whitford, Dr Philippa Central Ayrshire {'Party': {'Name': 'Scottish National Party', ... {'#text': 'Scottish National Party', '@Id': '29'}
626 62798 3940 5545 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1962-08-30T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Craig Whittaker Craig Whittaker MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Whittaker, Craig Calder Valley {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
627 25239 39 4590 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1959-10-16T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr John Whittingdale Rt Hon John Whittingdale MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1992-04-09T00:00:00 None Whittingdale, Mr John Maldon {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
628 25244 1428 4600 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1966-06-04T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Bill Wiggin Bill Wiggin MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2001-06-07T00:00:00 None Wiggin, Bill North Herefordshire {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
629 58076 4438 6183 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1985-06-07T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Craig Williams Craig Williams MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Williams, Craig Cardiff North {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
630 25221 1397 4619 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1953-05-14T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Hywel Williams Hywel Williams MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2001-06-07T00:00:00 None Williams, Hywel Arfon {'Party': [{'Name': 'Plaid Cymru', '@Id': '22'... {'#text': 'Plaid Cymru', '@Id': '22'}
631 31723 1498 4845 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1966-03-24T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Mark Williams Mr Mark Williams MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 None Williams, Mr Mark Ceredigion {'Party': [{'Name': 'Liberal Democrat', '@Id':... {'#text': 'Liberal Democrat', '@Id': '17'}
632 35247 4108 5661 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1976-06-25T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Gavin Williamson Rt Hon Gavin Williamson MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Williamson, Gavin South Staffordshire {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
633 122034 4448 6184 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1965-04-11T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Corri Wilson Corri Wilson MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Wilson, Corri Ayr, Carrick and Cumnock {'Party': {'Name': 'Scottish National Party', ... {'#text': 'Scottish National Party', '@Id': '29'}
634 61609 1603 5259 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1959-05-31T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Phil Wilson Phil Wilson MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2007-07-19T00:00:00 None Wilson, Phil Sedgefield {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
635 31582 1556 4849 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1965-01-04T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Rob Wilson Mr Rob Wilson MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 Mr Rob Wilson Wilson, Mr Rob Reading East {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
636 33564 1593 4642 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1953-04-04T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Sammy Wilson Sammy Wilson MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 None Wilson, Sammy East Antrim {'Party': [{'Name': 'Democratic Unionist Party... {'#text': 'Democratic Unionist Party', '@Id': ...
637 25248 316 4647 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1933-06-26T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr David Winnick Mr David Winnick MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': [{'House': 'Commons', 'End... 1979-05-03T00:00:00 None Winnick, Mr David Walsall North {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
638 25253 390 4653 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1958-08-10T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Dame Rosie Winterton Rt Hon Dame Rosie Winterton MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 1997-05-01T00:00:00 None Winterton, Dame Rosie Doncaster Central {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
639 25254 1440 4656 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1962-03-09T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Pete Wishart Pete Wishart MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2001-06-07T00:00:00 None Wishart, Pete Perth and North Perthshire {'Party': [{'Name': 'Scottish National Party',... {'#text': 'Scottish National Party', '@Id': '29'}
640 81217 4073 5548 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1962-02-17T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Dr Sarah Wollaston Dr Sarah Wollaston MP F Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Wollaston, Dr Sarah Totnes {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
641 132423 4384 6097 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1976-03-17T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mike Wood Mike Wood MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Wood, Mike Dudley South {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
642 32028 3917 5550 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1979-10-14T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... John Woodcock John Woodcock MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Woodcock, John Barrow and Furness {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour (Co-op)', '@Id': '15'}
643 106418 4429 6058 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1987-12-11T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... William Wragg William Wragg MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Wragg, William Hazel Grove {'Party': {'Name': 'Conservative', '@Id': '4',... {'#text': 'Conservative', '@Id': '4'}
644 34603 1478 4684 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1972-05-09T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Mr Iain Wright Mr Iain Wright MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2004-09-30T00:00:00 None Wright, Mr Iain Hartlepool {'Party': [{'Name': 'Labour', '@Id': '15', 'En... {'#text': 'Labour', '@Id': '15'}
645 35436 1560 4847 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1972-10-24T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Jeremy Wright Rt Hon Jeremy Wright QC MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2005-05-05T00:00:00 The Attorney General Wright, Jeremy Kenilworth and Southam {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
646 53078 4113 5663 {'Constituency': [{'EndDate': {'@xmlns:xsi': '... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1967-06-02T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Nadhim Zahawi Nadhim Zahawi MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2010-05-06T00:00:00 None Zahawi, Nadhim Stratford-on-Avon {'Party': [{'Name': 'Conservative', '@Id': '4'... {'#text': 'Conservative', '@Id': '4'}
647 35946 4382 6025 {'Constituency': {'EndDate': {'@xmlns:xsi': 'h... {'@IsActive': 'True', 'Reason': None, 'StartDa... 1956-11-09T00:00:00 {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... Daniel Zeichner Daniel Zeichner MP M Commons {'@xmlns:xsi': 'http://www.w3.org/2001/XMLSche... {'HouseMembership': {'House': 'Commons', 'EndN... 2015-05-07T00:00:00 None Zeichner, Daniel Cambridge {'Party': {'Name': 'Labour', '@Id': '15', 'End... {'#text': 'Labour', '@Id': '15'}

648 rows × 19 columns


In [7]:
# Get the summary data for these members as a list
sd = mnis.getSummaryDataForMembers(members, d)
sd

# Save the summary data into members.csv
#mnis.saveSummaryDataForMembers(sd, 'members.csv')


Out[7]:
[{'constituency': 'Hackney North and Stoke Newington',
  'date_of_birth': datetime.date(1953, 9, 27),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'F',
  'list_name': 'Abbott, Ms Diane',
  'member_id': '172',
  'party': 'Labour'},
 {'constituency': 'Oldham East and Saddleworth',
  'date_of_birth': datetime.date(1960, 9, 15),
  'days_service': 2165,
  'first_start_date': datetime.date(2011, 1, 13),
  'gender': 'F',
  'list_name': 'Abrahams, Debbie',
  'member_id': '4212',
  'party': 'Labour'},
 {'constituency': 'Selby and Ainsty',
  'date_of_birth': datetime.date(1966, 11, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Adams, Nigel',
  'member_id': '4057',
  'party': 'Conservative'},
 {'constituency': 'Windsor',
  'date_of_birth': datetime.date(1965, 8, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Afriyie, Adam',
  'member_id': '1586',
  'party': 'Conservative'},
 {'constituency': 'Ochil and South Perthshire',
  'date_of_birth': datetime.date(1970, 10, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Ahmed-Sheikh, Ms Tasmina',
  'member_id': '4427',
  'party': 'Scottish National Party'},
 {'constituency': 'Waveney',
  'date_of_birth': datetime.date(1961, 8, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Aldous, Peter',
  'member_id': '4069',
  'party': 'Conservative'},
 {'constituency': 'Lewisham East',
  'date_of_birth': datetime.date(1975, 4, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Alexander, Heidi',
  'member_id': '4038',
  'party': 'Labour'},
 {'constituency': 'Bethnal Green and Bow',
  'date_of_birth': datetime.date(1975, 3, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Ali, Rushanara',
  'member_id': '4138',
  'party': 'Labour'},
 {'constituency': 'Telford',
  'date_of_birth': datetime.date(1964, 10, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Allan, Lucy',
  'member_id': '4411',
  'party': 'Conservative'},
 {'constituency': 'Nottingham North',
  'date_of_birth': datetime.date(1953, 1, 11),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Allen, Mr Graham',
  'member_id': '364',
  'party': 'Labour'},
 {'constituency': 'South Cambridgeshire',
  'date_of_birth': datetime.date(1975, 1, 18),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Allen, Heidi',
  'member_id': '4516',
  'party': 'Conservative'},
 {'constituency': 'Tooting',
  'date_of_birth': datetime.date(1977, 1, 1),
  'days_service': 222,
  'first_start_date': datetime.date(2016, 6, 16),
  'gender': 'F',
  'list_name': 'Allin-Khan, Dr Rosena',
  'member_id': '4573',
  'party': 'Labour'},
 {'constituency': 'Southend West',
  'date_of_birth': datetime.date(1952, 3, 26),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Amess, Sir David',
  'member_id': '44',
  'party': 'Conservative'},
 {'constituency': 'Blaydon',
  'date_of_birth': datetime.date(1953, 12, 2),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Anderson, Mr David',
  'member_id': '1486',
  'party': 'Labour'},
 {'constituency': 'Pudsey',
  'date_of_birth': datetime.date(1971, 11, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Andrew, Stuart',
  'member_id': '4032',
  'party': 'Conservative'},
 {'constituency': 'Eastbourne',
  'date_of_birth': datetime.date(1971, 1, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Ansell, Caroline',
  'member_id': '4512',
  'party': 'Conservative'},
 {'constituency': 'Charnwood',
  'date_of_birth': datetime.date(1977, 12, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Argar, Edward',
  'member_id': '4362',
  'party': 'Conservative'},
 {'constituency': 'Dumfries and Galloway',
  'date_of_birth': datetime.date(1975, 7, 7),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Arkless, Richard',
  'member_id': '4387',
  'party': 'Scottish National Party'},
 {'constituency': 'Leicester South',
  'date_of_birth': datetime.date(1978, 10, 14),
  'days_service': 2053,
  'first_start_date': datetime.date(2011, 5, 5),
  'gender': 'M',
  'list_name': 'Ashworth, Jonathan',
  'member_id': '4244',
  'party': 'Labour'},
 {'constituency': 'Louth and Horncastle',
  'date_of_birth': '',
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Atkins, Victoria',
  'member_id': '4399',
  'party': 'Conservative'},
 {'constituency': 'Dudley North',
  'date_of_birth': datetime.date(1965, 3, 6),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Austin, Ian',
  'member_id': '1511',
  'party': 'Labour'},
 {'constituency': 'South Norfolk',
  'date_of_birth': datetime.date(1962, 12, 3),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Bacon, Mr Richard',
  'member_id': '1451',
  'party': 'Conservative'},
 {'constituency': 'West Bromwich West',
  'date_of_birth': datetime.date(1945, 12, 11),
  'days_service': 5796,
  'first_start_date': datetime.date(2000, 11, 23),
  'gender': 'M',
  'list_name': 'Bailey, Mr Adrian',
  'member_id': '320',
  'party': 'Labour'},
 {'constituency': 'Wycombe',
  'date_of_birth': datetime.date(1971, 6, 6),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Baker, Mr Steve',
  'member_id': '4064',
  'party': 'Conservative'},
 {'constituency': 'West Worcestershire',
  'date_of_birth': datetime.date(1960, 5, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Baldwin, Harriett',
  'member_id': '4107',
  'party': 'Conservative'},
 {'constituency': 'North East Cambridgeshire',
  'date_of_birth': datetime.date(1972, 6, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Barclay, Stephen',
  'member_id': '4095',
  'party': 'Conservative'},
 {'constituency': 'Livingston',
  'date_of_birth': datetime.date(1983, 6, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Bardell, Hannah',
  'member_id': '4486',
  'party': 'Scottish National Party'},
 {'constituency': 'Basildon and Billericay',
  'date_of_birth': datetime.date(1959, 6, 21),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Baron, Mr John',
  'member_id': '1390',
  'party': 'Conservative'},
 {'constituency': 'Rother Valley',
  'date_of_birth': datetime.date(1946, 10, 26),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Barron, Sir Kevin',
  'member_id': '392',
  'party': 'Labour'},
 {'constituency': 'Croydon Central',
  'date_of_birth': datetime.date(1972, 1, 23),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Barwell, Gavin',
  'member_id': '3955',
  'party': 'Conservative'},
 {'constituency': 'Aberconwy',
  'date_of_birth': datetime.date(1968, 10, 9),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Bebb, Guto',
  'member_id': '3910',
  'party': 'Conservative'},
 {'constituency': 'Derby South',
  'date_of_birth': datetime.date(1943, 1, 15),
  'days_service': 13742,
  'first_start_date': datetime.date(1974, 10, 10),
  'gender': 'F',
  'list_name': 'Beckett, Margaret',
  'member_id': '328',
  'party': 'Labour'},
 {'constituency': 'North West Norfolk',
  'date_of_birth': datetime.date(1955, 3, 29),
  'days_service': 10628,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Bellingham, Sir Henry',
  'member_id': '1441',
  'party': 'Conservative'},
 {'constituency': 'Leeds Central',
  'date_of_birth': datetime.date(1953, 11, 26),
  'days_service': 6328,
  'first_start_date': datetime.date(1999, 6, 10),
  'gender': 'M',
  'list_name': 'Benn, Hilary',
  'member_id': '413',
  'party': 'Labour'},
 {'constituency': 'Newbury',
  'date_of_birth': datetime.date(1960, 10, 21),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Benyon, Richard',
  'member_id': '1547',
  'party': 'Conservative'},
 {'constituency': 'Buckingham',
  'date_of_birth': datetime.date(1963, 1, 19),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Bercow, John',
  'member_id': '17',
  'party': 'Speaker'},
 {'constituency': 'Mole Valley',
  'date_of_birth': datetime.date(1946, 4, 6),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Beresford, Sir Paul',
  'member_id': '103',
  'party': 'Conservative'},
 {'constituency': 'Liverpool, Wavertree',
  'date_of_birth': datetime.date(1981, 5, 15),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Berger, Luciana',
  'member_id': '4036',
  'party': 'Labour'},
 {'constituency': 'Rossendale and Darwen',
  'date_of_birth': datetime.date(1978, 12, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Berry, Jake',
  'member_id': '4060',
  'party': 'Conservative'},
 {'constituency': 'Kingston and Surbiton',
  'date_of_birth': datetime.date(1983, 8, 4),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Berry, James',
  'member_id': '4489',
  'party': 'Conservative'},
 {'constituency': 'Sheffield South East',
  'date_of_birth': datetime.date(1950, 1, 13),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Betts, Mr Clive',
  'member_id': '394',
  'party': 'Labour'},
 {'constituency': 'High Peak',
  'date_of_birth': datetime.date(1962, 6, 23),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Bingham, Andrew',
  'member_id': '3994',
  'party': 'Conservative'},
 {'constituency': 'Paisley and Renfrewshire South',
  'date_of_birth': datetime.date(1994, 9, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Black, Mhairi',
  'member_id': '4421',
  'party': 'Scottish National Party'},
 {'constituency': 'Ross, Skye and Lochaber',
  'date_of_birth': datetime.date(1961, 5, 14),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Blackford, Ian',
  'member_id': '4390',
  'party': 'Scottish National Party'},
 {'constituency': 'Harrow East',
  'date_of_birth': datetime.date(1956, 4, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Blackman, Bob',
  'member_id': '4005',
  'party': 'Conservative'},
 {'constituency': 'Aberdeen North',
  'date_of_birth': datetime.date(1986, 3, 20),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Blackman, Kirsty',
  'member_id': '4357',
  'party': 'Scottish National Party'},
 {'constituency': 'City of Durham',
  'date_of_birth': datetime.date(1957, 8, 16),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Blackman-Woods, Dr Roberta',
  'member_id': '1501',
  'party': 'Labour'},
 {'constituency': 'Oxford West and Abingdon',
  'date_of_birth': datetime.date(1979, 10, 16),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Blackwood, Nicola',
  'member_id': '4019',
  'party': 'Conservative'},
 {'constituency': 'Middlesbrough South and East Cleveland',
  'date_of_birth': datetime.date(1980, 8, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Blenkinsop, Tom',
  'member_id': '4037',
  'party': 'Labour'},
 {'constituency': 'Sheffield Central',
  'date_of_birth': datetime.date(1953, 8, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Blomfield, Paul',
  'member_id': '4058',
  'party': 'Labour'},
 {'constituency': 'Reigate',
  'date_of_birth': datetime.date(1960, 7, 15),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Blunt, Crispin',
  'member_id': '104',
  'party': 'Conservative'},
 {'constituency': 'Grantham and Stamford',
  'date_of_birth': datetime.date(1965, 11, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Boles, Nick',
  'member_id': '3995',
  'party': 'Conservative'},
 {'constituency': 'Wellingborough',
  'date_of_birth': datetime.date(1952, 10, 19),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Bone, Mr Peter',
  'member_id': '1581',
  'party': 'Conservative'},
 {'constituency': 'Kensington',
  'date_of_birth': datetime.date(1956, 4, 26),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Borwick, Victoria',
  'member_id': '4502',
  'party': 'Conservative'},
 {'constituency': 'Coatbridge, Chryston and Bellshill',
  'date_of_birth': datetime.date(1963, 7, 23),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Boswell, Philip',
  'member_id': '4388',
  'party': 'Scottish National Party'},
 {'constituency': 'Worthing West',
  'date_of_birth': datetime.date(1944, 7, 30),
  'days_service': 14954,
  'first_start_date': datetime.date(1975, 6, 26),
  'gender': 'M',
  'list_name': 'Bottomley, Sir Peter',
  'member_id': '117',
  'party': 'Conservative'},
 {'constituency': 'Batley and Spen',
  'date_of_birth': datetime.date(1961, 5, 9),
  'days_service': 96,
  'first_start_date': datetime.date(2016, 10, 20),
  'gender': 'F',
  'list_name': 'Brabin, Tracy',
  'member_id': '4588',
  'party': 'Labour'},
 {'constituency': 'Staffordshire Moorlands',
  'date_of_birth': datetime.date(1970, 3, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Bradley, Karen',
  'member_id': '4110',
  'party': 'Conservative'},
 {'constituency': 'Exeter',
  'date_of_birth': datetime.date(1960, 8, 30),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Bradshaw, Mr Ben',
  'member_id': '230',
  'party': 'Labour'},
 {'constituency': 'Altrincham and Sale West',
  'date_of_birth': datetime.date(1967, 5, 20),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Brady, Mr Graham',
  'member_id': '435',
  'party': 'Conservative'},
 {'constituency': 'Newry and Armagh',
  'date_of_birth': datetime.date(1950, 10, 7),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Brady, Mickey',
  'member_id': '4373',
  'party': 'Sinn Fein'},
 {'constituency': 'Carshalton and Wallington',
  'date_of_birth': datetime.date(1962, 5, 6),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Brake, Tom',
  'member_id': '151',
  'party': 'Liberal Democrat'},
 {'constituency': 'Canterbury',
  'date_of_birth': datetime.date(1953, 7, 24),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Brazier, Sir Julian',
  'member_id': '77',
  'party': 'Conservative'},
 {'constituency': 'Cardiff West',
  'date_of_birth': datetime.date(1959, 10, 16),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Brennan, Kevin',
  'member_id': '1400',
  'party': 'Labour'},
 {'constituency': 'North West Leicestershire',
  'date_of_birth': datetime.date(1964, 10, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Bridgen, Andrew',
  'member_id': '4133',
  'party': 'Conservative'},
 {'constituency': 'Winchester',
  'date_of_birth': datetime.date(1974, 1, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Brine, Steve',
  'member_id': '4067',
  'party': 'Conservative'},
 {'constituency': 'Edinburgh North and Leith',
  'date_of_birth': datetime.date(1961, 12, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Brock, Deidre',
  'member_id': '4417',
  'party': 'Scottish National Party'},
 {'constituency': 'Old Bexley and Sidcup',
  'date_of_birth': datetime.date(1968, 1, 8),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Brokenshire, James',
  'member_id': '1530',
  'party': 'Conservative'},
 {'constituency': 'Kilmarnock and Loudoun',
  'date_of_birth': datetime.date(1970, 8, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Brown, Alan',
  'member_id': '4470',
  'party': 'Scottish National Party'},
 {'constituency': 'West Ham',
  'date_of_birth': datetime.date(1960, 4, 13),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Brown, Lyn',
  'member_id': '1583',
  'party': 'Labour'},
 {'constituency': 'Newcastle upon Tyne East',
  'date_of_birth': datetime.date(1950, 6, 13),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Brown, Mr Nicholas',
  'member_id': '523',
  'party': 'Labour'},
 {'constituency': 'Congleton',
  'date_of_birth': datetime.date(1957, 3, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Bruce, Fiona',
  'member_id': '3958',
  'party': 'Conservative'},
 {'constituency': 'Rhondda',
  'date_of_birth': datetime.date(1962, 1, 11),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Bryant, Chris',
  'member_id': '1446',
  'party': 'Labour'},
 {'constituency': 'Westminster North',
  'date_of_birth': datetime.date(1958, 8, 30),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Buck, Ms Karen',
  'member_id': '199',
  'party': 'Labour'},
 {'constituency': 'South Swindon',
  'date_of_birth': datetime.date(1968, 9, 22),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Buckland, Robert',
  'member_id': '4106',
  'party': 'Conservative'},
 {'constituency': 'Birmingham, Northfield',
  'date_of_birth': datetime.date(1954, 9, 1),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Burden, Richard',
  'member_id': '301',
  'party': 'Labour'},
 {'constituency': 'Leeds East',
  'date_of_birth': datetime.date(1980, 9, 19),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Burgon, Richard',
  'member_id': '4493',
  'party': 'Labour'},
 {'constituency': 'Leigh',
  'date_of_birth': datetime.date(1970, 1, 7),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Burnham, Andy',
  'member_id': '1427',
  'party': 'Labour'},
 {'constituency': 'Bournemouth West',
  'date_of_birth': datetime.date(1972, 9, 24),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Burns, Conor',
  'member_id': '3922',
  'party': 'Conservative'},
 {'constituency': 'Chelmsford',
  'date_of_birth': datetime.date(1952, 9, 6),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Burns, Sir Simon',
  'member_id': '46',
  'party': 'Conservative'},
 {'constituency': 'Enfield, Southgate',
  'date_of_birth': datetime.date(1969, 6, 12),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Burrowes, Mr David',
  'member_id': '1518',
  'party': 'Conservative'},
 {'constituency': 'North East Bedfordshire',
  'date_of_birth': datetime.date(1955, 5, 25),
  'days_service': 10628,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Burt, Alistair',
  'member_id': '1201',
  'party': 'Conservative'},
 {'constituency': 'Brent Central',
  'date_of_birth': datetime.date(1969, 11, 3),
  'days_service': 2431,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Butler, Dawn',
  'member_id': '1489',
  'party': 'Labour'},
 {'constituency': 'Birmingham, Hodge Hill',
  'date_of_birth': datetime.date(1970, 10, 2),
  'days_service': 4490,
  'first_start_date': datetime.date(2004, 7, 15),
  'gender': 'M',
  'list_name': 'Byrne, Liam',
  'member_id': '1171',
  'party': 'Labour'},
 {'constituency': 'Brentford and Isleworth',
  'date_of_birth': datetime.date(1959, 5, 14),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Cadbury, Ruth',
  'member_id': '4389',
  'party': 'Labour'},
 {'constituency': 'Vale of Glamorgan',
  'date_of_birth': datetime.date(1970, 7, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Cairns, Alun',
  'member_id': '4086',
  'party': 'Conservative'},
 {'constituency': 'East Kilbride, Strathaven and Lesmahagow',
  'date_of_birth': datetime.date(1972, 4, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Cameron, Dr Lisa',
  'member_id': '4412',
  'party': 'Scottish National Party'},
 {'constituency': 'Tynemouth',
  'date_of_birth': datetime.date(1957, 7, 8),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Campbell, Mr Alan',
  'member_id': '529',
  'party': 'Labour'},
 {'constituency': 'East Londonderry',
  'date_of_birth': datetime.date(1953, 2, 15),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Campbell, Mr Gregory',
  'member_id': '1409',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'Blyth Valley',
  'date_of_birth': datetime.date(1943, 8, 14),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Campbell, Mr Ronnie',
  'member_id': '514',
  'party': 'Labour'},
 {'constituency': 'Orkney and Shetland',
  'date_of_birth': datetime.date(1965, 7, 15),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Carmichael, Mr Alistair',
  'member_id': '1442',
  'party': 'Liberal Democrat'},
 {'constituency': 'Stroud',
  'date_of_birth': datetime.date(1961, 4, 15),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Carmichael, Neil',
  'member_id': '4104',
  'party': 'Conservative'},
 {'constituency': 'Clacton',
  'date_of_birth': datetime.date(1971, 5, 3),
  'days_service': 4179,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Carswell, Mr Douglas',
  'member_id': '1527',
  'party': 'UK Independence Party'},
 {'constituency': 'South Suffolk',
  'date_of_birth': datetime.date(1974, 4, 30),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Cartlidge, James',
  'member_id': '4519',
  'party': 'Conservative'},
 {'constituency': 'Stone',
  'date_of_birth': datetime.date(1940, 5, 10),
  'days_service': 11773,
  'first_start_date': datetime.date(1984, 5, 3),
  'gender': 'M',
  'list_name': 'Cash, Sir William',
  'member_id': '288',
  'party': 'Conservative'},
 {'constituency': 'Lewes',
  'date_of_birth': datetime.date(1973, 8, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Caulfield, Maria',
  'member_id': '4492',
  'party': 'Conservative'},
 {'constituency': 'Cheltenham',
  'date_of_birth': datetime.date(1976, 8, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Chalk, Alex',
  'member_id': '4481',
  'party': 'Conservative'},
 {'constituency': 'Rotherham',
  'date_of_birth': datetime.date(1969, 3, 10),
  'days_service': 1479,
  'first_start_date': datetime.date(2012, 11, 29),
  'gender': 'F',
  'list_name': 'Champion, Sarah',
  'member_id': '4267',
  'party': 'Labour'},
 {'constituency': 'Dunfermline and West Fife',
  'date_of_birth': datetime.date(1955, 1, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Chapman, Douglas',
  'member_id': '4402',
  'party': 'Scottish National Party'},
 {'constituency': 'Darlington',
  'date_of_birth': datetime.date(1973, 9, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Chapman, Jenny',
  'member_id': '3972',
  'party': 'Labour'},
 {'constituency': 'Edinburgh South West',
  'date_of_birth': datetime.date(1966, 3, 18),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Cherry, Joanna',
  'member_id': '4419',
  'party': 'Scottish National Party'},
 {'constituency': 'Gillingham and Rainham',
  'date_of_birth': datetime.date(1978, 10, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Chishti, Rehman',
  'member_id': '3987',
  'party': 'Conservative'},
 {'constituency': 'Christchurch',
  'date_of_birth': datetime.date(1947, 5, 19),
  'days_service': 10277,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Chope, Mr Christopher',
  'member_id': '242',
  'party': 'Conservative'},
 {'constituency': 'Bury St Edmunds',
  'date_of_birth': datetime.date(1964, 3, 18),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Churchill, Jo',
  'member_id': '4380',
  'party': 'Conservative'},
 {'constituency': 'Tunbridge Wells',
  'date_of_birth': datetime.date(1967, 8, 28),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Clark, Greg',
  'member_id': '1578',
  'party': 'Conservative'},
 {'constituency': 'Rushcliffe',
  'date_of_birth': datetime.date(1940, 7, 2),
  'days_service': 16748,
  'first_start_date': datetime.date(1970, 6, 18),
  'gender': 'M',
  'list_name': 'Clarke, Mr Kenneth',
  'member_id': '366',
  'party': 'Conservative'},
 {'constituency': 'Sheffield, Hallam',
  'date_of_birth': datetime.date(1967, 1, 7),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Clegg, Mr Nick',
  'member_id': '1563',
  'party': 'Liberal Democrat'},
 {'constituency': 'Braintree',
  'date_of_birth': datetime.date(1969, 9, 4),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Cleverly, James',
  'member_id': '4366',
  'party': 'Conservative'},
 {'constituency': 'The Cotswolds',
  'date_of_birth': datetime.date(1953, 3, 23),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Clifton-Brown, Geoffrey',
  'member_id': '249',
  'party': 'Conservative'},
 {'constituency': 'Cynon Valley',
  'date_of_birth': datetime.date(1937, 3, 21),
  'days_service': 11773,
  'first_start_date': datetime.date(1984, 5, 3),
  'gender': 'F',
  'list_name': 'Clwyd, Ann',
  'member_id': '553',
  'party': 'Labour'},
 {'constituency': 'Gedling',
  'date_of_birth': datetime.date(1953, 6, 17),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Coaker, Vernon',
  'member_id': '360',
  'party': 'Labour'},
 {'constituency': 'Stockport',
  'date_of_birth': datetime.date(1946, 8, 31),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'F',
  'list_name': 'Coffey, Ann',
  'member_id': '458',
  'party': 'Labour'},
 {'constituency': 'Suffolk Coastal',
  'date_of_birth': datetime.date(1971, 11, 18),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Coffey, Dr Thérèse',
  'member_id': '4098',
  'party': 'Conservative'},
 {'constituency': 'Folkestone and Hythe',
  'date_of_birth': datetime.date(1974, 2, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Collins, Damian',
  'member_id': '3986',
  'party': 'Conservative'},
 {'constituency': 'Plymouth, Sutton and Devonport',
  'date_of_birth': datetime.date(1959, 8, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Colvile, Oliver',
  'member_id': '4022',
  'party': 'Conservative'},
 {'constituency': 'Burnley',
  'date_of_birth': datetime.date(1960, 6, 20),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Cooper, Julie',
  'member_id': '4405',
  'party': 'Labour'},
 {'constituency': 'West Lancashire',
  'date_of_birth': datetime.date(1950, 9, 5),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Cooper, Rosie',
  'member_id': '1538',
  'party': 'Labour'},
 {'constituency': 'Normanton, Pontefract and Castleford',
  'date_of_birth': datetime.date(1969, 3, 20),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Cooper, Yvette',
  'member_id': '420',
  'party': 'Labour'},
 {'constituency': 'Islington North',
  'date_of_birth': datetime.date(1949, 5, 26),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Corbyn, Jeremy',
  'member_id': '185',
  'party': 'Labour'},
 {'constituency': 'South Leicestershire',
  'date_of_birth': datetime.date(1971, 11, 13),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Costa, Alberto',
  'member_id': '4439',
  'party': 'Conservative'},
 {'constituency': 'Witney',
  'date_of_birth': datetime.date(1978, 10, 1),
  'days_service': 96,
  'first_start_date': datetime.date(2016, 10, 20),
  'gender': 'M',
  'list_name': 'Courts, Robert',
  'member_id': '4589',
  'party': 'Conservative'},
 {'constituency': 'Inverclyde',
  'date_of_birth': datetime.date(1959, 9, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Cowan, Ronnie',
  'member_id': '4465',
  'party': 'Scottish National Party'},
 {'constituency': 'Torridge and West Devon',
  'date_of_birth': datetime.date(1960, 4, 30),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Cox, Mr Geoffrey',
  'member_id': '1508',
  'party': 'Conservative'},
 {'constituency': 'Bermondsey and Old Southwark',
  'date_of_birth': datetime.date(1978, 12, 30),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Coyle, Neil',
  'member_id': '4368',
  'party': 'Labour'},
 {'constituency': 'Preseli Pembrokeshire',
  'date_of_birth': datetime.date(1973, 1, 20),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Crabb, Stephen',
  'member_id': '1554',
  'party': 'Conservative'},
 {'constituency': 'Bolton North East',
  'date_of_birth': datetime.date(1946, 6, 17),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Crausby, Sir David',
  'member_id': '437',
  'party': 'Labour'},
 {'constituency': 'Lanark and Hamilton East',
  'date_of_birth': datetime.date(1987, 6, 3),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Crawley, Angela',
  'member_id': '4469',
  'party': 'Scottish National Party'},
 {'constituency': 'Wakefield',
  'date_of_birth': datetime.date(1967, 12, 2),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Creagh, Mary',
  'member_id': '1579',
  'party': 'Labour'},
 {'constituency': 'Walthamstow',
  'date_of_birth': datetime.date(1977, 4, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Creasy, Stella',
  'member_id': '4088',
  'party': 'Labour'},
 {'constituency': 'Chatham and Aylesford',
  'date_of_birth': datetime.date(1975, 7, 24),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Crouch, Tracey',
  'member_id': '3950',
  'party': 'Conservative'},
 {'constituency': 'Dagenham and Rainham',
  'date_of_birth': datetime.date(1962, 4, 7),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Cruddas, Jon',
  'member_id': '1406',
  'party': 'Labour'},
 {'constituency': 'Leyton and Wanstead',
  'date_of_birth': datetime.date(1964, 4, 11),
  'days_service': 5295,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Cryer, John',
  'member_id': '181',
  'party': 'Labour'},
 {'constituency': 'Bradford South',
  'date_of_birth': datetime.date(1967, 6, 26),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Cummins, Judith',
  'member_id': '4391',
  'party': 'Labour'},
 {'constituency': 'Stockton North',
  'date_of_birth': datetime.date(1955, 5, 1),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Cunningham, Alex',
  'member_id': '4122',
  'party': 'Labour'},
 {'constituency': 'Coventry South',
  'date_of_birth': datetime.date(1941, 2, 4),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Cunningham, Mr Jim',
  'member_id': '308',
  'party': 'Labour'},
 {'constituency': 'Scunthorpe',
  'date_of_birth': datetime.date(1955, 7, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Dakin, Nic',
  'member_id': '4056',
  'party': 'Labour'},
 {'constituency': 'Rochdale',
  'date_of_birth': datetime.date(1966, 10, 24),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Danczuk, Simon',
  'member_id': '4059',
  'party': 'Independent'},
 {'constituency': 'Caerphilly',
  'date_of_birth': datetime.date(1957, 7, 1),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'David, Wayne',
  'member_id': '1398',
  'party': 'Labour'},
 {'constituency': 'Gower',
  'date_of_birth': datetime.date(1952, 9, 4),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Davies, Byron',
  'member_id': '4499',
  'party': 'Conservative'},
 {'constituency': 'Brecon and Radnorshire',
  'date_of_birth': datetime.date(1967, 8, 18),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Davies, Chris',
  'member_id': '4376',
  'party': 'Conservative'},
 {'constituency': 'Monmouth',
  'date_of_birth': datetime.date(1970, 6, 1),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Davies, David T. C.',
  'member_id': '1545',
  'party': 'Conservative'},
 {'constituency': 'Swansea West',
  'date_of_birth': datetime.date(1960, 5, 3),
  'days_service': 5295,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Davies, Geraint',
  'member_id': '155',
  'party': 'Labour'},
 {'constituency': 'Montgomeryshire',
  'date_of_birth': datetime.date(1944, 2, 16),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Davies, Glyn',
  'member_id': '4041',
  'party': 'Conservative'},
 {'constituency': 'Vale of Clwyd',
  'date_of_birth': datetime.date(1980, 2, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Davies, Dr James',
  'member_id': '4476',
  'party': 'Conservative'},
 {'constituency': 'Eastleigh',
  'date_of_birth': datetime.date(1975, 6, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Davies, Mims',
  'member_id': '4513',
  'party': 'Conservative'},
 {'constituency': 'Shipley',
  'date_of_birth': datetime.date(1972, 1, 5),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Davies, Philip',
  'member_id': '1565',
  'party': 'Conservative'},
 {'constituency': 'Haltemprice and Howden',
  'date_of_birth': datetime.date(1948, 12, 23),
  'days_service': 10640,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Davis, Mr David',
  'member_id': '373',
  'party': 'Conservative'},
 {'constituency': 'Linlithgow and East Falkirk',
  'date_of_birth': datetime.date(1971, 3, 26),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Day, Martyn',
  'member_id': '4488',
  'party': 'Scottish National Party'},
 {'constituency': 'Ashfield',
  'date_of_birth': datetime.date(1972, 12, 21),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'De Piero, Gloria',
  'member_id': '3915',
  'party': 'Labour'},
 {'constituency': 'Bristol West',
  'date_of_birth': datetime.date(1966, 8, 3),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Debbonaire, Thangam',
  'member_id': '4433',
  'party': 'Labour'},
 {'constituency': 'Gosport',
  'date_of_birth': datetime.date(1971, 10, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Dinenage, Caroline',
  'member_id': '4008',
  'party': 'Conservative'},
 {'constituency': 'Huntingdon',
  'date_of_birth': datetime.date(1965, 6, 3),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Djanogly, Mr Jonathan',
  'member_id': '1425',
  'party': 'Conservative'},
 {'constituency': 'West Dunbartonshire',
  'date_of_birth': datetime.date(1971, 1, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Docherty-Hughes, Martin',
  'member_id': '4374',
  'party': 'Scottish National Party'},
 {'constituency': 'Belfast North',
  'date_of_birth': datetime.date(1958, 8, 20),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Dodds, Mr Nigel',
  'member_id': '1388',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'West Tyrone',
  'date_of_birth': datetime.date(1945, 7, 18),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Doherty, Mr Pat',
  'member_id': '1465',
  'party': 'Sinn Fein'},
 {'constituency': 'Lagan Valley',
  'date_of_birth': datetime.date(1962, 12, 7),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Donaldson, Sir Jeffrey M.',
  'member_id': '650',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'West Aberdeenshire and Kincardine',
  'date_of_birth': datetime.date(1991, 9, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Donaldson, Stuart Blair',
  'member_id': '4377',
  'party': 'Scottish National Party'},
 {'constituency': 'Chippenham',
  'date_of_birth': datetime.date(1984, 4, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Donelan, Michelle',
  'member_id': '4530',
  'party': 'Conservative'},
 {'constituency': 'Mid Bedfordshire',
  'date_of_birth': datetime.date(1957, 5, 21),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Dorries, Nadine',
  'member_id': '1481',
  'party': 'Conservative'},
 {'constituency': 'St Austell and Newquay',
  'date_of_birth': datetime.date(1966, 12, 19),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Double, Steve',
  'member_id': '4452',
  'party': 'Conservative'},
 {'constituency': 'Cardiff South and Penarth',
  'date_of_birth': datetime.date(1980, 4, 15),
  'days_service': 1493,
  'first_start_date': datetime.date(2012, 11, 15),
  'gender': 'M',
  'list_name': 'Doughty, Stephen',
  'member_id': '4264',
  'party': 'Labour'},
 {'constituency': 'Lewisham West and Penge',
  'date_of_birth': datetime.date(1951, 3, 5),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Dowd, Jim',
  'member_id': '189',
  'party': 'Labour'},
 {'constituency': 'Bootle',
  'date_of_birth': datetime.date(1957, 6, 20),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Dowd, Peter',
  'member_id': '4397',
  'party': 'Labour'},
 {'constituency': 'Hertsmere',
  'date_of_birth': datetime.date(1978, 8, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Dowden, Oliver',
  'member_id': '4441',
  'party': 'Conservative'},
 {'constituency': 'Thurrock',
  'date_of_birth': datetime.date(1969, 8, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Doyle-Price, Jackie',
  'member_id': '4065',
  'party': 'Conservative'},
 {'constituency': 'South Dorset',
  'date_of_birth': datetime.date(1958, 1, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Drax, Richard',
  'member_id': '4132',
  'party': 'Conservative'},
 {'constituency': 'Birmingham, Erdington',
  'date_of_birth': datetime.date(1948, 9, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Dromey, Jack',
  'member_id': '3913',
  'party': 'Labour'},
 {'constituency': 'Portsmouth South',
  'date_of_birth': datetime.date(1962, 6, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Drummond, Mrs Flick',
  'member_id': '4459',
  'party': 'Conservative'},
 {'constituency': 'Rochford and Southend East',
  'date_of_birth': datetime.date(1971, 8, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Duddridge, James',
  'member_id': '1559',
  'party': 'Conservative'},
 {'constituency': 'Barnsley East',
  'date_of_birth': datetime.date(1975, 4, 6),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Dugher, Michael',
  'member_id': '3916',
  'party': 'Labour'},
 {'constituency': 'Rutland and Melton',
  'date_of_birth': datetime.date(1957, 3, 31),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Duncan, Sir Alan',
  'member_id': '343',
  'party': 'Conservative'},
 {'constituency': 'Chingford and Woodford Green',
  'date_of_birth': datetime.date(1954, 4, 9),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Duncan Smith, Mr Iain',
  'member_id': '152',
  'party': 'Conservative'},
 {'constituency': 'Ludlow',
  'date_of_birth': datetime.date(1958, 8, 14),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Dunne, Mr Philip',
  'member_id': '1542',
  'party': 'Conservative'},
 {'constituency': 'Foyle',
  'date_of_birth': datetime.date(1960, 6, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Durkan, Mark',
  'member_id': '1594',
  'party': 'Social Democratic & Labour Party'},
 {'constituency': 'Wallasey',
  'date_of_birth': datetime.date(1961, 2, 17),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'F',
  'list_name': 'Eagle, Ms Angela',
  'member_id': '491',
  'party': 'Labour'},
 {'constituency': 'Garston and Halewood',
  'date_of_birth': datetime.date(1961, 2, 17),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Eagle, Maria',
  'member_id': '483',
  'party': 'Labour'},
 {'constituency': 'Carmarthen East and Dinefwr',
  'date_of_birth': datetime.date(1976, 4, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Edwards, Jonathan',
  'member_id': '3943',
  'party': 'Plaid Cymru'},
 {'constituency': 'Eltham',
  'date_of_birth': datetime.date(1958, 7, 10),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Efford, Clive',
  'member_id': '165',
  'party': 'Labour'},
 {'constituency': 'Sunderland Central',
  'date_of_birth': datetime.date(1963, 7, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Elliott, Julie',
  'member_id': '4127',
  'party': 'Labour'},
 {'constituency': 'Fermanagh and South Tyrone',
  'date_of_birth': datetime.date(1963, 12, 11),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Elliott, Tom',
  'member_id': '4367',
  'party': 'Ulster Unionist Party'},
 {'constituency': 'Northampton North',
  'date_of_birth': datetime.date(1967, 10, 13),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Ellis, Michael',
  'member_id': '4116',
  'party': 'Conservative'},
 {'constituency': 'Battersea',
  'date_of_birth': datetime.date(1964, 8, 15),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Ellison, Jane',
  'member_id': '3918',
  'party': 'Conservative'},
 {'constituency': 'Liverpool, Riverside',
  'date_of_birth': datetime.date(1945, 11, 14),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Ellman, Mrs Louise',
  'member_id': '484',
  'party': 'Labour'},
 {'constituency': 'Bournemouth East',
  'date_of_birth': datetime.date(1966, 8, 12),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Ellwood, Mr Tobias',
  'member_id': '1487',
  'party': 'Conservative'},
 {'constituency': 'Ogmore',
  'date_of_birth': datetime.date(1983, 12, 23),
  'days_service': 264,
  'first_start_date': datetime.date(2016, 5, 5),
  'gender': 'M',
  'list_name': 'Elmore, Chris',
  'member_id': '4572',
  'party': 'Labour'},
 {'constituency': 'Dover',
  'date_of_birth': datetime.date(1971, 3, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Elphicke, Charlie',
  'member_id': '3971',
  'party': 'Conservative'},
 {'constituency': 'North East Derbyshire',
  'date_of_birth': datetime.date(1967, 4, 9),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Engel, Natascha',
  'member_id': '1507',
  'party': 'Labour'},
 {'constituency': 'Sefton Central',
  'date_of_birth': datetime.date(1966, 10, 27),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Esterson, Bill',
  'member_id': '4061',
  'party': 'Labour'},
 {'constituency': 'Camborne and Redruth',
  'date_of_birth': datetime.date(1971, 9, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Eustice, George',
  'member_id': '3934',
  'party': 'Conservative'},
 {'constituency': 'Islwyn',
  'date_of_birth': datetime.date(1977, 7, 7),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Evans, Chris',
  'member_id': '4040',
  'party': 'Labour'},
 {'constituency': 'Weaver Vale',
  'date_of_birth': datetime.date(1963, 11, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Evans, Graham',
  'member_id': '4081',
  'party': 'Conservative'},
 {'constituency': 'Ribble Valley',
  'date_of_birth': datetime.date(1957, 11, 10),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Evans, Mr Nigel',
  'member_id': '474',
  'party': 'Conservative'},
 {'constituency': 'Bexleyheath and Crayford',
  'date_of_birth': datetime.date(1949, 6, 3),
  'days_service': 9224,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Evennett, David',
  'member_id': '1198',
  'party': 'Conservative'},
 {'constituency': 'Lichfield',
  'date_of_birth': datetime.date(1950, 6, 12),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Fabricant, Michael',
  'member_id': '280',
  'party': 'Conservative'},
 {'constituency': 'Sevenoaks',
  'date_of_birth': datetime.date(1952, 5, 14),
  'days_service': 10277,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Fallon, Sir Michael',
  'member_id': '88',
  'party': 'Conservative'},
 {'constituency': 'Newcastle-under-Lyme',
  'date_of_birth': datetime.date(1962, 3, 2),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Farrelly, Paul',
  'member_id': '1436',
  'party': 'Labour'},
 {'constituency': 'Westmorland and Lonsdale',
  'date_of_birth': datetime.date(1970, 5, 27),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Farron, Tim',
  'member_id': '1591',
  'party': 'Liberal Democrat'},
 {'constituency': 'Motherwell and Wishaw',
  'date_of_birth': datetime.date(1949, 5, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Fellows, Marion',
  'member_id': '4440',
  'party': 'Scottish National Party'},
 {'constituency': 'Fareham',
  'date_of_birth': datetime.date(1980, 4, 3),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Fernandes, Suella',
  'member_id': '4475',
  'party': 'Conservative'},
 {'constituency': 'Rutherglen and Hamilton West',
  'date_of_birth': datetime.date(1960, 9, 10),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Ferrier, Margaret',
  'member_id': '4386',
  'party': 'Scottish National Party'},
 {'constituency': 'Birkenhead',
  'date_of_birth': datetime.date(1942, 7, 16),
  'days_service': 13573,
  'first_start_date': datetime.date(1979, 5, 3),
  'gender': 'M',
  'list_name': 'Field, Frank',
  'member_id': '478',
  'party': 'Labour'},
 {'constituency': 'Cities of London and Westminster',
  'date_of_birth': datetime.date(1964, 10, 6),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Field, Mark',
  'member_id': '1405',
  'party': 'Conservative'},
 {'constituency': 'Poplar and Limehouse',
  'date_of_birth': datetime.date(1952, 4, 4),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Fitzpatrick, Jim',
  'member_id': '197',
  'party': 'Labour'},
 {'constituency': 'Stoke-on-Trent South',
  'date_of_birth': datetime.date(1966, 1, 14),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Flello, Robert',
  'member_id': '1569',
  'party': 'Labour'},
 {'constituency': 'Coventry North East',
  'date_of_birth': datetime.date(1954, 11, 23),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Fletcher, Colleen',
  'member_id': '4378',
  'party': 'Labour'},
 {'constituency': 'Don Valley',
  'date_of_birth': datetime.date(1961, 9, 20),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Flint, Caroline',
  'member_id': '389',
  'party': 'Labour'},
 {'constituency': 'Newport West',
  'date_of_birth': datetime.date(1935, 2, 9),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Flynn, Paul',
  'member_id': '545',
  'party': 'Labour'},
 {'constituency': 'Torbay',
  'date_of_birth': datetime.date(1978, 12, 31),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Foster, Kevin',
  'member_id': '4451',
  'party': 'Conservative'},
 {'constituency': 'Makerfield',
  'date_of_birth': datetime.date(1956, 11, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Fovargue, Yvonne',
  'member_id': '4034',
  'party': 'Labour'},
 {'constituency': 'North Somerset',
  'date_of_birth': datetime.date(1961, 9, 22),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Fox, Dr Liam',
  'member_id': '223',
  'party': 'Conservative'},
 {'constituency': 'Lewisham, Deptford',
  'date_of_birth': datetime.date(1977, 3, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Foxcroft, Vicky',
  'member_id': '4491',
  'party': 'Labour'},
 {'constituency': 'Rayleigh and Wickford',
  'date_of_birth': datetime.date(1965, 8, 14),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Francois, Mr Mark',
  'member_id': '1444',
  'party': 'Conservative'},
 {'constituency': 'South East Cambridgeshire',
  'date_of_birth': datetime.date(1972, 5, 17),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Frazer, Lucy',
  'member_id': '4517',
  'party': 'Conservative'},
 {'constituency': 'Mid Norfolk',
  'date_of_birth': datetime.date(1967, 7, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Freeman, George',
  'member_id': '4020',
  'party': 'Conservative'},
 {'constituency': 'Finchley and Golders Green',
  'date_of_birth': datetime.date(1960, 5, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Freer, Mike',
  'member_id': '4004',
  'party': 'Conservative'},
 {'constituency': 'Bedford',
  'date_of_birth': datetime.date(1962, 5, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Fuller, Richard',
  'member_id': '3912',
  'party': 'Conservative'},
 {'constituency': 'Sheffield, Brightside and Hillsborough',
  'date_of_birth': datetime.date(1957, 3, 14),
  'days_service': 264,
  'first_start_date': datetime.date(2016, 5, 5),
  'gender': 'F',
  'list_name': 'Furniss, Gill',
  'member_id': '4571',
  'party': 'Labour'},
 {'constituency': 'Yeovil',
  'date_of_birth': datetime.date(1970, 11, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Fysh, Marcus',
  'member_id': '4446',
  'party': 'Conservative'},
 {'constituency': 'North Thanet',
  'date_of_birth': datetime.date(1943, 8, 20),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Gale, Sir Roger',
  'member_id': '87',
  'party': 'Conservative'},
 {'constituency': 'Ilford South',
  'date_of_birth': datetime.date(1952, 9, 4),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Gapes, Mike',
  'member_id': '184',
  'party': 'Labour'},
 {'constituency': 'Brent North',
  'date_of_birth': datetime.date(1957, 3, 10),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Gardiner, Barry',
  'member_id': '146',
  'party': 'Labour'},
 {'constituency': 'Harborough',
  'date_of_birth': datetime.date(1952, 10, 26),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Garnier, Sir Edward',
  'member_id': '337',
  'party': 'Conservative'},
 {'constituency': 'Wyre Forest',
  'date_of_birth': datetime.date(1963, 2, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Garnier, Mark',
  'member_id': '4074',
  'party': 'Conservative'},
 {'constituency': 'South West Hertfordshire',
  'date_of_birth': datetime.date(1971, 10, 8),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Gauke, Mr David',
  'member_id': '1529',
  'party': 'Conservative'},
 {'constituency': 'North East Fife',
  'date_of_birth': datetime.date(1976, 3, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Gethins, Stephen',
  'member_id': '4434',
  'party': 'Scottish National Party'},
 {'constituency': 'Wealden',
  'date_of_birth': datetime.date(1972, 9, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Ghani, Nusrat',
  'member_id': '4460',
  'party': 'Conservative'},
 {'constituency': 'Bognor Regis and Littlehampton',
  'date_of_birth': datetime.date(1960, 9, 3),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Gibb, Nick',
  'member_id': '111',
  'party': 'Conservative'},
 {'constituency': 'North Ayrshire and Arran',
  'date_of_birth': datetime.date(1968, 5, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Gibson, Patricia',
  'member_id': '4435',
  'party': 'Scottish National Party'},
 {'constituency': 'Chesham and Amersham',
  'date_of_birth': datetime.date(1952, 4, 21),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'F',
  'list_name': 'Gillan, Mrs Cheryl',
  'member_id': '18',
  'party': 'Conservative'},
 {'constituency': 'North West Durham',
  'date_of_birth': datetime.date(1956, 2, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Glass, Pat',
  'member_id': '4103',
  'party': 'Labour'},
 {'constituency': 'Salisbury',
  'date_of_birth': datetime.date(1974, 4, 1),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Glen, John',
  'member_id': '4051',
  'party': 'Conservative'},
 {'constituency': 'North Tyneside',
  'date_of_birth': datetime.date(1957, 1, 13),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Glindon, Mary',
  'member_id': '4126',
  'party': 'Labour'},
 {'constituency': 'Birmingham, Hall Green',
  'date_of_birth': datetime.date(1946, 6, 28),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Godsiff, Mr Roger',
  'member_id': '304',
  'party': 'Labour'},
 {'constituency': 'Bishop Auckland',
  'date_of_birth': datetime.date(1958, 1, 2),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Goodman, Helen',
  'member_id': '1484',
  'party': 'Labour'},
 {'constituency': 'Scarborough and Whitby',
  'date_of_birth': datetime.date(1956, 12, 31),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Goodwill, Mr Robert',
  'member_id': '1562',
  'party': 'Conservative'},
 {'constituency': 'Surrey Heath',
  'date_of_birth': datetime.date(1967, 8, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Gove, Michael',
  'member_id': '1571',
  'party': 'Conservative'},
 {'constituency': 'Glasgow North',
  'date_of_birth': datetime.date(1980, 2, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Grady, Patrick',
  'member_id': '4432',
  'party': 'Scottish National Party'},
 {'constituency': 'Gloucester',
  'date_of_birth': datetime.date(1958, 4, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Graham, Richard',
  'member_id': '3990',
  'party': 'Conservative'},
 {'constituency': 'Maidstone and The Weald',
  'date_of_birth': datetime.date(1961, 9, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Grant, Mrs Helen',
  'member_id': '4018',
  'party': 'Conservative'},
 {'constituency': 'Glenrothes',
  'date_of_birth': '',
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Grant, Peter',
  'member_id': '4466',
  'party': 'Scottish National Party'},
 {'constituency': 'North Wiltshire',
  'date_of_birth': datetime.date(1954, 11, 7),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Gray, James',
  'member_id': '261',
  'party': 'Conservative'},
 {'constituency': 'Airdrie and Shotts',
  'date_of_birth': datetime.date(1986, 3, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Gray, Neil',
  'member_id': '4365',
  'party': 'Scottish National Party'},
 {'constituency': 'Epsom and Ewell',
  'date_of_birth': datetime.date(1962, 4, 1),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Grayling, Chris',
  'member_id': '1413',
  'party': 'Conservative'},
 {'constituency': 'Bolton West',
  'date_of_birth': datetime.date(1973, 8, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Green, Chris',
  'member_id': '4398',
  'party': 'Conservative'},
 {'constituency': 'Ashford',
  'date_of_birth': datetime.date(1956, 1, 17),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Green, Damian',
  'member_id': '76',
  'party': 'Conservative'},
 {'constituency': 'Stretford and Urmston',
  'date_of_birth': datetime.date(1960, 5, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Green, Kate',
  'member_id': '4120',
  'party': 'Labour'},
 {'constituency': 'Putney',
  'date_of_birth': datetime.date(1969, 4, 30),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Greening, Justine',
  'member_id': '1555',
  'party': 'Conservative'},
 {'constituency': 'Nottingham South',
  'date_of_birth': datetime.date(1966, 3, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Greenwood, Lilian',
  'member_id': '4029',
  'party': 'Labour'},
 {'constituency': 'Wirral West',
  'date_of_birth': datetime.date(1959, 3, 14),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Greenwood, Margaret',
  'member_id': '4400',
  'party': 'Labour'},
 {'constituency': 'Beaconsfield',
  'date_of_birth': datetime.date(1956, 5, 24),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Grieve, Mr Dominic',
  'member_id': '16',
  'party': 'Conservative'},
 {'constituency': 'Llanelli',
  'date_of_birth': datetime.date(1956, 12, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Griffith, Nia',
  'member_id': '1541',
  'party': 'Labour'},
 {'constituency': 'Burton',
  'date_of_birth': datetime.date(1970, 10, 19),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Griffiths, Andrew',
  'member_id': '3936',
  'party': 'Conservative'},
 {'constituency': 'Ipswich',
  'date_of_birth': datetime.date(1978, 2, 19),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Gummer, Ben',
  'member_id': '3988',
  'party': 'Conservative'},
 {'constituency': 'Denton and Reddish',
  'date_of_birth': datetime.date(1974, 6, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Gwynne, Andrew',
  'member_id': '1506',
  'party': 'Labour'},
 {'constituency': 'East Surrey',
  'date_of_birth': datetime.date(1976, 8, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Gyimah, Mr Sam',
  'member_id': '3980',
  'party': 'Conservative'},
 {'constituency': 'Sheffield, Heeley',
  'date_of_birth': datetime.date(1987, 7, 22),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Haigh, Louise',
  'member_id': '4473',
  'party': 'Labour'},
 {'constituency': 'Harlow',
  'date_of_birth': datetime.date(1969, 3, 22),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Halfon, Robert',
  'member_id': '3985',
  'party': 'Conservative'},
 {'constituency': 'Thornbury and Yate',
  'date_of_birth': datetime.date(1986, 7, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Hall, Luke',
  'member_id': '4450',
  'party': 'Conservative'},
 {'constituency': 'Leeds North East',
  'date_of_birth': datetime.date(1955, 4, 12),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Hamilton, Fabian',
  'member_id': '415',
  'party': 'Labour'},
 {'constituency': 'Runnymede and Weybridge',
  'date_of_birth': datetime.date(1955, 12, 4),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Hammond, Mr Philip',
  'member_id': '105',
  'party': 'Conservative'},
 {'constituency': 'Wimbledon',
  'date_of_birth': datetime.date(1962, 2, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Hammond, Stephen',
  'member_id': '1585',
  'party': 'Conservative'},
 {'constituency': 'West Suffolk',
  'date_of_birth': datetime.date(1978, 10, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Hancock, Matt',
  'member_id': '4070',
  'party': 'Conservative'},
 {'constituency': 'Chelsea and Fulham',
  'date_of_birth': datetime.date(1965, 11, 14),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Hands, Greg',
  'member_id': '1526',
  'party': 'Conservative'},
 {'constituency': 'Delyn',
  'date_of_birth': datetime.date(1957, 7, 5),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Hanson, Mr David',
  'member_id': '533',
  'party': 'Labour'},
 {'constituency': 'Camberwell and Peckham',
  'date_of_birth': datetime.date(1950, 7, 30),
  'days_service': 12299,
  'first_start_date': datetime.date(1982, 10, 28),
  'gender': 'F',
  'list_name': 'Harman, Ms Harriet',
  'member_id': '150',
  'party': 'Labour'},
 {'constituency': 'Forest of Dean',
  'date_of_birth': datetime.date(1970, 2, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Harper, Mr Mark',
  'member_id': '1520',
  'party': 'Conservative'},
 {'constituency': 'Watford',
  'date_of_birth': datetime.date(1957, 11, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Harrington, Richard',
  'member_id': '4068',
  'party': 'Conservative'},
 {'constituency': 'Swansea East',
  'date_of_birth': datetime.date(1960, 9, 18),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Harris, Carolyn',
  'member_id': '4480',
  'party': 'Labour'},
 {'constituency': 'Castle Point',
  'date_of_birth': datetime.date(1967, 12, 22),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Harris, Rebecca',
  'member_id': '3948',
  'party': 'Conservative'},
 {'constituency': 'Carmarthen West and South Pembrokeshire',
  'date_of_birth': datetime.date(1963, 8, 15),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Hart, Simon',
  'member_id': '3944',
  'party': 'Conservative'},
 {'constituency': 'Saffron Walden',
  'date_of_birth': datetime.date(1937, 6, 23),
  'days_service': 15543,
  'first_start_date': datetime.date(1970, 6, 18),
  'gender': 'M',
  'list_name': 'Haselhurst, Sir Alan',
  'member_id': '43',
  'party': 'Conservative'},
 {'constituency': 'Dulwich and West Norwood',
  'date_of_birth': datetime.date(1974, 8, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Hayes, Helen',
  'member_id': '4510',
  'party': 'Labour'},
 {'constituency': 'South Holland and The Deepings',
  'date_of_birth': datetime.date(1958, 6, 23),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Hayes, Mr John',
  'member_id': '350',
  'party': 'Conservative'},
 {'constituency': 'Workington',
  'date_of_birth': datetime.date(1962, 7, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Hayman, Sue',
  'member_id': '4395',
  'party': 'Labour'},
 {'constituency': 'North East Hertfordshire',
  'date_of_birth': datetime.date(1954, 12, 15),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Heald, Sir Oliver',
  'member_id': '69',
  'party': 'Conservative'},
 {'constituency': 'Wentworth and Dearne',
  'date_of_birth': datetime.date(1960, 2, 13),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Healey, John',
  'member_id': '400',
  'party': 'Labour'},
 {'constituency': 'Wells',
  'date_of_birth': datetime.date(1981, 1, 30),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Heappey, James',
  'member_id': '4528',
  'party': 'Conservative'},
 {'constituency': 'Daventry',
  'date_of_birth': datetime.date(1967, 11, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Heaton-Harris, Chris',
  'member_id': '3977',
  'party': 'Conservative'},
 {'constituency': 'North Devon',
  'date_of_birth': datetime.date(1963, 8, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Heaton-Jones, Peter',
  'member_id': '4524',
  'party': 'Conservative'},
 {'constituency': 'Sittingbourne and Sheppey',
  'date_of_birth': datetime.date(1948, 1, 27),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Henderson, Gordon',
  'member_id': '4050',
  'party': 'Conservative'},
 {'constituency': 'Preston',
  'date_of_birth': datetime.date(1958, 11, 2),
  'days_service': 5796,
  'first_start_date': datetime.date(2000, 11, 23),
  'gender': 'M',
  'list_name': 'Hendrick, Mr Mark',
  'member_id': '473',
  'party': 'Labour'},
 {'constituency': 'Inverness, Nairn, Badenoch and Strathspey',
  'date_of_birth': datetime.date(1964, 5, 31),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Hendry, Drew',
  'member_id': '4467',
  'party': 'Scottish National Party'},
 {'constituency': 'Jarrow',
  'date_of_birth': datetime.date(1959, 12, 6),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Hepburn, Mr Stephen',
  'member_id': '520',
  'party': 'Labour'},
 {'constituency': 'Arundel and South Downs',
  'date_of_birth': datetime.date(1963, 4, 7),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Herbert, Nick',
  'member_id': '1479',
  'party': 'Conservative'},
 {'constituency': 'North Down',
  'date_of_birth': datetime.date(1955, 8, 11),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'F',
  'list_name': 'Hermon, Lady',
  'member_id': '1437',
  'party': 'Independent'},
 {'constituency': 'Hackney South and Shoreditch',
  'date_of_birth': datetime.date(1969, 2, 14),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Hillier, Meg',
  'member_id': '1524',
  'party': 'Labour'},
 {'constituency': 'East Hampshire',
  'date_of_birth': datetime.date(1969, 11, 27),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Hinds, Damian',
  'member_id': '3969',
  'party': 'Conservative'},
 {'constituency': 'North Dorset',
  'date_of_birth': datetime.date(1969, 6, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Hoare, Simon',
  'member_id': '4494',
  'party': 'Conservative'},
 {'constituency': 'Barking',
  'date_of_birth': datetime.date(1944, 9, 8),
  'days_service': 8132,
  'first_start_date': datetime.date(1994, 6, 9),
  'gender': 'F',
  'list_name': 'Hodge, Dame Margaret',
  'member_id': '140',
  'party': 'Labour'},
 {'constituency': 'Washington and Sunderland West',
  'date_of_birth': datetime.date(1966, 4, 1),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Hodgson, Mrs Sharon',
  'member_id': '1521',
  'party': 'Labour'},
 {'constituency': 'Vauxhall',
  'date_of_birth': datetime.date(1946, 6, 21),
  'days_service': 9928,
  'first_start_date': datetime.date(1989, 6, 15),
  'gender': 'F',
  'list_name': 'Hoey, Kate',
  'member_id': '210',
  'party': 'Labour'},
 {'constituency': 'Blackburn',
  'date_of_birth': datetime.date(1955, 4, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Hollern, Kate',
  'member_id': '4363',
  'party': 'Labour'},
 {'constituency': 'Meon Valley',
  'date_of_birth': datetime.date(1963, 10, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Hollingbery, George',
  'member_id': '4016',
  'party': 'Conservative'},
 {'constituency': 'Thirsk and Malton',
  'date_of_birth': datetime.date(1963, 9, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Hollinrake, Kevin',
  'member_id': '4474',
  'party': 'Conservative'},
 {'constituency': 'Kettering',
  'date_of_birth': datetime.date(1964, 11, 7),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Hollobone, Mr Philip',
  'member_id': '1537',
  'party': 'Conservative'},
 {'constituency': 'Gravesham',
  'date_of_birth': datetime.date(1965, 7, 29),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Holloway, Adam',
  'member_id': '1522',
  'party': 'Conservative'},
 {'constituency': 'Luton North',
  'date_of_birth': datetime.date(1941, 8, 22),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Hopkins, Kelvin',
  'member_id': '2',
  'party': 'Labour'},
 {'constituency': 'Keighley',
  'date_of_birth': datetime.date(1963, 6, 8),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Hopkins, Kris',
  'member_id': '4043',
  'party': 'Conservative'},
 {'constituency': 'Dundee East',
  'date_of_birth': datetime.date(1963, 1, 3),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Hosie, Stewart',
  'member_id': '1514',
  'party': 'Scottish National Party'},
 {'constituency': 'Knowsley',
  'date_of_birth': datetime.date(1949, 6, 29),
  'days_service': 10849,
  'first_start_date': datetime.date(1986, 11, 13),
  'gender': 'M',
  'list_name': 'Howarth, Mr George',
  'member_id': '481',
  'party': 'Labour'},
 {'constituency': 'Aldershot',
  'date_of_birth': datetime.date(1947, 9, 12),
  'days_service': 10277,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Howarth, Sir Gerald',
  'member_id': '47',
  'party': 'Conservative'},
 {'constituency': 'Henley',
  'date_of_birth': datetime.date(1955, 7, 27),
  'days_service': 3072,
  'first_start_date': datetime.date(2008, 6, 26),
  'gender': 'M',
  'list_name': 'Howell, John',
  'member_id': '1606',
  'party': 'Conservative'},
 {'constituency': 'Bath',
  'date_of_birth': datetime.date(1986, 8, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Howlett, Ben',
  'member_id': '4445',
  'party': 'Conservative'},
 {'constituency': 'Chorley',
  'date_of_birth': datetime.date(1957, 6, 10),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Hoyle, Mr Lindsay',
  'member_id': '467',
  'party': 'Labour'},
 {'constituency': 'Mid Worcestershire',
  'date_of_birth': datetime.date(1970, 10, 13),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Huddleston, Nigel',
  'member_id': '4407',
  'party': 'Conservative'},
 {'constituency': 'South West Surrey',
  'date_of_birth': datetime.date(1966, 11, 1),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Hunt, Mr Jeremy',
  'member_id': '1572',
  'party': 'Conservative'},
 {'constituency': 'Ealing Central and Acton',
  'date_of_birth': datetime.date(1972, 3, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Huq, Dr Rupa',
  'member_id': '4511',
  'party': 'Labour'},
 {'constituency': 'Ruislip, Northwood and Pinner',
  'date_of_birth': datetime.date(1962, 5, 13),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Hurd, Mr Nick',
  'member_id': '1561',
  'party': 'Conservative'},
 {'constituency': 'Bradford East',
  'date_of_birth': datetime.date(1978, 6, 7),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Hussain, Imran',
  'member_id': '4394',
  'party': 'Labour'},
 {'constituency': 'Peterborough',
  'date_of_birth': datetime.date(1965, 1, 31),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Jackson, Mr Stewart',
  'member_id': '1551',
  'party': 'Conservative'},
 {'constituency': 'Stourbridge',
  'date_of_birth': datetime.date(1957, 8, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'James, Margot',
  'member_id': '4115',
  'party': 'Conservative'},
 {'constituency': 'Barnsley Central',
  'date_of_birth': datetime.date(1972, 11, 30),
  'days_service': 2116,
  'first_start_date': datetime.date(2011, 3, 3),
  'gender': 'M',
  'list_name': 'Jarvis, Dan',
  'member_id': '4243',
  'party': 'Labour'},
 {'constituency': 'Bromsgrove',
  'date_of_birth': datetime.date(1969, 12, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Javid, Sajid',
  'member_id': '3945',
  'party': 'Conservative'},
 {'constituency': 'North East Hampshire',
  'date_of_birth': datetime.date(1986, 9, 3),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Jayawardena, Mr Ranil',
  'member_id': '4498',
  'party': 'Conservative'},
 {'constituency': 'Harwich and North Essex',
  'date_of_birth': datetime.date(1959, 4, 9),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Jenkin, Mr Bernard',
  'member_id': '40',
  'party': 'Conservative'},
 {'constituency': 'Morley and Outwood',
  'date_of_birth': datetime.date(1974, 6, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Jenkyns, Andrea',
  'member_id': '4490',
  'party': 'Conservative'},
 {'constituency': 'Newark',
  'date_of_birth': datetime.date(1982, 1, 9),
  'days_service': 926,
  'first_start_date': datetime.date(2014, 6, 5),
  'gender': 'M',
  'list_name': 'Jenrick, Robert',
  'member_id': '4320',
  'party': 'Conservative'},
 {'constituency': 'Kingston upon Hull West and Hessle',
  'date_of_birth': datetime.date(1950, 5, 17),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Johnson, Alan',
  'member_id': '376',
  'party': 'Labour'},
 {'constituency': 'Uxbridge and South Ruislip',
  'date_of_birth': datetime.date(1964, 6, 19),
  'days_service': 3158,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Johnson, Boris',
  'member_id': '1423',
  'party': 'Conservative'},
 {'constituency': 'Sleaford and North Hykeham',
  'date_of_birth': '',
  'days_service': 47,
  'first_start_date': datetime.date(2016, 12, 8),
  'gender': 'F',
  'list_name': 'Johnson, Dr Caroline',
  'member_id': '4592',
  'party': 'Conservative'},
 {'constituency': 'Kingston upon Hull North',
  'date_of_birth': datetime.date(1966, 7, 25),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Johnson, Diana',
  'member_id': '1533',
  'party': 'Labour'},
 {'constituency': 'Dartford',
  'date_of_birth': datetime.date(1969, 10, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Johnson, Gareth',
  'member_id': '3970',
  'party': 'Conservative'},
 {'constituency': 'Orpington',
  'date_of_birth': datetime.date(1971, 12, 23),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Johnson, Joseph',
  'member_id': '4039',
  'party': 'Conservative'},
 {'constituency': 'Harrogate and Knaresborough',
  'date_of_birth': datetime.date(1963, 11, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Jones, Andrew',
  'member_id': '3996',
  'party': 'Conservative'},
 {'constituency': 'Clwyd West',
  'date_of_birth': datetime.date(1952, 3, 22),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Jones, Mr David',
  'member_id': '1502',
  'party': 'Conservative'},
 {'constituency': 'Merthyr Tydfil and Rhymney',
  'date_of_birth': datetime.date(1970, 8, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Jones, Gerald',
  'member_id': '4501',
  'party': 'Labour'},
 {'constituency': 'Hyndburn',
  'date_of_birth': datetime.date(1966, 3, 3),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Jones, Graham',
  'member_id': '3999',
  'party': 'Labour'},
 {'constituency': 'Warrington North',
  'date_of_birth': datetime.date(1954, 12, 24),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Jones, Helen',
  'member_id': '432',
  'party': 'Labour'},
 {'constituency': 'North Durham',
  'date_of_birth': datetime.date(1964, 4, 25),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Jones, Mr Kevan',
  'member_id': '1438',
  'party': 'Labour'},
 {'constituency': 'Nuneaton',
  'date_of_birth': datetime.date(1974, 4, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Jones, Mr Marcus',
  'member_id': '4024',
  'party': 'Conservative'},
 {'constituency': 'Clwyd South',
  'date_of_birth': datetime.date(1968, 6, 1),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Jones, Susan Elan',
  'member_id': '3956',
  'party': 'Labour'},
 {'constituency': 'Wythenshawe and Sale East',
  'date_of_birth': datetime.date(1969, 1, 9),
  'days_service': 1038,
  'first_start_date': datetime.date(2014, 2, 13),
  'gender': 'M',
  'list_name': 'Kane, Mike',
  'member_id': '4316',
  'party': 'Labour'},
 {'constituency': 'Manchester, Gorton',
  'date_of_birth': datetime.date(1930, 6, 21),
  'days_service': 16748,
  'first_start_date': datetime.date(1970, 6, 18),
  'gender': 'M',
  'list_name': 'Kaufman, Sir Gerald',
  'member_id': '451',
  'party': 'Labour'},
 {'constituency': 'Shrewsbury and Atcham',
  'date_of_birth': datetime.date(1972, 1, 24),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Kawczynski, Daniel',
  'member_id': '1566',
  'party': 'Conservative'},
 {'constituency': 'Worsley and Eccles South',
  'date_of_birth': datetime.date(1952, 3, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Keeley, Barbara',
  'member_id': '1588',
  'party': 'Labour'},
 {'constituency': 'Leicester West',
  'date_of_birth': datetime.date(1971, 6, 11),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Kendall, Liz',
  'member_id': '4026',
  'party': 'Labour'},
 {'constituency': 'South Ribble',
  'date_of_birth': datetime.date(1974, 10, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Kennedy, Seema',
  'member_id': '4455',
  'party': 'Conservative'},
 {'constituency': 'East Lothian',
  'date_of_birth': datetime.date(1949, 9, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Kerevan, George',
  'member_id': '4416',
  'party': 'Scottish National Party'},
 {'constituency': 'Berwickshire, Roxburgh and Selkirk',
  'date_of_birth': datetime.date(1972, 4, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Kerr, Calum',
  'member_id': '4379',
  'party': 'Scottish National Party'},
 {'constituency': 'South Antrim',
  'date_of_birth': datetime.date(1958, 4, 14),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Kinahan, Danny',
  'member_id': '4381',
  'party': 'Ulster Unionist Party'},
 {'constituency': 'Aberavon',
  'date_of_birth': datetime.date(1970, 1, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Kinnock, Stephen',
  'member_id': '4359',
  'party': 'Labour'},
 {'constituency': 'Brighton, Kemptown',
  'date_of_birth': datetime.date(1964, 12, 22),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Kirby, Simon',
  'member_id': '3929',
  'party': 'Conservative'},
 {'constituency': 'East Yorkshire',
  'date_of_birth': datetime.date(1949, 4, 4),
  'days_service': 10628,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Knight, Sir Greg',
  'member_id': '1200',
  'party': 'Conservative'},
 {'constituency': 'Solihull',
  'date_of_birth': datetime.date(1972, 1, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Knight, Julian',
  'member_id': '4410',
  'party': 'Conservative'},
 {'constituency': 'Spelthorne',
  'date_of_birth': datetime.date(1975, 5, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Kwarteng, Kwasi',
  'member_id': '4134',
  'party': 'Conservative'},
 {'constituency': 'Hove',
  'date_of_birth': datetime.date(1970, 9, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Kyle, Peter',
  'member_id': '4505',
  'party': 'Labour'},
 {'constituency': 'Epping Forest',
  'date_of_birth': datetime.date(1958, 2, 1),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Laing, Mrs Eleanor',
  'member_id': '36',
  'party': 'Conservative'},
 {'constituency': 'North Norfolk',
  'date_of_birth': datetime.date(1957, 9, 16),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Lamb, Norman',
  'member_id': '1439',
  'party': 'Liberal Democrat'},
 {'constituency': 'Tottenham',
  'date_of_birth': datetime.date(1972, 7, 19),
  'days_service': 5950,
  'first_start_date': datetime.date(2000, 6, 22),
  'gender': 'M',
  'list_name': 'Lammy, Mr David',
  'member_id': '206',
  'party': 'Labour'},
 {'constituency': 'Milton Keynes North',
  'date_of_birth': datetime.date(1970, 5, 12),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Lancaster, Mark',
  'member_id': '1544',
  'party': 'Conservative'},
 {'constituency': 'Mid Derbyshire',
  'date_of_birth': datetime.date(1948, 2, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Latham, Pauline',
  'member_id': '4025',
  'party': 'Conservative'},
 {'constituency': 'Wansbeck',
  'date_of_birth': datetime.date(1963, 1, 6),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Lavery, Ian',
  'member_id': '4139',
  'party': 'Labour'},
 {'constituency': 'Dundee West',
  'date_of_birth': datetime.date(1969, 10, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Law, Chris',
  'member_id': '4403',
  'party': 'Scottish National Party'},
 {'constituency': 'South Northamptonshire',
  'date_of_birth': datetime.date(1963, 5, 13),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Leadsom, Andrea',
  'member_id': '4117',
  'party': 'Conservative'},
 {'constituency': 'Bracknell',
  'date_of_birth': datetime.date(1970, 9, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Lee, Dr Phillip',
  'member_id': '3921',
  'party': 'Conservative'},
 {'constituency': 'Stafford',
  'date_of_birth': datetime.date(1959, 5, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Lefroy, Jeremy',
  'member_id': '4109',
  'party': 'Conservative'},
 {'constituency': 'Gainsborough',
  'date_of_birth': datetime.date(1950, 7, 20),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Leigh, Sir Edward',
  'member_id': '345',
  'party': 'Conservative'},
 {'constituency': 'Bristol North West',
  'date_of_birth': datetime.date(1978, 8, 11),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Leslie, Charlotte',
  'member_id': '3933',
  'party': 'Conservative'},
 {'constituency': 'Nottingham East',
  'date_of_birth': datetime.date(1972, 6, 28),
  'days_service': 5295,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Leslie, Chris',
  'member_id': '422',
  'party': 'Labour'},
 {'constituency': 'West Dorset',
  'date_of_birth': datetime.date(1956, 5, 19),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Letwin, Sir Oliver',
  'member_id': '247',
  'party': 'Conservative'},
 {'constituency': 'South Shields',
  'date_of_birth': datetime.date(1978, 11, 8),
  'days_service': 1325,
  'first_start_date': datetime.date(2013, 5, 2),
  'gender': 'F',
  'list_name': 'Lewell-Buck, Mrs Emma',
  'member_id': '4277',
  'party': 'Labour'},
 {'constituency': 'Great Yarmouth',
  'date_of_birth': datetime.date(1971, 6, 20),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Lewis, Brandon',
  'member_id': '4009',
  'party': 'Conservative'},
 {'constituency': 'Norwich South',
  'date_of_birth': datetime.date(1971, 9, 11),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Lewis, Clive',
  'member_id': '4500',
  'party': 'Labour'},
 {'constituency': 'Bury South',
  'date_of_birth': datetime.date(1967, 3, 4),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Lewis, Mr Ivan',
  'member_id': '441',
  'party': 'Labour'},
 {'constituency': 'New Forest East',
  'date_of_birth': datetime.date(1951, 9, 26),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Lewis, Dr Julian',
  'member_id': '54',
  'party': 'Conservative'},
 {'constituency': 'Bridgwater and West Somerset',
  'date_of_birth': datetime.date(1959, 2, 23),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Liddell-Grainger, Mr Ian',
  'member_id': '1396',
  'party': 'Conservative'},
 {'constituency': 'Aylesbury',
  'date_of_birth': datetime.date(1956, 6, 30),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Lidington, Mr David',
  'member_id': '15',
  'party': 'Conservative'},
 {'constituency': 'Hitchin and Harpenden',
  'date_of_birth': datetime.date(1943, 8, 23),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Lilley, Mr Peter',
  'member_id': '68',
  'party': 'Conservative'},
 {'constituency': 'Salford and Eccles',
  'date_of_birth': datetime.date(1979, 9, 22),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Long Bailey, Rebecca',
  'member_id': '4396',
  'party': 'Labour'},
 {'constituency': 'Filton and Bradley Stoke',
  'date_of_birth': datetime.date(1969, 8, 23),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Lopresti, Jack',
  'member_id': '3989',
  'party': 'Conservative'},
 {'constituency': 'Woking',
  'date_of_birth': datetime.date(1962, 9, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Lord, Mr Jonathan',
  'member_id': '4090',
  'party': 'Conservative'},
 {'constituency': 'East Worthing and Shoreham',
  'date_of_birth': datetime.date(1962, 5, 30),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Loughton, Tim',
  'member_id': '114',
  'party': 'Conservative'},
 {'constituency': 'Brighton, Pavilion',
  'date_of_birth': datetime.date(1960, 12, 9),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Lucas, Caroline',
  'member_id': '3930',
  'party': 'Green Party'},
 {'constituency': 'Wrexham',
  'date_of_birth': datetime.date(1960, 9, 18),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Lucas, Ian C.',
  'member_id': '1470',
  'party': 'Labour'},
 {'constituency': 'Redditch',
  'date_of_birth': datetime.date(1964, 3, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Lumley, Karen',
  'member_id': '4023',
  'party': 'Conservative'},
 {'constituency': 'Halifax',
  'date_of_birth': datetime.date(1986, 10, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Lynch, Holly',
  'member_id': '4472',
  'party': 'Labour'},
 {'constituency': 'Falkirk',
  'date_of_birth': datetime.date(1951, 2, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mc Nally, John',
  'member_id': '4424',
  'party': 'Scottish National Party'},
 {'constituency': 'Birmingham, Selly Oak',
  'date_of_birth': datetime.date(1955, 8, 4),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'McCabe, Steve',
  'member_id': '298',
  'party': 'Labour'},
 {'constituency': 'Aberdeen South',
  'date_of_birth': datetime.date(1985, 1, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'McCaig, Callum',
  'member_id': '4364',
  'party': 'Scottish National Party'},
 {'constituency': 'Bristol East',
  'date_of_birth': datetime.date(1965, 3, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'McCarthy, Kerry',
  'member_id': '1491',
  'party': 'Labour'},
 {'constituency': 'Colne Valley',
  'date_of_birth': datetime.date(1968, 1, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'McCartney, Jason',
  'member_id': '3953',
  'party': 'Conservative'},
 {'constituency': 'Lincoln',
  'date_of_birth': datetime.date(1968, 10, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'McCartney, Karl',
  'member_id': '4028',
  'party': 'Conservative'},
 {'constituency': 'Mitcham and Morden',
  'date_of_birth': datetime.date(1960, 2, 20),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'McDonagh, Siobhain',
  'member_id': '193',
  'party': 'Labour'},
 {'constituency': 'Middlesbrough',
  'date_of_birth': datetime.date(1958, 3, 8),
  'days_service': 1479,
  'first_start_date': datetime.date(2012, 11, 29),
  'gender': 'M',
  'list_name': 'McDonald, Andy',
  'member_id': '4269',
  'party': 'Labour'},
 {'constituency': 'Glasgow South',
  'date_of_birth': datetime.date(1986, 8, 24),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'McDonald, Stewart Malcolm',
  'member_id': '4461',
  'party': 'Scottish National Party'},
 {'constituency': 'Cumbernauld, Kilsyth and Kirkintilloch East',
  'date_of_birth': datetime.date(1978, 5, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'McDonald, Stuart C.',
  'member_id': '4393',
  'party': 'Scottish National Party'},
 {'constituency': 'Belfast South',
  'date_of_birth': datetime.date(1949, 9, 1),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'McDonnell, Dr Alasdair',
  'member_id': '1596',
  'party': 'Social Democratic & Labour Party'},
 {'constituency': 'Hayes and Harlington',
  'date_of_birth': datetime.date(1951, 9, 8),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'McDonnell, John',
  'member_id': '178',
  'party': 'Labour'},
 {'constituency': 'Wolverhampton South East',
  'date_of_birth': datetime.date(1965, 3, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'McFadden, Mr Pat',
  'member_id': '1587',
  'party': 'Labour'},
 {'constituency': 'Glasgow East',
  'date_of_birth': datetime.date(1981, 9, 7),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'McGarry, Natalie',
  'member_id': '4428',
  'party': 'Independent'},
 {'constituency': 'St Helens North',
  'date_of_birth': datetime.date(1984, 7, 31),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'McGinn, Conor',
  'member_id': '4458',
  'party': 'Labour'},
 {'constituency': 'Wirral South',
  'date_of_birth': datetime.date(1980, 12, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'McGovern, Alison',
  'member_id': '4083',
  'party': 'Labour'},
 {'constituency': 'Heywood and Middleton',
  'date_of_birth': datetime.date(1957, 1, 1),
  'days_service': 800,
  'first_start_date': datetime.date(2014, 10, 9),
  'gender': 'F',
  'list_name': 'McInnes, Liz',
  'member_id': '4342',
  'party': 'Labour'},
 {'constituency': 'South Thanet',
  'date_of_birth': datetime.date(1966, 10, 7),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mackinlay, Craig',
  'member_id': '4529',
  'party': 'Conservative'},
 {'constituency': 'Newcastle upon Tyne North',
  'date_of_birth': datetime.date(1976, 6, 8),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'McKinnell, Catherine',
  'member_id': '4125',
  'party': 'Labour'},
 {'constituency': 'Northampton South',
  'date_of_birth': datetime.date(1979, 4, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mackintosh, David',
  'member_id': '4431',
  'party': 'Conservative'},
 {'constituency': 'Glasgow North East',
  'date_of_birth': datetime.date(1966, 3, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'McLaughlin, Anne',
  'member_id': '4437',
  'party': 'Scottish National Party'},
 {'constituency': 'Derbyshire Dales',
  'date_of_birth': datetime.date(1957, 11, 30),
  'days_service': 11038,
  'first_start_date': datetime.date(1986, 5, 8),
  'gender': 'M',
  'list_name': 'McLoughlin, Sir Patrick',
  'member_id': '333',
  'party': 'Conservative'},
 {'constituency': 'Oldham West and Royton',
  'date_of_birth': datetime.date(1980, 7, 7),
  'days_service': 418,
  'first_start_date': datetime.date(2015, 12, 3),
  'gender': 'M',
  'list_name': 'McMahon, Jim',
  'member_id': '4569',
  'party': 'Labour'},
 {'constituency': 'Na h-Eileanan an Iar',
  'date_of_birth': datetime.date(1970, 7, 21),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'MacNeil, Angus Brendan',
  'member_id': '1546',
  'party': 'Scottish National Party'},
 {'constituency': 'Stevenage',
  'date_of_birth': datetime.date(1976, 8, 9),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'McPartland, Stephen',
  'member_id': '4093',
  'party': 'Conservative'},
 {'constituency': 'Slough',
  'date_of_birth': datetime.date(1953, 9, 12),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Mactaggart, Fiona',
  'member_id': '12',
  'party': 'Labour'},
 {'constituency': 'Ellesmere Port and Neston',
  'date_of_birth': datetime.date(1972, 11, 22),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Madders, Justin',
  'member_id': '4418',
  'party': 'Labour'},
 {'constituency': 'Birmingham, Perry Barr',
  'date_of_birth': datetime.date(1961, 7, 13),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Mahmood, Mr Khalid',
  'member_id': '1392',
  'party': 'Labour'},
 {'constituency': 'Birmingham, Ladywood',
  'date_of_birth': datetime.date(1980, 9, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Mahmood, Shabana',
  'member_id': '3914',
  'party': 'Labour'},
 {'constituency': 'St Albans',
  'date_of_birth': datetime.date(1957, 5, 17),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Main, Mrs Anne',
  'member_id': '1568',
  'party': 'Conservative'},
 {'constituency': 'Havant',
  'date_of_birth': datetime.date(1983, 11, 19),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mak, Mr Alan',
  'member_id': '4484',
  'party': 'Conservative'},
 {'constituency': 'Feltham and Heston',
  'date_of_birth': datetime.date(1970, 8, 7),
  'days_service': 1829,
  'first_start_date': datetime.date(2011, 12, 15),
  'gender': 'F',
  'list_name': 'Malhotra, Seema',
  'member_id': '4253',
  'party': 'Labour'},
 {'constituency': 'North West Hampshire',
  'date_of_birth': datetime.date(1966, 10, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Malthouse, Kit',
  'member_id': '4495',
  'party': 'Conservative'},
 {'constituency': 'Bassetlaw',
  'date_of_birth': datetime.date(1960, 1, 10),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Mann, John',
  'member_id': '1387',
  'party': 'Labour'},
 {'constituency': 'North Cornwall',
  'date_of_birth': datetime.date(1977, 6, 24),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mann, Scott',
  'member_id': '4496',
  'party': 'Conservative'},
 {'constituency': 'Wolverhampton South West',
  'date_of_birth': datetime.date(1955, 4, 8),
  'days_service': 3835,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Marris, Rob',
  'member_id': '1468',
  'party': 'Labour'},
 {'constituency': 'Blackpool South',
  'date_of_birth': datetime.date(1953, 11, 28),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Marsden, Gordon',
  'member_id': '465',
  'party': 'Labour'},
 {'constituency': 'York Central',
  'date_of_birth': datetime.date(1972, 7, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Maskell, Rachael',
  'member_id': '4471',
  'party': 'Labour'},
 {'constituency': 'Belfast West',
  'date_of_birth': datetime.date(1967, 6, 9),
  'days_service': 2018,
  'first_start_date': datetime.date(2011, 6, 9),
  'gender': 'M',
  'list_name': 'Maskey, Paul',
  'member_id': '4245',
  'party': 'Sinn Fein'},
 {'constituency': 'City of Chester',
  'date_of_birth': datetime.date(1968, 1, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Matheson, Christian',
  'member_id': '4408',
  'party': 'Labour'},
 {'constituency': 'Twickenham',
  'date_of_birth': datetime.date(1964, 6, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Mathias, Dr Tania',
  'member_id': '4404',
  'party': 'Conservative'},
 {'constituency': 'Maidenhead',
  'date_of_birth': datetime.date(1956, 10, 1),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'May, Mrs Theresa',
  'member_id': '8',
  'party': 'Conservative'},
 {'constituency': 'Blackpool North and Cleveleys',
  'date_of_birth': datetime.date(1975, 12, 16),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Maynard, Paul',
  'member_id': '3926',
  'party': 'Conservative'},
 {'constituency': 'Mansfield',
  'date_of_birth': datetime.date(1949, 7, 31),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Meale, Sir Alan',
  'member_id': '361',
  'party': 'Labour'},
 {'constituency': 'Gateshead',
  'date_of_birth': datetime.date(1957, 4, 21),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Mearns, Ian',
  'member_id': '4000',
  'party': 'Labour'},
 {'constituency': 'Fylde',
  'date_of_birth': datetime.date(1971, 5, 18),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Menzies, Mark',
  'member_id': '3998',
  'party': 'Conservative'},
 {'constituency': 'Plymouth, Moor View',
  'date_of_birth': datetime.date(1981, 8, 17),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mercer, Johnny',
  'member_id': '4485',
  'party': 'Conservative'},
 {'constituency': 'Bexhill and Battle',
  'date_of_birth': datetime.date(1973, 7, 13),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Merriman, Huw',
  'member_id': '4442',
  'party': 'Conservative'},
 {'constituency': 'South Basildon and East Thurrock',
  'date_of_birth': datetime.date(1966, 1, 9),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Metcalfe, Stephen',
  'member_id': '4092',
  'party': 'Conservative'},
 {'constituency': 'Doncaster North',
  'date_of_birth': datetime.date(1969, 12, 24),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Miliband, Edward',
  'member_id': '1510',
  'party': 'Labour'},
 {'constituency': 'Basingstoke',
  'date_of_birth': datetime.date(1964, 3, 26),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Miller, Mrs Maria',
  'member_id': '1480',
  'party': 'Conservative'},
 {'constituency': 'Cannock Chase',
  'date_of_birth': datetime.date(1975, 3, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Milling, Amanda',
  'member_id': '4454',
  'party': 'Conservative'},
 {'constituency': 'Amber Valley',
  'date_of_birth': datetime.date(1974, 10, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Mills, Nigel',
  'member_id': '4136',
  'party': 'Conservative'},
 {'constituency': 'Guildford',
  'date_of_birth': datetime.date(1955, 11, 3),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Milton, Anne',
  'member_id': '1523',
  'party': 'Conservative'},
 {'constituency': 'Sutton Coldfield',
  'date_of_birth': datetime.date(1956, 3, 23),
  'days_service': 9189,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Mitchell, Mr Andrew',
  'member_id': '1211',
  'party': 'Conservative'},
 {'constituency': 'Mid Ulster',
  'date_of_birth': datetime.date(1950, 12, 16),
  'days_service': 1381,
  'first_start_date': datetime.date(2013, 3, 7),
  'gender': 'M',
  'list_name': 'Molloy, Francie',
  'member_id': '4274',
  'party': 'Sinn Fein'},
 {'constituency': 'Glasgow North West',
  'date_of_birth': datetime.date(1972, 8, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Monaghan, Carol',
  'member_id': '4443',
  'party': 'Scottish National Party'},
 {'constituency': 'Caithness, Sutherland and Easter Ross',
  'date_of_birth': datetime.date(1965, 11, 11),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Monaghan, Dr Paul',
  'member_id': '4383',
  'party': 'Scottish National Party'},
 {'constituency': 'Bridgend',
  'date_of_birth': datetime.date(1950, 3, 27),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Moon, Mrs Madeleine',
  'member_id': '1490',
  'party': 'Labour'},
 {'constituency': 'Portsmouth North',
  'date_of_birth': datetime.date(1973, 3, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Mordaunt, Penny',
  'member_id': '4017',
  'party': 'Conservative'},
 {'constituency': 'Newport East',
  'date_of_birth': datetime.date(1968, 5, 29),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Morden, Jessica',
  'member_id': '1548',
  'party': 'Labour'},
 {'constituency': 'Loughborough',
  'date_of_birth': datetime.date(1972, 10, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Morgan, Nicky',
  'member_id': '4027',
  'party': 'Conservative'},
 {'constituency': 'Newton Abbot',
  'date_of_birth': datetime.date(1957, 7, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Morris, Anne Marie',
  'member_id': '4249',
  'party': 'Conservative'},
 {'constituency': 'Morecambe and Lunesdale',
  'date_of_birth': datetime.date(1966, 1, 3),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Morris, David',
  'member_id': '4135',
  'party': 'Conservative'},
 {'constituency': 'Easington',
  'date_of_birth': datetime.date(1961, 3, 13),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Morris, Grahame',
  'member_id': '3973',
  'party': 'Labour'},
 {'constituency': 'Halesowen and Rowley Regis',
  'date_of_birth': datetime.date(1967, 2, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Morris, James',
  'member_id': '3992',
  'party': 'Conservative'},
 {'constituency': 'Aldridge-Brownhills',
  'date_of_birth': datetime.date(1967, 11, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Morton, Wendy',
  'member_id': '4358',
  'party': 'Conservative'},
 {'constituency': 'Warrington South',
  'date_of_birth': datetime.date(1957, 2, 20),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Mowat, David',
  'member_id': '4080',
  'party': 'Conservative'},
 {'constituency': 'Leeds North West',
  'date_of_birth': datetime.date(1970, 8, 31),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Mulholland, Greg',
  'member_id': '1540',
  'party': 'Liberal Democrat'},
 {'constituency': 'Kirkcaldy and Cowdenbeath',
  'date_of_birth': datetime.date(1948, 3, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Mullin, Roger',
  'member_id': '4468',
  'party': 'Scottish National Party'},
 {'constituency': 'Dumfriesshire, Clydesdale and Tweeddale',
  'date_of_birth': datetime.date(1962, 5, 27),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Mundell, David',
  'member_id': '1512',
  'party': 'Conservative'},
 {'constituency': 'Edinburgh South',
  'date_of_birth': datetime.date(1976, 8, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Murray, Ian',
  'member_id': '3966',
  'party': 'Labour'},
 {'constituency': 'South East Cornwall',
  'date_of_birth': datetime.date(1956, 2, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Murray, Mrs Sheryll',
  'member_id': '4100',
  'party': 'Conservative'},
 {'constituency': 'South West Wiltshire',
  'date_of_birth': datetime.date(1961, 4, 24),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Murrison, Dr Andrew',
  'member_id': '1466',
  'party': 'Conservative'},
 {'constituency': 'Wigan',
  'date_of_birth': datetime.date(1979, 8, 9),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Nandy, Lisa',
  'member_id': '4082',
  'party': 'Labour'},
 {'constituency': 'Bromley and Chislehurst',
  'date_of_birth': datetime.date(1952, 6, 24),
  'days_service': 3800,
  'first_start_date': datetime.date(2006, 6, 29),
  'gender': 'M',
  'list_name': 'Neill, Robert',
  'member_id': '1601',
  'party': 'Conservative'},
 {'constituency': 'Paisley and Renfrewshire North',
  'date_of_birth': datetime.date(1980, 2, 2),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Newlands, Gavin',
  'member_id': '4420',
  'party': 'Scottish National Party'},
 {'constituency': 'Truro and Falmouth',
  'date_of_birth': datetime.date(1961, 7, 19),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Newton, Sarah',
  'member_id': '4071',
  'party': 'Conservative'},
 {'constituency': 'East Dunbartonshire',
  'date_of_birth': datetime.date(1961, 6, 23),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Nicolson, John',
  'member_id': '4415',
  'party': 'Scottish National Party'},
 {'constituency': 'Romsey and Southampton North',
  'date_of_birth': datetime.date(1972, 6, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Nokes, Caroline',
  'member_id': '4048',
  'party': 'Conservative'},
 {'constituency': 'Hereford and South Herefordshire',
  'date_of_birth': datetime.date(1962, 6, 23),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Norman, Jesse',
  'member_id': '3991',
  'party': 'Conservative'},
 {'constituency': 'Bury North',
  'date_of_birth': datetime.date(1962, 3, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Nuttall, Mr David',
  'member_id': '4140',
  'party': 'Conservative'},
 {'constituency': 'Hendon',
  'date_of_birth': datetime.date(1969, 9, 3),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Offord, Dr Matthew',
  'member_id': '4006',
  'party': 'Conservative'},
 {'constituency': 'Argyll and Bute',
  'date_of_birth': datetime.date(1963, 4, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': "O'Hara, Brendan",
  'member_id': '4371',
  'party': 'Scottish National Party'},
 {'constituency': 'Richmond Park',
  'date_of_birth': '',
  'days_service': 54,
  'first_start_date': datetime.date(2016, 12, 1),
  'gender': 'F',
  'list_name': 'Olney, Sarah',
  'member_id': '4591',
  'party': 'Liberal Democrat'},
 {'constituency': 'Great Grimsby',
  'date_of_birth': datetime.date(1979, 6, 19),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Onn, Melanie',
  'member_id': '4464',
  'party': 'Labour'},
 {'constituency': 'Newcastle upon Tyne Central',
  'date_of_birth': datetime.date(1965, 4, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Onwurah, Chi',
  'member_id': '4124',
  'party': 'Labour'},
 {'constituency': 'Hexham',
  'date_of_birth': datetime.date(1965, 5, 18),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Opperman, Guy',
  'member_id': '4142',
  'party': 'Conservative'},
 {'constituency': 'Edmonton',
  'date_of_birth': datetime.date(1968, 8, 15),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Osamor, Kate',
  'member_id': '4515',
  'party': 'Labour'},
 {'constituency': 'Tatton',
  'date_of_birth': datetime.date(1971, 5, 23),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Osborne, Mr George',
  'member_id': '1458',
  'party': 'Conservative'},
 {'constituency': 'East Renfrewshire',
  'date_of_birth': datetime.date(1972, 12, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Oswald, Kirsten',
  'member_id': '4413',
  'party': 'Scottish National Party'},
 {'constituency': 'Ynys Môn',
  'date_of_birth': datetime.date(1959, 8, 10),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Owen, Albert',
  'member_id': '1474',
  'party': 'Labour'},
 {'constituency': 'North Antrim',
  'date_of_birth': datetime.date(1966, 12, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Paisley, Ian',
  'member_id': '4129',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'Tiverton and Honiton',
  'date_of_birth': datetime.date(1956, 5, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Parish, Neil',
  'member_id': '4072',
  'party': 'Conservative'},
 {'constituency': 'Witham',
  'date_of_birth': datetime.date(1972, 3, 29),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Patel, Priti',
  'member_id': '4066',
  'party': 'Conservative'},
 {'constituency': 'North Shropshire',
  'date_of_birth': datetime.date(1956, 6, 24),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Paterson, Mr Owen',
  'member_id': '274',
  'party': 'Conservative'},
 {'constituency': 'Stirling',
  'date_of_birth': datetime.date(1975, 4, 25),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Paterson, Steven',
  'member_id': '4392',
  'party': 'Scottish National Party'},
 {'constituency': 'Rugby',
  'date_of_birth': datetime.date(1957, 1, 16),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Pawsey, Mark',
  'member_id': '4052',
  'party': 'Conservative'},
 {'constituency': 'Erith and Thamesmead',
  'date_of_birth': datetime.date(1955, 2, 1),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Pearce, Teresa',
  'member_id': '4003',
  'party': 'Labour'},
 {'constituency': 'Hemel Hempstead',
  'date_of_birth': datetime.date(1957, 9, 28),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Penning, Mike',
  'member_id': '1528',
  'party': 'Conservative'},
 {'constituency': 'Greenwich and Woolwich',
  'date_of_birth': datetime.date(1982, 10, 29),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Pennycook, Matthew',
  'member_id': '4520',
  'party': 'Labour'},
 {'constituency': 'Weston-super-Mare',
  'date_of_birth': datetime.date(1964, 6, 22),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Penrose, John',
  'member_id': '1584',
  'party': 'Conservative'},
 {'constituency': 'Brigg and Goole',
  'date_of_birth': datetime.date(1977, 9, 18),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Percy, Andrew',
  'member_id': '3939',
  'party': 'Conservative'},
 {'constituency': 'Chesterfield',
  'date_of_birth': datetime.date(1970, 8, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Perkins, Toby',
  'member_id': '3952',
  'party': 'Labour'},
 {'constituency': 'Devizes',
  'date_of_birth': datetime.date(1964, 4, 3),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Perry, Claire',
  'member_id': '3974',
  'party': 'Conservative'},
 {'constituency': 'Birmingham, Yardley',
  'date_of_birth': datetime.date(1981, 10, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Phillips, Jess',
  'member_id': '4370',
  'party': 'Labour'},
 {'constituency': 'Houghton and Sunderland South',
  'date_of_birth': datetime.date(1983, 12, 19),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Phillipson, Bridget',
  'member_id': '4046',
  'party': 'Labour'},
 {'constituency': 'Croydon South',
  'date_of_birth': datetime.date(1976, 7, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Philp, Chris',
  'member_id': '4503',
  'party': 'Conservative'},
 {'constituency': 'Brentwood and Ongar',
  'date_of_birth': datetime.date(1952, 4, 20),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Pickles, Sir Eric',
  'member_id': '33',
  'party': 'Conservative'},
 {'constituency': 'Tamworth',
  'date_of_birth': datetime.date(1969, 9, 24),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Pincher, Christopher',
  'member_id': '4075',
  'party': 'Conservative'},
 {'constituency': 'Central Suffolk and North Ipswich',
  'date_of_birth': datetime.date(1978, 10, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Poulter, Dr Dan',
  'member_id': '3932',
  'party': 'Conservative'},
 {'constituency': 'Ealing North',
  'date_of_birth': datetime.date(1948, 7, 3),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Pound, Stephen',
  'member_id': '161',
  'party': 'Labour'},
 {'constituency': 'Taunton Deane',
  'date_of_birth': datetime.date(1960, 10, 10),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Pow, Rebecca',
  'member_id': '4522',
  'party': 'Conservative'},
 {'constituency': 'Manchester Central',
  'date_of_birth': datetime.date(1974, 10, 10),
  'days_service': 1493,
  'first_start_date': datetime.date(2012, 11, 15),
  'gender': 'F',
  'list_name': 'Powell, Lucy',
  'member_id': '4263',
  'party': 'Labour'},
 {'constituency': 'Banbury',
  'date_of_birth': datetime.date(1971, 3, 24),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Prentis, Victoria',
  'member_id': '4401',
  'party': 'Conservative'},
 {'constituency': 'Hertford and Stortford',
  'date_of_birth': datetime.date(1962, 6, 12),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Prisk, Mr Mark',
  'member_id': '1424',
  'party': 'Conservative'},
 {'constituency': 'The Wrekin',
  'date_of_birth': datetime.date(1966, 11, 22),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Pritchard, Mark',
  'member_id': '1576',
  'party': 'Conservative'},
 {'constituency': 'Southport',
  'date_of_birth': datetime.date(1948, 6, 28),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Pugh, John',
  'member_id': '1454',
  'party': 'Liberal Democrat'},
 {'constituency': 'Corby',
  'date_of_birth': datetime.date(1988, 11, 5),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Pursglove, Tom',
  'member_id': '4369',
  'party': 'Conservative'},
 {'constituency': 'Horsham',
  'date_of_birth': datetime.date(1968, 9, 24),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Quin, Jeremy',
  'member_id': '4507',
  'party': 'Conservative'},
 {'constituency': 'Colchester',
  'date_of_birth': datetime.date(1982, 12, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Quince, Will',
  'member_id': '4423',
  'party': 'Conservative'},
 {'constituency': 'Bolton South East',
  'date_of_birth': datetime.date(1963, 7, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Qureshi, Yasmin',
  'member_id': '3924',
  'party': 'Labour'},
 {'constituency': 'Esher and Walton',
  'date_of_birth': datetime.date(1974, 2, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Raab, Dominic',
  'member_id': '4007',
  'party': 'Conservative'},
 {'constituency': 'Ashton-under-Lyne',
  'date_of_birth': datetime.date(1980, 3, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Rayner, Angela',
  'member_id': '4356',
  'party': 'Labour'},
 {'constituency': 'Wokingham',
  'date_of_birth': datetime.date(1951, 6, 15),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Redwood, John',
  'member_id': '14',
  'party': 'Conservative'},
 {'constituency': 'Croydon North',
  'date_of_birth': datetime.date(1963, 11, 12),
  'days_service': 1479,
  'first_start_date': datetime.date(2012, 11, 29),
  'gender': 'M',
  'list_name': 'Reed, Mr Steve',
  'member_id': '4268',
  'party': 'Labour'},
 {'constituency': 'Neath',
  'date_of_birth': datetime.date(1954, 2, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Rees, Christina',
  'member_id': '4525',
  'party': 'Labour'},
 {'constituency': 'North East Somerset',
  'date_of_birth': datetime.date(1969, 5, 24),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Rees-Mogg, Mr Jacob',
  'member_id': '4099',
  'party': 'Conservative'},
 {'constituency': 'Leeds West',
  'date_of_birth': datetime.date(1979, 2, 13),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Reeves, Rachel',
  'member_id': '4031',
  'party': 'Labour'},
 {'constituency': 'Wolverhampton North East',
  'date_of_birth': datetime.date(1977, 11, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Reynolds, Emma',
  'member_id': '4077',
  'party': 'Labour'},
 {'constituency': 'Stalybridge and Hyde',
  'date_of_birth': datetime.date(1980, 8, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Reynolds, Jonathan',
  'member_id': '4119',
  'party': 'Labour'},
 {'constituency': 'St Helens South and Whiston',
  'date_of_birth': datetime.date(1947, 4, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Rimmer, Marie',
  'member_id': '4457',
  'party': 'Labour'},
 {'constituency': 'South Down',
  'date_of_birth': datetime.date(1958, 3, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Ritchie, Ms Margaret',
  'member_id': '4130',
  'party': 'Social Democratic & Labour Party'},
 {'constituency': 'Moray',
  'date_of_birth': datetime.date(1969, 9, 28),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Robertson, Angus',
  'member_id': '1433',
  'party': 'Scottish National Party'},
 {'constituency': 'Tewkesbury',
  'date_of_birth': datetime.date(1958, 3, 29),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Robertson, Mr Laurence',
  'member_id': '253',
  'party': 'Conservative'},
 {'constituency': 'Belfast East',
  'date_of_birth': datetime.date(1984, 11, 22),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Robinson, Gavin',
  'member_id': '4360',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'Coventry North West',
  'date_of_birth': datetime.date(1938, 5, 25),
  'days_service': 14702,
  'first_start_date': datetime.date(1976, 3, 4),
  'gender': 'M',
  'list_name': 'Robinson, Mr Geoffrey',
  'member_id': '307',
  'party': 'Labour'},
 {'constituency': 'Cheadle',
  'date_of_birth': datetime.date(1955, 8, 23),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Robinson, Mary',
  'member_id': '4406',
  'party': 'Conservative'},
 {'constituency': 'Romford',
  'date_of_birth': datetime.date(1966, 3, 17),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Rosindell, Andrew',
  'member_id': '1447',
  'party': 'Conservative'},
 {'constituency': 'Liverpool, Walton',
  'date_of_birth': datetime.date(1961, 11, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Rotheram, Steve',
  'member_id': '4035',
  'party': 'Labour'},
 {'constituency': 'Hastings and Rye',
  'date_of_birth': datetime.date(1963, 8, 1),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Rudd, Amber',
  'member_id': '3983',
  'party': 'Conservative'},
 {'constituency': 'Macclesfield',
  'date_of_birth': datetime.date(1961, 3, 7),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Rutley, David',
  'member_id': '4033',
  'party': 'Conservative'},
 {'constituency': 'Enfield North',
  'date_of_birth': datetime.date(1955, 9, 8),
  'days_service': 5309,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Ryan, Joan',
  'member_id': '166',
  'party': 'Labour'},
 {'constituency': 'Gordon',
  'date_of_birth': datetime.date(1954, 12, 31),
  'days_service': 8874,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Salmond, Alex',
  'member_id': '577',
  'party': 'Scottish National Party'},
 {'constituency': 'Eddisbury',
  'date_of_birth': '',
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Sandbach, Antoinette',
  'member_id': '4506',
  'party': 'Conservative'},
 {'constituency': 'Dwyfor Meirionnydd',
  'date_of_birth': datetime.date(1964, 12, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Saville Roberts, Liz',
  'member_id': '4521',
  'party': 'Plaid Cymru'},
 {'constituency': 'Sutton and Cheam',
  'date_of_birth': datetime.date(1968, 4, 29),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Scully, Paul',
  'member_id': '4414',
  'party': 'Conservative'},
 {'constituency': 'South West Bedfordshire',
  'date_of_birth': datetime.date(1962, 4, 27),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Selous, Andrew',
  'member_id': '1453',
  'party': 'Conservative'},
 {'constituency': 'Bradford West',
  'date_of_birth': datetime.date(1973, 11, 13),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Shah, Naz',
  'member_id': '4409',
  'party': 'Labour'},
 {'constituency': 'Strangford',
  'date_of_birth': datetime.date(1955, 3, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Shannon, Jim',
  'member_id': '4131',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'Welwyn Hatfield',
  'date_of_birth': datetime.date(1968, 9, 14),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Shapps, Grant',
  'member_id': '1582',
  'party': 'Conservative'},
 {'constituency': 'Reading West',
  'date_of_birth': datetime.date(1967, 9, 7),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Sharma, Alok',
  'member_id': '4014',
  'party': 'Conservative'},
 {'constituency': 'Ealing, Southall',
  'date_of_birth': datetime.date(1947, 4, 5),
  'days_service': 3415,
  'first_start_date': datetime.date(2007, 7, 19),
  'gender': 'M',
  'list_name': 'Sharma, Mr Virendra',
  'member_id': '1604',
  'party': 'Labour'},
 {'constituency': 'Huddersfield',
  'date_of_birth': datetime.date(1940, 8, 17),
  'days_service': 13573,
  'first_start_date': datetime.date(1979, 5, 3),
  'gender': 'M',
  'list_name': 'Sheerman, Mr Barry',
  'member_id': '411',
  'party': 'Labour'},
 {'constituency': 'Elmet and Rothwell',
  'date_of_birth': datetime.date(1976, 1, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Shelbrooke, Alec',
  'member_id': '3997',
  'party': 'Conservative'},
 {'constituency': 'Edinburgh East',
  'date_of_birth': datetime.date(1959, 3, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Sheppard, Tommy',
  'member_id': '4453',
  'party': 'Scottish National Party'},
 {'constituency': 'Dewsbury',
  'date_of_birth': datetime.date(1975, 4, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Sherriff, Paula',
  'member_id': '4426',
  'party': 'Labour'},
 {'constituency': 'Luton South',
  'date_of_birth': datetime.date(1981, 10, 10),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Shuker, Mr Gavin',
  'member_id': '4013',
  'party': 'Labour'},
 {'constituency': 'Hampstead and Kilburn',
  'date_of_birth': datetime.date(1982, 9, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Siddiq, Tulip',
  'member_id': '4518',
  'party': 'Labour'},
 {'constituency': 'Upper Bann',
  'date_of_birth': datetime.date(1959, 2, 16),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Simpson, David',
  'member_id': '1597',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'Broadland',
  'date_of_birth': datetime.date(1949, 3, 29),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Simpson, Mr Keith',
  'member_id': '126',
  'party': 'Conservative'},
 {'constituency': 'Kingswood',
  'date_of_birth': datetime.date(1981, 5, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Skidmore, Chris',
  'member_id': '4021',
  'party': 'Conservative'},
 {'constituency': 'Bolsover',
  'date_of_birth': datetime.date(1932, 2, 11),
  'days_service': 16748,
  'first_start_date': datetime.date(1970, 6, 18),
  'gender': 'M',
  'list_name': 'Skinner, Mr Dennis',
  'member_id': '325',
  'party': 'Labour'},
 {'constituency': 'Hammersmith',
  'date_of_birth': datetime.date(1960, 9, 29),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Slaughter, Andy',
  'member_id': '1516',
  'party': 'Labour'},
 {'constituency': 'Stoke-on-Trent North',
  'date_of_birth': datetime.date(1979, 6, 29),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Smeeth, Ruth',
  'member_id': '4508',
  'party': 'Labour'},
 {'constituency': 'Oxford East',
  'date_of_birth': datetime.date(1951, 2, 1),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Smith, Mr Andrew',
  'member_id': '95',
  'party': 'Labour'},
 {'constituency': 'Penistone and Stocksbridge',
  'date_of_birth': datetime.date(1961, 8, 16),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Smith, Angela',
  'member_id': '1564',
  'party': 'Labour'},
 {'constituency': 'Lancaster and Fleetwood',
  'date_of_birth': datetime.date(1985, 6, 16),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Smith, Cat',
  'member_id': '4436',
  'party': 'Labour'},
 {'constituency': 'Norwich North',
  'date_of_birth': datetime.date(1982, 5, 17),
  'days_service': 2679,
  'first_start_date': datetime.date(2009, 7, 24),
  'gender': 'F',
  'list_name': 'Smith, Chloe',
  'member_id': '1609',
  'party': 'Conservative'},
 {'constituency': 'Crawley',
  'date_of_birth': datetime.date(1969, 5, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Smith, Henry',
  'member_id': '3960',
  'party': 'Conservative'},
 {'constituency': 'Manchester, Withington',
  'date_of_birth': datetime.date(1963, 1, 26),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Smith, Jeff',
  'member_id': '4456',
  'party': 'Labour'},
 {'constituency': 'Skipton and Ripon',
  'date_of_birth': datetime.date(1971, 8, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Smith, Julian',
  'member_id': '4118',
  'party': 'Conservative'},
 {'constituency': 'Blaenau Gwent',
  'date_of_birth': datetime.date(1960, 1, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Smith, Nick',
  'member_id': '3928',
  'party': 'Labour'},
 {'constituency': 'Pontypridd',
  'date_of_birth': datetime.date(1970, 3, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Smith, Owen',
  'member_id': '4042',
  'party': 'Labour'},
 {'constituency': 'Southampton, Itchen',
  'date_of_birth': datetime.date(1964, 5, 13),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Smith, Royston',
  'member_id': '4478',
  'party': 'Conservative'},
 {'constituency': 'Bristol South',
  'date_of_birth': datetime.date(1964, 9, 8),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Smyth, Karin',
  'member_id': '4444',
  'party': 'Labour'},
 {'constituency': 'Mid Sussex',
  'date_of_birth': datetime.date(1948, 2, 12),
  'days_service': 12102,
  'first_start_date': datetime.date(1983, 6, 9),
  'gender': 'M',
  'list_name': 'Soames, Sir Nicholas',
  'member_id': '116',
  'party': 'Conservative'},
 {'constituency': 'Derby North',
  'date_of_birth': datetime.date(1961, 6, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Solloway, Amanda',
  'member_id': '4372',
  'party': 'Conservative'},
 {'constituency': 'Broxtowe',
  'date_of_birth': datetime.date(1956, 12, 7),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Soubry, Anna',
  'member_id': '3938',
  'party': 'Conservative'},
 {'constituency': 'Warley',
  'date_of_birth': datetime.date(1947, 8, 5),
  'days_service': 9120,
  'first_start_date': datetime.date(1982, 10, 28),
  'gender': 'M',
  'list_name': 'Spellar, John',
  'member_id': '318',
  'party': 'Labour'},
 {'constituency': 'Meriden',
  'date_of_birth': datetime.date(1958, 5, 4),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Spelman, Dame Caroline',
  'member_id': '312',
  'party': 'Conservative'},
 {'constituency': 'Sherwood',
  'date_of_birth': datetime.date(1970, 1, 20),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Spencer, Mark',
  'member_id': '4055',
  'party': 'Conservative'},
 {'constituency': 'Holborn and St Pancras',
  'date_of_birth': datetime.date(1962, 9, 20),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Starmer, Keir',
  'member_id': '4514',
  'party': 'Labour'},
 {'constituency': 'Glasgow South West',
  'date_of_birth': datetime.date(1973, 3, 20),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Stephens, Chris',
  'member_id': '4463',
  'party': 'Scottish National Party'},
 {'constituency': 'Pendle',
  'date_of_birth': datetime.date(1981, 2, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Stephenson, Andrew',
  'member_id': '4044',
  'party': 'Conservative'},
 {'constituency': 'Cardiff Central',
  'date_of_birth': datetime.date(1966, 9, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Stevens, Jo',
  'member_id': '4425',
  'party': 'Labour'},
 {'constituency': 'Carlisle',
  'date_of_birth': datetime.date(1963, 7, 4),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Stevenson, John',
  'member_id': '3942',
  'party': 'Conservative'},
 {'constituency': 'Beckenham',
  'date_of_birth': datetime.date(1949, 7, 7),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Stewart, Bob',
  'member_id': '3919',
  'party': 'Conservative'},
 {'constituency': 'Milton Keynes South',
  'date_of_birth': datetime.date(1972, 9, 18),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Stewart, Iain',
  'member_id': '4015',
  'party': 'Conservative'},
 {'constituency': 'Penrith and The Border',
  'date_of_birth': datetime.date(1973, 1, 3),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Stewart, Rory',
  'member_id': '4137',
  'party': 'Conservative'},
 {'constituency': 'South West Devon',
  'date_of_birth': datetime.date(1955, 10, 2),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Streeter, Mr Gary',
  'member_id': '234',
  'party': 'Conservative'},
 {'constituency': 'Ilford North',
  'date_of_birth': datetime.date(1983, 1, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Streeting, Wes',
  'member_id': '4504',
  'party': 'Labour'},
 {'constituency': 'Central Devon',
  'date_of_birth': datetime.date(1961, 9, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Stride, Mel',
  'member_id': '3935',
  'party': 'Conservative'},
 {'constituency': 'Blackley and Broughton',
  'date_of_birth': datetime.date(1950, 2, 17),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Stringer, Graham',
  'member_id': '449',
  'party': 'Labour'},
 {'constituency': 'Birmingham, Edgbaston',
  'date_of_birth': datetime.date(1955, 11, 26),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Stuart, Ms Gisela',
  'member_id': '296',
  'party': 'Labour'},
 {'constituency': 'Beverley and Holderness',
  'date_of_birth': datetime.date(1962, 3, 12),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Stuart, Graham',
  'member_id': '1482',
  'party': 'Conservative'},
 {'constituency': 'York Outer',
  'date_of_birth': datetime.date(1971, 6, 3),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Sturdy, Julian',
  'member_id': '4079',
  'party': 'Conservative'},
 {'constituency': 'Richmond (Yorks)',
  'date_of_birth': datetime.date(1980, 5, 12),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Sunak, Rishi',
  'member_id': '4483',
  'party': 'Conservative'},
 {'constituency': 'New Forest West',
  'date_of_birth': datetime.date(1956, 8, 20),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Swayne, Sir Desmond',
  'member_id': '55',
  'party': 'Conservative'},
 {'constituency': 'East Devon',
  'date_of_birth': datetime.date(1959, 11, 30),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Swire, Sir Hugo',
  'member_id': '1408',
  'party': 'Conservative'},
 {'constituency': 'Poole',
  'date_of_birth': datetime.date(1956, 8, 15),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Syms, Mr Robert',
  'member_id': '245',
  'party': 'Conservative'},
 {'constituency': 'Alyn and Deeside',
  'date_of_birth': datetime.date(1962, 10, 3),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Tami, Mark',
  'member_id': '1383',
  'party': 'Labour'},
 {'constituency': 'Glasgow Central',
  'date_of_birth': datetime.date(1982, 9, 13),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Thewliss, Alison',
  'member_id': '4430',
  'party': 'Scottish National Party'},
 {'constituency': 'St Ives',
  'date_of_birth': datetime.date(1972, 7, 20),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Thomas, Derek',
  'member_id': '4532',
  'party': 'Conservative'},
 {'constituency': 'Harrow West',
  'date_of_birth': datetime.date(1967, 7, 15),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Thomas, Gareth',
  'member_id': '177',
  'party': 'Labour'},
 {'constituency': 'Torfaen',
  'date_of_birth': datetime.date(1980, 5, 26),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Thomas-Symonds, Nick',
  'member_id': '4479',
  'party': 'Labour'},
 {'constituency': 'Midlothian',
  'date_of_birth': datetime.date(1978, 3, 17),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Thompson, Owen',
  'member_id': '4482',
  'party': 'Scottish National Party'},
 {'constituency': 'Edinburgh West',
  'date_of_birth': datetime.date(1965, 3, 11),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Thomson, Michelle',
  'member_id': '4422',
  'party': 'Independent'},
 {'constituency': 'Islington South and Finsbury',
  'date_of_birth': datetime.date(1960, 7, 27),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Thornberry, Emily',
  'member_id': '1536',
  'party': 'Labour'},
 {'constituency': 'Erewash',
  'date_of_birth': datetime.date(1957, 1, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Throup, Maggie',
  'member_id': '4447',
  'party': 'Conservative'},
 {'constituency': 'East Ham',
  'date_of_birth': datetime.date(1955, 7, 29),
  'days_service': 8132,
  'first_start_date': datetime.date(1994, 6, 9),
  'gender': 'M',
  'list_name': 'Timms, Stephen',
  'member_id': '163',
  'party': 'Labour'},
 {'constituency': 'Crewe and Nantwich',
  'date_of_birth': datetime.date(1973, 12, 26),
  'days_service': 3107,
  'first_start_date': datetime.date(2008, 5, 22),
  'gender': 'M',
  'list_name': 'Timpson, Edward',
  'member_id': '1605',
  'party': 'Conservative'},
 {'constituency': 'Rochester and Strood',
  'date_of_birth': datetime.date(1978, 8, 23),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Tolhurst, Kelly',
  'member_id': '4487',
  'party': 'Conservative'},
 {'constituency': 'North Swindon',
  'date_of_birth': datetime.date(1976, 11, 5),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Tomlinson, Justin',
  'member_id': '4105',
  'party': 'Conservative'},
 {'constituency': 'Mid Dorset and North Poole',
  'date_of_birth': datetime.date(1977, 10, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Tomlinson, Michael',
  'member_id': '4497',
  'party': 'Conservative'},
 {'constituency': 'North Warwickshire',
  'date_of_birth': datetime.date(1974, 8, 21),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Tracey, Craig',
  'member_id': '4509',
  'party': 'Conservative'},
 {'constituency': 'Bosworth',
  'date_of_birth': datetime.date(1950, 1, 19),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Tredinnick, David',
  'member_id': '335',
  'party': 'Conservative'},
 {'constituency': 'Berwick-upon-Tweed',
  'date_of_birth': datetime.date(1969, 4, 6),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Trevelyan, Mrs Anne-Marie',
  'member_id': '4531',
  'party': 'Conservative'},
 {'constituency': 'Hemsworth',
  'date_of_birth': datetime.date(1950, 7, 2),
  'days_service': 7530,
  'first_start_date': datetime.date(1996, 2, 1),
  'gender': 'M',
  'list_name': 'Trickett, Jon',
  'member_id': '410',
  'party': 'Labour'},
 {'constituency': 'South West Norfolk',
  'date_of_birth': datetime.date(1975, 7, 26),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Truss, Elizabeth',
  'member_id': '4097',
  'party': 'Conservative'},
 {'constituency': 'Tonbridge and Malling',
  'date_of_birth': datetime.date(1973, 6, 27),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Tugendhat, Tom',
  'member_id': '4462',
  'party': 'Conservative'},
 {'constituency': 'Redcar',
  'date_of_birth': datetime.date(1978, 10, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Turley, Anna',
  'member_id': '4449',
  'party': 'Labour'},
 {'constituency': 'Isle of Wight',
  'date_of_birth': datetime.date(1953, 10, 24),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Turner, Mr Andrew',
  'member_id': '1426',
  'party': 'Conservative'},
 {'constituency': 'Kingston upon Hull East',
  'date_of_birth': datetime.date(1971, 4, 15),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Turner, Karl',
  'member_id': '4030',
  'party': 'Labour'},
 {'constituency': 'Halton',
  'date_of_birth': datetime.date(1959, 7, 9),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Twigg, Derek',
  'member_id': '429',
  'party': 'Labour'},
 {'constituency': 'Liverpool, West Derby',
  'date_of_birth': datetime.date(1966, 12, 25),
  'days_service': 5295,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Twigg, Stephen',
  'member_id': '167',
  'party': 'Labour'},
 {'constituency': 'Chichester',
  'date_of_birth': datetime.date(1957, 1, 15),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Tyrie, Mr Andrew',
  'member_id': '112',
  'party': 'Conservative'},
 {'constituency': 'Streatham',
  'date_of_birth': datetime.date(1978, 10, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Umunna, Mr Chuka',
  'member_id': '4128',
  'party': 'Labour'},
 {'constituency': 'Wantage',
  'date_of_birth': datetime.date(1968, 6, 5),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Vaizey, Mr Edward',
  'member_id': '1580',
  'party': 'Conservative'},
 {'constituency': 'North West Cambridgeshire',
  'date_of_birth': datetime.date(1960, 9, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Vara, Mr Shailesh',
  'member_id': '1496',
  'party': 'Conservative'},
 {'constituency': 'Leicester East',
  'date_of_birth': datetime.date(1956, 11, 26),
  'days_service': 10663,
  'first_start_date': datetime.date(1987, 6, 11),
  'gender': 'M',
  'list_name': 'Vaz, Keith',
  'member_id': '338',
  'party': 'Labour'},
 {'constituency': 'Walsall South',
  'date_of_birth': datetime.date(1954, 12, 7),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Vaz, Valerie',
  'member_id': '4076',
  'party': 'Labour'},
 {'constituency': 'Cleethorpes',
  'date_of_birth': datetime.date(1950, 9, 13),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Vickers, Martin',
  'member_id': '3957',
  'party': 'Conservative'},
 {'constituency': 'Chipping Barnet',
  'date_of_birth': datetime.date(1968, 3, 5),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'F',
  'list_name': 'Villiers, Mrs Theresa',
  'member_id': '1500',
  'party': 'Conservative'},
 {'constituency': 'Broxbourne',
  'date_of_birth': datetime.date(1967, 9, 11),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Walker, Mr Charles',
  'member_id': '1493',
  'party': 'Conservative'},
 {'constituency': 'Worcester',
  'date_of_birth': datetime.date(1978, 4, 12),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Walker, Mr Robin',
  'member_id': '4091',
  'party': 'Conservative'},
 {'constituency': 'Wyre and Preston North',
  'date_of_birth': datetime.date(1970, 5, 15),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Wallace, Mr Ben',
  'member_id': '1539',
  'party': 'Conservative'},
 {'constituency': 'Somerton and Frome',
  'date_of_birth': datetime.date(1965, 10, 28),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Warburton, David',
  'member_id': '4526',
  'party': 'Conservative'},
 {'constituency': 'Boston and Skegness',
  'date_of_birth': datetime.date(1981, 9, 1),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Warman, Matt',
  'member_id': '4361',
  'party': 'Conservative'},
 {'constituency': 'Hornchurch and Upminster',
  'date_of_birth': datetime.date(1941, 11, 18),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'F',
  'list_name': 'Watkinson, Dame Angela',
  'member_id': '1462',
  'party': 'Conservative'},
 {'constituency': 'West Bromwich East',
  'date_of_birth': datetime.date(1967, 1, 8),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Watson, Tom',
  'member_id': '1463',
  'party': 'Labour'},
 {'constituency': 'Angus',
  'date_of_birth': datetime.date(1957, 3, 24),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Weir, Mike',
  'member_id': '1384',
  'party': 'Scottish National Party'},
 {'constituency': 'Hornsey and Wood Green',
  'date_of_birth': datetime.date(1966, 9, 14),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'West, Catherine',
  'member_id': '4523',
  'party': 'Labour'},
 {'constituency': 'Stockton South',
  'date_of_birth': datetime.date(1984, 2, 16),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Wharton, James',
  'member_id': '4123',
  'party': 'Conservative'},
 {'constituency': 'Faversham and Mid Kent',
  'date_of_birth': datetime.date(1976, 6, 23),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Whately, Helen',
  'member_id': '4527',
  'party': 'Conservative'},
 {'constituency': 'South Derbyshire',
  'date_of_birth': datetime.date(1959, 5, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Wheeler, Heather',
  'member_id': '4053',
  'party': 'Conservative'},
 {'constituency': 'Warwick and Leamington',
  'date_of_birth': datetime.date(1967, 4, 28),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'White, Chris',
  'member_id': '4114',
  'party': 'Conservative'},
 {'constituency': 'Banff and Buchan',
  'date_of_birth': datetime.date(1969, 4, 24),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Whiteford, Dr Eilidh',
  'member_id': '3911',
  'party': 'Scottish National Party'},
 {'constituency': 'Southampton, Test',
  'date_of_birth': datetime.date(1950, 9, 15),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'M',
  'list_name': 'Whitehead, Dr Alan',
  'member_id': '62',
  'party': 'Labour'},
 {'constituency': 'Central Ayrshire',
  'date_of_birth': datetime.date(1958, 12, 24),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Whitford, Dr Philippa',
  'member_id': '4385',
  'party': 'Scottish National Party'},
 {'constituency': 'Calder Valley',
  'date_of_birth': datetime.date(1962, 8, 30),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Whittaker, Craig',
  'member_id': '3940',
  'party': 'Conservative'},
 {'constituency': 'Maldon',
  'date_of_birth': datetime.date(1959, 10, 16),
  'days_service': 8923,
  'first_start_date': datetime.date(1992, 4, 9),
  'gender': 'M',
  'list_name': 'Whittingdale, Mr John',
  'member_id': '39',
  'party': 'Conservative'},
 {'constituency': 'North Herefordshire',
  'date_of_birth': datetime.date(1966, 6, 4),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Wiggin, Bill',
  'member_id': '1428',
  'party': 'Conservative'},
 {'constituency': 'Cardiff North',
  'date_of_birth': datetime.date(1985, 6, 7),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Williams, Craig',
  'member_id': '4438',
  'party': 'Conservative'},
 {'constituency': 'Arfon',
  'date_of_birth': datetime.date(1953, 5, 14),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Williams, Hywel',
  'member_id': '1397',
  'party': 'Plaid Cymru'},
 {'constituency': 'Ceredigion',
  'date_of_birth': datetime.date(1966, 3, 24),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Williams, Mr Mark',
  'member_id': '1498',
  'party': 'Liberal Democrat'},
 {'constituency': 'South Staffordshire',
  'date_of_birth': datetime.date(1976, 6, 25),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Williamson, Gavin',
  'member_id': '4108',
  'party': 'Conservative'},
 {'constituency': 'Ayr, Carrick and Cumnock',
  'date_of_birth': datetime.date(1965, 4, 11),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'F',
  'list_name': 'Wilson, Corri',
  'member_id': '4448',
  'party': 'Scottish National Party'},
 {'constituency': 'Sedgefield',
  'date_of_birth': datetime.date(1959, 5, 31),
  'days_service': 3415,
  'first_start_date': datetime.date(2007, 7, 19),
  'gender': 'M',
  'list_name': 'Wilson, Phil',
  'member_id': '1603',
  'party': 'Labour'},
 {'constituency': 'Reading East',
  'date_of_birth': datetime.date(1965, 1, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Wilson, Mr Rob',
  'member_id': '1556',
  'party': 'Conservative'},
 {'constituency': 'East Antrim',
  'date_of_birth': datetime.date(1953, 4, 4),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Wilson, Sammy',
  'member_id': '1593',
  'party': 'Democratic Unionist Party'},
 {'constituency': 'Walsall North',
  'date_of_birth': datetime.date(1933, 6, 26),
  'days_service': 15093,
  'first_start_date': datetime.date(1966, 3, 31),
  'gender': 'M',
  'list_name': 'Winnick, Mr David',
  'member_id': '316',
  'party': 'Labour'},
 {'constituency': 'Doncaster Central',
  'date_of_birth': datetime.date(1958, 8, 10),
  'days_service': 7098,
  'first_start_date': datetime.date(1997, 5, 1),
  'gender': 'F',
  'list_name': 'Winterton, Dame  Rosie',
  'member_id': '390',
  'party': 'Labour'},
 {'constituency': 'Perth and North Perthshire',
  'date_of_birth': datetime.date(1962, 3, 9),
  'days_service': 5624,
  'first_start_date': datetime.date(2001, 6, 7),
  'gender': 'M',
  'list_name': 'Wishart, Pete',
  'member_id': '1440',
  'party': 'Scottish National Party'},
 {'constituency': 'Totnes',
  'date_of_birth': datetime.date(1962, 2, 17),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'F',
  'list_name': 'Wollaston, Dr Sarah',
  'member_id': '4073',
  'party': 'Conservative'},
 {'constituency': 'Dudley South',
  'date_of_birth': datetime.date(1976, 3, 17),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Wood, Mike',
  'member_id': '4384',
  'party': 'Conservative'},
 {'constituency': 'Barrow and Furness',
  'date_of_birth': datetime.date(1979, 10, 14),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Woodcock, John',
  'member_id': '3917',
  'party': 'Labour'},
 {'constituency': 'Hazel Grove',
  'date_of_birth': datetime.date(1987, 12, 11),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Wragg, William',
  'member_id': '4429',
  'party': 'Conservative'},
 {'constituency': 'Hartlepool',
  'date_of_birth': datetime.date(1972, 5, 9),
  'days_service': 4413,
  'first_start_date': datetime.date(2004, 9, 30),
  'gender': 'M',
  'list_name': 'Wright, Mr Iain',
  'member_id': '1478',
  'party': 'Labour'},
 {'constituency': 'Kenilworth and Southam',
  'date_of_birth': datetime.date(1972, 10, 24),
  'days_service': 4220,
  'first_start_date': datetime.date(2005, 5, 5),
  'gender': 'M',
  'list_name': 'Wright, Jeremy',
  'member_id': '1560',
  'party': 'Conservative'},
 {'constituency': 'Stratford-on-Avon',
  'date_of_birth': datetime.date(1967, 6, 2),
  'days_service': 2417,
  'first_start_date': datetime.date(2010, 5, 6),
  'gender': 'M',
  'list_name': 'Zahawi, Nadhim',
  'member_id': '4113',
  'party': 'Conservative'},
 {'constituency': 'Cambridge',
  'date_of_birth': datetime.date(1956, 11, 9),
  'days_service': 628,
  'first_start_date': datetime.date(2015, 5, 7),
  'gender': 'M',
  'list_name': 'Zeichner, Daniel',
  'member_id': '4382',
  'party': 'Labour'}]

In [10]:
pd.DataFrame(sd)


Out[10]:
constituency date_of_birth days_service first_start_date gender list_name member_id party
0 Hackney North and Stoke Newington 1953-09-27 10663 1987-06-11 F Abbott, Ms Diane 172 Labour
1 Oldham East and Saddleworth 1960-09-15 2165 2011-01-13 F Abrahams, Debbie 4212 Labour
2 Selby and Ainsty 1966-11-30 2417 2010-05-06 M Adams, Nigel 4057 Conservative
3 Windsor 1965-08-04 4220 2005-05-05 M Afriyie, Adam 1586 Conservative
4 Ochil and South Perthshire 1970-10-05 628 2015-05-07 F Ahmed-Sheikh, Ms Tasmina 4427 Scottish National Party
5 Waveney 1961-08-26 2417 2010-05-06 M Aldous, Peter 4069 Conservative
6 Lewisham East 1975-04-17 2417 2010-05-06 F Alexander, Heidi 4038 Labour
7 Bethnal Green and Bow 1975-03-14 2417 2010-05-06 F Ali, Rushanara 4138 Labour
8 Telford 1964-10-02 628 2015-05-07 F Allan, Lucy 4411 Conservative
9 Nottingham North 1953-01-11 10663 1987-06-11 M Allen, Mr Graham 364 Labour
10 South Cambridgeshire 1975-01-18 628 2015-05-07 F Allen, Heidi 4516 Conservative
11 Tooting 1977-01-01 222 2016-06-16 F Allin-Khan, Dr Rosena 4573 Labour
12 Southend West 1952-03-26 12102 1983-06-09 M Amess, Sir David 44 Conservative
13 Blaydon 1953-12-02 4220 2005-05-05 M Anderson, Mr David 1486 Labour
14 Pudsey 1971-11-25 2417 2010-05-06 M Andrew, Stuart 4032 Conservative
15 Eastbourne 1971-01-12 628 2015-05-07 F Ansell, Caroline 4512 Conservative
16 Charnwood 1977-12-09 628 2015-05-07 M Argar, Edward 4362 Conservative
17 Dumfries and Galloway 1975-07-07 628 2015-05-07 M Arkless, Richard 4387 Scottish National Party
18 Leicester South 1978-10-14 2053 2011-05-05 M Ashworth, Jonathan 4244 Labour
19 Louth and Horncastle 628 2015-05-07 F Atkins, Victoria 4399 Conservative
20 Dudley North 1965-03-06 4220 2005-05-05 M Austin, Ian 1511 Labour
21 South Norfolk 1962-12-03 5624 2001-06-07 M Bacon, Mr Richard 1451 Conservative
22 West Bromwich West 1945-12-11 5796 2000-11-23 M Bailey, Mr Adrian 320 Labour
23 Wycombe 1971-06-06 2417 2010-05-06 M Baker, Mr Steve 4064 Conservative
24 West Worcestershire 1960-05-02 2417 2010-05-06 F Baldwin, Harriett 4107 Conservative
25 North East Cambridgeshire 1972-06-30 2417 2010-05-06 M Barclay, Stephen 4095 Conservative
26 Livingston 1983-06-01 628 2015-05-07 F Bardell, Hannah 4486 Scottish National Party
27 Basildon and Billericay 1959-06-21 5624 2001-06-07 M Baron, Mr John 1390 Conservative
28 Rother Valley 1946-10-26 12102 1983-06-09 M Barron, Sir Kevin 392 Labour
29 Croydon Central 1972-01-23 2417 2010-05-06 M Barwell, Gavin 3955 Conservative
... ... ... ... ... ... ... ... ...
618 Hornsey and Wood Green 1966-09-14 628 2015-05-07 F West, Catherine 4523 Labour
619 Stockton South 1984-02-16 2417 2010-05-06 M Wharton, James 4123 Conservative
620 Faversham and Mid Kent 1976-06-23 628 2015-05-07 F Whately, Helen 4527 Conservative
621 South Derbyshire 1959-05-14 2417 2010-05-06 F Wheeler, Heather 4053 Conservative
622 Warwick and Leamington 1967-04-28 2417 2010-05-06 M White, Chris 4114 Conservative
623 Banff and Buchan 1969-04-24 2417 2010-05-06 F Whiteford, Dr Eilidh 3911 Scottish National Party
624 Southampton, Test 1950-09-15 7098 1997-05-01 M Whitehead, Dr Alan 62 Labour
625 Central Ayrshire 1958-12-24 628 2015-05-07 F Whitford, Dr Philippa 4385 Scottish National Party
626 Calder Valley 1962-08-30 2417 2010-05-06 M Whittaker, Craig 3940 Conservative
627 Maldon 1959-10-16 8923 1992-04-09 M Whittingdale, Mr John 39 Conservative
628 North Herefordshire 1966-06-04 5624 2001-06-07 M Wiggin, Bill 1428 Conservative
629 Cardiff North 1985-06-07 628 2015-05-07 M Williams, Craig 4438 Conservative
630 Arfon 1953-05-14 5624 2001-06-07 M Williams, Hywel 1397 Plaid Cymru
631 Ceredigion 1966-03-24 4220 2005-05-05 M Williams, Mr Mark 1498 Liberal Democrat
632 South Staffordshire 1976-06-25 2417 2010-05-06 M Williamson, Gavin 4108 Conservative
633 Ayr, Carrick and Cumnock 1965-04-11 628 2015-05-07 F Wilson, Corri 4448 Scottish National Party
634 Sedgefield 1959-05-31 3415 2007-07-19 M Wilson, Phil 1603 Labour
635 Reading East 1965-01-04 4220 2005-05-05 M Wilson, Mr Rob 1556 Conservative
636 East Antrim 1953-04-04 4220 2005-05-05 M Wilson, Sammy 1593 Democratic Unionist Party
637 Walsall North 1933-06-26 15093 1966-03-31 M Winnick, Mr David 316 Labour
638 Doncaster Central 1958-08-10 7098 1997-05-01 F Winterton, Dame Rosie 390 Labour
639 Perth and North Perthshire 1962-03-09 5624 2001-06-07 M Wishart, Pete 1440 Scottish National Party
640 Totnes 1962-02-17 2417 2010-05-06 F Wollaston, Dr Sarah 4073 Conservative
641 Dudley South 1976-03-17 628 2015-05-07 M Wood, Mike 4384 Conservative
642 Barrow and Furness 1979-10-14 2417 2010-05-06 M Woodcock, John 3917 Labour
643 Hazel Grove 1987-12-11 628 2015-05-07 M Wragg, William 4429 Conservative
644 Hartlepool 1972-05-09 4413 2004-09-30 M Wright, Mr Iain 1478 Labour
645 Kenilworth and Southam 1972-10-24 4220 2005-05-05 M Wright, Jeremy 1560 Conservative
646 Stratford-on-Avon 1967-06-02 2417 2010-05-06 M Zahawi, Nadhim 4113 Conservative
647 Cambridge 1956-11-09 628 2015-05-07 M Zeichner, Daniel 4382 Labour

648 rows × 8 columns


In [ ]: