Class Payment

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

public class Payment extends PaymentBase
A type for defining payments. In Transparency view, normally the payer and receiver party references are not used; however they may be provided if necessary for administrative activities such as Reporting Party Determination in FX.

Java class for Payment complex type.

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

 <complexType name="Payment">
   <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="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrAdjustedDate" minOccurs="0"/>
         <element name="paymentType" type="{http://www.fpml.org/FpML-5/confirmation}PaymentType" minOccurs="0"/>
         <element name="settlementInformation" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInformation" minOccurs="0"/>
         <element name="discountFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="presentValueAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Payment

      public Payment()
  • 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
    • 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 AdjustableOrAdjustedDate getPaymentDate()
      Gets the value of the paymentDate property.
      Returns:
      possible object is AdjustableOrAdjustedDate
    • setPaymentDate

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

      public PaymentType getPaymentType()
      Gets the value of the paymentType property.
      Returns:
      possible object is PaymentType
    • setPaymentType

      public void setPaymentType(PaymentType value)
      Sets the value of the paymentType property.
      Parameters:
      value - allowed object is PaymentType
    • getSettlementInformation

      public SettlementInformation getSettlementInformation()
      Gets the value of the settlementInformation property.
      Returns:
      possible object is SettlementInformation
    • setSettlementInformation

      public void setSettlementInformation(SettlementInformation value)
      Sets the value of the settlementInformation property.
      Parameters:
      value - allowed object is SettlementInformation
    • getDiscountFactor

      public BigDecimal getDiscountFactor()
      Gets the value of the discountFactor property.
      Returns:
      possible object is BigDecimal
    • setDiscountFactor

      public void setDiscountFactor(BigDecimal value)
      Sets the value of the discountFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getPresentValueAmount

      public Money getPresentValueAmount()
      Gets the value of the presentValueAmount property.
      Returns:
      possible object is Money
    • setPresentValueAmount

      public void setPresentValueAmount(Money value)
      Sets the value of the presentValueAmount property.
      Parameters:
      value - allowed object is Money
    • getHref

      public Object getHref()
      Gets the value of the href property.
      Returns:
      possible object is Object
    • setHref

      public void setHref(Object value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is Object