Address
- 
                                                
Provide the address associated with the trust.
- 
                                                        
If the mailing address is different from the address provided in Addresselement, THEN you will also include MailingAddress element.
 
 - 
                                                        
 
- 
                                                        
Fully Disclosed Client (Trust)
 - 
                                                        
Advisor Client ( Trust)
 - 
                                                        
Non-Disclosed- NonQI Client (Trust)
 - 
                                                        
Non-Disclosed- QI Client with Trading (Trust)
 - 
                                                        
Non-Disclosed- QI Client with No Trading (Trust)
 
- 
                                                        
Trust: Trust
 
- 
                                                        
Post Office Box is not accepted for Address.
 - 
                                                        
Our system validates street_1 and street_2 included within Address attribute to ensure Post Office Box address is not provided.
 
English: (?:P(?:ost(?:al)?)?[\.\-\s]*(?:(?:O(?:ffice)?[\.\\s]*)?B(?:ox|in|\b|\d)|o(?:ffice|\b)(?:[-\s]*\d)|code)|box[-\s]*\d)
Chinese Simplified: PO Box    (?i)\b((邮政信箱) [0-9]*)\b
Chinese Traditional: PO Box   (?i)\b((郵政信箱) [0-9]*)\b
                                                    <Application External_ID="tester12345" Status="Error">
      <Customer>John Smith</Customer>
      <Errors>
        <Error>PO Box not accepted as residential address</Error>
      </Errors>
    </Application>
 
                                                    XSD
<xsd:element name="PlaceOfBusiness" max use="Required" minOccurs="1" maxOccurs="1" /> 
<xsd:sequence>
 <xsd:attribute name="country" type="country" use="Required"/>
 <xsd:attribute name="state" type="state" use="Required except for ND-QI with no access to trading" />
 <xsd:attribute name="postal_code" type="String" use="Required except for ND-QI with no access to trading" />
 <xsd:attribute name="city" type="String" use="Required except for ND-QI with no access to trading"/>
 <xsd:attribute name="street_1" type="String" use="Required except for ND-QI with no access to trading" />
 <xsd:attribute name="street_2" type="String" use="Optional" />
</xsd:sequence>
 
                                                    Parameters
| 
                                                                 Name  | 
                                                            
                                                                 Type  | 
                                                            
                                                                 Description  | 
                                                        
|---|---|---|
| 
                                                                 country  | 
                                                            
                                                                 Country which the entity is located.  | 
                                                        |
| 
                                                                 state  | 
                                                            
                                                                 State/Province which the entity is located.  | 
                                                        |
| 
                                                                 city  | 
                                                            
                                                                 String; Max characters 100  | 
                                                            
                                                                 City which the entity is located.  | 
                                                        
| 
                                                                 postal_code  | 
                                                            
                                                                 String; Max characters 20  | 
                                                            
                                                                 Postal / Zip code. For countries that do not provide postal code, please enter “00000"  | 
                                                        
| 
                                                                 street_1  | 
                                                            
                                                                 String; Max characters 200  | 
                                                            
                                                                 Street which entity is located.  | 
                                                        
| 
                                                                 street_2  | 
                                                            
                                                                 String; Max characters 200  | 
                                                            
                                                                 Street which entity is located.  | 
                                                        
<AccountHolderDetails external_id="TestTester1234" same_mail_address="true">
<PlaceOfBusiness city="Tester" country="AUS" postal_code="1111" state="AU-SA" street_1="1 Tester Way"/>
                                                    <AccountHolderDetails external_id="TestTester1234" same_mail_address="true">
<Residence country="AUS" />
 
                                                    