Definition Type: ComplexType
Name: CommodityDigital
Namespace: http://www.fpml.org/FpML-5/recordkeeping
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_xsd1 Drilldown into trigger in schema fpml-com-5-10_xsd1XSD Diagram of CommodityDigital in schema fpml-com-5-10_xsd1 (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" minOccurs="0" />
        <xsd:element name="featurePaymentAmount" type="PositiveMoney" minOccurs="0">
            <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 nsD:trigger 0 (1)
featurePaymentAmount nsD:featurePaymentAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:digital