Class EquityPremium

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.EquityPremium

public class EquityPremium extends PaymentBase
A type used to describe the amount paid for an equity option.

Java class for EquityPremium complex type.

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

 <complexType name="EquityPremium">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="premiumType" type="{http://www.fpml.org/FpML-5/confirmation}PremiumTypeEnum" minOccurs="0"/>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate" minOccurs="0"/>
         <element name="swapPremium" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="pricePerOption" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="percentageOfNotional" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>