Option

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/PositionsDecomposed/Positions/Position/Option

Diagram

Option Contracts xs:decimal [1] Price FundAmountType [0..1] OtherPrices OtherPricesType [0..1] BookRate FundAmountType [0..1] PurchaseValue FundAmountType [0..1] HedgeRatio PercentageType [0..1]

Documentation

Details for option positions

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
18

Child Elements & Attributes

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

Number of contracts (may be negative)

563.05
FundAmountType

Price (in different currencies)

Bewertungskurs (in verschiedenen Währungen)

Precio (en diferentes divisas)

Prezzo (in diverse valute)

Price (in different currencies)

Price (in different currencies)

Montant dans différentes devises avec indicateurs de devise fonds/compartiment/classe d'actions

Bedrag in verschillende valuta's met fonds/subfonds/aandelenklasse valuta-indicatoren

OtherPricesType

Additional prices (e.g. hold to maturity)

Container for alternative price types (different from official NAV)

Container für alternative Preistypen (abweichend vom offiziellen NAV)

Conteneur pour des types de prix alternatifs (différents du NAV officiel)

Container voor alternatieve prijstypes (anders dan de officiële NIW)

Contenedor para tipos de precio alternativos (diferentes del NAV oficial)

Contenitore per tipologie di prezzo alternative (diverse dal NAV ufficiale)

Kontejner pro alternativní typy cen (odlišné od oficiálního NAV)

Tároló alternatív ártípusokhoz (az hivatalos NAV-tól eltérő)

FundAmountType

Book rate

Buchkurs

Precio contable

Tariffa del libro

Book rate

Book rate

Montant dans différentes devises avec indicateurs de devise fonds/compartiment/classe d'actions

Bedrag in verschillende valuta's met fonds/subfonds/aandelenklasse valuta-indicatoren

FundAmountType

Purchase Value

Einstandswert

Valor de compra

Valore d'acquisto

Purchase Value

Purchase Value

Montant dans différentes devises avec indicateurs de devise fonds/compartiment/classe d'actions

Bedrag in verschillende valuta's met fonds/subfonds/aandelenklasse valuta-indicatoren

PercentageType

Hedging ratio (percentage)

Anteil der Position zur Absicherung in Prozent

Hedging ratio (porcentaje)

Rapporto di copertura (percentuale)

Hedging ratio (percentage)

Hedging ratio (percentage)

PercentageType définit les valeurs en pourcentage. Il est dérivé de decimal. Par rapport à decimal, il n'y a aucune modification. Les valeurs en pourcentage peuvent être exprimées de trois façons: Pour 3,5%, on peut écrire 3.5 ou 1.035 ou 0.035. Pour FundsXML, la valeur en pourcentage doit être écrite comme 3.5

PercentageType definieert percentagewaarden. Het is afgeleid van decimal. Ten opzichte van decimal is er geen wijziging. Percentagewaarden kunnen op drie manieren worden uitgedrukt: Voor 3,5% kan het worden geschreven als 3.5 of 1.035 of 0.035. Voor FundsXML moet de percentagewaarde worden geschreven als 3.5

195.48

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"
            name="Option">
   <xs:annotation>
      <xs:documentation>Details for option positions</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element name="Contracts" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>Number of contracts (may be negative)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="Price" type="FundAmountType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Price (in different currencies)</xs:documentation>
               <xs:documentation xml:lang="de">Bewertungskurs (in verschiedenen Währungen)</xs:documentation>
               <xs:documentation xml:lang="es">Precio (en diferentes divisas)</xs:documentation>
               <xs:documentation xml:lang="it">Prezzo (in diverse valute)</xs:documentation>
               <xs:documentation xml:lang="cs">Price (in different currencies)</xs:documentation>
               <xs:documentation xml:lang="hu">Price (in different currencies)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="OtherPrices" type="OtherPricesType">
            <xs:annotation>
               <xs:documentation>Additional prices (e.g. hold to maturity)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="BookRate" type="FundAmountType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Book rate</xs:documentation>
               <xs:documentation xml:lang="de">Buchkurs</xs:documentation>
               <xs:documentation xml:lang="es">Precio contable</xs:documentation>
               <xs:documentation xml:lang="it">Tariffa del libro</xs:documentation>
               <xs:documentation xml:lang="cs">Book rate</xs:documentation>
               <xs:documentation xml:lang="hu">Book rate</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="PurchaseValue" type="FundAmountType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Purchase Value</xs:documentation>
               <xs:documentation xml:lang="de">Einstandswert</xs:documentation>
               <xs:documentation xml:lang="es">Valor de compra</xs:documentation>
               <xs:documentation xml:lang="it">Valore d'acquisto</xs:documentation>
               <xs:documentation xml:lang="cs">Purchase Value</xs:documentation>
               <xs:documentation xml:lang="hu">Purchase Value</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="HedgeRatio" type="PercentageType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Hedging ratio (percentage)</xs:documentation>
               <xs:documentation xml:lang="de">Anteil der Position zur Absicherung in Prozent</xs:documentation>
               <xs:documentation xml:lang="es">Hedging ratio (porcentaje)</xs:documentation>
               <xs:documentation xml:lang="it">Rapporto di copertura (percentuale)</xs:documentation>
               <xs:documentation xml:lang="cs">Hedging ratio (percentage)</xs:documentation>
               <xs:documentation xml:lang="hu">Hedging ratio (percentage)</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>