Class FutureValueAmount

java.lang.Object

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>