Underlying

/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Portfolios/Portfolio/Positions/Position/Underlyings/Underlying

Diagram

Underlying UniqueID xs:IDREF [0..1] Identifiers IdentifiersType [0..1] Currency ISOCurrencyCodeType [0..1] Issuer xs:string [0..1] Price xs:decimal [0..1] Delta xs:decimal [0..1] Solvability xs:decimal [0..1] Weight PercentageType [0..1] FXRates FXRatesType [0..1]

Documentation

EN

Position underlying details including identifiers, currency, issuer, price, delta and weight for derivatives and structured products

DE

Position Underlying Details einschließlich Identifikatoren, Währung, Emittent, Preis, Delta und Gewichtung für Derivate und strukturierte Produkte

FR

Détails du sous-jacent de position incluant identifiants, devise, émetteur, prix, delta et pondération pour dérivés et produits structurés

NL

Positie underlying details inclusief identifiers, valuta, emittent, prijs, delta en weging voor derivaten en gestructureerde producten

Properties

Type
PositionUnderlyingType
Cardinality
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
12

Child Elements & Attributes

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

Collection of various identifiers for securities and entities (ISIN, Bloomberg, CUSIP, LEI, etc.)

[AUTO] Sammlung verschiedener Identifikatoren für Wertpapiere und Einheiten (ISIN, Bloomberg, CUSIP, LEI, etc.)

Collection de divers identifiers pour titres et entities (ISIN, Bloomberg, CUSIP, LEI, etc.)

Collection van diverse identifiers voor effecten en entities (ISIN, Bloomberg, CUSIP, LEI, etc.)

ISOCurrencyCodeType

Three-letter ISO-CurrencyCode (ISO 4217)

[AUTO] Dreistelliger ISO-Währungscode (ISO 4217)

Three-letter ISO-CurrencyCode (ISO 4217)

Three-letter ISO-CurrencyCode (ISO 4217)

MXV
xs:string ExampleText
xs:decimal 903.58
xs:decimal 141.93
xs:decimal 510.93
PercentageType

The PercentageType defines the percentage-values. It is derived from decimal. To decimal there is no modification. Percentage values can be expressed in three ways: For 3.5 % it can be written as 3.5 or 1.035 or 0.035. For FundsXML percentage value has to be written as 3.5

[AUTO] Der PercentageType definiert die Prozentwerte. Abgeleitet ist er von decimal. Bei Prozentwerten kann man je nach Definition für 3,5 % die Werte 3.5 oder 1.035 oder 0.035 angeben. Mit diesem Typ dokumentiert FundsXML, dass für Prozentwerte die Ausprägung 3.5 benutzt werden muss um eine einheitliche Ausprägung für den Datenaustausch zwischen Firmen zu erreichen.

The PercentageType defines pourcentage-values. It est derived de decimal. To decimal there est aucun modification. Pourcentage values can be expressed dans three ways: For 3.5 % it can be written comme 3.5 ou 1.035 ou 0.035. For FundsXML pourcentage valeur un à be written comme 3.5

The PercentageType defines percentage-values. It is derived van decimal. To decimal there is geen modification. Percentage values can be expressed in three ways: For 3.5 % it can be written als 3.5 van 1.035 van 0.035. For FundsXML percentage waarde heeft naar be written als 3.5

349.84
FXRatesType

Container for multiple foreign exchange rates

[AUTO] Container für mehrere Wechselkurse

Conteneur pour multiples foreign bourse rates

Container voor meerdere foreign beurs rates

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="Underlying"
            type="PositionUnderlyingType"/>

Referenced Type Definition (PositionUnderlyingType)

<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="PositionUnderlyingType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Position underlying details including identifiers, currency, issuer, price, delta and weight for derivatives and structured products</xs:documentation>
      <xs:documentation xml:lang="de">Position Underlying Details einschließlich Identifikatoren, Währung, Emittent, Preis, Delta und Gewichtung für Derivate und strukturierte Produkte</xs:documentation>
      <xs:documentation xml:lang="fr">Détails du sous-jacent de position incluant identifiants, devise, émetteur, prix, delta et pondération pour dérivés et produits structurés</xs:documentation>
      <xs:documentation xml:lang="nl">Positie underlying details inclusief identifiers, valuta, emittent, prijs, delta en weging voor derivaten en gestructureerde producten</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element minOccurs="0" name="UniqueID" type="xs:IDREF"/>
      <xs:element minOccurs="0" name="Identifiers" type="IdentifiersType"/>
      <xs:element minOccurs="0" name="Currency" type="ISOCurrencyCodeType"/>
      <xs:element minOccurs="0" name="Issuer" type="xs:string"/>
      <xs:element minOccurs="0" name="Price" type="xs:decimal"/>
      <xs:element minOccurs="0" name="Delta" type="xs:decimal"/>
      <xs:element minOccurs="0" name="Solvability" type="xs:decimal"/>
      <xs:element minOccurs="0" name="Weight" type="PercentageType"/>
      <xs:element minOccurs="0" name="FXRates" type="FXRatesType"/>
   </xs:sequence>
</xs:complexType>