XML Schema Documentation

Simple Type: ObligationCategoryEnum

[Table of contents]

Super-types: xsd:token < ObligationCategoryEnum (by restriction)
Sub-types: None
Name ObligationCategoryEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Payment'|'BorrowedMoney'|'ReferenceObligationsOnly'|'Bond'|'Loan'|'BondOrLoan'}
Documentation Used in both the obligations and deliverable obligations of the credit default swap to represent a class or type of securities which apply.
Diagram
Schema Component Representation
<xsd:simpleType name="ObligationCategoryEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Payment"/>
<xsd:enumeration value="BorrowedMoney"/>
<xsd:enumeration value="ReferenceObligationsOnly"/>
<xsd:enumeration value="Bond"/>
<xsd:enumeration value="Loan"/>
<xsd:enumeration value="BondOrLoan"/>
</xsd:restriction>
</xsd:simpleType>