Definition Type: ComplexType
Name: CommodityDigital
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
Defined the conditions under which the digital option can triggers and, if triggered, what payment results.
Collapse XSD Schema Diagram:
Drilldown into featurePaymentAmount in schema fpml-com-5-10_xsd Drilldown into trigger in schema fpml-com-5-10_xsdXSD Diagram of CommodityDigital in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityDigital">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defined the conditions under which the digital option can triggers and, if triggered, what payment results.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="trigger" type="CommodityTrigger" />
        <xsd:element name="featurePaymentAmount" type="PositiveMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The cash payment that is made when the digital barrier is breached.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
trigger nsA:trigger (1) (1)
featurePaymentAmount nsA:featurePaymentAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:digital