Definition Type: ComplexType
Name: Trigger
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Documentation:
Trigger point at which feature is effective.
Collapse XSD Schema Diagram:
Drilldown into triggerTimeType in schema fpml-option-shared-5-10_xsd Drilldown into triggerType in schema fpml-option-shared-5-10_xsd Drilldown into creditEventsReference in schema fpml-option-shared-5-10_xsd Drilldown into creditEvents in schema fpml-option-shared-5-10_xsd Drilldown into levelPercentage in schema fpml-option-shared-5-10_xsd Drilldown into level in schema fpml-option-shared-5-10_xsdXSD Diagram of Trigger in schema fpml-option-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Trigger">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Trigger point at which feature is effective.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="level" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The trigger level.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="levelPercentage" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The trigger level percentage.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:choice>
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Choice between either an explicit representation of Credit Events, or Credit Events defined elsewhere in the document.</xsd:documentation>
                </xsd:annotation>
                <xsd:element name="creditEvents" type="CreditEvents" />
                <xsd:element name="creditEventsReference" type="CreditEventsReference" />
            </xsd:choice>
        </xsd:choice>
        <xsd:element name="triggerType" type="TriggerTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Triggering condition.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="triggerTimeType" type="TriggerTimeTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The valuation time type of knock condition.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
level nsA:level (1) (1)
levelPercentage nsA:levelPercentage (1) (1)
creditEvents nsA:creditEvents (1) (1)
creditEventsReference nsA:creditEventsReference (1) (1)
triggerType nsA:triggerType 0 (1)
triggerTimeType nsA:triggerTimeType 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:trigger