<?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>Option Exercise Style.</doc:definition>
         <doc:publicationDate>2015-10-16</doc:publicationDate>
      </Description>
   </Annotation>
   <Identification>
      <ShortName>exerciseStyleScheme</ShortName>
      <Version>1-1</Version>
      <CanonicalUri>http://www.fpml.org/coding-scheme/generic-exercise-style</CanonicalUri>
      <CanonicalVersionUri>http://www.fpml.org/coding-scheme/generic-exercise-style-1-1</CanonicalVersionUri>
      <LocationUri>http://www.fpml.org/coding-scheme/generic-exercise-style-1-1.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>American</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>Option can be exercised on any date between a commencement date and an expiration date.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>Bermuda</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>Option can be exercised on a specific set of exercise dates.</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value>
            <SimpleValue>European</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>FpML</SimpleValue>
         </Value>
         <Value>
            <SimpleValue>Option can be exercised once on a specified expiration date.</SimpleValue>
         </Value>
      </Row>
   </SimpleCodeList>
</gcl:CodeList>