Definition Type: ComplexType
Name: CommodityTrigger
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The barrier which, when breached, triggers the knock-in or knock-out of the barrier option.
Collapse XSD Schema Diagram:
Drilldown into triggerType in schema fpml-com-5-10_xsd3 Drilldown into levelPrice in schema fpml-com-5-10_xsd3 Drilldown into levelPercentage in schema fpml-com-5-10_xsd3 Drilldown into levelUnit in schema fpml-com-5-10_xsd3 Drilldown into levelQuantity in schema fpml-com-5-10_xsd3XSD Diagram of CommodityTrigger in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityTrigger">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The barrier which, when breached, triggers the knock-in or knock-out of the barrier option.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="levelQuantity" type="xsd:decimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The amount used the specify the barrier in terms of an quantity of commodity or a change in the quantity of commodity. In confirmations this is often described as the "Strike Volume" or "Strike Quantity".</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="levelUnit" type="QuantityUnit">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The units (e.g. BCF) used to specify the barrier in terms of an quantity of commodity or change in the quantity of commodity.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:element name="levelPercentage" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A barrier expressed as a percentage of notional quantity or commodity price level.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="levelPrice" type="FixedPrice">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A barrier expressed as a price level.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="triggerType" type="TriggerTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For barrier options: the specification of how an option will trigger or expire based on the position of the spot rate relative to the trigger level. For trades with selectable notionals: the specification of the conditions where one of the alternative notional values would apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
levelQuantity nsF:levelQuantity (1) (1)
levelUnit nsF:levelUnit (1) (1)
levelPercentage nsF:levelPercentage (1) (1)
levelPrice nsF:levelPrice (1) (1)
triggerType nsF:triggerType (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:trigger, nsF:trigger