Definition Type: ComplexType
Name: TermCurve
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-mktenv-5-10.xsd
Abstract
Documentation:
A curve consisting only of values over a term. This is a restricted form of One Dimensional Structure.
Collapse XSD Schema Diagram:
Drilldown into point in schema fpml-mktenv-5-10_xsd2 Drilldown into extrapolationPermitted in schema fpml-mktenv-5-10_xsd2 Drilldown into interpolationMethod in schema fpml-mktenv-5-10_xsd2XSD Diagram of TermCurve in schema fpml-mktenv-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TermCurve">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A curve consisting only of values over a term. This is a restricted form of One Dimensional Structure.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="interpolationMethod" type="InterpolationMethod" minOccurs="0" />
        <xsd:element name="extrapolationPermitted" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="point" type="TermPoint" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interpolationMethod nsE:interpolationMethod 0 (1)
extrapolationPermitted nsE:extrapolationPermitted 0 (1)
point nsE:point 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:defaultProbabilities, nsE:discountFactorCurve, nsE:fxForwardCurve, nsE:fxForwardPointsCurve, nsE:rateCurve, nsE:rateCurve, nsE:recoveryRateCurve