<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>
|