Definition Type: ComplexType
Name: CommodityBarrier
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The specification of how a barrier option will trigger (that is, knock-in or knock-out) or expire based on the position of the spot rate relative to trigger level.
Collapse XSD Schema Diagram:
Drilldown into trigger in schema fpml-com-5-10_xsd3 Drilldown into featurePaymentAmount in schema fpml-com-5-10_xsd3 Drilldown into knock in schema fpml-com-5-10_xsd3XSD Diagram of CommodityBarrier in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityBarrier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The specification of how a barrier option will trigger (that is, knock-in or knock-out) or expire based on the position of the spot rate relative to trigger level.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:sequence>
            <xsd:element name="knock" type="CommodityKnockEnum">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The knock feature of a commodity barrier option.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="featurePaymentAmount" type="PositiveMoney" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">In the case of barrier options where the option automatically expires and the barrier is breached in such a way to to result in a "knock-out" vent, this amount is paid to the the option holder so as to refund or rebate a portion of any premium paid.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="trigger" type="CommodityTrigger" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
knock nsF:knock (1) (1)
featurePaymentAmount nsF:featurePaymentAmount 0 (1)
trigger nsF:trigger (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:barrier