Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.80 KB | None | 0 0
  1. 'shareholding': {
  2.             'shareAllocation': [{
  3.                 'allocation': 1,
  4.                 'shareholder': [{
  5.                     'appointmentDate': '2008-01-08T00:00:00.000+1300',
  6.                     'individualShareholder': {
  7.                         'lastName': 'KUZIEL',
  8.                         'fullName': None,
  9.                         'middleNames': None,
  10.                         'firstName': 'Katarina'
  11.                     },
  12.                     'otherShareholder': None,
  13.                     'vacationDate': None,
  14.                     'shareholderAddress': {
  15.                         'startDate': '2008-01-08T00:00:00.000+1300',
  16.                         'pafId': '3015463',
  17.                         'uniqueIdentifier': None,
  18.                         'countryCode': 'NZ',
  19.                         'address1': '10c School Road',
  20.                         'address2': 'Tai Tap',
  21.                         'address3': 'Christchurch',
  22.                         'address4': None,
  23.                         'postCode': '7672',
  24.                         'endDate': None,
  25.                         'careOf': None
  26.                     },
  27.                     'type': 'individual'
  28.                 }]
  29.             }, {
  30.                 'allocation': 1,
  31.                 'shareholder': [{
  32.                     'appointmentDate': '2008-01-08T00:00:00.000+1300',
  33.                     'individualShareholder': {
  34.                         'lastName': 'KUZIEL',
  35.                         'fullName': None,
  36.                         'middleNames': None,
  37.                         'firstName': 'Marek'
  38.                     },
  39.                     'otherShareholder': None,
  40.                     'vacationDate': None,
  41.                     'shareholderAddress': {
  42.                         'startDate': '2008-01-08T00:00:00.000+1300',
  43.                         'pafId': '3015463',
  44.                         'uniqueIdentifier': None,
  45.                         'countryCode': 'NZ',
  46.                         'address1': '10c School Road',
  47.                         'address2': 'Tai Tap',
  48.                         'address3': 'Christchurch',
  49.                         'address4': None,
  50.                         'postCode': '7672',
  51.                         'endDate': None,
  52.                         'careOf': None
  53.                     },
  54.                     'type': 'individual'
  55.                 }]
  56.             }, {
  57.                 'allocation': 65,
  58.                 'shareholder': [{
  59.                     'appointmentDate': '2010-05-31T00:00:00.000+1200',
  60.                     'individualShareholder': None,
  61.                     'otherShareholder': {
  62.                         'currentEntityName': 'Marek & Katarina Kuziel (trustees of KUZIEL FAMILY TRUST)',
  63.                         'entityType': None,
  64.                         'nzbn': None,
  65.                         'companyNumber': None
  66.                     },
  67.                     'vacationDate': None,
  68.                     'shareholderAddress': {
  69.                         'startDate': None,
  70.                         'pafId': '3015463',
  71.                         'uniqueIdentifier': None,
  72.                         'countryCode': 'NZ',
  73.                         'address1': '10c School Road',
  74.                         'address2': 'Tai Tap',
  75.                         'address3': 'Christchurch',
  76.                         'address4': None,
  77.                         'postCode': '7672',
  78.                         'endDate': None,
  79.                         'careOf': None
  80.                     },
  81.                     'type': 'other'
  82.                 }]
  83.             }, {
  84.                 'allocation': 33,
  85.                 'shareholder': [{
  86.                     'appointmentDate': '2016-06-02T09:34:31.000+1200',
  87.                     'individualShareholder': {
  88.                         'lastName': 'BUICK',
  89.                         'fullName': None,
  90.                         'middleNames': 'James Patrick',
  91.                         'firstName': 'William'
  92.                     },
  93.                     'otherShareholder': None,
  94.                     'vacationDate': None,
  95.                     'shareholderAddress': {
  96.                         'startDate': '2016-06-02T09:34:30.000+1200',
  97.                         'pafId': '790120',
  98.                         'uniqueIdentifier': None,
  99.                         'countryCode': 'NZ',
  100.                         'address1': '26 Palmside Street',
  101.                         'address2': 'Somerfield',
  102.                         'address3': 'Christchurch',
  103.                         'address4': None,
  104.                         'postCode': '8024',
  105.                         'endDate': None,
  106.                         'careOf': None
  107.                     },
  108.                     'type': 'individual'
  109.                 }]
  110.             }],
  111.             'numberOfShares': 100,
  112.             'historicShareholder': [{
  113.                 'appointmentDate': '2005-05-02T00:00:00.000+1200',
  114.                 'type': 'individual',
  115.                 'historicShareholderAddress': {
  116.                     'startDate': '2007-05-31T00:00:00.000+1200',
  117.                     'pafId': None,
  118.                     'uniqueIdentifier': None,
  119.                     'countryCode': None,
  120.                     'address1': '160 Dyers Pass Road, Cashmere',
  121.                     'address2': '8022 Christchurch, New Zealand',
  122.                     'address3': None,
  123.                     'address4': None,
  124.                     'postCode': None,
  125.                     'endDate': None,
  126.                     'careOf': None
  127.                 },
  128.                 'vacationDate': '2007-05-31T12:02:56.000+1200',
  129.                 'historicIndividualShareholder': {
  130.                     'lastName': 'KUZIEL',
  131.                     'fullName': None,
  132.                     'middleNames': None,
  133.                     'firstName': 'Marek'
  134.                 },
  135.                 'historicOtherShareholder': None
  136.             }]
  137.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement