XML Schema Documentation

Complex Type: CommodityPremium

[Table of contents]

Super-types: NonNegativePayment < CommodityPremium (by extension)
Sub-types: None
Name CommodityPremium
Used by (from the same schema document) Complex Type CommodityOption
Abstract no
Documentation The commodity option premium payable by the buyer to the seller.
XML Instance Representation
<...>
<payerPartyReference> PartyOrAccountReference </payerPartyReference> [1]

'A reference to the party responsible for making the payments defined by this structure.'

<receiverPartyReference> PartyOrAccountReference </receiverPartyReference> [1]

'A reference to the party that receives the payments corresponding to this structure.'

<paymentDate> AdjustableOrRelativeDate </paymentDate> [1]

'The payment date, which can be expressed as either an adjustable or relative date.'

<paymentAmount> NonNegativeMoney </paymentAmount> [1]

'Non negative payment amount.'

<premiumPerUnit> NonNegativeMoney </premiumPerUnit> [0..1]

'The currency amount of premium to be paid per Unit of the Total Notional Quantity.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityPremium">
<xsd:complexContent>
<xsd:extension base=" NonNegativePayment ">
<xsd:sequence>
<xsd:element name="premiumPerUnit" type=" NonNegativeMoney " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>