Class TermDeposit

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.TermDeposit

public class TermDeposit extends Product
A class defining the content model for a term deposit product.

Java class for TermDeposit complex type.

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

 <complexType name="TermDeposit">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="maturityDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTenor.model" minOccurs="0"/>
         <element name="principal" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney"/>
         <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
         <element name="features" type="{http://www.fpml.org/FpML-5/confirmation}TermDepositFeatures" minOccurs="0"/>
         <element name="interest" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TermDeposit

      public TermDeposit()
  • 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
    • getStartDate

      public XMLGregorianCalendar getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setStartDate

      public void setStartDate(XMLGregorianCalendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getMaturityDate

      public XMLGregorianCalendar getMaturityDate()
      Gets the value of the maturityDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaturityDate

      public void setMaturityDate(XMLGregorianCalendar value)
      Sets the value of the maturityDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTenorName

      public FxTenorPeriodEnum getTenorName()
      Gets the value of the tenorName property.
      Returns:
      possible object is FxTenorPeriodEnum
    • setTenorName

      public void setTenorName(FxTenorPeriodEnum value)
      Sets the value of the tenorName property.
      Parameters:
      value - allowed object is FxTenorPeriodEnum
    • getTenorPeriod

      public Period getTenorPeriod()
      Gets the value of the tenorPeriod property.
      Returns:
      possible object is Period
    • setTenorPeriod

      public void setTenorPeriod(Period value)
      Sets the value of the tenorPeriod property.
      Parameters:
      value - allowed object is Period
    • getPrincipal

      public PositiveMoney getPrincipal()
      Gets the value of the principal property.
      Returns:
      possible object is PositiveMoney
    • setPrincipal

      public void setPrincipal(PositiveMoney value)
      Sets the value of the principal property.
      Parameters:
      value - allowed object is PositiveMoney
    • getFixedRate

      public BigDecimal getFixedRate()
      Gets the value of the fixedRate property.
      Returns:
      possible object is BigDecimal
    • setFixedRate

      public void setFixedRate(BigDecimal value)
      Sets the value of the fixedRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getDayCountFraction

      public DayCountFraction getDayCountFraction()
      Gets the value of the dayCountFraction property.
      Returns:
      possible object is DayCountFraction
    • setDayCountFraction

      public void setDayCountFraction(DayCountFraction value)
      Sets the value of the dayCountFraction property.
      Parameters:
      value - allowed object is DayCountFraction
    • getFeatures

      public TermDepositFeatures getFeatures()
      Gets the value of the features property.
      Returns:
      possible object is TermDepositFeatures
    • setFeatures

      public void setFeatures(TermDepositFeatures value)
      Sets the value of the features property.
      Parameters:
      value - allowed object is TermDepositFeatures
    • getInterest

      public Money getInterest()
      Gets the value of the interest property.
      Returns:
      possible object is Money
    • setInterest

      public void setInterest(Money value)
      Sets the value of the interest property.
      Parameters:
      value - allowed object is Money
    • getPayment

      public List<Payment> getPayment()
      Gets the value of the payment property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the payment property.

      For example, to add a new item, do as follows:

          getPayment().add(newItem);
       

      Objects of the following type(s) are allowed in the list Payment