SubStatus

/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/RegistrationCountries/RegistrationCountry/SubStatus

Diagram

SubStatus

Documentation

EN

Indicates if an investor limitation exists for related registration country

DE

[AUTO] Gibt an, ob eine Anlegerbeschränkung für das Registrierungsland besteht

FR

Indicates si un investisseur limitation exists pour related registration pays

NL

Indicates als een belegger limitation exists voor related registration land

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9
Sample Data
Restricted recognised CIS
Restrictions
Base: xs:string
Enumeration:
  • Institutional Investors only
  • Qualified Investors only
  • Retail Investors only
  • Authorised CIS
  • Recognised CIS
  • Restricted authorised CIS
  • Restricted recognised CIS
  • Qualifying CIS under ASEAN CIS framework

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="SubStatus">
   <xs:annotation>
      <xs:documentation xml:lang="en">Indicates if an investor limitation exists for related registration country</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Gibt an, ob eine Anlegerbeschränkung für das Registrierungsland besteht</xs:documentation>
      <xs:documentation xml:lang="fr">Indicates si un investisseur limitation exists pour related registration pays</xs:documentation>
      <xs:documentation xml:lang="nl">Indicates als een belegger limitation exists voor related registration land</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Institutional Investors only"/>
         <xs:enumeration value="Qualified Investors only"/>
         <xs:enumeration value="Retail Investors only"/>
         <xs:enumeration value="Authorised CIS"/>
         <xs:enumeration value="Recognised CIS"/>
         <xs:enumeration value="Restricted authorised CIS"/>
         <xs:enumeration value="Restricted recognised CIS"/>
         <xs:enumeration value="Qualifying CIS under ASEAN CIS framework"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>