<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>
|