Definition Type: ComplexType
Name: TriggerEvent
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
Observation point for trigger
Collapse XSD Schema Diagram:
Drilldown into featurePayment in schema fpml-option-shared-4-4_xsd Drilldown into trigger in schema fpml-option-shared-4-4_xsd Drilldown into triggerDates in schema fpml-option-shared-4-4_xsd Drilldown into schedule in schema fpml-option-shared-4-4_xsdXSD Diagram of TriggerEvent in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TriggerEvent">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Observation point for trigger</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="schedule" type="AveragingSchedule" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A Equity Derivative schedule.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="triggerDates" type="DateList" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The trigger Dates</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="trigger" type="Trigger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The trigger level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="featurePayment" type="FeaturePayment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The feature payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schedule fpml:schedule 0 unbounded
triggerDates fpml:triggerDates 0 (1)
trigger fpml:trigger (1) (1)
featurePayment fpml:featurePayment 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:barrierCap, fpml:barrierFloor, fpml:knockIn, fpml:knockOut