TaxResidencies
-
Provide the Tax Residency information of the applicant.

-
Fully Disclosed Client (Individual, Joint, Retirement, Org)
-
Advisor Client (Individual, Joint, Retirement, Org)
-
Non-Disclosed- NonQI Client (Individual, Joint, Org)

-
Individual/Retirement: AccountHolder
-
Joint: FirstHolderDetails, SecondHolderDetails
-
Org: Organization, AssociatedIndividual

XSD
<xsd:complexType name="TaxResidencies" use="Required" minOccurs="1" maxOccurs="1" />
<xsd:sequence>
<xsd:element name="TaxResidency" use="required" minOccurs="1" maxOccurs="5" />
<xsd:attribute name="TINType" type="TINType" use="required" />
<xsd:attribute name="country" type="country" use="Required" />
<xsd:attribute name="TIN" type="String" use="Optional" />
</xsd:sequence>
Parameters
Name |
Type |
Description |
---|---|---|
TINType |
SSN NonUS_NationalId EIN |
Individual / Retirement / Joint Type of Tax ID number that is provided.
*For Non-U.S. Applicants, if the applicant does not have a Foreign Tax ID, then this can be excluded. Org / Trust EIN is required |
country |
OR Full Country Name |
Country where the applicant pays taxes. |
TIN |
String |
Tax Identification Number.
|

<TaxResidencies>
<TaxResidency TIN="111223338" TINType="SSN" country="United States"/>
</TaxResidencies>
<TaxResidencies>
<TaxResidency country="China" TIN="1818181818" TIN_Type="NonUS_NationalId" />
</TaxResidencies>
<TaxResidencies>
<TaxResidency country="Saudi Arabia" />
</TaxResidencies>