AssetDetails

/FundsXML4/AssetMasterData/Asset/AssetDetails

Diagram

Documentation

EN

Asset details for each AssetType

DE

Weitere Stammdaten (gegliedert nach AssetType)

FR

Actif details pour chaque AssetType

NL

Actief details voor elke AssetType

Properties

Type
AssetDetailsType
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
3

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
EquityType

Equity details

Aktie

Action details

Aandeel details

BondType

Bond, Fixed Income details

Rente

Obligation, Fixed Income details

Obligatie, Fixed Income details

ShareClassDetailsType

Share class of fund details

Anteilschein eines Fonds

Classe d'actions de fonds details

Aandelenklasse van fonds details

WarrantType

Warrant details

Warrant details

Warrant details

Warrant details

CertificateType

Certificate details

Indexzertifikat

Certificate details

Certificate details

OptionType

Option details

Option

Option details

Option details

FutureType

Future details

Unbedingtes Termingeschäft

Future details

Future details

ForeignExchangeTradeType

FX Forward details

Devisentermingeschäft

FX Forward details

FX Forward details

SwapType

Swap details

Swap details

Swap details

Swap details

ReposType

Repos - Sale and Repurchase Agreement Details

Repos - Sale und Repurchase Agreement Details

Repos - Sale et Repurchase Agreement Details

Repos - Sale en Repurchase Agreement Details

FixedTimeDepositType

Fixed time deposit details

Festgelder Details

Fixed time deposit details

Fixed time deposit details

CallCapitalType

Callmoney details

Callmoney details

Callmoney details

Callmoney details

AccountType

Account details

Konten aus Fondsbuchhaltung, physische Bank- und Depotkonten

Account details

Account details

FeeType

Fee details

Gebühr details

Frais details

Kosten details

RealEstateType

Real Estate details

Real Estate details

Real Estate details

Real Estate details

REITType

Real Estate Investment Trust

Real Estate Anlage Trust

Real Estate Investissement Trust

Real Estate Belegging Trust

LoanType

Loan

Kredit

Loan

Loan

(anonymous)

Bezugsrecht

Right

Right

Right

(anonymous)

Commodity details

Commodity details

Commodity details

Commodity details

PrivateEquityType

Private Equity Investents

Unternehmensbeteiligung

Private Action Investents

Private Aandeel Investents

CommercialPaperType

Commercial Paper and Certificate of Deposit

Commercial Paper und Certificate von Deposit

Commercial Paper et Certificate de Deposit

Commercial Paper en Certificate van Deposit

IndexType

Indices

Indices

Indices

Indices

CryptoType

(EIOPA-BoS-22/216) Crypto-asset means a digital representation of value or rights which may be transferred and stored electronically, using distributed ledger technology or similar technology

(EIOPA-BoS-22/216) Crypto-Vermögenswert means ein digital representation von Wert oder rights welche may be transferred und stored electronically, using distributed ledger technology oder similar technology

(EIOPA-BoS-22/216) Crypto-actif means un digital representation de valeur ou rights qui may be transferred et stored electronically, using distributed ledger technology ou similar technology

(EIOPA-BoS-22/216) Crypto-actief means een digital representation van waarde van rights welke may be transferred en stored electronically, using distributed ledger technology van similar technology

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="AssetDetails"
            type="AssetDetailsType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Asset details for each AssetType</xs:documentation>
      <xs:documentation xml:lang="de">Weitere Stammdaten (gegliedert nach AssetType)</xs:documentation>
      <xs:documentation xml:lang="fr">Actif details pour chaque AssetType</xs:documentation>
      <xs:documentation xml:lang="nl">Actief details voor elke AssetType</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AssetDetailsType)

