Definition Type: ComplexType
Name: TimeDimension
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-riskdef-4-4.xsd
Abstract
Documentation:
The time dimensions of a term-structure. The user must supply either a tenor or a date or both.
Collapse XSD Schema Diagram:
Drilldown into tenor in schema fpml-riskdef-4-4_xsd Drilldown into date in schema fpml-riskdef-4-4_xsd Drilldown into tenor in schema fpml-riskdef-4-4_xsdXSD Diagram of TimeDimension in schema fpml-riskdef-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TimeDimension">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The time dimensions of a term-structure. The user must supply either a tenor or a date or both.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="tenor" type="Interval">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of time from the base date of the pricing input to the specified term point, e.g. 6M or 5Y.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="date" type="xsd:date">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The absolute date corresponding to this term point, for example January 3, 2005.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="tenor" type="Interval" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The amount of time from the base date of the pricing input to the specified term point, e.g. 6M or 5Y.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tenor fpml:tenor (1) (1)
date fpml:date (1) (1)
tenor fpml:tenor 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:expiration, fpml:term, fpml:term, fpml:term