generated from bcgov/bcrs-template-ui
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13080 New schema for BEN IA and special resolution Collab Correction …
…Schema Updates for BEN IA (#103) * 13080: ben ia schema * 13080: provisionsRemoved * 13080: version * 13080: if ben * 13080: fix 1
- Loading branch information
1 parent
6b22687
commit b7da2d9
Showing
3 changed files
with
195 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1140,6 +1140,140 @@ | |
'correctedFilingType': 'incorporationApplication', | ||
'correctedFilingDate': '2019-04-08', | ||
'comment': """Sample Comment""", | ||
'type': 'CLIENT', | ||
'contactPoint': { | ||
'email': '[email protected]' | ||
}, | ||
'nameRequest': { | ||
'legalType': 'BC', | ||
'legalName': 'legal name change - BC1234567' | ||
}, | ||
'nameTranslations': [ | ||
{'id': '1', 'name': 'ABCD Ltd.'}, # Modified translation | ||
{'name': 'Financière de l’Odet'} # New translation | ||
], | ||
'offices': { | ||
'registeredOffice': { | ||
'deliveryAddress': { | ||
'streetAddress': 'delivery_address - address line one', | ||
'addressCity': 'delivery_address city', | ||
'addressCountry': 'CA', | ||
'postalCode': 'H0H0H0', | ||
'addressRegion': 'BC' | ||
}, | ||
'mailingAddress': { | ||
'streetAddress': 'mailing_address - address line one', | ||
'addressCity': 'mailing_address city', | ||
'addressCountry': 'CA', | ||
'postalCode': 'H0H0H0', | ||
'addressRegion': 'BC', | ||
} | ||
}, | ||
'recordsOffice': { | ||
'deliveryAddress': { | ||
'streetAddress': 'delivery_address - address line one', | ||
'addressCity': 'delivery_address city', | ||
'addressCountry': 'CA', | ||
'postalCode': 'H0H0H0', | ||
'addressRegion': 'BC' | ||
}, | ||
'mailingAddress': { | ||
'streetAddress': 'mailing_address - address line one', | ||
'addressCity': 'mailing_address city', | ||
'addressCountry': 'CA', | ||
'postalCode': 'H0H0H0', | ||
'addressRegion': 'BC', | ||
} | ||
} | ||
}, | ||
'parties': [ | ||
{ | ||
'officer': { | ||
'id': 1, | ||
'firstName': 'Joe', | ||
'lastName': 'Swanson', | ||
'middleName': 'P', | ||
'email': '[email protected]', | ||
'organizationName': '', | ||
'partyType': 'person' | ||
}, | ||
'mailingAddress': { | ||
'streetAddress': 'mailing_address - address line one', | ||
'streetAddressAdditional': '', | ||
'addressCity': 'mailing_address city', | ||
'addressCountry': 'CA', | ||
'postalCode': 'H0H0H0', | ||
'addressRegion': 'BC' | ||
}, | ||
'deliveryAddress': { | ||
'streetAddress': 'delivery_address - address line one', | ||
'streetAddressAdditional': '', | ||
'addressCity': 'delivery_address city', | ||
'addressCountry': 'CA', | ||
'postalCode': 'H0H0H0', | ||
'addressRegion': 'BC' | ||
}, | ||
'roles': [ | ||
{ | ||
'roleType': 'Completing Party', | ||
'appointmentDate': '2018-01-01' | ||
|
||
}, | ||
{ | ||
'roleType': 'Director', | ||
'appointmentDate': '2018-01-01' | ||
|
||
} | ||
] | ||
} | ||
], | ||
'shareStructure': { | ||
'shareClasses': [ | ||
{ | ||
'id': 1, | ||
'name': 'Share Class 1', | ||
'priority': 1, | ||
'hasMaximumShares': True, | ||
'maxNumberOfShares': 100, | ||
'hasParValue': True, | ||
'parValue': 10, | ||
'currency': 'CAD', | ||
'hasRightsOrRestrictions': False, | ||
'series': [ | ||
{ | ||
'id': 1, | ||
'name': 'Share Series 1', | ||
'priority': 1, | ||
'hasMaximumShares': True, | ||
'maxNumberOfShares': 50, | ||
'hasRightsOrRestrictions': False, | ||
}, | ||
{ | ||
'id': 2, | ||
'name': 'Share Series 2', | ||
'priority': 2, | ||
'hasMaximumShares': True, | ||
'maxNumberOfShares': 100, | ||
'hasRightsOrRestrictions': False, | ||
} | ||
] | ||
}, | ||
{ | ||
'id': 2, | ||
'name': 'Share Class 2', | ||
'priority': 1, | ||
'hasMaximumShares': False, | ||
'maxNumberOfShares': None, | ||
'hasParValue': False, | ||
'parValue': None, | ||
'currency': None, | ||
'hasRightsOrRestrictions': True, | ||
'series': [] | ||
}, | ||
], | ||
'resolutionDates': ['2022-09-01'] | ||
}, | ||
'provisionsRemoved': True, | ||
# diff is not expected to be the part of correction input. This will be populated by the API by comparing | ||
# correction json with the original filing. | ||
'diff': [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters