Definition Type: ComplexType
Name: CommodityPremium
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:NonNegativePayment
Containing Schema: fpml-com-4-5.xsd
Abstract
Documentation:
The commodity option premium payable by the buyer to the seller.
Collapse XSD Schema Diagram:
Drilldown into premiumPerUnit in schema fpml-com-4-5_xsd Drilldown into paymentAmount in schema fpml-shared-4-5_xsd Drilldown into paymentDate in schema fpml-shared-4-5_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-5_xsd Drilldown into payerPartyReference in schema fpml-shared-4-5_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-5_xsd Drilldown into PaymentBase in schema fpml-shared-4-5_xsd Drilldown into NonNegativePayment in schema fpml-shared-4-5_xsdXSD Diagram of CommodityPremium in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityPremium">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The commodity option premium payable by the buyer to the seller.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NonNegativePayment">
            <xsd:sequence>
                <xsd:element name="premiumPerUnit" type="NonNegativeMoney" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The currency amount of premium to be paid per Unit of the Total Notional Quantity.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
paymentDate fpml:paymentDate (1) (1)
paymentAmount fpml:paymentAmount (1) (1)
premiumPerUnit fpml:premiumPerUnit 0 (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:premium