<xs:simpleType name="InvestorCountryOfResidence_t">
<xs:annotation>
<xs:documentation>
The ISO 366 Country code (2 character) identifying which country the beneficial investor is resident for tax purposes.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="InvestorCountryOfResidence" ComponentType="Field" Tag="475" Type="Country" AbbrName="InvestorCtryOfResidence" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Country" />
</xs:simpleType>
|