XML Schema Documentation

Complex Type: FutureValueAmount

[Table of contents]

Super-types: MoneyBase < NonNegativeMoney (by extension) < FutureValueAmount (by extension)
Sub-types: None
Name FutureValueAmount
Abstract no
Documentation A type defining a currency amount as at a future value date.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<amount> NonNegativeDecimal </amount> [1]

'The non negative monetary quantity in currency units.'

<calculationPeriodNumberOfDays> xsd:positiveInteger </calculationPeriodNumberOfDays> [1]

'The number of days from the adjusted calculation period start date to the adjusted value date, calculated in accordance with the applicable day count fraction.'

<valueDate> xsd:date </valueDate> [1]

'Adjusted value date of the future value amount.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FutureValueAmount">
<xsd:complexContent>
<xsd:extension base=" NonNegativeMoney ">
<xsd:sequence>
<xsd:element name="calculationPeriodNumberOfDays" type=" xsd:positiveInteger "/>
<xsd:element name="valueDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>