Definition Type: ComplexType
Name: NoTouchRateObservation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into isExercisable in schema fpml-business-events-5-10_xsd3 Drilldown into clearingInstructions in schema fpml-business-events-5-10_xsd3 Drilldown into payment in schema fpml-business-events-5-10_xsd3 Drilldown into physicalSettlement in schema fpml-business-events-5-10_xsd3 Drilldown into cashSettlement in schema fpml-business-events-5-10_xsd3 Drilldown into settlementType in schema fpml-business-events-5-10_xsd3 Drilldown into exerciseSide in schema fpml-business-events-5-10_xsd3 Drilldown into upperBarrier in schema fpml-business-events-5-10_xsd3 Drilldown into upperBarrier in schema fpml-business-events-5-10_xsd3 Drilldown into lowerBarrier in schema fpml-business-events-5-10_xsd3 Drilldown into observationEndDate in schema fpml-business-events-5-10_xsd3 Drilldown into observationStartDate in schema fpml-business-events-5-10_xsd3XSD Diagram of NoTouchRateObservation in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="NoTouchRateObservation">
    <xsd:sequence>
        <xsd:element name="observationStartDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="observationEndDate" type="xsd:date" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:element name="lowerBarrier" type="NoTouchLowerBarrierObservation" />
                <xsd:element name="upperBarrier" type="NoTouchUpperBarrierObservation" minOccurs="0" />
            </xsd:sequence>
            <xsd:element name="upperBarrier" type="NoTouchUpperBarrierObservation" />
        </xsd:choice>
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Cloned from exercise but looks like some bits are extraneous like payment</xsd:documentation>
                </xsd:annotation>
                <xsd:element name="exerciseSide" type="ExerciseSideEnum" minOccurs="0" />
                <xsd:choice minOccurs="0">
                    <xsd:element name="settlementType" type="SettlementTypeEnum" />
                    <xsd:element name="cashSettlement" type="SimplePayment" />
                    <xsd:element name="physicalSettlement" type="PhysicalSettlement" />
                </xsd:choice>
                <xsd:element name="payment" type="NonNegativePayment" minOccurs="0" />
                <xsd:element name="clearingInstructions" type="ClearingInstructions" minOccurs="0" />
            </xsd:sequence>
            <xsd:element name="isExercisable" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">If the touch or no touch event hasn't generated an exercise, then we specify whether the option is exercisable or not.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
observationStartDate nsE:observationStartDate 0 (1)
observationEndDate nsE:observationEndDate 0 (1)
lowerBarrier nsE:lowerBarrier (1) (1)
upperBarrier nsE:upperBarrier 0 (1)
upperBarrier nsE:upperBarrier (1) (1)
exerciseSide nsE:exerciseSide 0 (1)
settlementType nsE:settlementType (1) (1)
cashSettlement nsE:cashSettlement (1) (1)
physicalSettlement nsE:physicalSettlement (1) (1)
payment nsE:payment 0 (1)
clearingInstructions nsE:clearingInstructions 0 (1)
isExercisable nsE:isExercisable (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:noTouch