<xsd:complexType name="ZeroRateCurve">
<xsd:annotation>
<xsd:documentation xml:lang="en">A curve used to model a set of zero-coupon interest rates.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="compoundingFrequency" type="CompoundingFrequency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The frequency at which the rates are compounded (e.g. continuously compounded).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rateCurve" type="TermCurve">
<xsd:annotation>
<xsd:documentation xml:lang="en">The curve of zero-coupon values.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|