MailingAddress
-
Provide the Mailing Address of the applicant.
-
Usage: IF same_mail_address="false" THEN MailingAddress is required.

-
Fully Disclosed Client (Individual, Joint, Retirement, Org, Trust)
-
Advisor Client (Individual, Joint, Retirement, Org, Trust)
-
Non-Disclosed- NonQI Client (Individual, Joint, Org, Trust)
-
Non-Disclosed- QI Client with Trading (Individual, Joint, Org, Trust)
-
Non-Disclosed- QI Client with No Trading (Individual, Joint, Org, Trust)

XSD
<xsd:element name="MailingAddress" use="Optional" minOccurs="1" maxOccurs="1" />
<xsd:sequence>
<xsd:attribute name="country" type="country" use="Required"/>
<xsd:attribute name="state" type="state" use="Required" />
<xsd:attribute name="postal_code" type="String" use="Required" />
<xsd:attribute name="city" type="String" use="Required" />
<xsd:attribute name="street_1" type="String" use="Required" />
<xsd:attribute name="street_2" type="String" use="Optional" />
</xsd:sequence>
Parameters
Name |
Type |
Description |
---|---|---|
country |
Country which the mailing address is located. |
|
state |
State which the mailing address is located. |
|
city |
String; Max characters 100 |
City which the applicant resides. |
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 the mailing address is located. |
street_2 |
String; Max characters 200 |
Street which the mailing address is located. |

<AccountHolderDetails external_id="TestTester1234" same_mail_address="false">
<Residence city="Stamford" country="USA" postal_code="06901" state="US-CT" street_1="2 Pickwick Plaza"/>
<MailingAddress city="Stamford" country="USA" postal_code="06901" state="US-CT" street_1="P.O. Box 33"/>