Type

/FundsXML4/Funds/Fund/Subfunds/Subfund/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/Derivatives/CCP/ParentCompany/Type

Diagram

Type

Documentation

EN

Type of Company/Issuer

DE

Art des Unternehmens/Emittenten

FR

Type de société/émetteur

NL

Type maatschappij/emittent

ES

Tipo de empresa/emisor

IT

Tipologia di Società/Emittente

CS

Typ společnosti/emitenta

HU

Társaság/Kibocsátó típusa

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
16
Sample Data
Insurance corporations
Restrictions
Base: xs:string
Enumeration:
  • Non-financial corporations
  • Central bank
  • Deposit-taking corporations except the central bank
  • General government
  • Households
  • Non-profit institutions serving households
  • Money market funds
  • Non-MMF investment funds
  • Other financial intermediaries, except insurance corporations and pension funds
  • Financial auxiliaries
  • Captive financial institutions and money lenders
  • Insurance corporations
  • Pension funds

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Type of Company/Issuer</xs:documentation>
      <xs:documentation xml:lang="de">Art des Unternehmens/Emittenten</xs:documentation>
      <xs:documentation xml:lang="fr">Type de société/émetteur</xs:documentation>
      <xs:documentation xml:lang="nl">Type maatschappij/emittent</xs:documentation>
      <xs:documentation xml:lang="es">Tipo de empresa/emisor</xs:documentation>
      <xs:documentation xml:lang="it">Tipologia di Società/Emittente</xs:documentation>
      <xs:documentation xml:lang="cs">Typ společnosti/emitenta</xs:documentation>
      <xs:documentation xml:lang="hu">Társaság/Kibocsátó típusa</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Non-financial corporations"/>
         <xs:enumeration value="Central bank"/>
         <xs:enumeration value="Deposit-taking corporations except the central bank"/>
         <xs:enumeration value="General government"/>
         <xs:enumeration value="Households"/>
         <xs:enumeration value="Non-profit institutions serving households"/>
         <xs:enumeration value="Money market funds"/>
         <xs:enumeration value="Non-MMF investment funds"/>
         <xs:enumeration value="Other financial intermediaries, except insurance corporations and pension funds"/>
         <xs:enumeration value="Financial auxiliaries"/>
         <xs:enumeration value="Captive financial institutions and money lenders"/>
         <xs:enumeration value="Insurance corporations"/>
         <xs:enumeration value="Pension funds"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>