CollateralItem

/FundsXML4/Funds/Fund/FundDynamicData/Benchmarks/Benchmark/Values/Value/Components/Component/Constituents/Position/Repo/CollateralAllocation/CollateralItem

Diagram

CollateralItem Identifiers IdentifiersType [1] AssetUniqueID xs:IDREF [0..1] Nominal xs:decimal [1] MarketValue FundAmountType [0..1]

Documentation

EN

Individual collateral security in the allocation

DE

Einzelnes Sicherheitenwertpapier in der Allokation

FR

Titre de garantie individuel dans l'allocation

NL

Individueel onderpandeffect in de allocatie

ES

Valor de garantía individual en la asignación

IT

Singolo titolo di garanzia nell'allocazione

CS

Individual collateral security

HU

Individual collateral security

Properties

Type
(anonymous)
Cardinality
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
15

Child Elements & Attributes

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

Identifiers of the collateral security

Kennungen des Sicherheitenwertpapiers

Identifiants du titre en garantie

Identificaties van het onderpandeffect

Identificadores del valor en garantía

Identificativi del titolo in garanzia

Identifiers of collateral security

Identifiers of collateral security

xs:IDREF

Reference to AssetMasterData for this collateral security

Referenz zu den Stammdaten dieses Sicherheitenwertpapiers

Référence aux données de base pour ce titre en garantie

Referentie naar stamgegevens voor dit onderpandeffect

Referencia a los datos maestros de este valor en garantía

Riferimento ai dati anagrafici per questo titolo in garanzia

Reference to AssetMasterData

Reference to AssetMasterData

id_generated_1
xs:decimal

Nominal value of this collateral item

Nominalwert dieses Sicherheitenpostens

Valeur nominale de ce poste de garantie

Nominale waarde van dit onderpanditem

Valor nominal de este elemento de garantía

Valore nominale di questo elemento di garanzia

Nominal value of this collateral item

Nominal value of this collateral item

863.88
FundAmountType

Market value of this collateral item

Marktwert dieses Sicherheitenpostens

Valeur de marché de ce poste de garantie

Marktwaarde van dit onderpanditem

Valor de mercado de este elemento de garantía

Valore di mercato di questo elemento di garanzia

Market value of this collateral item

Market value of this collateral item

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"
            maxOccurs="unbounded"
            name="CollateralItem">
   <xs:annotation>
      <xs:documentation xml:lang="en">Individual collateral security in the allocation</xs:documentation>
      <xs:documentation xml:lang="de">Einzelnes Sicherheitenwertpapier in der Allokation</xs:documentation>
      <xs:documentation xml:lang="fr">Titre de garantie individuel dans l'allocation</xs:documentation>
      <xs:documentation xml:lang="nl">Individueel onderpandeffect in de allocatie</xs:documentation>
      <xs:documentation xml:lang="es">Valor de garantía individual en la asignación</xs:documentation>
      <xs:documentation xml:lang="it">Singolo titolo di garanzia nell'allocazione</xs:documentation>
      <xs:documentation xml:lang="cs">Individual collateral security</xs:documentation>
      <xs:documentation xml:lang="hu">Individual collateral security</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Identifiers" type="IdentifiersType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Identifiers of the collateral security</xs:documentation>
               <xs:documentation xml:lang="de">Kennungen des Sicherheitenwertpapiers</xs:documentation>
               <xs:documentation xml:lang="fr">Identifiants du titre en garantie</xs:documentation>
               <xs:documentation xml:lang="nl">Identificaties van het onderpandeffect</xs:documentation>
               <xs:documentation xml:lang="es">Identificadores del valor en garantía</xs:documentation>
               <xs:documentation xml:lang="it">Identificativi del titolo in garanzia</xs:documentation>
               <xs:documentation xml:lang="cs">Identifiers of collateral security</xs:documentation>
               <xs:documentation xml:lang="hu">Identifiers of collateral security</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="AssetUniqueID">
            <xs:annotation>
               <xs:documentation xml:lang="en">Reference to AssetMasterData for this collateral security</xs:documentation>
               <xs:documentation xml:lang="de">Referenz zu den Stammdaten dieses Sicherheitenwertpapiers</xs:documentation>
               <xs:documentation xml:lang="fr">Référence aux données de base pour ce titre en garantie</xs:documentation>
               <xs:documentation xml:lang="nl">Referentie naar stamgegevens voor dit onderpandeffect</xs:documentation>
               <xs:documentation xml:lang="es">Referencia a los datos maestros de este valor en garantía</xs:documentation>
               <xs:documentation xml:lang="it">Riferimento ai dati anagrafici per questo titolo in garanzia</xs:documentation>
               <xs:documentation xml:lang="cs">Reference to AssetMasterData</xs:documentation>
               <xs:documentation xml:lang="hu">Reference to AssetMasterData</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:IDREF">
                  <xs:maxLength value="256"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="Nominal" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">Nominal value of this collateral item</xs:documentation>
               <xs:documentation xml:lang="de">Nominalwert dieses Sicherheitenpostens</xs:documentation>
               <xs:documentation xml:lang="fr">Valeur nominale de ce poste de garantie</xs:documentation>
               <xs:documentation xml:lang="nl">Nominale waarde van dit onderpanditem</xs:documentation>
               <xs:documentation xml:lang="es">Valor nominal de este elemento de garantía</xs:documentation>
               <xs:documentation xml:lang="it">Valore nominale di questo elemento di garanzia</xs:documentation>
               <xs:documentation xml:lang="cs">Nominal value of this collateral item</xs:documentation>
               <xs:documentation xml:lang="hu">Nominal value of this collateral item</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MarketValue" type="FundAmountType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Market value of this collateral item</xs:documentation>
               <xs:documentation xml:lang="de">Marktwert dieses Sicherheitenpostens</xs:documentation>
               <xs:documentation xml:lang="fr">Valeur de marché de ce poste de garantie</xs:documentation>
               <xs:documentation xml:lang="nl">Marktwaarde van dit onderpanditem</xs:documentation>
               <xs:documentation xml:lang="es">Valor de mercado de este elemento de garantía</xs:documentation>
               <xs:documentation xml:lang="it">Valore di mercato di questo elemento di garanzia</xs:documentation>
               <xs:documentation xml:lang="cs">Market value of this collateral item</xs:documentation>
               <xs:documentation xml:lang="hu">Market value of this collateral item</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>