<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="FpML.CodeList.genericode.css"?>
<gcl:CodeList xmlns:gcl="http://docs.oasis-open.org/codelist/ns/genericode/1.0/" xmlns:doc="http://www.fpml.org/coding-scheme/documentation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://docs.oasis-open.org/codelist/ns/genericode/1.0/ genericode.xsd">
   <Annotation>
      <Description>
         <doc:definition>A structure used to uniquely identify a loan covenant obligation category type (e.g. affirmative, negative, or financial) based on a scheme.</doc:definition>
         <doc:publicationDate>2021-06-25</doc:publicationDate>
         <doc:status>working-draft</doc:status>
      </Description>
   </Annotation>
   <Identification>
      <ShortName>loanCovenantObligationCategoryTypeScheme</ShortName>
      <Version/>
      <CanonicalUri>http://www.fpml.org/coding-scheme/loan-covenant-obligation-category-type</CanonicalUri>
      <CanonicalVersionUri>http://www.fpml.org/coding-scheme/loan-covenant-obligation-category-type-1-0</CanonicalVersionUri>
      <LocationUri>http://www.fpml.org/coding-scheme/loan-covenant-obligation-category-type-1-0.xml</LocationUri>
   </Identification>
   <ColumnSet>
      <Column Id="Code" Use="required">
         <ShortName>Code</ShortName>
         <Data Type="token">
            <Parameter ShortName="maxLength">63</Parameter>
         </Data>
      </Column>
      <Column Id="Source" Use="optional">
         <ShortName>Source</ShortName>
         <Data Type="string"/>
      </Column>
      <Column Id="Description" Use="optional">
         <ShortName>Description</ShortName>
         <Data Type="string"/>
      </Column>
      <Key Id="PrimaryKey">
         <ShortName>key</ShortName>
         <ColumnRef Ref="Code"/>
      </Key>
   </ColumnSet>
   <SimpleCodeList>
      <Row>
         <Value>
            <SimpleValue>Affirmative</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>A covenant requiring a borrower/issuer to affirmatively perform an action or maintain a specified condition.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>Financial</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>A covenant based on a borrower's/issuer's financial performance.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>Negative</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>A covenant forbidding a borrower/issuer from performing a certain action or creating a specified condition.</SimpleValue>
         </Value>
      </Row>
   </SimpleCodeList>
</gcl:CodeList>