Definition Type: ComplexType
Name: NoTouchLowerBarrierObservation
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into minimumObservedPrice in schema fpml-business-events-5-10_xsd2 Drilldown into triggerPrice in schema fpml-business-events-5-10_xsd2 Drilldown into minimumObservedRate in schema fpml-business-events-5-10_xsd2 Drilldown into quotedCurrencyPair in schema fpml-business-events-5-10_xsd2 Drilldown into triggerRate in schema fpml-business-events-5-10_xsd2XSD Diagram of NoTouchLowerBarrierObservation in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="NoTouchLowerBarrierObservation">
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="triggerRate" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The rate value (level) which was attained/breached, in order to trigger the barrier event.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Defines the currency pair and quote basis for an FX rate.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="minimumObservedRate" type="ObservedRate" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The minimum value observed during the condition period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="triggerPrice" type="PositiveMoney" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The price value (level) which was attained/breached, in order to trigger the barrier event.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="minimumObservedPrice" type="ObservedPrice" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The minimum value observed during the condition period</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
triggerRate nsD:triggerRate 0 (1)
quotedCurrencyPair nsD:quotedCurrencyPair 0 (1)
minimumObservedRate nsD:minimumObservedRate 0 (1)
triggerPrice nsD:triggerPrice 0 (1)
minimumObservedPrice nsD:minimumObservedPrice 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:lowerBarrier