Option

/FundsXML4/AssetMasterData/Asset/AssetDetails/Option

Diagram

Documentation

de

Option

Derivative Asset data information

en

Option details

Properties

Type
OptionType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:string

Classification of option

  • BFO Bond Future Option
  • BO Bond Option
  • CFO Currency Future Option
  • EFO Equity Future Option
  • CO Currency Option
  • IFO Index Future Option
  • IO Index Option
  • IRFO Interest Rate Future Option
  • IRO Interest Rate Option
  • OTCIB OTC Indexbasket Option
  • SO Stock Option
  • OTHER

Art der Option

  • BFO Bond Future Option
  • BO Bond Option
  • CFO Currency Future Option
  • EFO Equity Future Option
  • CO Currency Option
  • IFO Index Future Option
  • IO Index Option
  • IRFO Interest Rate Future Option
  • IRO Interest Rate Option
  • OTCIB OTC Indexbasket Option
  • SO Stock Option
  • OTHER
EFO
MICCodeType

MIC of Exchange(s) at which the instrument is listed

Gibt den MIC des Boerseplatz an an dem das Wertpapier notiert

Market Identifier Code - ISO 10383

aaaa
CompanyType

Issuer details (for listed options)

Detaili data of Company/Issuer

xs:string

Indicates wheter the instrument is listed on an exchange

  • A Listed at official market
  • B Listed at exchange
  • G Listed on a regular market
  • K No listing
  • M Listed on a regular market inside the EU
  • O OTC - Over the Counter
  • S Unregulated marketl
  • V Securitised rights
  • Y Acceptance on unregulated market planned
  • Z New issue

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
  • O OTC - Over the Counter
  • S Sonstiger Handel
  • V Verbriefte Rechte
  • Y Zulassung zum sonst. Handel vorges.
  • Z Neuemission
M
xs:decimal

Base price of derivative

Gibt den Basispreis des Derivativenprodukts an

702.73
xs:string

Issuer, Bearer, Both

Both
xs:string

Exercise style of the derivative (Europe/American/Asian/Bermuda/Other)

Gibt an den Ausuebungsstyle an (Europe/American/Asian/Bermuda/Other)

Other
xs:decimal

Contract size of the derivative

Gibt die Kontraktgroesze des Derivativprodukt an

846.74
xs:date

Maturity date of the derivative

Bezeichnet das Ablaufdatum des Derivativprodukts

2025-07-01
xs:string

Type of the derivative (Call/Put)

Kennzeichnet die Art des Derivats (Call/Put)

PUT
AmountType

Amount of the strike price

Amount in different currencies

Betrag in verschiedenen Waehrungen

(anonymous)

Tick - Movement in price

xs:date

Valuation date for fixing?

2024-09-10
xs:string

Delivery/Fixed/Cash

Fixed
xs:date

Date for the first fixing date

2025-06-12
xs:date

Date for the latest fixing date

2020-01-19
(anonymous)

Quotation details

xs:date

Last Trade Date

2025-06-05
xs:string

None/Daily/Weekly/Monthly/Quarterly/SemiAnnual/Annual/BiAnnual/Other

Other
xs:string

Interval/Fixed/None

None
xs:string

PerUnit/Percent/Permille/Pips/Points/Other

Other
xs:decimal

Defines the quote factor

649.78
xs:decimal

Number of decimals

684.94
CompanyType

Counterparty details (for OTC options)

Detaili data of Company/Issuer

xs:decimal

Participation rate