<xs:complexType 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"
                name="AssetDetailsType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Master Data Security Details</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Stammdaten-Details für Wertpapiere</xs:documentation>
      <xs:documentation xml:lang="fr">Maître Données Titre Details</xs:documentation>
      <xs:documentation xml:lang="nl">Master Gegevens Effect Details</xs:documentation>
   </xs:annotation>
   <xs:choice>
      <xs:element name="Equity" type="EquityType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Equity details</xs:documentation>
            <xs:documentation xml:lang="de">Aktie</xs:documentation>
            <xs:documentation xml:lang="fr">Action details</xs:documentation>
            <xs:documentation xml:lang="nl">Aandeel details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Bond" type="BondType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Bond, Fixed Income details</xs:documentation>
            <xs:documentation xml:lang="de">Rente</xs:documentation>
            <xs:documentation xml:lang="fr">Obligation, Fixed Income details</xs:documentation>
            <xs:documentation xml:lang="nl">Obligatie, Fixed Income details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="ShareClass" type="ShareClassDetailsType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Share class of fund details</xs:documentation>
            <xs:documentation xml:lang="de">Anteilschein eines Fonds</xs:documentation>
            <xs:documentation xml:lang="fr">Classe d'actions de fonds details</xs:documentation>
            <xs:documentation xml:lang="nl">Aandelenklasse van fonds details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Warrant" type="WarrantType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Warrant details</xs:documentation>
            <xs:documentation xml:lang="de">Warrant details</xs:documentation>
            <xs:documentation xml:lang="fr">Warrant details</xs:documentation>
            <xs:documentation xml:lang="nl">Warrant details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Certificate" type="CertificateType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Certificate details</xs:documentation>
            <xs:documentation xml:lang="de">Indexzertifikat</xs:documentation>
            <xs:documentation xml:lang="fr">Certificate details</xs:documentation>
            <xs:documentation xml:lang="nl">Certificate details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Option" type="OptionType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Option details</xs:documentation>
            <xs:documentation xml:lang="de">Option</xs:documentation>
            <xs:documentation xml:lang="fr">Option details</xs:documentation>
            <xs:documentation xml:lang="nl">Option details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Future" type="FutureType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Future details</xs:documentation>
            <xs:documentation xml:lang="de">Unbedingtes Termingeschäft</xs:documentation>
            <xs:documentation xml:lang="fr">Future details</xs:documentation>
            <xs:documentation xml:lang="nl">Future details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="FXForward" type="ForeignExchangeTradeType">
         <xs:annotation>
            <xs:documentation xml:lang="en">FX Forward details</xs:documentation>
            <xs:documentation xml:lang="de">Devisentermingeschäft</xs:documentation>
            <xs:documentation xml:lang="fr">FX Forward details</xs:documentation>
            <xs:documentation xml:lang="nl">FX Forward details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Swap" type="SwapType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Swap details</xs:documentation>
            <xs:documentation xml:lang="de">Swap details</xs:documentation>
            <xs:documentation xml:lang="fr">Swap details</xs:documentation>
            <xs:documentation xml:lang="nl">Swap details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Repo" type="ReposType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Repos - Sale and Repurchase Agreement Details</xs:documentation>
            <xs:documentation xml:lang="de">Repos - Sale und Repurchase Agreement Details</xs:documentation>
            <xs:documentation xml:lang="fr">Repos - Sale et Repurchase Agreement Details</xs:documentation>
            <xs:documentation xml:lang="nl">Repos - Sale en Repurchase Agreement Details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="FixedTimeDeposit" type="FixedTimeDepositType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Fixed time deposit details</xs:documentation>
            <xs:documentation xml:lang="de">Festgelder Details</xs:documentation>
            <xs:documentation xml:lang="fr">Fixed time deposit details</xs:documentation>
            <xs:documentation xml:lang="nl">Fixed time deposit details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="CallMoney" type="CallCapitalType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Callmoney details</xs:documentation>
            <xs:documentation xml:lang="de">Callmoney details</xs:documentation>
            <xs:documentation xml:lang="fr">Callmoney details</xs:documentation>
            <xs:documentation xml:lang="nl">Callmoney details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Account" type="AccountType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Account details</xs:documentation>
            <xs:documentation xml:lang="de">Konten aus Fondsbuchhaltung, physische Bank- und Depotkonten</xs:documentation>
            <xs:documentation xml:lang="fr">Account details</xs:documentation>
            <xs:documentation xml:lang="nl">Account details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Fee" type="FeeType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Fee details</xs:documentation>
            <xs:documentation xml:lang="de">Gebühr details</xs:documentation>
            <xs:documentation xml:lang="fr">Frais details</xs:documentation>
            <xs:documentation xml:lang="nl">Kosten details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="RealEstate" type="RealEstateType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Real Estate details</xs:documentation>
            <xs:documentation xml:lang="de">Real Estate details</xs:documentation>
            <xs:documentation xml:lang="fr">Real Estate details</xs:documentation>
            <xs:documentation xml:lang="nl">Real Estate details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="REIT" type="REITType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Real Estate Investment Trust</xs:documentation>
            <xs:documentation xml:lang="de">Real Estate Anlage Trust</xs:documentation>
            <xs:documentation xml:lang="fr">Real Estate Investissement Trust</xs:documentation>
            <xs:documentation xml:lang="nl">Real Estate Belegging Trust</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Loan" type="LoanType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Loan</xs:documentation>
            <xs:documentation xml:lang="de">Kredit</xs:documentation>
            <xs:documentation xml:lang="fr">Loan</xs:documentation>
            <xs:documentation xml:lang="nl">Loan</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Right">
         <xs:annotation>
            <xs:documentation xml:lang="de">Bezugsrecht </xs:documentation>
            <xs:documentation xml:lang="en">Right</xs:documentation>
            <xs:documentation xml:lang="fr">Right</xs:documentation>
            <xs:documentation xml:lang="nl">Right</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element default="xs:string" minOccurs="0" name="Type"/>
               <xs:element minOccurs="0" name="Issuer" type="CompanyType">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Issuer details</xs:documentation>
                     <xs:documentation xml:lang="de">Enthaelt den Wertpapieremittenten</xs:documentation>
                     <xs:documentation xml:lang="fr">Émetteur details</xs:documentation>
                     <xs:documentation xml:lang="nl">Emittent details</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element name="Commodity">
         <xs:annotation>
            <xs:documentation xml:lang="en">Commodity details</xs:documentation>
            <xs:documentation xml:lang="de">Commodity details</xs:documentation>
            <xs:documentation xml:lang="fr">Commodity details</xs:documentation>
            <xs:documentation xml:lang="nl">Commodity details</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element name="Group">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">AG ... Agricultural products
