Class FeaturePayment

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

public class FeaturePayment extends PaymentBase
Payment made following trigger occurence.

Java class for FeaturePayment complex type.

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

 <complexType name="FeaturePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <choice>
           <element name="levelPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
         </choice>
         <element name="time" type="{http://www.fpml.org/FpML-5/confirmation}TimeTypeEnum" minOccurs="0"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
         <element name="featurePaymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FeaturePayment

      public FeaturePayment()
  • 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
    • getLevelPercentage

      public BigDecimal getLevelPercentage()
      Gets the value of the levelPercentage property.
      Returns:
      possible object is BigDecimal
    • setLevelPercentage

      public void setLevelPercentage(BigDecimal value)
      Sets the value of the levelPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getAmount

      public BigDecimal getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is BigDecimal
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is BigDecimal
    • getTime

      public TimeTypeEnum getTime()
      Gets the value of the time property.
      Returns:
      possible object is TimeTypeEnum
    • setTime

      public void setTime(TimeTypeEnum value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is TimeTypeEnum
    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getFeaturePaymentDate

      public AdjustableOrRelativeDate getFeaturePaymentDate()
      Gets the value of the featurePaymentDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setFeaturePaymentDate

      public void setFeaturePaymentDate(AdjustableOrRelativeDate value)
      Sets the value of the featurePaymentDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate