Class CommodityPremium

java.lang.Object

public class CommodityPremium extends NonNegativePayment
The commodity option premium payable by the buyer to the seller.

Java class for CommodityPremium complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommodityPremium">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativePayment">
       <sequence>
         <element name="premiumPerUnit" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>