Definition Type: ComplexType
Name: NoTouchRateObservation
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into isExercisable in schema fpml-business-events-5-10_xsd2 Drilldown into clearingInstructions in schema fpml-business-events-5-10_xsd2 Drilldown into payment in schema fpml-business-events-5-10_xsd2 Drilldown into physicalSettlement in schema fpml-business-events-5-10_xsd2 Drilldown into cashSettlement in schema fpml-business-events-5-10_xsd2 Drilldown into settlementType in schema fpml-business-events-5-10_xsd2 Drilldown into exerciseSide in schema fpml-business-events-5-10_xsd2 Drilldown into upperBarrier in schema fpml-business-events-5-10_xsd2 Drilldown into upperBarrier in schema fpml-business-events-5-10_xsd2 Drilldown into lowerBarrier in schema fpml-business-events-5-10_xsd2 Drilldown into observationEndDate in schema fpml-business-events-5-10_xsd2 Drilldown into observationStartDate in schema fpml-business-events-5-10_xsd2XSD Diagram of NoTouchRateObservation in schema fpml-business-events-5-10_xsd2 (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 nsD:observationStartDate 0 (1)
observationEndDate nsD:observationEndDate 0 (1)
lowerBarrier nsD:lowerBarrier (1) (1)
upperBarrier nsD:upperBarrier 0 (1)
upperBarrier nsD:upperBarrier (1) (1)
exerciseSide nsD:exerciseSide 0 (1)
settlementType nsD:settlementType (1) (1)
cashSettlement nsD:cashSettlement (1) (1)
physicalSettlement nsD:physicalSettlement (1) (1)
payment nsD:payment 0 (1)
clearingInstructions nsD:clearingInstructions 0 (1)
isExercisable nsD:isExercisable (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:noTouch