Definition Type: ComplexType
Name: ObservedPrice
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into informationSource in schema fpml-business-events-5-10_xsd2 Drilldown into time in schema fpml-business-events-5-10_xsd2 Drilldown into date in schema fpml-business-events-5-10_xsd2 Drilldown into price in schema fpml-business-events-5-10_xsd2XSD Diagram of ObservedPrice in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ObservedPrice">
    <xsd:sequence>
        <xsd:element name="price" type="NonNegativeMoney" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The observed rate value which triggered the barrier event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="date" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date when the rate was observed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="time" type="xsd:time" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The time when the rate ws observed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="informationSource" type="InformationSource" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The source of the observation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
price nsD:price 0 (1)
date nsD:date 0 (1)
time nsD:time 0 (1)
informationSource nsD:informationSource 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:maximumObservedPricensD:minimumObservedPrice,