<xsd:group name="CreditCurveCharacteristics.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The set of characterstics that describe the outputs of a credit curve.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="CreditEntity.model" />
<xsd:element name="creditEvents" type="CreditEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The material credit event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="seniority" type="CreditSeniority">
<xsd:annotation>
<xsd:documentation xml:lang="en">The level of seniority of the deliverable obligation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="secured" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Whether the deliverable obligation is secured or unsecured.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency of denomination of the deliverable obligation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="obligations" type="Obligations" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The underlying obligations of the reference entity on which you are buying or selling protection</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="deliverableObligations" type="DeliverableObligations" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">What sort of obligation may be delivered in the event of the credit event. ISDA 2003 Term: Obligation Category/Deliverable Obligation Category</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|