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>
 
  • Field Details

  • Constructor Details

    • EquityPremium

      public EquityPremium()
  • Method Details

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getPayerAccountReference

      public AccountReference getPayerAccountReference()
      Gets the value of the payerAccountReference property.
      Returns:
      possible object is AccountReference
    • setPayerAccountReference

      public void setPayerAccountReference(AccountReference value)
      Sets the value of the payerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getReceiverPartyReference

      public PartyReference getReceiverPartyReference()
      Gets the value of the receiverPartyReference property.
      Returns:
      possible object is PartyReference
    • setReceiverPartyReference

      public void setReceiverPartyReference(PartyReference value)
      Sets the value of the receiverPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getReceiverAccountReference

      public AccountReference getReceiverAccountReference()
      Gets the value of the receiverAccountReference property.
      Returns:
      possible object is AccountReference
    • setReceiverAccountReference

      public void setReceiverAccountReference(AccountReference value)
      Sets the value of the receiverAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getPremiumType

      public PremiumTypeEnum getPremiumType()
      Gets the value of the premiumType property.
      Returns:
      possible object is PremiumTypeEnum
    • setPremiumType

      public void setPremiumType(PremiumTypeEnum value)
      Sets the value of the premiumType property.
      Parameters:
      value - allowed object is PremiumTypeEnum
    • getPaymentAmount

      public NonNegativeMoney getPaymentAmount()
      Gets the value of the paymentAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setPaymentAmount

      public void setPaymentAmount(NonNegativeMoney value)
      Sets the value of the paymentAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getPaymentDate

      public AdjustableDate getPaymentDate()
      Gets the value of the paymentDate property.
      Returns:
      possible object is AdjustableDate
    • setPaymentDate

      public void setPaymentDate(AdjustableDate value)
      Sets the value of the paymentDate property.
      Parameters:
      value - allowed object is AdjustableDate
    • isSwapPremium

      public Boolean isSwapPremium()
      Gets the value of the swapPremium property.
      Returns:
      possible object is Boolean
    • setSwapPremium

      public void setSwapPremium(Boolean value)
      Sets the value of the swapPremium property.
      Parameters:
      value - allowed object is Boolean
    • getPricePerOption

      public NonNegativeMoney getPricePerOption()
      Gets the value of the pricePerOption property.
      Returns:
      possible object is NonNegativeMoney
    • setPricePerOption

      public void setPricePerOption(NonNegativeMoney value)
      Sets the value of the pricePerOption property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getPercentageOfNotional

      public BigDecimal getPercentageOfNotional()
      Gets the value of the percentageOfNotional property.
      Returns:
      possible object is BigDecimal
    • setPercentageOfNotional

      public void setPercentageOfNotional(BigDecimal value)
      Sets the value of the percentageOfNotional property.
      Parameters:
      value - allowed object is BigDecimal