Definition Type: Group
Name: RecoveryRate.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.xsd
Documentation:
The model of the recovery rate (single value or curve).
Collapse XSD Schema Diagram:
Drilldown into recoveryRateCurve in schema fpml-mktenv-4-4_xsd Drilldown into recoveryRate in schema fpml-mktenv-4-4_xsdXSD Diagram of RecoveryRate.model in schema fpml-mktenv-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="RecoveryRate.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The model of the recovery rate (single value or curve).</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="recoveryRate" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A single recovery rate, to be used for all terms.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="recoveryRateCurve" type="TermCurve">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A curve of recovery rates, allowing different terms to have different recovery rates.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
recoveryRate fpml:recoveryRate (1) (1)
recoveryRateCurve fpml:recoveryRateCurve (1) (1)