Class FutureValueAmount
java.lang.Object
net.finmath.smartcontract.product.xml.MoneyBase
net.finmath.smartcontract.product.xml.NonNegativeMoney
net.finmath.smartcontract.product.xml.FutureValueAmount
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 Summary
Fields inherited from class net.finmath.smartcontract.product.xml.NonNegativeMoney
amount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationPeriodNumberOfDays property.Gets the value of the valueDate property.void
Sets the value of the calculationPeriodNumberOfDays property.void
setValueDate
(XMLGregorianCalendar value) Sets the value of the valueDate property.Methods inherited from class net.finmath.smartcontract.product.xml.NonNegativeMoney
getAmount, setAmount
Methods inherited from class net.finmath.smartcontract.product.xml.MoneyBase
getCurrency, getId, setCurrency, setId
-
Field Details
-
calculationPeriodNumberOfDays
-
valueDate
-
-
Constructor Details
-
FutureValueAmount
public FutureValueAmount()
-
-
Method Details
-
getCalculationPeriodNumberOfDays
Gets the value of the calculationPeriodNumberOfDays property.- Returns:
- possible object is
BigInteger
-
setCalculationPeriodNumberOfDays
Sets the value of the calculationPeriodNumberOfDays property.- Parameters:
value
- allowed object isBigInteger
-
getValueDate
Gets the value of the valueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValueDate
Sets the value of the valueDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-