Definition Type: ComplexType
Name: TermCurve
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.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-4-4_xsd Drilldown into extrapolationPermitted in schema fpml-mktenv-4-4_xsd Drilldown into interpolationMethod in schema fpml-mktenv-4-4_xsdXSD Diagram of TermCurve in schema fpml-mktenv-4-4_xsd (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" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interpolationMethod fpml:interpolationMethod 0 (1)
extrapolationPermitted fpml:extrapolationPermitted 0 (1)
point fpml:point (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:defaultProbabilities, fpml:discountFactorCurve, fpml:fxForwardCurve, fpml:fxForwardPointsCurve, fpml:rateCurve, fpml:rateCurve, fpml:recoveryRateCurve