EN ... Energy
EV ... Environmental
EX ... Exotic
FR ... Freights
IN ... Index
ME ... Metals</xs:documentation>
                     <xs:documentation xml:lang="de">AG ... Agricultural products
EN ... Energy
EV ... Environmental
EX ... Exotic
FR ... Freights
IN ... Index
ME ... Metals</xs:documentation>
                     <xs:documentation xml:lang="fr">AG ... Agricultural products
EN ... Energy
EV ... Environmental
EX ... Exotic
FR ... Freights
IN ... Index
ME ... Metals</xs:documentation>
                     <xs:documentation xml:lang="nl">AG ... Agricultural products
EN ... Energy
EV ... Environmental
EX ... Exotic
FR ... Freights
IN ... Index
ME ... Metals</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="AG"/>
                        <xs:enumeration value="EN"/>
                        <xs:enumeration value="EV"/>
                        <xs:enumeration value="EX"/>
                        <xs:enumeration value="FR"/>
                        <xs:enumeration value="IN"/>
                        <xs:enumeration value="ME"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="SubGroup">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">CO ... Coal
DA ... Dairy
EL ... Electricity
EM ... Emissions
FO ... Forestry
GO ... Grain Oilseeds
IE ... Inter-Energy
LI ... Livestock
NG ... Natural Gas
NP ... Non-Precious
OL ... Oil
PR ... Precious
SO ... Softs
WE ... Weather</xs:documentation>
                     <xs:documentation xml:lang="de">CO ... Coal