873.04
(anonymous)

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Option"
            type="OptionType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Option details</xs:documentation>
      <xs:documentation xml:lang="de">Option</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (OptionType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="OptionType">
   <xs:annotation>
      <xs:documentation>Derivative Asset data information</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Classification of option
- BFO   Bond Future Option
- BO     Bond Option
- CFO   Currency Future Option
- EFO   Equity Future Option
- CO    Currency Option
- IFO   Index Future Option
- IO     Index Option
- IRFO Interest Rate Future Option
- IRO   Interest Rate Option
- OTCIB OTC Indexbasket Option
- SO    Stock Option
- OTHER</xs:documentation>
            <xs:documentation xml:lang="de">Art der Option
- BFO   Bond Future Option
- BO     Bond Option
- CFO   Currency Future Option
- EFO   Equity Future Option
- CO    Currency Option
- IFO   Index Future Option
- IO     Index Option
- IRFO Interest Rate Future Option
- IRO   Interest Rate Option
- OTCIB OTC Indexbasket Option
- SO    Stock Option
- OTHER</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="BFO"/>
               <xs:enumeration value="BO"/>
               <xs:enumeration value="CFO"/>
               <xs:enumeration value="EFO"/>
               <xs:enumeration value="CO"/>
               <xs:enumeration value="IFO"/>
               <xs:enumeration value="IO"/>
               <xs:enumeration value="IRFO"/>
               <xs:enumeration value="IRO"/>
               <xs:enumeration value="OTCIB"/>
               <xs:enumeration value="SO"/>
               <xs:enumeration value="OTHER"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element maxOccurs="unbounded"
                  minOccurs="0"
                  name="StockMarket"
                  type="MICCodeType">
         <xs:annotation>
            <xs:documentation xml:lang="en">MIC of Exchange(s) at which the instrument is listed</xs:documentation>
            <xs:documentation xml:lang="de">Gibt den MIC des Boerseplatz an an dem das Wertpapier notiert</xs:documentation>
            <xs:appinfo>
               <altova:exampleValues>
                  <altova:example value="WBAH"/>
               </altova:exampleValues>
            </xs:appinfo>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Issuer" type="CompanyType">
         <xs:annotation>
            <xs:documentation>Issuer details (for listed options)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Listing">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indicates wheter the instrument is listed on an exchange

- A  Listed at official market
- B  Listed at exchange
- G  Listed on a regular market
- K  No listing
- M  Listed on a regular market inside the EU
- O  OTC - Over the Counter
- S  Unregulated marketl
- 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
- O  OTC - Over the Counter
- S  Sonstiger Handel
- V  Verbriefte Rechte
- Y  Zulassung zum sonst. Handel vorges.
- Z  Neuemission       </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="BasePrice" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Base price of derivative</xs:documentation>
            <xs:documentation xml:lang="de">Gibt den Basispreis des Derivativenprodukts an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ExecutionType">
         <xs:annotation>
            <xs:documentation>Issuer, Bearer, Both</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Issuer"/>
               <xs:enumeration value="Bearer"/>
               <xs:enumeration value="Both"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="ExecutionStyle">
         <xs:annotation>
            <xs:documentation xml:lang="en">Exercise style of the derivative (Europe/American/Asian/Bermuda/Other)</xs:documentation>
            <xs:documentation xml:lang="de">Gibt an den Ausuebungsstyle an (Europe/American/Asian/Bermuda/Other)</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Europe"/>
               <xs:enumeration value="American"/>
               <xs:enumeration value="Asian"/>
               <xs:enumeration value="Bermuda"/>
               <xs:enumeration value="Other"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element name="ContractSize" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Contract size of the derivative</xs:documentation>
            <xs:documentation xml:lang="de">Gibt die Kontraktgroesze des Derivativprodukt an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="MaturityDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Maturity date of the derivative</xs:documentation>
            <xs:documentation xml:lang="de">Bezeichnet das Ablaufdatum des Derivativprodukts</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="CallPutIndicator">
         <xs:annotation>
            <xs:documentation xml:lang="en">Type of the derivative (Call/Put)</xs:documentation>
            <xs:documentation xml:lang="de">Kennzeichnet die Art des Derivats (Call/Put)</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="CALL"/>
               <xs:enumeration value="PUT"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element name="StrikePrice" type="AmountType">
         <xs:annotation>
            <xs:documentation>Amount of the strike price</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Tick">
         <xs:annotation>
            <xs:documentation>Tick -  Movement in price</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element minOccurs="0" name="TickSize" type="xs:decimal">
                  <xs:annotation>
                     <xs:documentation>Minimum downward or upward movement in price</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="TickValue" type="AmountType">
                  <xs:annotation>
                     <xs:documentation>Value of the tick</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="ValueDate" type="xs:date">
         <xs:annotation>
            <xs:documentation>Valuation date for fixing?</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FixingType">
         <xs:annotation>
            <xs:documentation>Delivery/Fixed/Cash</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Delivery"/>
               <xs:enumeration value="Fixed"/>
               <xs:enumeration value="Cash"/>
               <xs:enumeration value=""/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="FirstFixingDate" type="xs:date">
         <xs:annotation>
            <xs:documentation>Date for the first fixing date</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="LatestFixingDate" type="xs:date">
         <xs:annotation>
            <xs:documentation>Date for the latest fixing date</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Quotation">
         <xs:annotation>
            <xs:documentation>Quotation details</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element minOccurs="0" name="QuotationType">
                  <xs:annotation>
                     <xs:documentation>Price/Yield/Other</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="Price"/>
                        <xs:enumeration value="Yield"/>
                        <xs:enumeration value="Other"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:choice>
                  <xs:element minOccurs="0" name="QuotationPercent" type="xs:float">
                     <xs:annotation>
                        <xs:documentation>Quotation in percent</xs:documentation>
                     </xs:annotation>
                  </xs:element>
                  <xs:element minOccurs="0" name="QuotationAmount" type="AmountType">
                     <xs:annotation>
                        <xs:documentation>Amount of Quotation</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:choice>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="LastTradeDate" type="xs:date">
         <xs:annotation>
            <xs:documentation>Last Trade Date</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="MarginMethod">
         <xs:annotation>
            <xs:documentation>None/Daily/Weekly/Monthly/Quarterly/SemiAnnual/Annual/BiAnnual/Other</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Other"/>
               <xs:enumeration value="Biannual"/>
               <xs:enumeration value="Annual"/>
               <xs:enumeration value="Semiannual"/>
               <xs:enumeration value="Quarterly"/>
               <xs:enumeration value="Monthly"/>
               <xs:enumeration value="Weekly"/>
               <xs:enumeration value="Daily"/>
               <xs:enumeration value="None"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="InitialMarginMethod">
         <xs:annotation>
            <xs:documentation>Interval/Fixed/None</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Interval"/>
               <xs:enumeration value="Fixed"/>
               <xs:enumeration value="None"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="QuoteType">
         <xs:annotation>
            <xs:documentation>PerUnit/Percent/Permille/Pips/Points/Other</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="PerUnit"/>
               <xs:enumeration value="Percent"/>
               <xs:enumeration value="Permille"/>
               <xs:enumeration value="Pips"/>
               <xs:enumeration value="Points"/>
               <xs:enumeration value="Other"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="QuoteFactor" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Defines the quote factor</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="QuoteDecimals" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Number of decimals</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Counterparty" type="CompanyType">
         <xs:annotation>
            <xs:documentation>Counterparty details (for OTC options)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ParticipationRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Participation rate</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Underlyings">
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="Underlying" type="UnderlyingType">
                  <xs:annotation>
                     <xs:documentation>Bezeichnet das dem Derivativprodukt unterlegte Wertpapier</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>