XML Schema Documentation

Complex Type: EquityValuation

[Table of contents]

Super-types: None
Sub-types: None
Name EquityValuation
Used by (from the same schema document) Complex Type CorrelationLeg , Complex Type ReturnLegValuationPrice , Complex Type VarianceLeg
Abstract no
Documentation A type for defining how and when an equity option is to be valued.

Typ, mit dem Zeitpunkt und Art der Bewertung einer Aktienoption bestimmt wird.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [0..1]
<valuationDate> AdjustableDateOrRelativeDateSequence </valuationDate> [1]

'The term \"Valuation Date\" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.','"Bewertungstag" im Sinne der ISDA-Definitionen zu Aktienderivaten von 2002.'

<valuationDates> AdjustableRelativeOrPeriodicDates </valuationDates> [1]

'Specifies the interim equity valuation dates of the swap.'

End Choice
<valuationTimeType> TimeTypeEnum </valuationTimeType> [0..1]

'The time of day at which the calculation agent values the underlying, for example the official closing time of the exchange.','Tageszeit, zu der die Berechnungsstelle den Basiswert bewertet, zum Beispiel der offizielle Börsenschluss.'

<valuationTime> BusinessCenterTime </valuationTime> [0..1]

'The specific time of day at which the calculation agent values the underlying.','Genaue Tageszeit, zu der die Bewertungsstelle den Basiswert bewertet.'

<futuresPriceValuation> xsd:boolean </futuresPriceValuation> [0..1]

'The official settlement price as announced by the related exchange is applicable, in accordance with the ISDA 2002 definitions.','Es gilt der von der relevanten Börse veröffentlichte offizielle Abrechnungspreis im Sinne der ISDA-Definitionen von 2002.'

<optionsPriceValuation> xsd:boolean </optionsPriceValuation> [0..1]

'The official settlement price as announced by the related exchange is applicable, in accordance with the ISDA 2002 definitions.','Es gilt der von der relevanten Börse veröffentlichte offizielle Abrechnungspreis im Sinne der ISDA-Definitionen von 2002.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="EquityValuation">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="valuationDate" type=" AdjustableDateOrRelativeDateSequence "/>
<xsd:element name="valuationDates" type=" AdjustableRelativeOrPeriodicDates "/>
</xsd:choice>
<xsd:element name="valuationTimeType" type=" TimeTypeEnum " minOccurs="0"/>
<xsd:element name="valuationTime" type=" BusinessCenterTime " minOccurs="0"/>
<xsd:element name="futuresPriceValuation" type=" xsd:boolean " minOccurs="0"/>
<xsd:element name="optionsPriceValuation" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>