You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the legal identifier is not LEI, the UI should prompt the user to enter a country but not a registration authority; it's currently swapped in the code. Here's the validation error that we got when we add a non-LEI ID with a country:
validation error: a legal person must not have a value for country and must have value for registration authority if identifier type is not LEIX
The text was updated successfully, but these errors were encountered:
In v1.0-rc.5 we created a patch that checked for this error and simply ignores it because we were unable to submit a valid registration form. I reviewed the IVMS 101 standard which does say:
C9CompleteNationalIdentifierLegalPerson: A LegalPerson must not have a value for countryOfIssue and (must have a value for the element RegistrationAuthority if the value for nationalIdentifierType is not LEIX and must not have a value for the element RegistrationAuthority if the value for nationalIdentifierType is LEIX).
C10RegistrationAuthority The value used for the applicable element must be present on the GLEIF Registration Authorities List.
As far as I can tell, Registration Authority is something that only is applicable in the case of an LEIX identifier, so this constraint may have been typoed. I've reached out to the IVMS 101 working group for clarification.
If the legal identifier is not LEI, the UI should prompt the user to enter a country but not a registration authority; it's currently swapped in the code. Here's the validation error that we got when we add a non-LEI ID with a country:
The text was updated successfully, but these errors were encountered: