Class FutureValueAmount


public class FutureValueAmount extends NonNegativeMoney
A type defining a currency amount as at a future value date.

Java class for FutureValueAmount complex type.

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

 <complexType name="FutureValueAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney">
       <sequence>
         <element name="calculationPeriodNumberOfDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="valueDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FutureValueAmount

      public FutureValueAmount()
  • Method Details

    • getCalculationPeriodNumberOfDays

      public BigInteger getCalculationPeriodNumberOfDays()
      Gets the value of the calculationPeriodNumberOfDays property.
      Returns:
      possible object is BigInteger
    • setCalculationPeriodNumberOfDays

      public void setCalculationPeriodNumberOfDays(BigInteger value)
      Sets the value of the calculationPeriodNumberOfDays property.
      Parameters:
      value - allowed object is BigInteger
    • getValueDate

      public XMLGregorianCalendar getValueDate()
      Gets the value of the valueDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setValueDate

      public void setValueDate(XMLGregorianCalendar value)
      Sets the value of the valueDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar