| diagram | ![]() |
||
| children | Type StockMarket Issuer Listing BasePrice ExecutionType ExecutionStyle ContractSize MaturityDate CallPutIndicator StrikePrice Tick ValueDate FixingType FirstFixingDate LatestFixingDate Quotation LastTradeDate MarginMethod InitialMarginMethod QuoteType QuoteFactor QuoteDecimals Counterparty ParticipationRate Underlyings | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="OptionType"> <xs:annotation> <xs:documentation>Derivative Asset data information</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Type"> <xs:annotation> <xs:documentation>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</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:restriction> </xs:simpleType> </xs:element> <xs:element name="StockMarket" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Gibt den Boerseplatz an an dem das Wertpapier notiert</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Issuer" type="CompanyType" minOccurs="0"> <xs:annotation> <xs:documentation>Issuer details (for listed options)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Listing" minOccurs="0"> <xs:annotation> <xs:documentation>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 name="BasePrice" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt den Basispreis des Derivativenprodukts an</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExecutionType" minOccurs="0"> <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 name="ExecutionStyle" minOccurs="0"> <xs:annotation> <xs:documentation>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>Gibt die Kontraktgroesze des Derivativprodukt an</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaturityDate" type="xs:date"> <xs:annotation> <xs:documentation>Bezeichnet das Ablaufdatum des Derivativprodukts</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CallPutIndicator"> <xs:annotation> <xs:documentation>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 name="Tick" minOccurs="0"> <xs:annotation> <xs:documentation>Tick - Movement in price</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TickSize" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Minimum downward or upward movement in price</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TickValue" type="AmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Value of the tick</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ValueDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Valuation date for fixing?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FixingType" minOccurs="0"> <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 name="FirstFixingDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Date for the first fixing date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LatestFixingDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Date for the latest fixing date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Quotation" minOccurs="0"> <xs:annotation> <xs:documentation>Quotation details</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="QuotationType" minOccurs="0"> <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 name="QuotationPercent" type="xs:float" minOccurs="0"> <xs:annotation> <xs:documentation>Quotation in percent</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuotationAmount" type="AmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Amount of Quotation</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="LastTradeDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Last Trade Date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MarginMethod" minOccurs="0"> <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 name="InitialMarginMethod" minOccurs="0"> <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 name="QuoteType" minOccurs="0"> <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 name="QuoteFactor" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Defines the quote factor</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuoteDecimals" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Number of decimals</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Counterparty" type="CompanyType" minOccurs="0"> <xs:annotation> <xs:documentation>Counterparty details (for OTC options)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ParticipationRate" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Participation rate</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Underlyings" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Underlying" type="UnderlyingType" maxOccurs="unbounded"> <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> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:element name="Type"> <xs:annotation> <xs:documentation>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</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:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="StockMarket" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Gibt den Boerseplatz an an dem das Wertpapier notiert</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | CompanyType | ||||||
| properties |
|
||||||
| children | Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany | ||||||
| annotation |
|
||||||
| source | <xs:element name="Issuer" type="CompanyType" minOccurs="0"> <xs:annotation> <xs:documentation>Issuer details (for listed options)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
|||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:element name="Listing" minOccurs="0"> <xs:annotation> <xs:documentation>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> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="BasePrice" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt den Basispreis des Derivativenprodukts an</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="ExecutionType" minOccurs="0"> <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> |
| diagram | ![]() |
||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="ExecutionStyle" minOccurs="0"> <xs:annotation> <xs:documentation>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> |
| diagram | ![]() |
||
| type | xs:decimal | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="ContractSize" type="xs:decimal"> <xs:annotation> <xs:documentation>Gibt die Kontraktgroesze des Derivativprodukt an</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="MaturityDate" type="xs:date"> <xs:annotation> <xs:documentation>Bezeichnet das Ablaufdatum des Derivativprodukts</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:element name="CallPutIndicator"> <xs:annotation> <xs:documentation>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> |
| diagram | ![]() |
||
| type | AmountType | ||
| properties |
|
||
| children | Amount | ||
| annotation |
|
||
| source | <xs:element name="StrikePrice" type="AmountType"> <xs:annotation> <xs:documentation>Amount of the strike price</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | TickSize TickValue | ||||||
| annotation |
|
||||||
| source | <xs:element name="Tick" minOccurs="0"> <xs:annotation> <xs:documentation>Tick - Movement in price</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TickSize" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Minimum downward or upward movement in price</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TickValue" type="AmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Value of the tick</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="TickSize" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Minimum downward or upward movement in price</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | AmountType | ||||||
| properties |
|
||||||
| children | Amount | ||||||
| annotation |
|
||||||
| source | <xs:element name="TickValue" type="AmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Value of the tick</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ValueDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Valuation date for fixing?</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
|||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:element name="FixingType" minOccurs="0"> <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> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="FirstFixingDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Date for the first fixing date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LatestFixingDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Date for the latest fixing date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | QuotationType QuotationPercent QuotationAmount | ||||||
| annotation |
|
||||||
| source | <xs:element name="Quotation" minOccurs="0"> <xs:annotation> <xs:documentation>Quotation details</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="QuotationType" minOccurs="0"> <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 name="QuotationPercent" type="xs:float" minOccurs="0"> <xs:annotation> <xs:documentation>Quotation in percent</xs:documentation> </xs:annotation> </xs:element> <xs:element name="QuotationAmount" type="AmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Amount of Quotation</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="QuotationType" minOccurs="0"> <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> |
| diagram | ![]() |
||||||
| type | xs:float | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuotationPercent" type="xs:float" minOccurs="0"> <xs:annotation> <xs:documentation>Quotation in percent</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | AmountType | ||||||
| properties |
|
||||||
| children | Amount | ||||||
| annotation |
|
||||||
| source | <xs:element name="QuotationAmount" type="AmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Amount of Quotation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="LastTradeDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Last Trade Date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| type | restriction of xs:string | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="MarginMethod" minOccurs="0"> <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> |
| diagram | ![]() |
||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="InitialMarginMethod" minOccurs="0"> <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> |
| diagram | ![]() |
|||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <xs:element name="QuoteType" minOccurs="0"> <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> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuoteFactor" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Defines the quote factor</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="QuoteDecimals" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Number of decimals</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | CompanyType | ||||||
| properties |
|
||||||
| children | Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany | ||||||
| annotation |
|
||||||
| source | <xs:element name="Counterparty" type="CompanyType" minOccurs="0"> <xs:annotation> <xs:documentation>Counterparty details (for OTC options)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ParticipationRate" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Participation rate</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | Underlying | ||||||
| source | <xs:element name="Underlyings" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Underlying" type="UnderlyingType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Bezeichnet das dem Derivativprodukt unterlegte Wertpapier</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | UnderlyingType | ||||||
| properties |
|
||||||
| children | Type UniqueID Identifiers Nominale | ||||||
| annotation |
|
||||||
| source | <xs:element name="Underlying" type="UnderlyingType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Bezeichnet das dem Derivativprodukt unterlegte Wertpapier</xs:documentation> </xs:annotation> </xs:element> |