Definition Type: ComplexType
Name: EquityValuation
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqd-4-0.xsd
Abstract
Documentation:
Typ, mit dem Zeitpunkt und Art der Bewertung einer Aktienoption bestimmt wird. A type for defining how and when an equity option is to be valued.
Collapse XSD Schema Diagram:
Drilldown into futuresPriceValuationApplicable in schema fpml-eqd-4-0_xsd Drilldown into valuationTime in schema fpml-eqd-4-0_xsd Drilldown into valuationTimeType in schema fpml-eqd-4-0_xsd Drilldown into valuationDate in schema fpml-eqd-4-0_xsd Drilldown into id in schema fpml-eqd-4-0_xsdXSD Diagram of EquityValuation in schema fpml-eqd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EquityValuation">
    <xsd:annotation>
        <xsd:documentation xml:lang="de">Typ, mit dem Zeitpunkt und Art der Bewertung einer Aktienoption bestimmt wird.</xsd:documentation>
        <xsd:documentation xml:lang="en">A type for defining how and when an equity option is to be valued.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="valuationDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The term "Valuation Date" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
                <xsd:documentation xml:lang="de">"Bewertungstag" im Sinne der ISDA-Definitionen zu Aktienderivaten von 2002.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationTimeType" type="TimeTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time of day at which the calculation agent values the underlying, for example the official closing time of the exchange.</xsd:documentation>
                <xsd:documentation xml:lang="de">Tageszeit, zu der die Berechnungsstelle den Basiswert bewertet, zum Beispiel der offizielle Börsenschluss.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationTime" type="BusinessCenterTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The specific time of day at which the calculation agent values the underlying.</xsd:documentation>
                <xsd:documentation xml:lang="de">Genaue Tageszeit, zu der die Bewertungsstelle den Basiswert bewertet.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="futuresPriceValuationApplicable" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The official settlement price as announced by the related exchange is applicable, in accordance with the ISDA 2002 definitions.</xsd:documentation>
                <xsd:documentation xml:lang="de">Es gilt der von der relevanten Börse veröffentlichte offizielle Abrechnungspreis im Sinne der ISDA-Definitionen von 2002.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
valuationDate nsA:valuationDate 0 (1)
valuationTimeType nsA:valuationTimeType (1) (1)
valuationTime nsA:valuationTime 0 (1)
futuresPriceValuationApplicable nsA:futuresPriceValuationApplicable 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:equityValuation