First name:
{{firstName}}
{{#if countryOfBirth}}
Country of birth:
{{countryOfBirth}}
{{/if}}
{{#if naturalpersonadd}}
Address:
{{#if (equalsTo naturalpersonadd.mode 'manual')}}
{{naturalpersonadd.address.address1}},
{{#if naturalpersonadd.address.address2}}{{naturalpersonadd.address.address2}}, {{/if}}
{{#if naturalpersonadd.address.city}}{{naturalpersonadd.address.city}}, {{/if}}
{{#if naturalpersonadd.address.zip}}{{naturalpersonadd.address.zip}}, {{/if}}
{{#if naturalpersonadd.address.state}}{{naturalpersonadd.address.state}}, {{/if}}
{{#if naturalpersonadd.address.country}}{{naturalpersonadd.address.country}} {{/if}}
{{else}}
{{naturalpersonadd.address.formatted_address}}
{{/if}}
{{else}}
Address:
{{naturalPersonAddress}},
{{#if naturalPersonAddress2}}{{naturalPersonAddress2}}, {{/if}}
{{#if naturalPersonCity}}{{naturalPersonCity}}, {{/if}}
{{#if naturalPersonZipCode}}{{naturalPersonZipCode}}, {{/if}}
{{#if naturalPersonState}}{{naturalPersonState}}, {{/if}}
{{#if naturalPersonCountry}}{{naturalPersonCountry}} {{/if}}
{{/if}}
Personal Tax Details (compulsory)
FATCA declaration
The following information allows us to fulfil our obligations to foreign tax requirements under the Foreign Account Tax Compliance Act (FATCA). If you have any questions regarding your status, please consult your tax or financial adviser.
If you may be taxable in the US, we are obliged to pass your details on to the Dutch tax authorities. The Dutch tax authorities will forward this information to the US tax authorities (IRS).
Are you a US citizen?
{{areYouAUsCitizen}}
Are you a US tax resident?
{{#if areYouAUsTaxResident}}{{areYouAUsTaxResident}}{{else}}no{{/if}}
Please provide your US Social Security Number (SSN) or US Individual Tax Identification Number (ITIN)
{{#if ssnitin}}{{ssnitin}}{{else}}N/A{{/if}}
Tax status
Nationality / citizenship
{{#if nationalityCitizenship}}{{nationalityCitizenship}}{{else}}N/A{{/if}}
Dual nationality
{{#if dualNationality}}
{{dualNationality.label}}
{{else}}
N/A
{{/if}}
Primary country of residence for tax purposes
{{#if primaryCountryOfResidenceForTaxPurposes}}{{primaryCountryOfResidenceForTaxPurposes}}{{else}}N/A{{/if}}
{{#if primaryCountryOfResidenceForTaxPurposes}}
{{#if (equalsTo tinAvailable 'yes')}}
My Tax Identification Number in {{primaryCountryOfResidenceForTaxPurposes}}:
{{individualTaxIdentificationNumberTin}}
{{else}}
Do you have a Tax Identification Number in {{primaryCountryOfResidenceForTaxPurposes}}:
no
Reason for tax identification number not being applicable in {{primaryCountryOfResidenceForTaxPurposes}}:
{{reasonNoTIN}}
{{/if}}
{{/if}}
Are you a registered tax payer of any country other than your primary country of residence?
{{#if areYouARegisteredTaxPayerOfAnyCountryOtherThanYourPrimaryCountryOfResidence}}{{areYouARegisteredTaxPayerOfAnyCountryOtherThanYourPrimaryCountryOfResidence}}{{else}}no{{/if}}
In how many additional countries are you a tax payer?
{{#if addtaxcountries}}{{addtaxcountries}}{{else}}N/A{{/if}}
{{#if addtaxcountries}}
{{#if countryOfTaxResidence}}
Additional country (tax payer):
{{countryOfTaxResidence}}
{{#if (equalsTo tinpresent1 'yes')}}
My Tax Identification Number in {{countryOfTaxResidence}}:
{{taxIdentificationNumber}}
{{else}}
Do you have a Tax Identification Number in {{countryOfTaxResidence}}:
no
Reason for Tax Identification Number not being applicable in {{countryOfTaxResidence}}:
{{reasonTaxNumberNotApplicable}}
{{/if}}
{{/if}}
{{#if countryOfTaxResidence1}}
Additional country 2 (tax payer):
{{countryOfTaxResidence1}}
{{#if (equalsTo tinpresent2 'yes')}}
My Tax Identification Number in {{countryOfTaxResidence1}}:
{{taxIdentificationNumber1}}
{{else}}
Do you have a Tax Identification Number in {{countryOfTaxResidence1}}:
no
Reason for Tax Identification Number not being applicable in {{countryOfTaxResidence1}}:
{{reasonTaxNumberNotApplicable1}}
{{/if}}
{{/if}}
{{#if countryOfTaxResidence2}}
Additional country 3 (tax payer):
{{countryOfTaxResidence2}}
{{#if (equalsTo tinpresent3 'yes')}}
My Tax Identification Number in {{countryOfTaxResidence2}}:
{{taxIdentificationNumber2}}
{{else}}
Do you have a Tax Identification Number in {{countryOfTaxResidence2}}:
no
Reason for Tax Identification Number not being applicable in {{countryOfTaxResidence2}}:
{{reasonTaxNumberNotApplicable2}}
{{/if}}
{{/if}}
{{/if}}
{{else}}