Definition Type: ComplexType
Name: FutureValueAmount
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:NonNegativeMoney
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a currency amount as at a future value date.
Collapse XSD Schema Diagram:
Drilldown into valueDate in schema fpml-shared-5-10_xsd Drilldown into calculationPeriodNumberOfDays in schema fpml-shared-5-10_xsd Drilldown into amount in schema fpml-shared-5-10_xsd Drilldown into currency in schema fpml-shared-5-10_xsd Drilldown into id in schema fpml-shared-5-10_xsd Drilldown into MoneyBase in schema fpml-shared-5-10_xsd Drilldown into NonNegativeMoney in schema fpml-shared-5-10_xsdXSD Diagram of FutureValueAmount in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FutureValueAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a currency amount as at a future value date.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NonNegativeMoney">
            <xsd:sequence>
                <xsd:element name="calculationPeriodNumberOfDays" type="xsd:positiveInteger">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">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.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="valueDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Adjusted value date of the future value amount.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
amount nsA:amount (1) (1)
calculationPeriodNumberOfDays nsA:calculationPeriodNumberOfDays (1) (1)
valueDate nsA:valueDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:futureValueNotional