BirthName
- 
                                                
Provide the BirthName of the applicant.
 
- 
                                                        
IB-CE Fully Disclosed Client (Individual, Joint)
 - 
                                                        
IB-CE Advisor Client (Individual, Joint)
 
- 
                                                        
Individual: AccountHolderDetails
 - 
                                                        
Joint: FirstHolderDetails, SecondHolderDetails
 
XSD
<xsd:element name="BirthName" use="Required" minOccurs="1" maxOccurs="1" />
<xsd:sequence>
 <xsd:attribute name="first" type="String" use="Required" />
 <xsd:attribute name="last" type="String" use="Required" />
 <xsd:attribute element name="middle" type="String" use="Optional" />
 <xsd:attribute name="salutation" type="salutation" use="Optional" />
</xsd:sequence>
                                                    Parameters
| 
                                                                 Name  | 
                                                            
                                                                 Type  | 
                                                            
                                                                 Description  | 
                                                        
|---|---|---|
| 
                                                                 first  | 
                                                            
                                                                 String; max characters 18  | 
                                                            
                                                                 Birth first name of the applicant. 
  | 
                                                        
| 
                                                                 middle  | 
                                                            
                                                                 String; max characters 18  | 
                                                            
                                                                 Birth Middle name of the applicant.  | 
                                                        
| 
                                                                 last  | 
                                                            
                                                                 String; max characters 50  | 
                                                            
                                                                 Birth last name of the applicant.  | 
                                                        
| 
                                                                 salutation  | 
                                                            
                                                                 Mr. Mrs. Ms. Dr. Mx. Ind.  | 
                                                            
                                                                 Salutation of the applicant.  | 
                                                        