DA ... Dairy
EL ... Electricity
EM ... Emissions
FO ... Forestry
GO ... Grain Oilseeds
IE ... Inter-Energy
LI ... Livestock
NG ... Natural Gas
NP ... Non-Precious
OL ... Oil
PR ... Precious
SO ... Softs
WE ... Weather</xs:documentation>
                     <xs:documentation xml:lang="fr">CO ... Coal
DA ... Dairy
EL ... Electricity
EM ... Emissions
FO ... Forestry
GO ... Grain Oilseeds
IE ... Inter-Energy
LI ... Livestock
NG ... Natural Gas
NP ... Non-Precious
OL ... Oil
PR ... Precious
SO ... Softs
WE ... Weather</xs:documentation>
                     <xs:documentation xml:lang="nl">CO ... Coal
DA ... Dairy
EL ... Electricity
EM ... Emissions
FO ... Forestry
GO ... Grain Oilseeds
IE ... Inter-Energy
LI ... Livestock
NG ... Natural Gas
NP ... Non-Precious
OL ... Oil
PR ... Precious
SO ... Softs
WE ... Weather</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="CO"/>
                        <xs:enumeration value="DA"/>
                        <xs:enumeration value="EL"/>
                        <xs:enumeration value="EM"/>
                        <xs:enumeration value="FO"/>
                        <xs:enumeration value="GO"/>
                        <xs:enumeration value="IE"/>
                        <xs:enumeration value="LI"/>
                        <xs:enumeration value="NG"/>
                        <xs:enumeration value="NP"/>
                        <xs:enumeration value="OL"/>
                        <xs:enumeration value="PR"/>
                        <xs:enumeration value="SO"/>
                        <xs:enumeration value="WE"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="Description" type="Text256Type">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Description of commodity (e.g. Gold, Copper, Meat, ...)</xs:documentation>
                     <xs:documentation xml:lang="de">Beschreibung von commodity (e.g. Gold, Copper, Meat, ...)</xs:documentation>
                     <xs:documentation xml:lang="fr">Description de commodity (e.g. Gold, Copper, Meat, ...)</xs:documentation>
                     <xs:documentation xml:lang="nl">Beschrijving van commodity (e.g. Gold, Copper, Meat, ...)</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element maxOccurs="unbounded"
                           minOccurs="0"
                           name="StockMarket"
                           type="xs:string">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Exchange at which this asset is listed.</xs:documentation>
                     <xs:documentation xml:lang="de">Gibt den Boerseplatz an an dem das Wertpapier notiert</xs:documentation>
                     <xs:documentation xml:lang="fr">Bourse at qui ce actif est listed.</xs:documentation>
                     <xs:documentation xml:lang="nl">Beurs at welke dit actief is listed.</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="Listing">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Indicator whether this asset is listed at an exchange
A   Listed at an official market
B   Listed at an exchange
G   Listed on a regular market
K   No listing
M  Listed on a regular market inside the EU
O  Over the Counter (OTC)
S   Unregulated market
V   Securitised rights
Y   Acceptance on unregulated market planned
Z   New issue</xs:documentation>
                     <xs:documentation xml:lang="de">Gibt an ob das Wertpapier an einer Boerse notiert 

- A  Amtlicher Handel 
- B  Boersennotierung Ausland
- G  Geregelter Freiverkehr
- K  Keine Boersenotierung
- M  Geregelter Markt id. EU
- S  Sonstiger Handel
- V  Verbriefte Rechte
- Y  Zulassung zum sonst. Handel vorges.
- Z  Neuemission       </xs:documentation>
                     <xs:documentation xml:lang="fr">Indicateur whether ce actif est listed at un bourse
A Listed at un official marché
B Listed at un bourse
G Listed on un regular marché
K No listing
M Listed on un regular marché inside EU
O Over Counter (OTC)
S Unregulated marché
V Securitised rights
Y Acceptance on unregulated marché planned
Z New issue</xs:documentation>
                     <xs:documentation xml:lang="nl">Indicator whether dit actief is listed at een beurs
A Listed at een official markt
B Listed at een beurs
G Listed on een regular markt
K No listing
M Listed on een regular markt inside EU
O Over Counter (OTC)
S Unregulated markt
V Securitised rights
Y Acceptance on unregulated markt planned
Z New issue</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="A"/>
                        <xs:enumeration value="B"/>
                        <xs:enumeration value="G"/>
                        <xs:enumeration value="K"/>
                        <xs:enumeration value="M"/>
                        <xs:enumeration value="O"/>
                        <xs:enumeration value="S"/>
                        <xs:enumeration value="V"/>
                        <xs:enumeration value="Y"/>
                        <xs:enumeration value="Z"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="ListingUnit">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Listing unit:
P ... Pieces
U ... Units</xs:documentation>
                     <xs:documentation xml:lang="de">S = Stueck
oder
N = Nominale</xs:documentation>
                     <xs:documentation xml:lang="fr">Listing part:
P ... Pieces
U ... Units</xs:documentation>
                     <xs:documentation xml:lang="nl">Listing eenheid:
P ... Pieces
U ... Units</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="P"/>
                        <xs:enumeration value="U"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="WeightSize">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Gram, Kilogram, Ounce, Carat</xs:documentation>
                     <xs:documentation xml:lang="de">Gram, Kilogram, Ounce, Carat</xs:documentation>
                     <xs:documentation xml:lang="fr">Gram, Kilogram, Ounce, Carat</xs:documentation>
                     <xs:documentation xml:lang="nl">Gram, Kilogram, Ounce, Carat</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="Gram"/>
                        <xs:enumeration value="Kilogram"/>
                        <xs:enumeration value="Ounce"/>
                        <xs:enumeration value="Carat"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="Industries">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">List of industries</xs:documentation>
                     <xs:documentation xml:lang="de">Liste von industries</xs:documentation>
                     <xs:documentation xml:lang="fr">Liste de industries</xs:documentation>
                     <xs:documentation xml:lang="nl">Lijst van industries</xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                     <xs:sequence>
                        <xs:element maxOccurs="unbounded" name="IndustryCode" type="IndustryCodeType"/>
                     </xs:sequence>
                  </xs:complexType>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element name="PrivateEquity" type="PrivateEquityType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Private Equity Investents</xs:documentation>
            <xs:documentation xml:lang="de">Unternehmensbeteiligung</xs:documentation>
            <xs:documentation xml:lang="fr">Private Action Investents</xs:documentation>
            <xs:documentation xml:lang="nl">Private Aandeel Investents</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="CommercialPaper" type="CommercialPaperType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Commercial Paper and Certificate of Deposit</xs:documentation>
            <xs:documentation xml:lang="de">Commercial Paper und Certificate von Deposit</xs:documentation>
            <xs:documentation xml:lang="fr">Commercial Paper et Certificate de Deposit</xs:documentation>
            <xs:documentation xml:lang="nl">Commercial Paper en Certificate van Deposit</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Index" type="IndexType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indices</xs:documentation>
            <xs:documentation xml:lang="de">Indices</xs:documentation>
            <xs:documentation xml:lang="fr">Indices</xs:documentation>
            <xs:documentation xml:lang="nl">Indices</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Crypto" type="CryptoType">
         <xs:annotation>
            <xs:documentation xml:lang="en">(EIOPA-BoS-22/216) Crypto-asset means a digital representation of value or rights which may be transferred and stored electronically, using distributed ledger technology or similar technology</xs:documentation>
            <xs:documentation xml:lang="de">(EIOPA-BoS-22/216) Crypto-Vermögenswert means ein digital representation von Wert oder rights welche may be transferred und stored electronically, using distributed ledger technology oder similar technology</xs:documentation>
            <xs:documentation xml:lang="fr">(EIOPA-BoS-22/216) Crypto-actif means un digital representation de valeur ou rights qui may be transferred et stored electronically, using distributed ledger technology ou similar technology</xs:documentation>
            <xs:documentation xml:lang="nl">(EIOPA-BoS-22/216) Crypto-actief means een digital representation van waarde van rights welke may be transferred en stored electronically, using distributed ledger technology van similar technology</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:choice>
</xs:complexType>