Schema cftc-forms.xsd


schema location cftc-forms.xsd
attributeFormDefault unqualified
elementFormDefault unqualified
 
Elements 
cftcBatch 
newUserInfo 


schema location cftc-shared.xsd
attributeFormDefault unqualified
elementFormDefault unqualified
targetNamespace http://cftc.gov.us/cftc-shared
 
Elements  Complex types  Simple types  Attr. groups 
cftcForm102  cftcForm102Type  accountCategory_t  addressGroup_t 
cftcForm40  cftcForm40Type  accountClass_t  communictionGroup_t 
cftcForm71  cftcForm71Type  accountName_t  employerGroup_t 
cftcHeaderType  accountNumber_t  nameGroup_t 
contactType  accountShortCode_t  pocGroup_t 
newUserRequestType  acknowledgeDefinitions_t  relatedAccountRolesGroup_t 
pairedSwapOrSwaptionActivityType  additionalEmails_t  relatedEntityConditionsGroup_t 
relatedAccountType  addressSubtype_t  relatedEntityRolesGroup_t 
relatedContactForm40Type  addressType_t 
relatedContactType  adjacentParentIdentifier_t 
relatedEntityType  adjacentParentIdentifierType_t 
adjacentParentName_t 
adjacentSubsidiaryIdentifier_t 
adjacentSubsidiaryIdentifierType_t 
adjacentSubsidiaryName_t 
applicationDomain_t 
applicationName_t 
applicationSubdomain_t 
businessDate_t 
businessPurpose_t 
businessSector_t 
businessSubSector_t 
city_t 
clientReportingIssue_t 
commodity_t 
commodityForm40Business_t 
commodityGroup_t 
commodityIndexExposure_t 
country_t 
description_t 
email_t 
employerName_t 
entityType_t 
firstName_t 
followOnInformationToCome_t 
foreignPrivacyException_t 
formCount_t 
formNumber_t 
generation_t 
informationType_t 
initiatedCommodityIndexTrading_t 
isAffiliate_t 
isAlternateTradeControl_t 
isAuthorizedRepresentative_t 
isCM_t 
isCommodityIndexTrader_t 
isCommodityIndexTraderInvestor_t 
isCommodityIndexTraderManager_t 
isCommodityPool_t 
isCommodityPoolOperator_t 
isCommodityPoolParticipant_t 
isController_t 
isCounterparty_t 
isDerivativesPOC_t 
isFB_t 
isFCM_t 
isForeignAffiliated_t 
isForeignEntity_t 
isFormInformationPOC_t 
isOmnibus_t 
isOriginator_t 
isOther_t 
isOtherAgreement_t 
isOtherInfluence_t 
isOwner_t 
isParent_t 
isPercent_10_t 
isPercent_25_t 
isPrimary_t 
isPrincipal_t 
isReportable_t 
isReportingFirm_t 
isRiskManagementPOC_t 
isSameAsReporter_t 
isSigned_t 
isSpecialAccount_t 
isSubsidiary_t 
isSwap_t 
isSwapDealer_t 
isSwapParticipant_t 
isSwaption_t 
isTradeControlFor_t 
isTradesAllocated_t 
isTradingAccount_t 
lastName_t 
legalEntityIdentifier_t 
legalEntityName_t 
marketIdentifier_t 
middleName_t 
nameSuffix_t 
NFAIdentifier_t 
omnibusType_t 
onBehalfOf_t 
optionalOrSuppFieldsSeparatelyReported_t 
organizationType_t 
originalFormNumber_t 
originReason_t 
otherDescription_t 
postalCode_t 
publicIdentifier_t 
reasonForRequest_t 
relationship_t 
relationToOwner_t 
reportingIdentifier_t 
routingFileName_t 
sentBy_t 
sentDate_t 
state_t 
street_t 
submitDate_t 
suite_t 
telephone_t 
titleOrPosition_t 
toWhatDegree_t 
website_t 


element cftcBatch
diagram cftc-forms_diagrams/cftc-forms_p1.png
properties
content complex
children cftcHeader cftcForm40 cftcForm71 cftcForm102
annotation
documentation
CFTC Batch file specification
source <xs:element name="cftcBatch">
 
<xs:annotation>
   
<xs:documentation>CFTC Batch file specification</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="cftcHeader" type="cs:cftcHeaderType">
       
<xs:annotation>
         
<xs:documentation>CFTC SFTP file identification and routing information</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="cftcForm40" type="cs:cftcForm40Type" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>CFTC Form 40 - Statement of Reporting Trader</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="cftcForm71" type="cs:cftcForm71Type" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>CFTC Form 71 - Identification of Omnibus Accounts and Sub-Accounts</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="cftcForm102" type="cs:cftcForm102Type" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>CFTC Form 102 - Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element cftcBatch/cftcHeader
diagram cftc-forms_diagrams/cftc-forms_p2.png
type cs:cftcHeaderType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
sentBy  cs:sentBy_t  required      
documentation
CFTC-issued Reporting Firm Identifier.
sentDate  cs:sentDate_t  required      
documentation
Reporting date.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
On-behalf-of CFTC-issued Reporting Firm Identifier.
email  cs:email_t  required      
documentation
The reporting POC eMail address for trouble reports.
formCount  cs:formCount_t  required      
documentation
Total number of enclosed forms.
routingFileName  cs:routingFileName_t  optional      
documentation
OCR ePortal-issued data routing file name.
annotation
documentation
CFTC SFTP file identification and routing information
source <xs:element name="cftcHeader" type="cs:cftcHeaderType">
 
<xs:annotation>
   
<xs:documentation>CFTC SFTP file identification and routing information</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcBatch/cftcForm40
diagram cftc-forms_diagrams/cftc-forms_p3.png
type cs:cftcForm40Type
properties
minOcc 0
maxOcc unbounded
content complex
children contact relatedEntity omnibusAcctCarrier foreignAffiliation foreignLegalRegime natureOfBusiness
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 40.
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
acknowledgeDefinitions  cs:acknowledgeDefinitions_t  required      
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
publicIdentifier  cs:publicIdentifier_t  required      
documentation
Identifier assigned to trader by CFTC
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
isForeignAffiliated  cs:isForeignAffiliated_t  required      
documentation
Indication entity is a foreign affiliated; default =  N.
isForeignEntity  cs:isForeignEntity_t  required      
documentation
Indication entity is a foreign based; default =  N.
isCommodityPool  cs:isCommodityPool_t  required      
documentation
Indication entity is a commodity pool; default =  N.
isCommodityPoolOperator  cs:isCommodityPoolOperator_t  required      
documentation
Indication entity is a commodity pool operator; default =  N.
initiatedCommodityIndexTrading  cs:initiatedCommodityIndexTrading_t        
documentation
Date CIT activities began.
isCommodityIndexTrader_investor  cs:isCommodityIndexTraderInvestor_t  required      
documentation
Indication entity is a commodity index trader/investor; default =  N.
isCommodityIndexTrader_manager  cs:isCommodityIndexTraderManager_t  required      
documentation
Indication entity is a commodity index trader/manager; default =  N.
commodityIndexExposure  cs:commodityIndexExposure_t  optional      
documentation
Nature of exposure to Commodity Index Trading (L=Long, S=Short).
isSwapDealer  cs:isSwapDealer_t  required      
documentation
Indication entity is a swap dealer; default =  N.
isSwapParticipant  cs:isSwapParticipant_t  required      
documentation
Indication entity is a swap departicipant; default =  N.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 40 - Statement of Reporting Trader
source <xs:element name="cftcForm40" type="cs:cftcForm40Type" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 40 - Statement of Reporting Trader</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcBatch/cftcForm71
diagram cftc-forms_diagrams/cftc-forms_p4.png
type cs:cftcForm71Type
properties
minOcc 0
maxOcc unbounded
content complex
children acctInfo contact relatedAccount
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 71
originalFormNumber  cs:originalFormNumber_t  required      
documentation
Indicate source of information; prior CFTC Fm 102 (102) or CFTC Fm 71 (71).
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
acknowledgeDefinitions  cs:acknowledgeDefinitions_t  required      
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isOriginator  cs:isOriginator_t  required      
documentation
Indication entity is originator; default =  N.
accountCategory  cs:accountCategory_t  required      
documentation
Indicate account type as special account (SA), volume threshold account (VT),  consolidated account (CA) or reportable subaccount (RS).
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the reporting entity to uniquely identify the account.
accountClass  cs:accountClass_t        
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the account is an omnibus account; default = N.
businessDate  cs:businessDate_t  optional      
documentation
Date trades allocated to the account.
isTradesAllocated  cs:isTradesAllocated_t  required      
documentation
Indication the account has trades allocated; default = N.
isReportable  cs:isReportable_t  required      
documentation
Indication the account is reportable; default = N.
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
reportingIdentifier  cs:reportingIdentifier_t  optional      
documentation
Entity CFTC-issued reporting ID.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Etity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 71 - Identification of Omnibus Accounts and Sub-Accounts
source <xs:element name="cftcForm71" type="cs:cftcForm71Type" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 71 - Identification of Omnibus Accounts and Sub-Accounts</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcBatch/cftcForm102
diagram cftc-forms_diagrams/cftc-forms_p5.png
type cs:cftcForm102Type
properties
minOcc 0
maxOcc unbounded
content complex
children contact relatedEntity relatedAccount relatedAcctInfo pairedSwapOrSwaptionActivity
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 102
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N) or modified (M) submission; default = N.
followOnInformationToCome  cs:followOnInformationToCome_t  required      
documentation
Indication that follow-on information will be submitted under sec 17.02; may only select 'Y' for 102A/102B; for 102S = N; default = N.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
originReason  cs:originReason_t        
documentation
Indicate account submission reason as control (CC), ownership and control (OC),  omnibus (OM) or owner-originator (OO).
accountCategory  cs:accountCategory_t  required      
documentation
Indicate account type as special account (SA) [Fm 102A], volume threshold account (VT) [Fm 102B], consolidated account (CA) [Fm 102S] or Reportable Sub-Account (RS) [Fm 71].
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the reporting entity to uniquely identify the account.
accountName  cs:accountName_t  optional      
documentation
The name used by the reporting entity to uniquely identify the account.
accountClass  cs:accountClass_t  optional      
documentation
Indicates whether the account belongs to the house (H) or a customer (C); default=H.
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the reported account is an omnibus account; default = N.
isSpecialAccount  cs:isSpecialAccount_t  required      
documentation
Indication the reported account is a special account; default = N.
entityType  cs:entityType_t  required      
documentation
Indication the reporting entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Reporting entity legal entity name.
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
website  cs:website_t  optional      
documentation
Website URL.
reportingIdentifier  cs:reportingIdentifier_t  required      
documentation
Reporting entity CFTC-issued reporting ID.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
NFA-issued identifier.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
CICI/LEI issued identifier.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is a Futures Commission Merchant; default =  N.
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isFB  cs:isFB_t  required      
documentation
Indication entity is a Foreign Broker; default =  N.
isSwapDealer  cs:isSwapDealer_t  required      
documentation
Indication entity is a Swap Dealer; default =  N.
isOther  cs:isOther_t  required      
documentation
Indication entity selected type Other; default =  N.
otherDescription  cs:otherDescription_t  optional      
documentation
Other type description; conditionally required for isOther = Y.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  required      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 102 - Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts
source <xs:element name="cftcForm102" type="cs:cftcForm102Type" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 102 - Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts</xs:documentation>
 
</xs:annotation>
</xs:element>

element newUserInfo
diagram cftc-forms_diagrams/cftc-forms_p6.png
properties
content complex
children newUserRequest
annotation
documentation
OCR Portal new user information.
source <xs:element name="newUserInfo">
 
<xs:annotation>
   
<xs:documentation>OCR Portal new user information.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="newUserRequest" type="cs:newUserRequestType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element newUserInfo/newUserRequest
diagram cftc-forms_diagrams/cftc-forms_p7.png
type cs:newUserRequestType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
firstName  cs:firstName_t  required      
documentation
Natural person first name.
lastName  cs:lastName_t  required      
documentation
Natural person last name.
telephone  cs:telephone_t  required      
documentation
The telephone number including dialing prefixes and area codes, without separators.
email  cs:email_t  required      
documentation
Internet electronic mail address.
organizationType  cs:organizationType_t  required      
documentation
Type of reporting organization.
reasonForRequest  cs:reasonForRequest_t  required      
documentation
Reason for submitting user request.
legalEntityName  cs:legalEntityName_t  required      
documentation
Legal entity name.
reportingIdentifier  cs:reportingIdentifier_t  required      
documentation
CFTC-issued reporting identifier.
additionalEmails  cs:additionalEmails_t  optional      
documentation
Additonal semicolon delimited internet electronic mail addresses,
source <xs:element name="newUserRequest" type="cs:newUserRequestType" maxOccurs="unbounded"/>

element cftcForm102
diagram cftc-forms_diagrams/cftc-forms_p8.png
namespace http://cftc.gov.us/cftc-shared
type cs:cftcForm102Type
properties
content complex
children contact relatedEntity relatedAccount relatedAcctInfo pairedSwapOrSwaptionActivity
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 102
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N) or modified (M) submission; default = N.
followOnInformationToCome  cs:followOnInformationToCome_t  required      
documentation
Indication that follow-on information will be submitted under sec 17.02; may only select 'Y' for 102A/102B; for 102S = N; default = N.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
originReason  cs:originReason_t        
documentation
Indicate account submission reason as control (CC), ownership and control (OC),  omnibus (OM) or owner-originator (OO).
accountCategory  cs:accountCategory_t  required      
documentation
Indicate account type as special account (SA) [Fm 102A], volume threshold account (VT) [Fm 102B], consolidated account (CA) [Fm 102S] or Reportable Sub-Account (RS) [Fm 71].
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the reporting entity to uniquely identify the account.
accountName  cs:accountName_t  optional      
documentation
The name used by the reporting entity to uniquely identify the account.
accountClass  cs:accountClass_t  optional      
documentation
Indicates whether the account belongs to the house (H) or a customer (C); default=H.
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the reported account is an omnibus account; default = N.
isSpecialAccount  cs:isSpecialAccount_t  required      
documentation
Indication the reported account is a special account; default = N.
entityType  cs:entityType_t  required      
documentation
Indication the reporting entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Reporting entity legal entity name.
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
website  cs:website_t  optional      
documentation
Website URL.
reportingIdentifier  cs:reportingIdentifier_t  required      
documentation
Reporting entity CFTC-issued reporting ID.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
NFA-issued identifier.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
CICI/LEI issued identifier.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is a Futures Commission Merchant; default =  N.
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isFB  cs:isFB_t  required      
documentation
Indication entity is a Foreign Broker; default =  N.
isSwapDealer  cs:isSwapDealer_t  required      
documentation
Indication entity is a Swap Dealer; default =  N.
isOther  cs:isOther_t  required      
documentation
Indication entity selected type Other; default =  N.
otherDescription  cs:otherDescription_t  optional      
documentation
Other type description; conditionally required for isOther = Y.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  required      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 102 - Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts
source <xs:element name="cftcForm102" type="cs:cftcForm102Type">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 102 - Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm40
diagram cftc-forms_diagrams/cftc-forms_p9.png
namespace http://cftc.gov.us/cftc-shared
type cs:cftcForm40Type
properties
content complex
children contact relatedEntity omnibusAcctCarrier foreignAffiliation foreignLegalRegime natureOfBusiness
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 40.
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
acknowledgeDefinitions  cs:acknowledgeDefinitions_t  required      
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
publicIdentifier  cs:publicIdentifier_t  required      
documentation
Identifier assigned to trader by CFTC
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
isForeignAffiliated  cs:isForeignAffiliated_t  required      
documentation
Indication entity is a foreign affiliated; default =  N.
isForeignEntity  cs:isForeignEntity_t  required      
documentation
Indication entity is a foreign based; default =  N.
isCommodityPool  cs:isCommodityPool_t  required      
documentation
Indication entity is a commodity pool; default =  N.
isCommodityPoolOperator  cs:isCommodityPoolOperator_t  required      
documentation
Indication entity is a commodity pool operator; default =  N.
initiatedCommodityIndexTrading  cs:initiatedCommodityIndexTrading_t        
documentation
Date CIT activities began.
isCommodityIndexTrader_investor  cs:isCommodityIndexTraderInvestor_t  required      
documentation
Indication entity is a commodity index trader/investor; default =  N.
isCommodityIndexTrader_manager  cs:isCommodityIndexTraderManager_t  required      
documentation
Indication entity is a commodity index trader/manager; default =  N.
commodityIndexExposure  cs:commodityIndexExposure_t  optional      
documentation
Nature of exposure to Commodity Index Trading (L=Long, S=Short).
isSwapDealer  cs:isSwapDealer_t  required      
documentation
Indication entity is a swap dealer; default =  N.
isSwapParticipant  cs:isSwapParticipant_t  required      
documentation
Indication entity is a swap departicipant; default =  N.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 40 - Statement of Reporting Trader
source <xs:element name="cftcForm40" type="cs:cftcForm40Type">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 40 - Statement of Reporting Trader</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm71
diagram cftc-forms_diagrams/cftc-forms_p10.png
namespace http://cftc.gov.us/cftc-shared
type cs:cftcForm71Type
properties
content complex
children acctInfo contact relatedAccount
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 71
originalFormNumber  cs:originalFormNumber_t  required      
documentation
Indicate source of information; prior CFTC Fm 102 (102) or CFTC Fm 71 (71).
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
acknowledgeDefinitions  cs:acknowledgeDefinitions_t  required      
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isOriginator  cs:isOriginator_t  required      
documentation
Indication entity is originator; default =  N.
accountCategory  cs:accountCategory_t  required      
documentation
Indicate account type as special account (SA), volume threshold account (VT),  consolidated account (CA) or reportable subaccount (RS).
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the reporting entity to uniquely identify the account.
accountClass  cs:accountClass_t        
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the account is an omnibus account; default = N.
businessDate  cs:businessDate_t  optional      
documentation
Date trades allocated to the account.
isTradesAllocated  cs:isTradesAllocated_t  required      
documentation
Indication the account has trades allocated; default = N.
isReportable  cs:isReportable_t  required      
documentation
Indication the account is reportable; default = N.
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
reportingIdentifier  cs:reportingIdentifier_t  optional      
documentation
Entity CFTC-issued reporting ID.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Etity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 71 - Identification of Omnibus Accounts and Sub-Accounts
source <xs:element name="cftcForm71" type="cs:cftcForm71Type">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 71 - Identification of Omnibus Accounts and Sub-Accounts</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType cftcForm102Type
diagram cftc-forms_diagrams/cftc-forms_p11.png
namespace http://cftc.gov.us/cftc-shared
children contact relatedEntity relatedAccount relatedAcctInfo pairedSwapOrSwaptionActivity
used by
elements cftcBatch/cftcForm102 cftcForm102
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 102
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N) or modified (M) submission; default = N.
followOnInformationToCome  cs:followOnInformationToCome_t  required      
documentation
Indication that follow-on information will be submitted under sec 17.02; may only select 'Y' for 102A/102B; for 102S = N; default = N.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
originReason  cs:originReason_t        
documentation
Indicate account submission reason as control (CC), ownership and control (OC),  omnibus (OM) or owner-originator (OO).
accountCategory  cs:accountCategory_t  required      
documentation
Indicate account type as special account (SA) [Fm 102A], volume threshold account (VT) [Fm 102B], consolidated account (CA) [Fm 102S] or Reportable Sub-Account (RS) [Fm 71].
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the reporting entity to uniquely identify the account.
accountName  cs:accountName_t  optional      
documentation
The name used by the reporting entity to uniquely identify the account.
accountClass  cs:accountClass_t  optional      
documentation
Indicates whether the account belongs to the house (H) or a customer (C); default=H.
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the reported account is an omnibus account; default = N.
isSpecialAccount  cs:isSpecialAccount_t  required      
documentation
Indication the reported account is a special account; default = N.
entityType  cs:entityType_t  required      
documentation
Indication the reporting entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Reporting entity legal entity name.
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
website  cs:website_t  optional      
documentation
Website URL.
reportingIdentifier  cs:reportingIdentifier_t  required      
documentation
Reporting entity CFTC-issued reporting ID.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
NFA-issued identifier.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
CICI/LEI issued identifier.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is a Futures Commission Merchant; default =  N.
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isFB  cs:isFB_t  required      
documentation
Indication entity is a Foreign Broker; default =  N.
isSwapDealer  cs:isSwapDealer_t  required      
documentation
Indication entity is a Swap Dealer; default =  N.
isOther  cs:isOther_t  required      
documentation
Indication entity selected type Other; default =  N.
otherDescription  cs:otherDescription_t  optional      
documentation
Other type description; conditionally required for isOther = Y.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  required      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 102 type specification.
source <xs:complexType name="cftcForm102Type">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 102 type specification.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="contact" type="cs:contactType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Related natural person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relatedEntity" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A legal entity or natural person related to the account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="cs:relatedEntityType">
           
<xs:sequence>
             
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
               
<xs:annotation>
                 
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
               
</xs:annotation>
             
</xs:element>
           
</xs:sequence>
           
<xs:attributeGroup ref="cs:relatedAccountRolesGroup_t"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<!-- Modified relatedAccount by extending it to include a pairedSwapOrSwaptionActivity element -->
   
<xs:element name="relatedAccount" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>An account related to the reported account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="cs:relatedAccountType">
           
<xs:sequence>
             
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
               
<xs:annotation>
                 
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
               
</xs:annotation>
             
</xs:element>
           
</xs:sequence>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="relatedAcctInfo" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Additional information related to the account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
         
<xs:annotation>
           
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="formNumber" type="cs:formNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Default = 102</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="informationType" type="cs:informationType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication that the form is a  new (N) or modified (M) submission; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="followOnInformationToCome" type="cs:followOnInformationToCome_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication that follow-on information will be submitted under sec 17.02; may only select 'Y' for 102A/102B; for 102S = N; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="optionalOrSuppFieldsSeparatelyReported" type="cs:optionalOrSuppFieldsSeparatelyReported_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="originReason" type="cs:originReason_t">
   
<xs:annotation>
     
<xs:documentation>Indicate account submission reason as control (CC), ownership and control (OC),  omnibus (OM) or owner-originator (OO).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountCategory" type="cs:accountCategory_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicate account type as special account (SA) [Fm 102A], volume threshold account (VT) [Fm 102B], consolidated account (CA) [Fm 102S] or Reportable Sub-Account (RS) [Fm 71].</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountNumber" type="cs:accountNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>The identifier used by the reporting entity to uniquely identify the account.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountName" type="cs:accountName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>The name used by the reporting entity to uniquely identify the account.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountClass" type="cs:accountClass_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Indicates whether the account belongs to the house (H) or a customer (C); default=H.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOmnibus" type="cs:isOmnibus_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the reported account is an omnibus account; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSpecialAccount" type="cs:isSpecialAccount_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the reported account is a special account; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="entityType" type="cs:entityType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the reporting entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Reporting entity legal entity name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:addressGroup_t"/>
 
<xs:attribute name="website" type="cs:website_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Website URL.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="reportingIdentifier" type="cs:reportingIdentifier_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Reporting entity CFTC-issued reporting ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>NFA-issued identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>CICI/LEI issued identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a Futures Commission Merchant; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCM" type="cs:isCM_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isFB" type="cs:isFB_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a Foreign Broker; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSwapDealer" type="cs:isSwapDealer_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a Swap Dealer; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOther" type="cs:isOther_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity selected type Other; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="otherDescription" type="cs:otherDescription_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Other type description; conditionally required for isOther = Y.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSigned" type="cs:isSigned_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication reporting entity has signed the report; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Identity of on-behalf entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="submitDate" type="cs:submitDate_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Submit datetime.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<!--Inserted isTradingAccount, isSpecialAccount and DMAStatus on 2013-01-24-->
</xs:complexType>

attribute cftcForm102Type/@formNumber
type cs:formNumber_t
properties
use required
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration 40
enumeration 71
enumeration 102
annotation
documentation
Default = 102
source <xs:attribute name="formNumber" type="cs:formNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Default = 102</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@informationType
type cs:informationType_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration M
annotation
documentation
Indication that the form is a  new (N) or modified (M) submission; default = N.
source <xs:attribute name="informationType" type="cs:informationType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication that the form is a  new (N) or modified (M) submission; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@followOnInformationToCome
type cs:followOnInformationToCome_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication that follow-on information will be submitted under sec 17.02; may only select 'Y' for 102A/102B; for 102S = N; default = N.
source <xs:attribute name="followOnInformationToCome" type="cs:followOnInformationToCome_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication that follow-on information will be submitted under sec 17.02; may only select 'Y' for 102A/102B; for 102S = N; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@optionalOrSuppFieldsSeparatelyReported
type cs:optionalOrSuppFieldsSeparatelyReported_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
source <xs:attribute name="optionalOrSuppFieldsSeparatelyReported" type="cs:optionalOrSuppFieldsSeparatelyReported_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@originReason
type cs:originReason_t
facets
Kind Value Annotation
length 2
enumeration CC
enumeration OC
enumeration OM
enumeration OO
annotation
documentation
Indicate account submission reason as control (CC), ownership and control (OC),  omnibus (OM) or owner-originator (OO).
source <xs:attribute name="originReason" type="cs:originReason_t">
 
<xs:annotation>
   
<xs:documentation>Indicate account submission reason as control (CC), ownership and control (OC),  omnibus (OM) or owner-originator (OO).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@accountCategory
type cs:accountCategory_t
properties
use required
facets
Kind Value Annotation
length 2
enumeration SA
enumeration VT
enumeration CA
enumeration RS
annotation
documentation
Indicate account type as special account (SA) [Fm 102A], volume threshold account (VT) [Fm 102B], consolidated account (CA) [Fm 102S] or Reportable Sub-Account (RS) [Fm 71].
source <xs:attribute name="accountCategory" type="cs:accountCategory_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicate account type as special account (SA) [Fm 102A], volume threshold account (VT) [Fm 102B], consolidated account (CA) [Fm 102S] or Reportable Sub-Account (RS) [Fm 71].</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@accountNumber
type cs:accountNumber_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The identifier used by the reporting entity to uniquely identify the account.
source <xs:attribute name="accountNumber" type="cs:accountNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>The identifier used by the reporting entity to uniquely identify the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@accountName
type cs:accountName_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
The name used by the reporting entity to uniquely identify the account.
source <xs:attribute name="accountName" type="cs:accountName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name used by the reporting entity to uniquely identify the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@accountClass
type cs:accountClass_t
properties
use optional
facets
Kind Value Annotation
length 1
enumeration C
enumeration H
annotation
documentation
Indicates whether the account belongs to the house (H) or a customer (C); default=H.
source <xs:attribute name="accountClass" type="cs:accountClass_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the account belongs to the house (H) or a customer (C); default=H.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isOmnibus
type cs:isOmnibus_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the reported account is an omnibus account; default = N.
source <xs:attribute name="isOmnibus" type="cs:isOmnibus_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the reported account is an omnibus account; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isSpecialAccount
type cs:isSpecialAccount_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the reported account is a special account; default = N.
source <xs:attribute name="isSpecialAccount" type="cs:isSpecialAccount_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the reported account is a special account; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@entityType
type cs:entityType_t
properties
use required
facets
Kind Value Annotation
length 2
enumeration LE
enumeration NP
annotation
documentation
Indication the reporting entity is a legal entity (LE) or natural person (NP); default =  LE.
source <xs:attribute name="entityType" type="cs:entityType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the reporting entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@legalEntityName
type cs:legalEntityName_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Reporting entity legal entity name.
source <xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Reporting entity legal entity name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@website
type cs:website_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Website URL.
source <xs:attribute name="website" type="cs:website_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Website URL.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@reportingIdentifier
type cs:reportingIdentifier_t
properties
use required
facets
Kind Value Annotation
length 3
annotation
documentation
Reporting entity CFTC-issued reporting ID.
source <xs:attribute name="reportingIdentifier" type="cs:reportingIdentifier_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Reporting entity CFTC-issued reporting ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@NFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
NFA-issued identifier.
source <xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>NFA-issued identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@legalEntityIdentifier
type cs:legalEntityIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
CICI/LEI issued identifier.
source <xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>CICI/LEI issued identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isFCM
type cs:isFCM_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Futures Commission Merchant; default =  N.
source <xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Futures Commission Merchant; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isCM
type cs:isCM_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Clearing Member; default =  N.
source <xs:attribute name="isCM" type="cs:isCM_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isFB
type cs:isFB_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Foreign Broker; default =  N.
source <xs:attribute name="isFB" type="cs:isFB_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Foreign Broker; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isSwapDealer
type cs:isSwapDealer_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Swap Dealer; default =  N.
source <xs:attribute name="isSwapDealer" type="cs:isSwapDealer_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Swap Dealer; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isOther
type cs:isOther_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity selected type Other; default =  N.
source <xs:attribute name="isOther" type="cs:isOther_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity selected type Other; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@otherDescription
type cs:otherDescription_t
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Other type description; conditionally required for isOther = Y.
source <xs:attribute name="otherDescription" type="cs:otherDescription_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Other type description; conditionally required for isOther = Y.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@isSigned
type cs:isSigned_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication reporting entity has signed the report; default = N.
source <xs:attribute name="isSigned" type="cs:isSigned_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication reporting entity has signed the report; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@onBehalfOf
type cs:onBehalfOf_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Identity of on-behalf entity.
source <xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Identity of on-behalf entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/@submitDate
type cs:submitDate_t
properties
use required
annotation
documentation
Submit datetime.
source <xs:attribute name="submitDate" type="cs:submitDate_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Submit datetime.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm102Type/contact
diagram cftc-forms_diagrams/cftc-forms_p12.png
type cs:contactType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isAuthorizedRepresentative  cs:isAuthorizedRepresentative_t  required      
documentation
Indicates contact is signing authority; default = N.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Natural person title or position within legal entity.
relationship  cs:relationship_t  optional      
documentation
Relationship to legal entity.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Related natural person.
source <xs:element name="contact" type="cs:contactType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Related natural person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm102Type/relatedEntity
diagram cftc-forms_diagrams/cftc-forms_p13.png
type extension of cs:relatedEntityType
properties
minOcc 0
maxOcc unbounded
content complex
children contact pairedSwapOrSwaptionActivity
attributes
Name  Type  Use  Default  Fixed  Annotation
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
isOriginator  cs:isOriginator_t  required      
documentation
Indication entity is originator; default = N.
isOwner  cs:isOwner_t  required      
documentation
Indication entity is owner; default = N.
isController  cs:isController_t  required      
documentation
Indication entity is controller; default = N.
isCounterparty  cs:isCounterparty_t  optional      
documentation
Indication entity is a trade counterparty; default = N.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is Futures Commission Merchant; default = N.
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position of a natural person.
relationship  cs:relationship_t  optional      
documentation
Nature of relationship.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued ID.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
clientReportingIssue  cs:clientReportingIssue_t        
documentation
Used to identify data reporting quality for trading account controller fields.
foreignPrivacyException  cs:foreignPrivacyException_t        
documentation
Used to identify contact fields that are covered by foreign privacy-protection laws.
annotation
documentation
A legal entity or natural person related to the account
source <xs:element name="relatedEntity" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A legal entity or natural person related to the account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="cs:relatedEntityType">
       
<xs:sequence>
         
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="cs:relatedAccountRolesGroup_t"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element cftcForm102Type/relatedEntity/pairedSwapOrSwaptionActivity
diagram cftc-forms_diagrams/cftc-forms_p14.png
type cs:pairedSwapOrSwaptionActivityType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isSwap  cs:isSwap_t  required      
documentation
Indication activity is swap related; default = N.
isSwaption  cs:isSwaption_t  required      
documentation
Indication activity is swaption related; default = N.
description  cs:description_t  required      
documentation
Description of activity.
annotation
documentation
Nature of paired swap or swaption activities.
source <xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm102Type/relatedAccount
diagram cftc-forms_diagrams/cftc-forms_p15.png
type extension of cs:relatedAccountType
properties
minOcc 0
maxOcc unbounded
content complex
children relatedEntity relatedAcctInfo pairedSwapOrSwaptionActivity
attributes
Name  Type  Use  Default  Fixed  Annotation
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the entity to uniquely identify the account.
accountClass  cs:accountClass_t  optional      
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the related account is an omnibus account; default = N.
isTradingAccount  cs:isTradingAccount_t  required      
documentation
Indication the reported account is a trading account; default = N.
isSpecialAccount  cs:isSpecialAccount_t  required      
documentation
Indication the reported account is a special account; default = N.
annotation
documentation
An account related to the reported account
source <xs:element name="relatedAccount" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>An account related to the reported account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="cs:relatedAccountType">
       
<xs:sequence>
         
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element cftcForm102Type/relatedAccount/pairedSwapOrSwaptionActivity
diagram cftc-forms_diagrams/cftc-forms_p16.png
type cs:pairedSwapOrSwaptionActivityType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isSwap  cs:isSwap_t  required      
documentation
Indication activity is swap related; default = N.
isSwaption  cs:isSwaption_t  required      
documentation
Indication activity is swaption related; default = N.
description  cs:description_t  required      
documentation
Description of activity.
annotation
documentation
Nature of paired swap or swaption activities.
source <xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm102Type/relatedAcctInfo
diagram cftc-forms_diagrams/cftc-forms_p17.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
accountShortCode  cs:accountShortCode_t  required      
documentation
Short code entity uses to reference the account.
marketIdentifier  cs:marketIdentifier_t  required      
documentation
ISO Market identifier code (MIC).
annotation
documentation
Additional information related to the account
source <xs:element name="relatedAcctInfo" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Additional information related to the account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
     
<xs:annotation>
       
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute cftcForm102Type/relatedAcctInfo/@accountShortCode
type cs:accountShortCode_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Short code entity uses to reference the account.
source <xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm102Type/relatedAcctInfo/@marketIdentifier
type cs:marketIdentifier_t
properties
use required
facets
Kind Value Annotation
length 4
annotation
documentation
ISO Market identifier code (MIC).
source <xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
 
<xs:annotation>
   
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm102Type/pairedSwapOrSwaptionActivity
diagram cftc-forms_diagrams/cftc-forms_p18.png
type cs:pairedSwapOrSwaptionActivityType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isSwap  cs:isSwap_t  required      
documentation
Indication activity is swap related; default = N.
isSwaption  cs:isSwaption_t  required      
documentation
Indication activity is swaption related; default = N.
description  cs:description_t  required      
documentation
Description of activity.
annotation
documentation
Nature of paired swap or swaption activities.
source <xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType cftcForm40Type
diagram cftc-forms_diagrams/cftc-forms_p19.png
namespace http://cftc.gov.us/cftc-shared
children contact relatedEntity omnibusAcctCarrier foreignAffiliation foreignLegalRegime natureOfBusiness
used by
elements cftcBatch/cftcForm40 cftcForm40
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 40.
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
acknowledgeDefinitions  cs:acknowledgeDefinitions_t  required      
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
publicIdentifier  cs:publicIdentifier_t  required      
documentation
Identifier assigned to trader by CFTC
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
isForeignAffiliated  cs:isForeignAffiliated_t  required      
documentation
Indication entity is a foreign affiliated; default =  N.
isForeignEntity  cs:isForeignEntity_t  required      
documentation
Indication entity is a foreign based; default =  N.
isCommodityPool  cs:isCommodityPool_t  required      
documentation
Indication entity is a commodity pool; default =  N.
isCommodityPoolOperator  cs:isCommodityPoolOperator_t  required      
documentation
Indication entity is a commodity pool operator; default =  N.
initiatedCommodityIndexTrading  cs:initiatedCommodityIndexTrading_t        
documentation
Date CIT activities began.
isCommodityIndexTrader_investor  cs:isCommodityIndexTraderInvestor_t  required      
documentation
Indication entity is a commodity index trader/investor; default =  N.
isCommodityIndexTrader_manager  cs:isCommodityIndexTraderManager_t  required      
documentation
Indication entity is a commodity index trader/manager; default =  N.
commodityIndexExposure  cs:commodityIndexExposure_t  optional      
documentation
Nature of exposure to Commodity Index Trading (L=Long, S=Short).
isSwapDealer  cs:isSwapDealer_t  required      
documentation
Indication entity is a swap dealer; default =  N.
isSwapParticipant  cs:isSwapParticipant_t  required      
documentation
Indication entity is a swap departicipant; default =  N.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 40 type specification.
source <xs:complexType name="cftcForm40Type">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 40 type specification.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="contact" type="cs:relatedContactForm40Type" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Contact information.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relatedEntity" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Entities related to reporting trader</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="cs:relatedEntityType">
           
<xs:attributeGroup ref="cs:employerGroup_t"/>
           
<xs:attributeGroup ref="cs:relatedEntityConditionsGroup_t"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="omnibusAcctCarrier" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>An account related to the reported account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="isCM" type="cs:isCM_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Indication entity is a Futures Commission Merchant; default =  N.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="isFB" type="cs:isFB_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Indication entity is a Foreign Broker; default =  N.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t">
         
<xs:annotation>
           
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Legal entity name.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="foreignAffiliation" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Related foreign government influences</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="country" type="cs:country_t" use="required">
         
<xs:annotation>
           
<xs:documentation>ISO alpha-3 country code.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="relationship" type="cs:relationship_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Nature of relationship.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="foreignLegalRegime" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Foreign laws governing the trader</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="country" type="cs:country_t" use="required">
         
<xs:annotation>
           
<xs:documentation>ISO alpha-3 country code.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="natureOfBusiness" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Nature of the trader's business</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="businessSector" type="cs:businessSector_t">
         
<xs:annotation>
           
<xs:documentation>Market business sector.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="otherBusinessSectorDescription" type="cs:otherDescription_t">
         
<xs:annotation>
           
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="businessSubSector" type="cs:businessSubSector_t">
         
<xs:annotation>
           
<xs:documentation>Market business sub-sector.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="otherBusinessSubSectorDescription" type="cs:otherDescription_t">
         
<xs:annotation>
           
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="commodityGroup" type="cs:commodityGroup_t">
         
<xs:annotation>
           
<xs:documentation>Commodity group.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="commodity" type="cs:commodityForm40Business_t">
         
<xs:annotation>
           
<xs:documentation>Commodity code.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="businessPurpose" type="cs:businessPurpose_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Related business purpose.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="otherBusinessPurposeDescription" type="cs:otherDescription_t" use="optional">
         
<xs:annotation>
           
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="isPrimary" type="cs:isPrimary_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Indication business area is primary; default = N.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="formNumber" type="cs:formNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Default = 40.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="informationType" type="cs:informationType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="acknowledgeDefinitions" type="cs:acknowledgeDefinitions_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication reporting entity agrees with OCR form definitions; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="publicIdentifier" type="cs:publicIdentifier_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Identifier assigned to trader by CFTC</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="entityType" type="cs:entityType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional"/>
 
<xs:attributeGroup ref="cs:nameGroup_t"/>
 
<xs:attributeGroup ref="cs:addressGroup_t"/>
 
<xs:attributeGroup ref="cs:communictionGroup_t"/>
 
<xs:attribute name="website" type="cs:website_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related website URL.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Entity NFA-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:employerGroup_t"/>
 
<xs:attribute name="isForeignAffiliated" type="cs:isForeignAffiliated_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a foreign affiliated; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isForeignEntity" type="cs:isForeignEntity_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a foreign based; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityPool" type="cs:isCommodityPool_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a commodity pool; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityPoolOperator" type="cs:isCommodityPoolOperator_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a commodity pool operator; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="initiatedCommodityIndexTrading" type="cs:initiatedCommodityIndexTrading_t">
   
<xs:annotation>
     
<xs:documentation>Date CIT activities began.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityIndexTrader_investor" type="cs:isCommodityIndexTraderInvestor_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a commodity index trader/investor; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityIndexTrader_manager" type="cs:isCommodityIndexTraderManager_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a commodity index trader/manager; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="commodityIndexExposure" type="cs:commodityIndexExposure_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Nature of exposure to Commodity Index Trading (L=Long, S=Short).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSwapDealer" type="cs:isSwapDealer_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a swap dealer; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSwapParticipant" type="cs:isSwapParticipant_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a swap departicipant; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSigned" type="cs:isSigned_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication reporting entity has signed the report; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Identity of on-behalf entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="submitDate" type="cs:submitDate_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Submit datetime.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute cftcForm40Type/@formNumber
type cs:formNumber_t
properties
use required
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration 40
enumeration 71
enumeration 102
annotation
documentation
Default = 40.
source <xs:attribute name="formNumber" type="cs:formNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Default = 40.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@informationType
type cs:informationType_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration M
annotation
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
source <xs:attribute name="informationType" type="cs:informationType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@acknowledgeDefinitions
type cs:acknowledgeDefinitions_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
source <xs:attribute name="acknowledgeDefinitions" type="cs:acknowledgeDefinitions_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication reporting entity agrees with OCR form definitions; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@publicIdentifier
type cs:publicIdentifier_t
properties
use required
annotation
documentation
Identifier assigned to trader by CFTC
source <xs:attribute name="publicIdentifier" type="cs:publicIdentifier_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned to trader by CFTC</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@entityType
type cs:entityType_t
properties
use required
facets
Kind Value Annotation
length 2
enumeration LE
enumeration NP
annotation
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
source <xs:attribute name="entityType" type="cs:entityType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@legalEntityName
type cs:legalEntityName_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
source <xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional"/>

attribute cftcForm40Type/@website
type cs:website_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Related website URL.
source <xs:attribute name="website" type="cs:website_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related website URL.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@NFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
Entity NFA-issued ID.
source <xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Entity NFA-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@legalEntityIdentifier
type cs:legalEntityIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Entity CICI/LEI-issued ID.
source <xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isForeignAffiliated
type cs:isForeignAffiliated_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a foreign affiliated; default =  N.
source <xs:attribute name="isForeignAffiliated" type="cs:isForeignAffiliated_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a foreign affiliated; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isForeignEntity
type cs:isForeignEntity_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a foreign based; default =  N.
source <xs:attribute name="isForeignEntity" type="cs:isForeignEntity_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a foreign based; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isCommodityPool
type cs:isCommodityPool_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Indication entity is a commodity pool; default =  N.
source <xs:attribute name="isCommodityPool" type="cs:isCommodityPool_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a commodity pool; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isCommodityPoolOperator
type cs:isCommodityPoolOperator_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Indication entity is a commodity pool operator; default =  N.
source <xs:attribute name="isCommodityPoolOperator" type="cs:isCommodityPoolOperator_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a commodity pool operator; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@initiatedCommodityIndexTrading
type cs:initiatedCommodityIndexTrading_t
annotation
documentation
Date CIT activities began.
source <xs:attribute name="initiatedCommodityIndexTrading" type="cs:initiatedCommodityIndexTrading_t">
 
<xs:annotation>
   
<xs:documentation>Date CIT activities began.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isCommodityIndexTrader_investor
type cs:isCommodityIndexTraderInvestor_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a commodity index trader/investor; default =  N.
source <xs:attribute name="isCommodityIndexTrader_investor" type="cs:isCommodityIndexTraderInvestor_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a commodity index trader/investor; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isCommodityIndexTrader_manager
type cs:isCommodityIndexTraderManager_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a commodity index trader/manager; default =  N.
source <xs:attribute name="isCommodityIndexTrader_manager" type="cs:isCommodityIndexTraderManager_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a commodity index trader/manager; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@commodityIndexExposure
type cs:commodityIndexExposure_t
properties
use optional
facets
Kind Value Annotation
length 1
enumeration L
enumeration S
annotation
documentation
Nature of exposure to Commodity Index Trading (L=Long, S=Short).
source <xs:attribute name="commodityIndexExposure" type="cs:commodityIndexExposure_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Nature of exposure to Commodity Index Trading (L=Long, S=Short).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isSwapDealer
type cs:isSwapDealer_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a swap dealer; default =  N.
source <xs:attribute name="isSwapDealer" type="cs:isSwapDealer_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a swap dealer; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isSwapParticipant
type cs:isSwapParticipant_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a swap departicipant; default =  N.
source <xs:attribute name="isSwapParticipant" type="cs:isSwapParticipant_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a swap departicipant; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@isSigned
type cs:isSigned_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication reporting entity has signed the report; default = N.
source <xs:attribute name="isSigned" type="cs:isSigned_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication reporting entity has signed the report; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@onBehalfOf
type cs:onBehalfOf_t
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Identity of on-behalf entity.
source <xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Identity of on-behalf entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/@submitDate
type cs:submitDate_t
properties
use required
annotation
documentation
Submit datetime.
source <xs:attribute name="submitDate" type="cs:submitDate_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Submit datetime.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm40Type/contact
diagram cftc-forms_diagrams/cftc-forms_p20.png
type cs:relatedContactForm40Type
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isSameAsReporter  cs:isSameAsReporter_t  required      
documentation
Indication contact is same as reporting entity; default =  N.
isDerivativesPOC  cs:isDerivativesPOC_t  required      
documentation
Indication contact is a the derivatives POC; default =  N.
isRiskManagementPOC  cs:isRiskManagementPOC_t  required      
documentation
Indication contact is a the risk management POC; default =  N.
isFormInformationPOC  cs:isFormInformationPOC_t  required      
documentation
Indication contact is a the form 40 info POC; default =  N.
isAuthorizedRepresentative  cs:isAuthorizedRepresentative_t  required      
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position held.
relationship  cs:relationship_t  optional      
documentation
Nature of relationship.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
NFA-issued ID
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Contact information.
source <xs:element name="contact" type="cs:relatedContactForm40Type" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Contact information.</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm40Type/relatedEntity
diagram cftc-forms_diagrams/cftc-forms_p21.png
type extension of cs:relatedEntityType
properties
minOcc 0
maxOcc unbounded
content complex
children contact
attributes
Name  Type  Use  Default  Fixed  Annotation
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
isParent  cs:isParent_t  required      
documentation
Indication entity is parent to reporting entity; default = N.
adjacentSubsidiaryIdentifier  cs:adjacentSubsidiaryIdentifier_t  optional      
documentation
Related adjacent subsidiary ID.
adjacentSubsidiaryIdentifierType  cs:adjacentSubsidiaryIdentifierType_t  optional      
documentation
Related adjacent subsidiary ID type (e.g., NFA, LEI).
adjacentSubsidiaryName  cs:adjacentSubsidiaryName_t  optional      
documentation
Related adjacent subsidiary name.
isSubsidiary  cs:isSubsidiary_t  required      
documentation
Indication entity is subsidiary to reporting entity; default = N.
adjacentParentIdentifier  cs:adjacentParentIdentifier_t  optional      
documentation
Related adjacent parent ID.
adjacentParentIdentifierType  cs:adjacentParentIdentifierType_t  optional      
documentation
Related adjacent parent ID type (e.g., NFA, LEI).
adjacentParentName  cs:adjacentParentName_t  optional      
documentation
Related adjacent parent name.
generation  cs:generation_t  optional      
documentation
Indication of generation separation above or below reporting entity.
isOwnerPercent_10  cs:isPercent_10_t  required      
documentation
Indication entity is 10% owner of the reporting entity; default = N.
isOwnershipPercent_10  cs:isPercent_10_t  required      
documentation
Indication entity is 10% owned by the reporting entity; default = N.
isAffiliate  cs:isAffiliate_t  required      
documentation
Indication entity is affiliate; default = N.
isPrincipal  cs:isPrincipal_t  required      
documentation
Indication entity is principle; default = N.
isCommodityPool  cs:isCommodityPool_t  required      
documentation
Indication entity is commodity pool; default = N.
isCommodityPoolOperator  cs:isCommodityPoolOperator_t  required      
documentation
Indication entity is commodity pool operator; default = N.
isCommodityPoolParticipant  cs:isCommodityPoolParticipant_t  required      
documentation
Indication entity is commodity pool participant; default = N.
isPercent_25  cs:isPercent_25_t  required      
documentation
Indicates 25% interest; default = N.
isAlternateTradeControl  cs:isAlternateTradeControl_t  required      
documentation
Indication related entity is alternate trade control; default = N.
isTradeControlFor  cs:isTradeControlFor_t  required      
documentation
Indication entity is trade contol for related entity; default = N.
isOtherInfluence  cs:isOtherInfluence_t  required      
documentation
Indication entity is other influence; default = N.
isOtherAgreement  cs:isOtherAgreement_t  required      
documentation
Indication entity is other agreement; default = N.
toWhatDegree  cs:toWhatDegree_t  required      
documentation
Indication of degree of influence or control; default = None.
annotation
documentation
Entities related to reporting trader
source <xs:element name="relatedEntity" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Entities related to reporting trader</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="cs:relatedEntityType">
       
<xs:attributeGroup ref="cs:employerGroup_t"/>
       
<xs:attributeGroup ref="cs:relatedEntityConditionsGroup_t"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element cftcForm40Type/omnibusAcctCarrier
diagram cftc-forms_diagrams/cftc-forms_p22.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is a Futures Commission Merchant; default =  N.
isFB  cs:isFB_t  required      
documentation
Indication entity is a Foreign Broker; default =  N.
legalEntityIdentifier  cs:legalEntityIdentifier_t        
documentation
Entity CICI/LEI-issued ID.
legalEntityName  cs:legalEntityName_t  required      
documentation
Legal entity name.
annotation
documentation
An account related to the reported account
source <xs:element name="omnibusAcctCarrier" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>An account related to the reported account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="isCM" type="cs:isCM_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Indication entity is a Futures Commission Merchant; default =  N.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="isFB" type="cs:isFB_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Indication entity is a Foreign Broker; default =  N.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t">
     
<xs:annotation>
       
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Legal entity name.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute cftcForm40Type/omnibusAcctCarrier/@isCM
type cs:isCM_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Clearing Member; default =  N.
source <xs:attribute name="isCM" type="cs:isCM_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/omnibusAcctCarrier/@isFCM
type cs:isFCM_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Futures Commission Merchant; default =  N.
source <xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Futures Commission Merchant; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/omnibusAcctCarrier/@isFB
type cs:isFB_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Foreign Broker; default =  N.
source <xs:attribute name="isFB" type="cs:isFB_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Foreign Broker; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/omnibusAcctCarrier/@legalEntityIdentifier
type cs:legalEntityIdentifier_t
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Entity CICI/LEI-issued ID.
source <xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/omnibusAcctCarrier/@legalEntityName
type cs:legalEntityName_t
properties
use required
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Legal entity name.
source <xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Legal entity name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm40Type/foreignAffiliation
diagram cftc-forms_diagrams/cftc-forms_p23.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
country  cs:country_t  required      
documentation
ISO alpha-3 country code.
relationship  cs:relationship_t  required      
documentation
Nature of relationship.
annotation
documentation
Related foreign government influences
source <xs:element name="foreignAffiliation" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Related foreign government influences</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="country" type="cs:country_t" use="required">
     
<xs:annotation>
       
<xs:documentation>ISO alpha-3 country code.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="relationship" type="cs:relationship_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Nature of relationship.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute cftcForm40Type/foreignAffiliation/@country
type cs:country_t
properties
use required
facets
Kind Value Annotation
length 2
annotation
documentation
ISO alpha-3 country code.
source <xs:attribute name="country" type="cs:country_t" use="required">
 
<xs:annotation>
   
<xs:documentation>ISO alpha-3 country code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/foreignAffiliation/@relationship
type cs:relationship_t
properties
use required
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Nature of relationship.
source <xs:attribute name="relationship" type="cs:relationship_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Nature of relationship.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm40Type/foreignLegalRegime
diagram cftc-forms_diagrams/cftc-forms_p24.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
country  cs:country_t  required      
documentation
ISO alpha-3 country code.
annotation
documentation
Foreign laws governing the trader
source <xs:element name="foreignLegalRegime" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Foreign laws governing the trader</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="country" type="cs:country_t" use="required">
     
<xs:annotation>
       
<xs:documentation>ISO alpha-3 country code.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute cftcForm40Type/foreignLegalRegime/@country
type cs:country_t
properties
use required
facets
Kind Value Annotation
length 2
annotation
documentation
ISO alpha-3 country code.
source <xs:attribute name="country" type="cs:country_t" use="required">
 
<xs:annotation>
   
<xs:documentation>ISO alpha-3 country code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm40Type/natureOfBusiness
diagram cftc-forms_diagrams/cftc-forms_p25.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
businessSector  cs:businessSector_t        
documentation
Market business sector.
otherBusinessSectorDescription  cs:otherDescription_t        
documentation
Other type description; conditionally required for businessPurpose = Other.
businessSubSector  cs:businessSubSector_t        
documentation
Market business sub-sector.
otherBusinessSubSectorDescription  cs:otherDescription_t        
documentation
Other type description; conditionally required for businessPurpose = Other.
commodityGroup  cs:commodityGroup_t        
documentation
Commodity group.
commodity  cs:commodityForm40Business_t        
documentation
Commodity code.
businessPurpose  cs:businessPurpose_t  required      
documentation
Related business purpose.
otherBusinessPurposeDescription  cs:otherDescription_t  optional      
documentation
Other type description; conditionally required for businessPurpose = Other.
isPrimary  cs:isPrimary_t  required      
documentation
Indication business area is primary; default = N.
annotation
documentation
Nature of the trader's business
source <xs:element name="natureOfBusiness" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Nature of the trader's business</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="businessSector" type="cs:businessSector_t">
     
<xs:annotation>
       
<xs:documentation>Market business sector.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="otherBusinessSectorDescription" type="cs:otherDescription_t">
     
<xs:annotation>
       
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="businessSubSector" type="cs:businessSubSector_t">
     
<xs:annotation>
       
<xs:documentation>Market business sub-sector.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="otherBusinessSubSectorDescription" type="cs:otherDescription_t">
     
<xs:annotation>
       
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="commodityGroup" type="cs:commodityGroup_t">
     
<xs:annotation>
       
<xs:documentation>Commodity group.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="commodity" type="cs:commodityForm40Business_t">
     
<xs:annotation>
       
<xs:documentation>Commodity code.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="businessPurpose" type="cs:businessPurpose_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Related business purpose.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="otherBusinessPurposeDescription" type="cs:otherDescription_t" use="optional">
     
<xs:annotation>
       
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="isPrimary" type="cs:isPrimary_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Indication business area is primary; default = N.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute cftcForm40Type/natureOfBusiness/@businessSector
type cs:businessSector_t
facets
Kind Value Annotation
length 2
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SF
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
annotation
documentation
Market business sector.
source <xs:attribute name="businessSector" type="cs:businessSector_t">
 
<xs:annotation>
   
<xs:documentation>Market business sector.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@otherBusinessSectorDescription
type cs:otherDescription_t
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Other type description; conditionally required for businessPurpose = Other.
source <xs:attribute name="otherBusinessSectorDescription" type="cs:otherDescription_t">
 
<xs:annotation>
   
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@businessSubSector
type cs:businessSubSector_t
facets
Kind Value Annotation
minLength 4
maxLength 5
enumeration SSA1
enumeration SSA2
enumeration SSA3
enumeration SSA4
enumeration SSA5
enumeration SSA6
enumeration SSA7
enumeration SSA8
enumeration SSA9
enumeration SSA10
enumeration SSA11
enumeration SSA12
enumeration SSB1
enumeration SSB2
enumeration SSB3
enumeration SSB4
enumeration SSB5
enumeration SSB6
enumeration SSC1
enumeration SSC2
enumeration SSC3
enumeration SSC4
enumeration SSC5
enumeration SSD1
enumeration SSD2
enumeration SSD3
enumeration SSE1
enumeration SSE2
enumeration SSE3
enumeration SSE4
enumeration SSE5
enumeration SSE6
enumeration SSE7
enumeration SSE8
enumeration SSE9
enumeration SSE10
enumeration SSE11
enumeration SSE12
enumeration SSE13
enumeration SSE14
enumeration SSE15
enumeration SSE16
enumeration SSE17
enumeration SSE18
enumeration SSE19
enumeration SSE20
enumeration SSE21
enumeration SSE22
enumeration SSE23
enumeration SSE24
enumeration SSF1
enumeration SSF2
enumeration SSF3
enumeration SSF4
enumeration SSF5
enumeration SSF6
enumeration SSF7
enumeration SSF8
enumeration SSF9
enumeration SSG1
enumeration SSG2
enumeration SSG3
enumeration SSG4
enumeration SSG5
enumeration SSG6
enumeration SSH1
enumeration SSH2
enumeration SSH3
enumeration SSH4
enumeration SSH5
enumeration SSH6
enumeration SSH7
enumeration SSI1
enumeration SSI2
enumeration SSI3
enumeration SSJ1
enumeration SSK1
enumeration SSL1
enumeration SSL2
enumeration SSL3
enumeration SSL4
enumeration SSL5
enumeration SSM1
enumeration SSM2
enumeration SSN1
enumeration SSN2
annotation
documentation
Market business sub-sector.
source <xs:attribute name="businessSubSector" type="cs:businessSubSector_t">
 
<xs:annotation>
   
<xs:documentation>Market business sub-sector.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@otherBusinessSubSectorDescription
type cs:otherDescription_t
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Other type description; conditionally required for businessPurpose = Other.
source <xs:attribute name="otherBusinessSubSectorDescription" type="cs:otherDescription_t">
 
<xs:annotation>
   
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@commodityGroup
type cs:commodityGroup_t
facets
Kind Value Annotation
length 3
enumeration A10
enumeration A20
enumeration A25
enumeration A30
enumeration A40
enumeration A50
enumeration A70
enumeration A80
enumeration A85
enumeration A90
enumeration E10
enumeration F10
enumeration F15
enumeration F20
enumeration F25
enumeration F26
enumeration F29
enumeration F30
enumeration F33
enumeration F40
enumeration F50
enumeration F90
enumeration N10
enumeration N13
enumeration N16
enumeration N20
enumeration N25
enumeration N30
enumeration N40
enumeration N50
enumeration N60
enumeration N70
enumeration N90
annotation
documentation
Commodity group.
source <xs:attribute name="commodityGroup" type="cs:commodityGroup_t">
 
<xs:annotation>
   
<xs:documentation>Commodity group.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@commodity
type cs:commodityForm40Business_t
facets
Kind Value Annotation
length 3
enumeration 001
enumeration 002
enumeration 004
enumeration 005
enumeration 007
enumeration 016
enumeration 021
enumeration 022
enumeration 023
enumeration 024
enumeration 025
enumeration 026
enumeration 032
enumeration 033
enumeration 036
enumeration 039
enumeration 040
enumeration 050
enumeration 052
enumeration 054
enumeration 056
enumeration 057
enumeration 058
enumeration 061
enumeration 063
enumeration 064
enumeration 066
enumeration 067
enumeration 069
enumeration 073
enumeration 075
enumeration 076
enumeration 080
enumeration 083
enumeration 084
enumeration 085
enumeration 088
enumeration 111
enumeration 192
enumeration 262
annotation
documentation
Commodity code.
source <xs:attribute name="commodity" type="cs:commodityForm40Business_t">
 
<xs:annotation>
   
<xs:documentation>Commodity code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@businessPurpose
type cs:businessPurpose_t
properties
use required
facets
Kind Value Annotation
enumeration Arbitrage
enumeration Client Futures/Options Trading
enumeration Establishing Price Exposure
enumeration Financial Asset Management
enumeration Making Markets/Providing Liquidity
enumeration Managing Client Swaps Exposure
enumeration Managing Proprietary Swaps Exposure
enumeration Offsetting Cash or Spot Market Input Price Risk
enumeration Offsetting Cash or Spot Market Output Price Risk
enumeration Offsetting Other Cash or Spot Market Price Risks (Cross Price Risk)
enumeration Other Physical Risk Management Strategies
enumeration Other (Specify)
annotation
documentation
Related business purpose.
source <xs:attribute name="businessPurpose" type="cs:businessPurpose_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Related business purpose.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@otherBusinessPurposeDescription
type cs:otherDescription_t
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Other type description; conditionally required for businessPurpose = Other.
source <xs:attribute name="otherBusinessPurposeDescription" type="cs:otherDescription_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Other type description; conditionally required for businessPurpose = Other.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm40Type/natureOfBusiness/@isPrimary
type cs:isPrimary_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication business area is primary; default = N.
source <xs:attribute name="isPrimary" type="cs:isPrimary_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication business area is primary; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType cftcForm71Type
diagram cftc-forms_diagrams/cftc-forms_p26.png
namespace http://cftc.gov.us/cftc-shared
children acctInfo contact relatedAccount
used by
elements cftcBatch/cftcForm71 cftcForm71
attributes
Name  Type  Use  Default  Fixed  Annotation
formNumber  cs:formNumber_t  required      
documentation
Default = 71
originalFormNumber  cs:originalFormNumber_t  required      
documentation
Indicate source of information; prior CFTC Fm 102 (102) or CFTC Fm 71 (71).
informationType  cs:informationType_t  required      
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
acknowledgeDefinitions  cs:acknowledgeDefinitions_t  required      
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
isCM  cs:isCM_t  required      
documentation
Indication entity is a Clearing Member; default =  N.
isOriginator  cs:isOriginator_t  required      
documentation
Indication entity is originator; default =  N.
accountCategory  cs:accountCategory_t  required      
documentation
Indicate account type as special account (SA), volume threshold account (VT),  consolidated account (CA) or reportable subaccount (RS).
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the reporting entity to uniquely identify the account.
accountClass  cs:accountClass_t        
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the account is an omnibus account; default = N.
businessDate  cs:businessDate_t  optional      
documentation
Date trades allocated to the account.
isTradesAllocated  cs:isTradesAllocated_t  required      
documentation
Indication the account has trades allocated; default = N.
isReportable  cs:isReportable_t  required      
documentation
Indication the account is reportable; default = N.
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
reportingIdentifier  cs:reportingIdentifier_t  optional      
documentation
Entity CFTC-issued reporting ID.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Etity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
isSigned  cs:isSigned_t  required      
documentation
Indication reporting entity has signed the report; default = N.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
Identity of on-behalf entity.
submitDate  cs:submitDate_t  required      
documentation
Submit datetime.
annotation
documentation
CFTC Form 71 type specification.
source <xs:complexType name="cftcForm71Type">
 
<xs:annotation>
   
<xs:documentation>CFTC Form 71 type specification.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="acctInfo">
     
<xs:annotation>
       
<xs:documentation>Additional information related to the account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
         
<xs:annotation>
           
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="contact" type="cs:contactType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Contact information.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relatedAccount" type="cs:relatedAccountType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>An account related to the reported account</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="formNumber" type="cs:formNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Default = 71</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="originalFormNumber" type="cs:originalFormNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicate source of information; prior CFTC Fm 102 (102) or CFTC Fm 71 (71).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="informationType" type="cs:informationType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="acknowledgeDefinitions" type="cs:acknowledgeDefinitions_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication reporting entity agrees with OCR form definitions; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCM" type="cs:isCM_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOriginator" type="cs:isOriginator_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is originator; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountCategory" type="cs:accountCategory_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicate account type as special account (SA), volume threshold account (VT),  consolidated account (CA) or reportable subaccount (RS).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountNumber" type="cs:accountNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>The identifier used by the reporting entity to uniquely identify the account.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountClass" type="cs:accountClass_t">
   
<xs:annotation>
     
<xs:documentation>Indicates whether the account belongs to the house (H) or a customer (C).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOmnibus" type="cs:isOmnibus_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the account is an omnibus account; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="businessDate" type="cs:businessDate_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Date trades allocated to the account.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isTradesAllocated" type="cs:isTradesAllocated_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the account has trades allocated; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isReportable" type="cs:isReportable_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the account is reportable; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="entityType" type="cs:entityType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Legal entity name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:nameGroup_t"/>
 
<xs:attributeGroup ref="cs:addressGroup_t"/>
 
<xs:attributeGroup ref="cs:communictionGroup_t"/>
 
<xs:attribute name="website" type="cs:website_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related website URL.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="reportingIdentifier" type="cs:reportingIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Entity CFTC-issued reporting ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Etity NFA-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSigned" type="cs:isSigned_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication reporting entity has signed the report; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Identity of on-behalf entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="submitDate" type="cs:submitDate_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Submit datetime.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute cftcForm71Type/@formNumber
type cs:formNumber_t
properties
use required
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration 40
enumeration 71
enumeration 102
annotation
documentation
Default = 71
source <xs:attribute name="formNumber" type="cs:formNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Default = 71</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@originalFormNumber
type cs:originalFormNumber_t
properties
use required
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration 71
enumeration 102
annotation
documentation
Indicate source of information; prior CFTC Fm 102 (102) or CFTC Fm 71 (71).
source <xs:attribute name="originalFormNumber" type="cs:originalFormNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicate source of information; prior CFTC Fm 102 (102) or CFTC Fm 71 (71).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@informationType
type cs:informationType_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration M
annotation
documentation
Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.
source <xs:attribute name="informationType" type="cs:informationType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication that the form is a  new (N), modified (M), or corrected (C) submission; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@acknowledgeDefinitions
type cs:acknowledgeDefinitions_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication reporting entity agrees with OCR form definitions; default = N.
source <xs:attribute name="acknowledgeDefinitions" type="cs:acknowledgeDefinitions_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication reporting entity agrees with OCR form definitions; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@isCM
type cs:isCM_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a Clearing Member; default =  N.
source <xs:attribute name="isCM" type="cs:isCM_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a Clearing Member; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@isOriginator
type cs:isOriginator_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is originator; default =  N.
source <xs:attribute name="isOriginator" type="cs:isOriginator_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is originator; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@accountCategory
type cs:accountCategory_t
properties
use required
facets
Kind Value Annotation
length 2
enumeration SA
enumeration VT
enumeration CA
enumeration RS
annotation
documentation
Indicate account type as special account (SA), volume threshold account (VT),  consolidated account (CA) or reportable subaccount (RS).
source <xs:attribute name="accountCategory" type="cs:accountCategory_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicate account type as special account (SA), volume threshold account (VT),  consolidated account (CA) or reportable subaccount (RS).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@accountNumber
type cs:accountNumber_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The identifier used by the reporting entity to uniquely identify the account.
source <xs:attribute name="accountNumber" type="cs:accountNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>The identifier used by the reporting entity to uniquely identify the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@accountClass
type cs:accountClass_t
facets
Kind Value Annotation
length 1
enumeration C
enumeration H
annotation
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
source <xs:attribute name="accountClass" type="cs:accountClass_t">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the account belongs to the house (H) or a customer (C).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@isOmnibus
type cs:isOmnibus_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the account is an omnibus account; default = N.
source <xs:attribute name="isOmnibus" type="cs:isOmnibus_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the account is an omnibus account; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@businessDate
type cs:businessDate_t
properties
use optional
annotation
documentation
Date trades allocated to the account.
source <xs:attribute name="businessDate" type="cs:businessDate_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date trades allocated to the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@isTradesAllocated
type cs:isTradesAllocated_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the account has trades allocated; default = N.
source <xs:attribute name="isTradesAllocated" type="cs:isTradesAllocated_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the account has trades allocated; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@isReportable
type cs:isReportable_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the account is reportable; default = N.
source <xs:attribute name="isReportable" type="cs:isReportable_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the account is reportable; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@entityType
type cs:entityType_t
properties
use required
facets
Kind Value Annotation
length 2
enumeration LE
enumeration NP
annotation
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
source <xs:attribute name="entityType" type="cs:entityType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@legalEntityName
type cs:legalEntityName_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Legal entity name.
source <xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Legal entity name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@website
type cs:website_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Related website URL.
source <xs:attribute name="website" type="cs:website_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related website URL.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@reportingIdentifier
type cs:reportingIdentifier_t
properties
use optional
facets
Kind Value Annotation
length 3
annotation
documentation
Entity CFTC-issued reporting ID.
source <xs:attribute name="reportingIdentifier" type="cs:reportingIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Entity CFTC-issued reporting ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@NFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
Etity NFA-issued ID.
source <xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Etity NFA-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@legalEntityIdentifier
type cs:legalEntityIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Entity CICI/LEI-issued ID.
source <xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@isSigned
type cs:isSigned_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication reporting entity has signed the report; default = N.
source <xs:attribute name="isSigned" type="cs:isSigned_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication reporting entity has signed the report; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@onBehalfOf
type cs:onBehalfOf_t
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Identity of on-behalf entity.
source <xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Identity of on-behalf entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/@submitDate
type cs:submitDate_t
properties
use required
annotation
documentation
Submit datetime.
source <xs:attribute name="submitDate" type="cs:submitDate_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Submit datetime.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm71Type/acctInfo
diagram cftc-forms_diagrams/cftc-forms_p27.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
accountShortCode  cs:accountShortCode_t  required      
documentation
Short code entity uses to reference the account.
marketIdentifier  cs:marketIdentifier_t  required      
documentation
ISO Market identifier code (MIC).
annotation
documentation
Additional information related to the account
source <xs:element name="acctInfo">
 
<xs:annotation>
   
<xs:documentation>Additional information related to the account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
     
<xs:annotation>
       
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute cftcForm71Type/acctInfo/@accountShortCode
type cs:accountShortCode_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Short code entity uses to reference the account.
source <xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcForm71Type/acctInfo/@marketIdentifier
type cs:marketIdentifier_t
properties
use required
facets
Kind Value Annotation
length 4
annotation
documentation
ISO Market identifier code (MIC).
source <xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
 
<xs:annotation>
   
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element cftcForm71Type/contact
diagram cftc-forms_diagrams/cftc-forms_p28.png
type cs:contactType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isAuthorizedRepresentative  cs:isAuthorizedRepresentative_t  required      
documentation
Indicates contact is signing authority; default = N.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Natural person title or position within legal entity.
relationship  cs:relationship_t  optional      
documentation
Relationship to legal entity.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Contact information.
source <xs:element name="contact" type="cs:contactType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Contact information.</xs:documentation>
 
</xs:annotation>
</xs:element>

element cftcForm71Type/relatedAccount
diagram cftc-forms_diagrams/cftc-forms_p29.png
type cs:relatedAccountType
properties
minOcc 0
maxOcc unbounded
content complex
children relatedEntity relatedAcctInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the entity to uniquely identify the account.
accountClass  cs:accountClass_t  optional      
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the related account is an omnibus account; default = N.
isTradingAccount  cs:isTradingAccount_t  required      
documentation
Indication the reported account is a trading account; default = N.
isSpecialAccount  cs:isSpecialAccount_t  required      
documentation
Indication the reported account is a special account; default = N.
annotation
documentation
An account related to the reported account
source <xs:element name="relatedAccount" type="cs:relatedAccountType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>An account related to the reported account</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType cftcHeaderType
diagram cftc-forms_diagrams/cftc-forms_p30.png
namespace http://cftc.gov.us/cftc-shared
used by
element cftcBatch/cftcHeader
attributes
Name  Type  Use  Default  Fixed  Annotation
sentBy  cs:sentBy_t  required      
documentation
CFTC-issued Reporting Firm Identifier.
sentDate  cs:sentDate_t  required      
documentation
Reporting date.
onBehalfOf  cs:onBehalfOf_t  optional      
documentation
On-behalf-of CFTC-issued Reporting Firm Identifier.
email  cs:email_t  required      
documentation
The reporting POC eMail address for trouble reports.
formCount  cs:formCount_t  required      
documentation
Total number of enclosed forms.
routingFileName  cs:routingFileName_t  optional      
documentation
OCR ePortal-issued data routing file name.
annotation
documentation
CFTC batch header type specification.
source <xs:complexType name="cftcHeaderType">
 
<xs:annotation>
   
<xs:documentation>CFTC batch header type specification.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="sentBy" type="cs:sentBy_t" use="required">
   
<xs:annotation>
     
<xs:documentation>CFTC-issued Reporting Firm Identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="sentDate" type="cs:sentDate_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Reporting date.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>On-behalf-of CFTC-issued Reporting Firm Identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="email" type="cs:email_t" use="required">
   
<xs:annotation>
     
<xs:documentation>The reporting POC eMail address for trouble reports.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="formCount" type="cs:formCount_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Total number of enclosed forms.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="routingFileName" type="cs:routingFileName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>OCR ePortal-issued data routing file name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute cftcHeaderType/@sentBy
type cs:sentBy_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
CFTC-issued Reporting Firm Identifier.
source <xs:attribute name="sentBy" type="cs:sentBy_t" use="required">
 
<xs:annotation>
   
<xs:documentation>CFTC-issued Reporting Firm Identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcHeaderType/@sentDate
type cs:sentDate_t
properties
use required
annotation
documentation
Reporting date.
source <xs:attribute name="sentDate" type="cs:sentDate_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Reporting date.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcHeaderType/@onBehalfOf
type cs:onBehalfOf_t
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
On-behalf-of CFTC-issued Reporting Firm Identifier.
source <xs:attribute name="onBehalfOf" type="cs:onBehalfOf_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>On-behalf-of CFTC-issued Reporting Firm Identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcHeaderType/@email
type cs:email_t
properties
use required
facets
Kind Value Annotation
maxLength 100
annotation
documentation
The reporting POC eMail address for trouble reports.
source <xs:attribute name="email" type="cs:email_t" use="required">
 
<xs:annotation>
   
<xs:documentation>The reporting POC eMail address for trouble reports.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcHeaderType/@formCount
type cs:formCount_t
properties
use required
annotation
documentation
Total number of enclosed forms.
source <xs:attribute name="formCount" type="cs:formCount_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Total number of enclosed forms.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute cftcHeaderType/@routingFileName
type cs:routingFileName_t
properties
use optional
facets
Kind Value Annotation
maxLength 100
annotation
documentation
OCR ePortal-issued data routing file name.
source <xs:attribute name="routingFileName" type="cs:routingFileName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>OCR ePortal-issued data routing file name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType contactType
diagram cftc-forms_diagrams/cftc-forms_p31.png
namespace http://cftc.gov.us/cftc-shared
used by
elements cftcForm71Type/contact cftcForm102Type/contact
attributes
Name  Type  Use  Default  Fixed  Annotation
isAuthorizedRepresentative  cs:isAuthorizedRepresentative_t  required      
documentation
Indicates contact is signing authority; default = N.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Natural person title or position within legal entity.
relationship  cs:relationship_t  optional      
documentation
Relationship to legal entity.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Attributes associated with a contact
source <xs:complexType name="contactType">
 
<xs:annotation>
   
<xs:documentation>Attributes associated with a contact</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isAuthorizedRepresentative" type="cs:isAuthorizedRepresentative_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicates contact is signing authority; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:nameGroup_t"/>
 
<xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Natural person title or position within legal entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="relationship" type="cs:relationship_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Relationship to legal entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:communictionGroup_t"/>
 
<xs:attributeGroup ref="cs:employerGroup_t"/>
</xs:complexType>

attribute contactType/@isAuthorizedRepresentative
type cs:isAuthorizedRepresentative_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indicates contact is signing authority; default = N.
source <xs:attribute name="isAuthorizedRepresentative" type="cs:isAuthorizedRepresentative_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates contact is signing authority; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute contactType/@titleOrPosition
type cs:titleOrPosition_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person title or position within legal entity.
source <xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Natural person title or position within legal entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute contactType/@relationship
type cs:relationship_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Relationship to legal entity.
source <xs:attribute name="relationship" type="cs:relationship_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Relationship to legal entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType newUserRequestType
diagram cftc-forms_diagrams/cftc-forms_p32.png
namespace http://cftc.gov.us/cftc-shared
used by
element newUserInfo/newUserRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
firstName  cs:firstName_t  required      
documentation
Natural person first name.
lastName  cs:lastName_t  required      
documentation
Natural person last name.
telephone  cs:telephone_t  required      
documentation
The telephone number including dialing prefixes and area codes, without separators.
email  cs:email_t  required      
documentation
Internet electronic mail address.
organizationType  cs:organizationType_t  required      
documentation
Type of reporting organization.
reasonForRequest  cs:reasonForRequest_t  required      
documentation
Reason for submitting user request.
legalEntityName  cs:legalEntityName_t  required      
documentation
Legal entity name.
reportingIdentifier  cs:reportingIdentifier_t  required      
documentation
CFTC-issued reporting identifier.
additionalEmails  cs:additionalEmails_t  optional      
documentation
Additonal semicolon delimited internet electronic mail addresses,
source <xs:complexType name="newUserRequestType">
 
<xs:attribute name="firstName" type="cs:firstName_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Natural person first name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="lastName" type="cs:lastName_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Natural person last name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="telephone" type="cs:telephone_t" use="required">
   
<xs:annotation>
     
<xs:documentation>The telephone number including dialing prefixes and area codes, without separators.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="email" type="cs:email_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Internet electronic mail address.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="organizationType" type="cs:organizationType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Type of reporting organization.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="reasonForRequest" type="cs:reasonForRequest_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Reason for submitting user request.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Legal entity name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="reportingIdentifier" type="cs:reportingIdentifier_t" use="required">
   
<xs:annotation>
     
<xs:documentation>CFTC-issued reporting identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="additionalEmails" type="cs:additionalEmails_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Additonal semicolon delimited internet electronic mail addresses,</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute newUserRequestType/@firstName
type cs:firstName_t
properties
use required
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person first name.
source <xs:attribute name="firstName" type="cs:firstName_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Natural person first name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@lastName
type cs:lastName_t
properties
use required
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person last name.
source <xs:attribute name="lastName" type="cs:lastName_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Natural person last name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@telephone
type cs:telephone_t
properties
use required
facets
Kind Value Annotation
maxLength 20
annotation
documentation
The telephone number including dialing prefixes and area codes, without separators.
source <xs:attribute name="telephone" type="cs:telephone_t" use="required">
 
<xs:annotation>
   
<xs:documentation>The telephone number including dialing prefixes and area codes, without separators.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@email
type cs:email_t
properties
use required
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Internet electronic mail address.
source <xs:attribute name="email" type="cs:email_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Internet electronic mail address.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@organizationType
type cs:organizationType_t
properties
use required
annotation
documentation
Type of reporting organization.
source <xs:attribute name="organizationType" type="cs:organizationType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Type of reporting organization.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@reasonForRequest
type cs:reasonForRequest_t
properties
use required
annotation
documentation
Reason for submitting user request.
source <xs:attribute name="reasonForRequest" type="cs:reasonForRequest_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Reason for submitting user request.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@legalEntityName
type cs:legalEntityName_t
properties
use required
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Legal entity name.
source <xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Legal entity name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@reportingIdentifier
type cs:reportingIdentifier_t
properties
use required
facets
Kind Value Annotation
length 3
annotation
documentation
CFTC-issued reporting identifier.
source <xs:attribute name="reportingIdentifier" type="cs:reportingIdentifier_t" use="required">
 
<xs:annotation>
   
<xs:documentation>CFTC-issued reporting identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute newUserRequestType/@additionalEmails
type cs:additionalEmails_t
properties
use optional
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Additonal semicolon delimited internet electronic mail addresses,
source <xs:attribute name="additionalEmails" type="cs:additionalEmails_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Additonal semicolon delimited internet electronic mail addresses,</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType pairedSwapOrSwaptionActivityType
diagram cftc-forms_diagrams/cftc-forms_p33.png
namespace http://cftc.gov.us/cftc-shared
used by
elements relatedAccountType/relatedEntity/pairedSwapOrSwaptionActivity cftcForm102Type/relatedEntity/pairedSwapOrSwaptionActivity cftcForm102Type/relatedAccount/pairedSwapOrSwaptionActivity cftcForm102Type/pairedSwapOrSwaptionActivity
attributes
Name  Type  Use  Default  Fixed  Annotation
isSwap  cs:isSwap_t  required      
documentation
Indication activity is swap related; default = N.
isSwaption  cs:isSwaption_t  required      
documentation
Indication activity is swaption related; default = N.
description  cs:description_t  required      
documentation
Description of activity.
annotation
documentation
Nature of paired commodity swap or swaption activity.
source <xs:complexType name="pairedSwapOrSwaptionActivityType">
 
<xs:annotation>
   
<xs:documentation>Nature of paired commodity swap or swaption activity.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isSwap" type="cs:isSwap_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication activity is swap related; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSwaption" type="cs:isSwaption_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication activity is swaption related; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="description" type="cs:description_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Description of activity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute pairedSwapOrSwaptionActivityType/@isSwap
type cs:isSwap_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication activity is swap related; default = N.
source <xs:attribute name="isSwap" type="cs:isSwap_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication activity is swap related; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute pairedSwapOrSwaptionActivityType/@isSwaption
type cs:isSwaption_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication activity is swaption related; default = N.
source <xs:attribute name="isSwaption" type="cs:isSwaption_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication activity is swaption related; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute pairedSwapOrSwaptionActivityType/@description
type cs:description_t
properties
use required
facets
Kind Value Annotation
maxLength 4000
annotation
documentation
Description of activity.
source <xs:attribute name="description" type="cs:description_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Description of activity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType relatedAccountType
diagram cftc-forms_diagrams/cftc-forms_p34.png
namespace http://cftc.gov.us/cftc-shared
children relatedEntity relatedAcctInfo
used by
elements cftcForm71Type/relatedAccount cftcForm102Type/relatedAccount
attributes
Name  Type  Use  Default  Fixed  Annotation
accountNumber  cs:accountNumber_t  required      
documentation
The identifier used by the entity to uniquely identify the account.
accountClass  cs:accountClass_t  optional      
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
isOmnibus  cs:isOmnibus_t  required      
documentation
Indication the related account is an omnibus account; default = N.
isTradingAccount  cs:isTradingAccount_t  required      
documentation
Indication the reported account is a trading account; default = N.
isSpecialAccount  cs:isSpecialAccount_t  required      
documentation
Indication the reported account is a special account; default = N.
annotation
documentation
Related account information.
source <xs:complexType name="relatedAccountType">
 
<xs:annotation>
   
<xs:documentation>Related account information.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="relatedEntity" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A legal entity or natural person related to the account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="cs:relatedEntityType">
           
<xs:sequence>
             
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
               
<xs:annotation>
                 
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
               
</xs:annotation>
             
</xs:element>
           
</xs:sequence>
           
<xs:attributeGroup ref="cs:relatedAccountRolesGroup_t"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="relatedAcctInfo" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Additional information related to the account</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
         
<xs:annotation>
           
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
         
<xs:annotation>
           
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="accountNumber" type="cs:accountNumber_t" use="required">
   
<xs:annotation>
     
<xs:documentation>The identifier used by the entity to uniquely identify the account.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="accountClass" type="cs:accountClass_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Indicates whether the account belongs to the house (H) or a customer (C).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOmnibus" type="cs:isOmnibus_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the related account is an omnibus account; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isTradingAccount" type="cs:isTradingAccount_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the reported account is a trading account; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSpecialAccount" type="cs:isSpecialAccount_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the reported account is a special account; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute relatedAccountType/@accountNumber
type cs:accountNumber_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The identifier used by the entity to uniquely identify the account.
source <xs:attribute name="accountNumber" type="cs:accountNumber_t" use="required">
 
<xs:annotation>
   
<xs:documentation>The identifier used by the entity to uniquely identify the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountType/@accountClass
type cs:accountClass_t
properties
use optional
facets
Kind Value Annotation
length 1
enumeration C
enumeration H
annotation
documentation
Indicates whether the account belongs to the house (H) or a customer (C).
source <xs:attribute name="accountClass" type="cs:accountClass_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the account belongs to the house (H) or a customer (C).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountType/@isOmnibus
type cs:isOmnibus_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the related account is an omnibus account; default = N.
source <xs:attribute name="isOmnibus" type="cs:isOmnibus_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the related account is an omnibus account; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountType/@isTradingAccount
type cs:isTradingAccount_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the reported account is a trading account; default = N.
source <xs:attribute name="isTradingAccount" type="cs:isTradingAccount_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the reported account is a trading account; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountType/@isSpecialAccount
type cs:isSpecialAccount_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication the reported account is a special account; default = N.
source <xs:attribute name="isSpecialAccount" type="cs:isSpecialAccount_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the reported account is a special account; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element relatedAccountType/relatedEntity
diagram cftc-forms_diagrams/cftc-forms_p35.png
type extension of cs:relatedEntityType
properties
minOcc 0
maxOcc unbounded
content complex
children contact pairedSwapOrSwaptionActivity
attributes
Name  Type  Use  Default  Fixed  Annotation
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
isOriginator  cs:isOriginator_t  required      
documentation
Indication entity is originator; default = N.
isOwner  cs:isOwner_t  required      
documentation
Indication entity is owner; default = N.
isController  cs:isController_t  required      
documentation
Indication entity is controller; default = N.
isCounterparty  cs:isCounterparty_t  optional      
documentation
Indication entity is a trade counterparty; default = N.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is Futures Commission Merchant; default = N.
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position of a natural person.
relationship  cs:relationship_t  optional      
documentation
Nature of relationship.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued ID.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
clientReportingIssue  cs:clientReportingIssue_t        
documentation
Used to identify data reporting quality for trading account controller fields.
foreignPrivacyException  cs:foreignPrivacyException_t        
documentation
Used to identify contact fields that are covered by foreign privacy-protection laws.
annotation
documentation
A legal entity or natural person related to the account
source <xs:element name="relatedEntity" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A legal entity or natural person related to the account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="cs:relatedEntityType">
       
<xs:sequence>
         
<xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="cs:relatedAccountRolesGroup_t"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element relatedAccountType/relatedEntity/pairedSwapOrSwaptionActivity
diagram cftc-forms_diagrams/cftc-forms_p36.png
type cs:pairedSwapOrSwaptionActivityType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
isSwap  cs:isSwap_t  required      
documentation
Indication activity is swap related; default = N.
isSwaption  cs:isSwaption_t  required      
documentation
Indication activity is swaption related; default = N.
description  cs:description_t  required      
documentation
Description of activity.
annotation
documentation
Nature of paired swap or swaption activities.
source <xs:element name="pairedSwapOrSwaptionActivity" type="cs:pairedSwapOrSwaptionActivityType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Nature of paired swap or swaption activities.</xs:documentation>
 
</xs:annotation>
</xs:element>

element relatedAccountType/relatedAcctInfo
diagram cftc-forms_diagrams/cftc-forms_p37.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
accountShortCode  cs:accountShortCode_t  required      
documentation
Short code entity uses to reference the account.
marketIdentifier  cs:marketIdentifier_t  required      
documentation
ISO Market identifier code (MIC).
annotation
documentation
Additional information related to the account
source <xs:element name="relatedAcctInfo" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Additional information related to the account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
     
<xs:annotation>
       
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
     
<xs:annotation>
       
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute relatedAccountType/relatedAcctInfo/@accountShortCode
type cs:accountShortCode_t
properties
use required
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Short code entity uses to reference the account.
source <xs:attribute name="accountShortCode" type="cs:accountShortCode_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Short code entity uses to reference the account.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountType/relatedAcctInfo/@marketIdentifier
type cs:marketIdentifier_t
properties
use required
facets
Kind Value Annotation
length 4
annotation
documentation
ISO Market identifier code (MIC).
source <xs:attribute name="marketIdentifier" type="cs:marketIdentifier_t" use="required">
 
<xs:annotation>
   
<xs:documentation>ISO Market identifier code (MIC).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType relatedContactForm40Type
diagram cftc-forms_diagrams/cftc-forms_p38.png
namespace http://cftc.gov.us/cftc-shared
used by
element cftcForm40Type/contact
attributes
Name  Type  Use  Default  Fixed  Annotation
isSameAsReporter  cs:isSameAsReporter_t  required      
documentation
Indication contact is same as reporting entity; default =  N.
isDerivativesPOC  cs:isDerivativesPOC_t  required      
documentation
Indication contact is a the derivatives POC; default =  N.
isRiskManagementPOC  cs:isRiskManagementPOC_t  required      
documentation
Indication contact is a the risk management POC; default =  N.
isFormInformationPOC  cs:isFormInformationPOC_t  required      
documentation
Indication contact is a the form 40 info POC; default =  N.
isAuthorizedRepresentative  cs:isAuthorizedRepresentative_t  required      
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position held.
relationship  cs:relationship_t  optional      
documentation
Nature of relationship.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
NFA-issued ID
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Attributes associated with a contact
source <xs:complexType name="relatedContactForm40Type">
 
<xs:annotation>
   
<xs:documentation>Attributes associated with a contact</xs:documentation>
 
</xs:annotation>
 
<xs:attributeGroup ref="cs:pocGroup_t"/>
 
<xs:attribute name="isAuthorizedRepresentative" type="cs:isAuthorizedRepresentative_t" use="required"/>
 
<xs:attributeGroup ref="cs:nameGroup_t"/>
 
<xs:attributeGroup ref="cs:addressGroup_t"/>
 
<xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Title or position held.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="relationship" type="cs:relationship_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Nature of relationship.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:communictionGroup_t"/>
 
<xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>NFA-issued ID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:employerGroup_t"/>
</xs:complexType>

attribute relatedContactForm40Type/@isAuthorizedRepresentative
type cs:isAuthorizedRepresentative_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
source <xs:attribute name="isAuthorizedRepresentative" type="cs:isAuthorizedRepresentative_t" use="required"/>

attribute relatedContactForm40Type/@titleOrPosition
type cs:titleOrPosition_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Title or position held.
source <xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Title or position held.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedContactForm40Type/@relationship
type cs:relationship_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Nature of relationship.
source <xs:attribute name="relationship" type="cs:relationship_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Nature of relationship.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedContactForm40Type/@NFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
NFA-issued ID
source <xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>NFA-issued ID</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType relatedContactType
diagram cftc-forms_diagrams/cftc-forms_p39.png
namespace http://cftc.gov.us/cftc-shared
used by
element relatedEntityType/contact
attributes
Name  Type  Use  Default  Fixed  Annotation
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position held.
relationship  cs:relationship_t  optional      
documentation
Relationship to the entity.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Attributes associated with a contact
source <xs:complexType name="relatedContactType">
 
<xs:annotation>
   
<xs:documentation>Attributes associated with a contact</xs:documentation>
 
</xs:annotation>
 
<xs:attributeGroup ref="cs:nameGroup_t"/>
 
<xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Title or position held.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="relationship" type="cs:relationship_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Relationship to the entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:communictionGroup_t"/>
 
<xs:attributeGroup ref="cs:employerGroup_t"/>
</xs:complexType>

attribute relatedContactType/@titleOrPosition
type cs:titleOrPosition_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Title or position held.
source <xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Title or position held.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedContactType/@relationship
type cs:relationship_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Relationship to the entity.
source <xs:attribute name="relationship" type="cs:relationship_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Relationship to the entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

complexType relatedEntityType
diagram cftc-forms_diagrams/cftc-forms_p40.png
namespace http://cftc.gov.us/cftc-shared
children contact
used by
elements relatedAccountType/relatedEntity cftcForm40Type/relatedEntity cftcForm102Type/relatedEntity
attributes
Name  Type  Use  Default  Fixed  Annotation
entityType  cs:entityType_t  required      
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
optionalOrSuppFieldsSeparatelyReported  cs:optionalOrSuppFieldsSeparatelyReported_t  required      
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
legalEntityName  cs:legalEntityName_t  optional      
documentation
Legal entity name.
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
website  cs:website_t  optional      
documentation
Related website URL.
NFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Entity NFA-issued ID.
legalEntityIdentifier  cs:legalEntityIdentifier_t  optional      
documentation
Entity CICI/LEI-issued ID.
annotation
documentation
Description of legal entity and natural person information.
source <xs:complexType name="relatedEntityType">
 
<xs:annotation>
   
<xs:documentation>Description of legal entity and natural person information.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="contact" type="cs:relatedContactType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Related natural person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="entityType" type="cs:entityType_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="optionalOrSuppFieldsSeparatelyReported" type="cs:optionalOrSuppFieldsSeparatelyReported_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Legal entity name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="cs:nameGroup_t"/>
 
<xs:attributeGroup ref="cs:addressGroup_t"/>
 
<xs:attributeGroup ref="cs:communictionGroup_t"/>
 
<xs:attribute name="website" type="cs:website_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related website URL.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Entity NFA-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute relatedEntityType/@entityType
type cs:entityType_t
properties
use required
facets
Kind Value Annotation
length 2
enumeration LE
enumeration NP
annotation
documentation
Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.
source <xs:attribute name="entityType" type="cs:entityType_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication the entity is a legal entity (LE) or natural person (NP); default =  LE.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityType/@optionalOrSuppFieldsSeparatelyReported
type cs:optionalOrSuppFieldsSeparatelyReported_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.
source <xs:attribute name="optionalOrSuppFieldsSeparatelyReported" type="cs:optionalOrSuppFieldsSeparatelyReported_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication that optional or supplemental fields have already been reported via the CICI/LEI registry; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityType/@legalEntityName
type cs:legalEntityName_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Legal entity name.
source <xs:attribute name="legalEntityName" type="cs:legalEntityName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Legal entity name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityType/@website
type cs:website_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Related website URL.
source <xs:attribute name="website" type="cs:website_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related website URL.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityType/@NFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
Entity NFA-issued ID.
source <xs:attribute name="NFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Entity NFA-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityType/@legalEntityIdentifier
type cs:legalEntityIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Entity CICI/LEI-issued ID.
source <xs:attribute name="legalEntityIdentifier" type="cs:legalEntityIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Entity CICI/LEI-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element relatedEntityType/contact
diagram cftc-forms_diagrams/cftc-forms_p41.png
type cs:relatedContactType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position held.
relationship  cs:relationship_t  optional      
documentation
Relationship to the entity.
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Related natural person.
source <xs:element name="contact" type="cs:relatedContactType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Related natural person.</xs:documentation>
 
</xs:annotation>
</xs:element>

simpleType accountCategory_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm71Type/@accountCategory cftcForm102Type/@accountCategory
facets
Kind Value Annotation
length 2
enumeration SA
enumeration VT
enumeration CA
enumeration RS
annotation
documentation
Account type indicator
documentation
SA=Special Account
documentation
VT=Volume Threshold Account
documentation
CA=Consolidated Account
documentation
RS=Reportable Sub-Account (Fm 71)
source <xs:simpleType name="accountCategory_t">
 
<xs:annotation>
   
<xs:documentation>Account type indicator</xs:documentation>
   
<xs:documentation>SA=Special Account</xs:documentation>
   
<xs:documentation>VT=Volume Threshold Account</xs:documentation>
   
<xs:documentation>CA=Consolidated Account</xs:documentation>
   
<xs:documentation>RS=Reportable Sub-Account (Fm 71)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="2"/>
   
<xs:enumeration value="SA"/>
   
<xs:enumeration value="VT"/>
   
<xs:enumeration value="CA"/>
   
<xs:enumeration value="RS"/>
 
</xs:restriction>
</xs:simpleType>

simpleType accountClass_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedAccountType/@accountClass cftcForm71Type/@accountClass cftcForm102Type/@accountClass
facets
Kind Value Annotation
length 1
enumeration C
enumeration H
annotation
documentation
Indicates whether the account is a House or Customer account
documentation
C=Customer
documentation
H=House
source <xs:simpleType name="accountClass_t">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the account is a House or Customer account</xs:documentation>
   
<xs:documentation>C=Customer</xs:documentation>
   
<xs:documentation>H=House</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="C"/>
   
<xs:enumeration value="H"/>
 
</xs:restriction>
</xs:simpleType>

simpleType accountName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm102Type/@accountName
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Account name
source <xs:simpleType name="accountName_t">
 
<xs:annotation>
   
<xs:documentation>Account name</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

simpleType accountNumber_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes relatedAccountType/@accountNumber cftcForm71Type/@accountNumber cftcForm102Type/@accountNumber
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Account number
source <xs:simpleType name="accountNumber_t">
 
<xs:annotation>
   
<xs:documentation>Account number</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>

simpleType accountShortCode_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes relatedAccountType/relatedAcctInfo/@accountShortCode cftcForm71Type/acctInfo/@accountShortCode cftcForm102Type/relatedAcctInfo/@accountShortCode
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Short code used to reference and account.
source <xs:simpleType name="accountShortCode_t">
 
<xs:annotation>
   
<xs:documentation>Short code used to reference and account.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>

simpleType acknowledgeDefinitions_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/@acknowledgeDefinitions cftcForm71Type/@acknowledgeDefinitions
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Acknowledge reading form definitions and terms.
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="acknowledgeDefinitions_t">
 
<xs:annotation>
   
<xs:documentation>Acknowledge reading form definitions and terms.</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType additionalEmails_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute newUserRequestType/@additionalEmails
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Additional semicolon-delimited internet electronic mail addresses
source <xs:simpleType name="additionalEmails_t">
 
<xs:annotation>
   
<xs:documentation>Additional semicolon-delimited internet electronic mail addresses</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>

simpleType addressSubtype_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
annotation
documentation
Used to distinguish addressee category (e.g., TO, CC, BCC).
source <xs:simpleType name="addressSubtype_t">
 
<xs:annotation>
   
<xs:documentation>Used to distinguish addressee category (e.g., TO, CC, BCC).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType addressType_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
annotation
documentation
Type of contact addressing mechanism.
source <xs:simpleType name="addressType_t">
 
<xs:annotation>
   
<xs:documentation>Type of contact addressing mechanism.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType adjacentParentIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@adjacentParentIdentifier
annotation
documentation
Identifier assigned to an adjacent parent organization
source <xs:simpleType name="adjacentParentIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned to an adjacent parent organization</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType adjacentParentIdentifierType_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@adjacentParentIdentifierType
annotation
documentation
Type of identifier (e.g., LEI, NFA,etc.) assigned to an adjacent parent organization
source <xs:simpleType name="adjacentParentIdentifierType_t">
 
<xs:annotation>
   
<xs:documentation>Type of identifier (e.g., LEI, NFA,etc.) assigned to an adjacent parent organization</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType adjacentParentName_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@adjacentParentName
annotation
documentation
Legal entity name of an adjacent parent organization
source <xs:simpleType name="adjacentParentName_t">
 
<xs:annotation>
   
<xs:documentation>Legal entity name of an adjacent parent organization</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType adjacentSubsidiaryIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@adjacentSubsidiaryIdentifier
annotation
documentation
Identifier assigned to an adjacent subsidiary organization
source <xs:simpleType name="adjacentSubsidiaryIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned to an adjacent subsidiary organization</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType adjacentSubsidiaryIdentifierType_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@adjacentSubsidiaryIdentifierType
annotation
documentation
Type of identifier (e.g., LEI, NFA,etc.) assigned to an adjacent subsidiary organization
source <xs:simpleType name="adjacentSubsidiaryIdentifierType_t">
 
<xs:annotation>
   
<xs:documentation>Type of identifier (e.g., LEI, NFA,etc.) assigned to an adjacent subsidiary organization</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType adjacentSubsidiaryName_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@adjacentSubsidiaryName
annotation
documentation
Legal entity name of an adjacent subsidiary organization
source <xs:simpleType name="adjacentSubsidiaryName_t">
 
<xs:annotation>
   
<xs:documentation>Legal entity name of an adjacent subsidiary organization</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType applicationDomain_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
annotation
documentation
Used to distinguish between reporter group or support group.
source <xs:simpleType name="applicationDomain_t">
 
<xs:annotation>
   
<xs:documentation>Used to distinguish between reporter group or support group.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType applicationName_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
annotation
documentation
The name of the associated application.
source <xs:simpleType name="applicationName_t">
 
<xs:annotation>
   
<xs:documentation>The name of the associated application.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType applicationSubdomain_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
annotation
documentation
User to identify reporter.
source <xs:simpleType name="applicationSubdomain_t">
 
<xs:annotation>
   
<xs:documentation>User to identify reporter.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType businessDate_t
namespace http://cftc.gov.us/cftc-shared
type xs:date
properties
base xs:date
used by
attribute cftcForm71Type/@businessDate
annotation
documentation
Business date.
source <xs:simpleType name="businessDate_t">
 
<xs:annotation>
   
<xs:documentation>Business date.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:date"/>
</xs:simpleType>

simpleType businessPurpose_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm40Type/natureOfBusiness/@businessPurpose
facets
Kind Value Annotation
enumeration Arbitrage
enumeration Client Futures/Options Trading
enumeration Establishing Price Exposure
enumeration Financial Asset Management
enumeration Making Markets/Providing Liquidity
enumeration Managing Client Swaps Exposure
enumeration Managing Proprietary Swaps Exposure
enumeration Offsetting Cash or Spot Market Input Price Risk
enumeration Offsetting Cash or Spot Market Output Price Risk
enumeration Offsetting Other Cash or Spot Market Price Risks (Cross Price Risk)
enumeration Other Physical Risk Management Strategies
enumeration Other (Specify)
annotation
documentation
Reason for trading derivatives
source <xs:simpleType name="businessPurpose_t">
 
<xs:annotation>
   
<xs:documentation>Reason for trading derivatives</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Arbitrage"/>
   
<xs:enumeration value="Client Futures/Options Trading"/>
   
<xs:enumeration value="Establishing Price Exposure"/>
   
<xs:enumeration value="Financial Asset Management"/>
   
<xs:enumeration value="Making Markets/Providing Liquidity"/>
   
<xs:enumeration value="Managing Client Swaps Exposure"/>
   
<xs:enumeration value="Managing Proprietary Swaps Exposure"/>
   
<xs:enumeration value="Offsetting Cash or Spot Market Input Price Risk"/>
   
<xs:enumeration value="Offsetting Cash or Spot Market Output Price Risk"/>
   
<xs:enumeration value="Offsetting Other Cash or Spot Market Price Risks (Cross Price Risk)"/>
   
<xs:enumeration value="Other Physical Risk Management Strategies"/>
   
<xs:enumeration value="Other (Specify)"/>
 
</xs:restriction>
</xs:simpleType>

simpleType businessSector_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm40Type/natureOfBusiness/@businessSector
facets
Kind Value Annotation
length 2
enumeration SA
enumeration SB
enumeration SC
enumeration SD
enumeration SE
enumeration SF
enumeration SG
enumeration SH
enumeration SI
enumeration SJ
enumeration SK
enumeration SL
enumeration SM
enumeration SN
annotation
documentation
Market business sector
documentation
SA=Agriculture and Forestry
documentation
SB=Mining, Oil and Natural Gas Extraction
documentation
SC=Utilities
documentation
SD=Construction
documentation
SE=Manufacturing, Refining and Processing
documentation
SF=Wholesale Trade
documentation
SG=Retail Trade
documentation
SH=Transportation and Warehousing
documentation
SI=End User (NOTE: May not be the only/primary subsector selected)
documentation
SJ=Information
documentation
SK=Real Estate
documentation
SL=Arts, Entertainment, and Recreation
documentation
SM=Accommodation and Food Services
documentation
SN=Public Administration
source <xs:simpleType name="businessSector_t">
 
<xs:annotation>
   
<xs:documentation>Market business sector</xs:documentation>
   
<xs:documentation>SA=Agriculture and Forestry</xs:documentation>
   
<xs:documentation>SB=Mining, Oil and Natural Gas Extraction</xs:documentation>
   
<xs:documentation>SC=Utilities</xs:documentation>
   
<xs:documentation>SD=Construction</xs:documentation>
   
<xs:documentation>SE=Manufacturing, Refining and Processing</xs:documentation>
   
<xs:documentation>SF=Wholesale Trade</xs:documentation>
   
<xs:documentation>SG=Retail Trade</xs:documentation>
   
<xs:documentation>SH=Transportation and Warehousing</xs:documentation>
   
<xs:documentation>SI=End User (NOTE: May not be the only/primary subsector selected)</xs:documentation>
   
<xs:documentation>SJ=Information</xs:documentation>
   
<xs:documentation>SK=Real Estate</xs:documentation>
   
<xs:documentation>SL=Arts, Entertainment, and Recreation</xs:documentation>
   
<xs:documentation>SM=Accommodation and Food Services</xs:documentation>
   
<xs:documentation>SN=Public Administration</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="2"/>
   
<xs:enumeration value="SA"/>
   
<xs:enumeration value="SB"/>
   
<xs:enumeration value="SC"/>
   
<xs:enumeration value="SD"/>
   
<xs:enumeration value="SE"/>
   
<xs:enumeration value="SF"/>
   
<xs:enumeration value="SG"/>
   
<xs:enumeration value="SH"/>
   
<xs:enumeration value="SI"/>
   
<xs:enumeration value="SJ"/>
   
<xs:enumeration value="SK"/>
   
<xs:enumeration value="SL"/>
   
<xs:enumeration value="SM"/>
   
<xs:enumeration value="SN"/>
 
</xs:restriction>
</xs:simpleType>

simpleType businessSubSector_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm40Type/natureOfBusiness/@businessSubSector
facets
Kind Value Annotation
minLength 4
maxLength 5
enumeration SSA1
enumeration SSA2
enumeration SSA3
enumeration SSA4
enumeration SSA5
enumeration SSA6
enumeration SSA7
enumeration SSA8
enumeration SSA9
enumeration SSA10
enumeration SSA11
enumeration SSA12
enumeration SSB1
enumeration SSB2
enumeration SSB3
enumeration SSB4
enumeration SSB5
enumeration SSB6
enumeration SSC1
enumeration SSC2
enumeration SSC3
enumeration SSC4
enumeration SSC5
enumeration SSD1
enumeration SSD2
enumeration SSD3
enumeration SSE1
enumeration SSE2
enumeration SSE3
enumeration SSE4
enumeration SSE5
enumeration SSE6
enumeration SSE7
enumeration SSE8
enumeration SSE9
enumeration SSE10
enumeration SSE11
enumeration SSE12
enumeration SSE13
enumeration SSE14
enumeration SSE15
enumeration SSE16
enumeration SSE17
enumeration SSE18
enumeration SSE19
enumeration SSE20
enumeration SSE21
enumeration SSE22
enumeration SSE23
enumeration SSE24
enumeration SSF1
enumeration SSF2
enumeration SSF3
enumeration SSF4
enumeration SSF5
enumeration SSF6
enumeration SSF7
enumeration SSF8
enumeration SSF9
enumeration SSG1
enumeration SSG2
enumeration SSG3
enumeration SSG4
enumeration SSG5
enumeration SSG6
enumeration SSH1
enumeration SSH2
enumeration SSH3
enumeration SSH4
enumeration SSH5
enumeration SSH6
enumeration SSH7
enumeration SSI1
enumeration SSI2
enumeration SSI3
enumeration SSJ1
enumeration SSK1
enumeration SSL1
enumeration SSL2
enumeration SSL3
enumeration SSL4
enumeration SSL5
enumeration SSM1
enumeration SSM2
enumeration SSN1
enumeration SSN2
annotation
documentation
Market business subsector
documentation
SSA1=Oilseed Farming
documentation
SSA2=Grain Farming
documentation
SSA3=Fruit and Tree Nut Farming
documentation
SSA4=Other Crop Farming (Specify)
documentation
SSA5=Cattle Ranching and Farming
documentation
SSA6=Hog and Pig Farming
documentation
SSA7=Poultry and Egg Production
documentation
SSA8=Sheep and Goat Farming
documentation
SSA9=Other Animal Production
documentation
SSA10=Forestry, Logging, or Timber Production
documentation
SSA11=Cooperative
documentation
SSA12=Other (Specify)
documentation
SSB1=Oil Exploration/Production
documentation
SSB2=Natural Gas Exploration/Production
documentation
SSB3=Coal Mining
documentation
SSB4=Precious Metal Mining
documentation
SSB5=Non-Precious Metal Mining
documentation
SSB6=Other (Specify)
documentation
SSC1=Utility/Cooperative
documentation
SSC2=Electric Power Generation
documentation
SSC3=Local Distribution Company
documentation
SSC4=Natural Gas Distribution
documentation
SSC5=Other (Specify)
documentation
SSD1=Building Construction
documentation
SSD2=Heavy and Civil Engineering Construction
documentation
SSD3=Other (Specify)
documentation
SSE1=Animal Food Manufacturing
documentation
SSE2=Grain Milling
documentation
SSE3=Oilseed Milling
documentation
SSE4=Sugar and Confectionery Product Manufacturing
documentation
SSE5=Fruit and Vegetable Preserving and Specialty Food Manufacturing
documentation
SSE6=Dairy Product Manufacturing
documentation
SSE7=Animal Slaughtering and Processing
documentation
SSE8=Bakeries
documentation
SSE9=Other Food Manufacturing
documentation
SSE10=Beverage Manufacturing Textile Mills
documentation
SSE11=Textile Product Mills
documentation
SSE12=Apparel Manufacturing
documentation
SSE13=Wood Product Manufacturing
documentation
SSE14=Paper Manufacturing
documentation
SSE15=Pulp, Paper, and Paperboard Mills
documentation
SSE16=Petroleum and Coal Products Manufacturing
documentation
SSE17=Renewable Fuels Manufacturing
documentation
SSE18=Petrochemical/Chemical Manufacturing
documentation
SSE19=Plastics and Rubber Products Manufacturing
documentation
SSE20=Natural Gas Processing
documentation
SSE21=Precious Metal Processor/Smelter
documentation
SSE22=Non-Precious Metal Processor
documentation
SSE23=Metals Fabricator
documentation
SSE24=Other (Specify)
documentation
SSF1=Lumber and Other Construction Materials Merchant Wholesalers
documentation
SSF2=Metal and Mineral Merchant Dealer
documentation
SSF3=Grocery and Related Product Merchant Wholesaler
documentation
SSF4=Farm Product Raw Material Merchant Wholesalers
documentation
SSF5=Chemical and Allied Products Merchant Wholesalers
documentation
SSF6=Petroleum and Petroleum Products Merchant Wholesalers
documentation
SSF7=Natural Gas, Power Marketer
documentation
SSF8=Importer/Exporter (specify commodities)
documentation
SSF9=Other (Specify
documentation
SSG1=Building Materials and Supplies Dealers
documentation
SSG2=Food and Beverage Stores
documentation
SSG3=Jeweler/Precious Metals Retailer
documentation
SSG4=Vehicle Fuel Retailer/Convenience Store Operator
documentation
SSG5=Fuel Dealers
documentation
SSG6=Other (Specify)
documentation
SSH1=Air Transport
documentation
SSH2=Trucking
documentation
SSH3=Pipeline Transportation of Crude Oil
documentation
SSH4=Pipeline Transportation of Natural Gas
documentation
SSH5=Farm Product Warehousing and Storage
documentation
SSH6=Energy Distributor (warehousing, storage)
documentation
SSH7=Other (Specify)
documentation
SSI1=Metals End User (Construction Co., Brass Mill, Steel Mill)
documentation
SSI2=Emissions End User (Factory, Industrial Cos.)
documentation
SSI3=Petroleum End User (Airline Cos. Municipalities, Industrial Cos., Trucking Cos.)
documentation
SSJ1=Other (Specify)
documentation
SSK1=Other (Specify)
documentation
SSL1=Performing Arts Companies
documentation
SSL2=Promoters of Performing Arts
documentation
SSL3=Agents and Managers for Artists and Entertainers
documentation
SSL4=Independent Artists, Writers, Performers
documentation
SSL5=Other (Specify)
documentation
SSM1=Food Services
documentation
SSM2=Other (Specify)
documentation
SSN1=Administration of Environmental Quality Programs
documentation
SSN2=Administration of Economic Programs
source <xs:simpleType name="businessSubSector_t">
 
<xs:annotation>
   
<xs:documentation>Market business subsector</xs:documentation>
   
<xs:documentation>SSA1=Oilseed Farming</xs:documentation>
   
<xs:documentation>SSA2=Grain Farming</xs:documentation>
   
<xs:documentation>SSA3=Fruit and Tree Nut Farming</xs:documentation>
   
<xs:documentation>SSA4=Other Crop Farming (Specify)</xs:documentation>
   
<xs:documentation>SSA5=Cattle Ranching and Farming</xs:documentation>
   
<xs:documentation>SSA6=Hog and Pig Farming</xs:documentation>
   
<xs:documentation>SSA7=Poultry and Egg Production</xs:documentation>
   
<xs:documentation>SSA8=Sheep and Goat Farming</xs:documentation>
   
<xs:documentation>SSA9=Other Animal Production</xs:documentation>
   
<xs:documentation>SSA10=Forestry, Logging, or Timber Production</xs:documentation>
   
<xs:documentation>SSA11=Cooperative</xs:documentation>
   
<xs:documentation>SSA12=Other (Specify)</xs:documentation>
   
<xs:documentation>SSB1=Oil Exploration/Production</xs:documentation>
   
<xs:documentation>SSB2=Natural Gas Exploration/Production</xs:documentation>
   
<xs:documentation>SSB3=Coal Mining</xs:documentation>
   
<xs:documentation>SSB4=Precious Metal Mining</xs:documentation>
   
<xs:documentation>SSB5=Non-Precious Metal Mining</xs:documentation>
   
<xs:documentation>SSB6=Other (Specify)</xs:documentation>
   
<xs:documentation>SSC1=Utility/Cooperative</xs:documentation>
   
<xs:documentation>SSC2=Electric Power Generation</xs:documentation>
   
<xs:documentation>SSC3=Local Distribution Company</xs:documentation>
   
<xs:documentation>SSC4=Natural Gas Distribution</xs:documentation>
   
<xs:documentation>SSC5=Other (Specify)</xs:documentation>
   
<xs:documentation>SSD1=Building Construction</xs:documentation>
   
<xs:documentation>SSD2=Heavy and Civil Engineering Construction</xs:documentation>
   
<xs:documentation>SSD3=Other (Specify)</xs:documentation>
   
<xs:documentation>SSE1=Animal Food Manufacturing</xs:documentation>
   
<xs:documentation>SSE2=Grain Milling</xs:documentation>
   
<xs:documentation>SSE3=Oilseed Milling</xs:documentation>
   
<xs:documentation>SSE4=Sugar and Confectionery Product Manufacturing</xs:documentation>
   
<xs:documentation>SSE5=Fruit and Vegetable Preserving and Specialty Food Manufacturing</xs:documentation>
   
<xs:documentation>SSE6=Dairy Product Manufacturing</xs:documentation>
   
<xs:documentation>SSE7=Animal Slaughtering and Processing</xs:documentation>
   
<xs:documentation>SSE8=Bakeries</xs:documentation>
   
<xs:documentation>SSE9=Other Food Manufacturing</xs:documentation>
   
<xs:documentation>SSE10=Beverage Manufacturing Textile Mills</xs:documentation>
   
<xs:documentation>SSE11=Textile Product Mills</xs:documentation>
   
<xs:documentation>SSE12=Apparel Manufacturing</xs:documentation>
   
<xs:documentation>SSE13=Wood Product Manufacturing</xs:documentation>
   
<xs:documentation>SSE14=Paper Manufacturing</xs:documentation>
   
<xs:documentation>SSE15=Pulp, Paper, and Paperboard Mills</xs:documentation>
   
<xs:documentation>SSE16=Petroleum and Coal Products Manufacturing</xs:documentation>
   
<xs:documentation>SSE17=Renewable Fuels Manufacturing</xs:documentation>
   
<xs:documentation>SSE18=Petrochemical/Chemical Manufacturing</xs:documentation>
   
<xs:documentation>SSE19=Plastics and Rubber Products Manufacturing</xs:documentation>
   
<xs:documentation>SSE20=Natural Gas Processing</xs:documentation>
   
<xs:documentation>SSE21=Precious Metal Processor/Smelter</xs:documentation>
   
<xs:documentation>SSE22=Non-Precious Metal Processor</xs:documentation>
   
<xs:documentation>SSE23=Metals Fabricator</xs:documentation>
   
<xs:documentation>SSE24=Other (Specify)</xs:documentation>
   
<xs:documentation>SSF1=Lumber and Other Construction Materials Merchant Wholesalers</xs:documentation>
   
<xs:documentation>SSF2=Metal and Mineral Merchant Dealer</xs:documentation>
   
<xs:documentation>SSF3=Grocery and Related Product Merchant Wholesaler</xs:documentation>
   
<xs:documentation>SSF4=Farm Product Raw Material Merchant Wholesalers</xs:documentation>
   
<xs:documentation>SSF5=Chemical and Allied Products Merchant Wholesalers</xs:documentation>
   
<xs:documentation>SSF6=Petroleum and Petroleum Products Merchant Wholesalers</xs:documentation>
   
<xs:documentation>SSF7=Natural Gas, Power Marketer</xs:documentation>
   
<xs:documentation>SSF8=Importer/Exporter (specify commodities)</xs:documentation>
   
<xs:documentation>SSF9=Other (Specify</xs:documentation>
   
<xs:documentation>SSG1=Building Materials and Supplies Dealers</xs:documentation>
   
<xs:documentation>SSG2=Food and Beverage Stores</xs:documentation>
   
<xs:documentation>SSG3=Jeweler/Precious Metals Retailer</xs:documentation>
   
<xs:documentation>SSG4=Vehicle Fuel Retailer/Convenience Store Operator</xs:documentation>
   
<xs:documentation>SSG5=Fuel Dealers</xs:documentation>
   
<xs:documentation>SSG6=Other (Specify)</xs:documentation>
   
<xs:documentation>SSH1=Air Transport</xs:documentation>
   
<xs:documentation>SSH2=Trucking</xs:documentation>
   
<xs:documentation>SSH3=Pipeline Transportation of Crude Oil</xs:documentation>
   
<xs:documentation>SSH4=Pipeline Transportation of Natural Gas</xs:documentation>
   
<xs:documentation>SSH5=Farm Product Warehousing and Storage</xs:documentation>
   
<xs:documentation>SSH6=Energy Distributor (warehousing, storage)</xs:documentation>
   
<xs:documentation>SSH7=Other (Specify)</xs:documentation>
   
<xs:documentation>SSI1=Metals End User (Construction Co., Brass Mill, Steel Mill)</xs:documentation>
   
<xs:documentation>SSI2=Emissions End User (Factory, Industrial Cos.)</xs:documentation>
   
<xs:documentation>SSI3=Petroleum End User (Airline Cos. Municipalities, Industrial Cos., Trucking Cos.)</xs:documentation>
   
<xs:documentation>SSJ1=Other (Specify)</xs:documentation>
   
<xs:documentation>SSK1=Other (Specify)</xs:documentation>
   
<xs:documentation>SSL1=Performing Arts Companies</xs:documentation>
   
<xs:documentation>SSL2=Promoters of Performing Arts</xs:documentation>
   
<xs:documentation>SSL3=Agents and Managers for Artists and Entertainers</xs:documentation>
   
<xs:documentation>SSL4=Independent Artists, Writers, Performers</xs:documentation>
   
<xs:documentation>SSL5=Other (Specify)</xs:documentation>
   
<xs:documentation>SSM1=Food Services</xs:documentation>
   
<xs:documentation>SSM2=Other (Specify)</xs:documentation>
   
<xs:documentation>SSN1=Administration of Environmental Quality Programs</xs:documentation>
   
<xs:documentation>SSN2=Administration of Economic Programs</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="5"/>
   
<xs:minLength value="4"/>
   
<xs:enumeration value="SSA1"/>
   
<xs:enumeration value="SSA2"/>
   
<xs:enumeration value="SSA3"/>
   
<xs:enumeration value="SSA4"/>
   
<xs:enumeration value="SSA5"/>
   
<xs:enumeration value="SSA6"/>
   
<xs:enumeration value="SSA7"/>
   
<xs:enumeration value="SSA8"/>
   
<xs:enumeration value="SSA9"/>
   
<xs:enumeration value="SSA10"/>
   
<xs:enumeration value="SSA11"/>
   
<xs:enumeration value="SSA12"/>
   
<xs:enumeration value="SSB1"/>
   
<xs:enumeration value="SSB2"/>
   
<xs:enumeration value="SSB3"/>
   
<xs:enumeration value="SSB4"/>
   
<xs:enumeration value="SSB5"/>
   
<xs:enumeration value="SSB6"/>
   
<xs:enumeration value="SSC1"/>
   
<xs:enumeration value="SSC2"/>
   
<xs:enumeration value="SSC3"/>
   
<xs:enumeration value="SSC4"/>
   
<xs:enumeration value="SSC5"/>
   
<xs:enumeration value="SSD1"/>
   
<xs:enumeration value="SSD2"/>
   
<xs:enumeration value="SSD3"/>
   
<xs:enumeration value="SSE1"/>
   
<xs:enumeration value="SSE2"/>
   
<xs:enumeration value="SSE3"/>
   
<xs:enumeration value="SSE4"/>
   
<xs:enumeration value="SSE5"/>
   
<xs:enumeration value="SSE6"/>
   
<xs:enumeration value="SSE7"/>
   
<xs:enumeration value="SSE8"/>
   
<xs:enumeration value="SSE9"/>
   
<xs:enumeration value="SSE10"/>
   
<xs:enumeration value="SSE11"/>
   
<xs:enumeration value="SSE12"/>
   
<xs:enumeration value="SSE13"/>
   
<xs:enumeration value="SSE14"/>
   
<xs:enumeration value="SSE15"/>
   
<xs:enumeration value="SSE16"/>
   
<xs:enumeration value="SSE17"/>
   
<xs:enumeration value="SSE18"/>
   
<xs:enumeration value="SSE19"/>
   
<xs:enumeration value="SSE20"/>
   
<xs:enumeration value="SSE21"/>
   
<xs:enumeration value="SSE22"/>
   
<xs:enumeration value="SSE23"/>
   
<xs:enumeration value="SSE24"/>
   
<xs:enumeration value="SSF1"/>
   
<xs:enumeration value="SSF2"/>
   
<xs:enumeration value="SSF3"/>
   
<xs:enumeration value="SSF4"/>
   
<xs:enumeration value="SSF5"/>
   
<xs:enumeration value="SSF6"/>
   
<xs:enumeration value="SSF7"/>
   
<xs:enumeration value="SSF8"/>
   
<xs:enumeration value="SSF9"/>
   
<xs:enumeration value="SSG1"/>
   
<xs:enumeration value="SSG2"/>
   
<xs:enumeration value="SSG3"/>
   
<xs:enumeration value="SSG4"/>
   
<xs:enumeration value="SSG5"/>
   
<xs:enumeration value="SSG6"/>
   
<xs:enumeration value="SSH1"/>
   
<xs:enumeration value="SSH2"/>
   
<xs:enumeration value="SSH3"/>
   
<xs:enumeration value="SSH4"/>
   
<xs:enumeration value="SSH5"/>
   
<xs:enumeration value="SSH6"/>
   
<xs:enumeration value="SSH7"/>
   
<xs:enumeration value="SSI1"/>
   
<xs:enumeration value="SSI2"/>
   
<xs:enumeration value="SSI3"/>
   
<xs:enumeration value="SSJ1"/>
   
<xs:enumeration value="SSK1"/>
   
<xs:enumeration value="SSL1"/>
   
<xs:enumeration value="SSL2"/>
   
<xs:enumeration value="SSL3"/>
   
<xs:enumeration value="SSL4"/>
   
<xs:enumeration value="SSL5"/>
   
<xs:enumeration value="SSM1"/>
   
<xs:enumeration value="SSM2"/>
   
<xs:enumeration value="SSN1"/>
   
<xs:enumeration value="SSN2"/>
 
</xs:restriction>
</xs:simpleType>

simpleType city_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute addressGroup_t/@city
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Full name of a municipality (i.e., city, town, village)
source <xs:simpleType name="city_t">
 
<xs:annotation>
   
<xs:documentation>Full name of a municipality (i.e., city, town, village)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="512"/>
 
</xs:restriction>
</xs:simpleType>

simpleType clientReportingIssue_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:integer
properties
base xs:integer
used by
attribute relatedAccountRolesGroup_t/@clientReportingIssue
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
annotation
documentation
Used to identify data reporting quality for trading account controller fields.
documentation
0 = All trading account controller information is availiable and reported on form
documentation
1 = Client did not provide
documentation
2 = Data supplied by client does not appear to meet the CFTC definition of trading account controller
source <xs:simpleType name="clientReportingIssue_t">
 
<xs:annotation>
   
<xs:documentation>Used to identify data reporting quality for trading account controller fields.</xs:documentation>
   
<xs:documentation>0 = All trading account controller information is availiable and reported on form</xs:documentation>
   
<xs:documentation>1 = Client did not provide</xs:documentation>
   
<xs:documentation>2 = Data supplied by client does not appear to meet the CFTC definition of trading account controller</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:enumeration value="0"/>
   
<xs:enumeration value="1"/>
   
<xs:enumeration value="2"/>
 
</xs:restriction>
</xs:simpleType>

simpleType commodity_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
minLength 3
maxLength 4
enumeration 001
enumeration 002
enumeration 003
enumeration 004
enumeration 011
enumeration 008
enumeration 009
enumeration 039
enumeration 060
enumeration 700
enumeration 061
enumeration 065
enumeration 070
enumeration 054
enumeration 055
enumeration 056
enumeration 057
enumeration 017
enumeration 029
enumeration 050
enumeration 052
enumeration 063
enumeration 026
enumeration 007
enumeration 034
enumeration 037
enumeration 010
enumeration 015
enumeration 012
enumeration 013
enumeration 005
enumeration 077
enumeration 031
enumeration 033
enumeration 035
enumeration 030
enumeration 059
enumeration 073
enumeration 053
enumeration 051
enumeration 040
enumeration 080
enumeration 083
enumeration 701
enumeration 238
enumeration 251
enumeration 253
enumeration 110
enumeration 113
enumeration 114
enumeration 258
enumeration 259
enumeration 261
enumeration 200
enumeration 201
enumeration 202
enumeration RPX
enumeration 264
enumeration 232
enumeration 116
enumeration 096
enumeration 097
enumeration 099
enumeration 090
enumeration 091
enumeration 092
enumeration 094
enumeration 095
enumeration 072
enumeration 089
enumeration 093
enumeration 086
enumeration 081
enumeration 082
enumeration 078
enumeration 079
enumeration 115
enumeration 102
enumeration 119
enumeration 122
enumeration 112
enumeration 131
enumeration 068
enumeration 019
enumeration 273
enumeration 274
enumeration 275
enumeration 276
enumeration 277
enumeration 278
enumeration 263
enumeration 268
enumeration 270
enumeration 233
enumeration 254
enumeration 255
enumeration 265
enumeration 209
enumeration 223
enumeration 231
enumeration 239
enumeration 240
enumeration 241
enumeration 243
enumeration 244
enumeration 178
enumeration 142
enumeration 143
enumeration 144
enumeration 148
enumeration 149
enumeration 150
enumeration 151
enumeration 152
enumeration 153
enumeration 154
enumeration 155
enumeration 130
enumeration 136
enumeration 137
enumeration 138
enumeration 139
enumeration 140
enumeration 120
enumeration 124
enumeration XBI
enumeration XCO
enumeration XIDE
enumeration XIN
enumeration XL
enumeration XLB
enumeration XLE
enumeration XLF
enumeration XLI
enumeration XLK
enumeration XLNX
enumeration XLP
enumeration XLU
enumeration XLV
enumeration XLY
enumeration XME
enumeration XEL
enumeration XES
enumeration XHB
enumeration XMSR
enumeration XTO
enumeration XTXI
enumeration XYL
enumeration YAVY
enumeration YCS
enumeration YELP
enumeration YGE
enumeration YHOO
enumeration YNDX
enumeration YOKU
enumeration YONG
enumeration YPF
enumeration YRCW
enumeration YUM
enumeration YZC
enumeration Z
enumeration XOM
enumeration XONE
enumeration XOP
enumeration XPO
enumeration XRAY
enumeration XRS
enumeration XRT
enumeration XRX
enumeration XSD
enumeration ZAGG
enumeration ZBRA
enumeration ZEP
enumeration ZGEN
enumeration ZION
enumeration ZLC
enumeration ZMH
enumeration ZNGA
enumeration ZNT
enumeration ZOLT
enumeration ZROZ
enumeration ZSL
enumeration ZZ
enumeration XTEX
enumeration RRC
enumeration RRD
enumeration RRGB
enumeration RRR
enumeration RSG
enumeration RSH
enumeration RSOL
enumeration RSP
enumeration RSU
enumeration RSW
enumeration RSX
enumeration RTH
enumeration RTN
enumeration RTP
enumeration RVBD
enumeration RVSB
enumeration RWM
enumeration RWT
enumeration RX
enumeration RY
enumeration RYL
enumeration RZ
enumeration S
enumeration SA
enumeration SAF
enumeration SAFM
enumeration SAFT
enumeration SAH
enumeration SAI
enumeration SAN
enumeration SAP
enumeration SASR
enumeration SATC
enumeration SAY
enumeration SB
enumeration SBC
enumeration SBCF
enumeration SBH
enumeration SBIB
enumeration SBL
enumeration SBLK
enumeration SBNY
enumeration SBS
enumeration SBSI
enumeration SBUX
enumeration SBX
enumeration SCBT
enumeration SCCO
enumeration SCG
enumeration SCHO
enumeration SCHR
enumeration SCHW
enumeration SCON
enumeration SCPB
enumeration SCSS
enumeration SCTY
enumeration SCZ
enumeration SD
enumeration SDS
enumeration SDTH
enumeration SDXC
enumeration SDY
enumeration SE
enumeration SEA
enumeration SEAB
enumeration SEBL
enumeration SEE
enumeration SEED
enumeration SEF
enumeration SEIC
enumeration SEP
enumeration SEPR
enumeration SF
enumeration SFD
enumeration SFG
enumeration SFI
enumeration SFL
enumeration SFNC
enumeration SFSF
enumeration SGEN
enumeration SGI
enumeration SGMO
enumeration SGP
enumeration SH
enumeration SHI
enumeration SHLD
enumeration SHPG
enumeration SHV
enumeration SHW
enumeration SHY
enumeration SHZ
enumeration SI
enumeration SIAL
enumeration SIG
enumeration SIGA
enumeration SIGI
enumeration SIGM
enumeration SII
enumeration SIMO
enumeration SINA
enumeration SIRF
enumeration SIRI
enumeration SIVB
enumeration SIX
enumeration SJM
enumeration SJT
enumeration SKF
enumeration SKM
enumeration SKS
enumeration SKT
enumeration SKUL
enumeration SKX
enumeration SLAB
enumeration SLB
enumeration SLE
enumeration SLF
enumeration SLG
enumeration SLGN
enumeration SLM
enumeration SLT
enumeration SLV
enumeration SLW
enumeration SLX
enumeration SMG
enumeration SMH
enumeration SMHG
enumeration SMN
enumeration SMSI
enumeration SNA
enumeration SNBC
enumeration SNDA
enumeration SNDK
enumeration SNE
enumeration SNI
enumeration SNN
enumeration SNP
enumeration SNTA
enumeration SNV
enumeration SNY
enumeration SO
enumeration SODA
enumeration SOL
enumeration SOLF
enumeration SOLR
enumeration SOMX
enumeration SONC
enumeration SOV
enumeration SOXX
enumeration SPC
enumeration SPF
enumeration SPG
enumeration SPIL
enumeration SPLS
enumeration SPPI
enumeration SPRD
enumeration SPWB
enumeration SPWR
enumeration SPXU
enumeration SPY
enumeration SQM
enumeration SQNM
enumeration SRCE
enumeration SRCL
enumeration SRDX
enumeration SRE
enumeration SRPT
enumeration SRS
enumeration SRZ
enumeration SSD
enumeration SSG
enumeration SSO
enumeration SSP
enumeration SSRI
enumeration SSW
enumeration SSYS
enumeration STA
enumeration STAR
enumeration STBA
enumeration STC
enumeration STE
enumeration STEC
enumeration STEI
enumeration STEL
enumeration STFC
enumeration STI
enumeration STJ
enumeration STL
enumeration STLD
enumeration STM
enumeration STP
enumeration STR
enumeration STRA
enumeration STSA
enumeration STT
enumeration STU
enumeration STWD
enumeration STX
enumeration STXS
enumeration STZ
enumeration SU
enumeration SUBK
enumeration SUI
enumeration SUN
enumeration SUNW
enumeration SUPN
enumeration SUPR
enumeration SUR
enumeration SUSQ
enumeration SVA
enumeration SVM
enumeration SVNT
enumeration SVU
enumeration SWC
enumeration SWFT
enumeration SWHC
enumeration SWI
enumeration SWIM
enumeration SWIR
enumeration SWK
enumeration SWKS
enumeration SWN
enumeration SWS
enumeration SWSH
enumeration SWY
enumeration SXE
enumeration SXL
enumeration SXT
enumeration SYBT
enumeration SYK
enumeration SYKE
enumeration SYMC
enumeration SYNA
enumeration SYX
enumeration SYY
enumeration T
enumeration TAM
enumeration TAN
enumeration TAP
enumeration TARO
enumeration TASR
enumeration TAXI
enumeration TBF
enumeration TBSI
enumeration TBT
enumeration TCB
enumeration TCBI
enumeration TCBK
enumeration TCK
enumeration TCLP
enumeration TCO
enumeration TCS
enumeration TD
enumeration TDC
enumeration TDSC
enumeration TE
enumeration TEA
enumeration TEF
enumeration TEG
enumeration TEL
enumeration TER
enumeration TEVA
enumeration TEX
enumeration TFI
enumeration TFM
enumeration TFSL
enumeration TGP
enumeration TGT
enumeration THC
enumeration THE
enumeration THG
enumeration THQI
enumeration THRX
enumeration THS
enumeration TI
enumeration TIBX
enumeration TIE
enumeration TIF
enumeration TII
enumeration TIN
enumeration TIP
enumeration TIVO
enumeration TJX
enumeration TLAB
enumeration TLB
enumeration TLLP
enumeration TLM
enumeration TLO
enumeration TLT
enumeration TM
enumeration TMCV
enumeration TMF
enumeration TMK
enumeration TMO
enumeration TMP
enumeration TMUS
enumeration TMV
enumeration TMX
enumeration TNA
enumeration TNK
enumeration TNP
enumeration TOL
enumeration TONE
enumeration TOO
enumeration TOT
enumeration TOWN
enumeration TPX
enumeration TQNT
enumeration TRA
enumeration TRAD
enumeration TRB
enumeration TREX
enumeration TRH
enumeration TRI
enumeration TRID
enumeration TRIP
enumeration TRLG
enumeration TRMA
enumeration TRMB
enumeration TRMK
enumeration TRMS
enumeration TRN
enumeration TROW
enumeration TRP
enumeration TRST
enumeration TRV
enumeration TRW
enumeration TS
enumeration TSCO
enumeration TSFG
enumeration TSG
enumeration TSL
enumeration TSLA
enumeration TSM
enumeration TSN
enumeration TSO
enumeration TSRA
enumeration TSS
enumeration TSTC
enumeration TSU
enumeration TTC
enumeration TTM
enumeration TTWO
enumeration TUZ
enumeration TV
enumeration TWC
enumeration TWGP
enumeration TWM
enumeration TWO
enumeration TWTR
enumeration TWX
enumeration TX
enumeration TXI
enumeration TXN
enumeration TXRH
enumeration TXT
enumeration TXTR
enumeration TXU
enumeration TYC
enumeration TYD
enumeration TYH
enumeration TYO
enumeration TYP
enumeration TZA
enumeration TZOO
enumeration UA
enumeration UAL
enumeration UAM
enumeration UAUA
enumeration UB
enumeration UBNT
enumeration UBS
enumeration UBSH
enumeration UBSI
enumeration UCBH
enumeration UCBI
enumeration UCFC
enumeration UCL
enumeration UCO
enumeration UDN
enumeration UDR
enumeration UFCS
enumeration UGA
enumeration UGI
enumeration UGL
enumeration UGP
enumeration UIL
enumeration UIS
enumeration ULTI
enumeration UMBF
enumeration UMPQ
enumeration UN
enumeration UNFI
enumeration UNG
enumeration UNH
enumeration UNM
enumeration UNP
enumeration UNXL
enumeration UPL
enumeration UPRO
enumeration UPS
enumeration URBN
enumeration URE
enumeration USA
enumeration USB
enumeration USCI
enumeration USD
enumeration USG
enumeration USL
enumeration USO
enumeration UST
enumeration USU
enumeration UTA
enumeration UTHR
enumeration UTR
enumeration UTX
enumeration UUP
enumeration UVN
enumeration UVV
enumeration UVXY
enumeration UWM
enumeration UXI
enumeration UYG
enumeration UYM
enumeration V
enumeration VALE
enumeration VAR
enumeration VB
enumeration VCBI
enumeration VCIT
enumeration VCLK
enumeration VCLT
enumeration VCSH
enumeration VDE
enumeration VE
enumeration VEA
enumeration VECO
enumeration VEU
enumeration VFC
enumeration VGIT
enumeration VGK
enumeration VGLT
enumeration VGR
enumeration VGSH
enumeration VGT
enumeration VHC
enumeration VIA
enumeration VIAB
enumeration VICR
enumeration VIG
enumeration VIIX
enumeration VIP
enumeration VIV
enumeration VIXY
enumeration VJET
enumeration VLCC
enumeration VLCM
enumeration VLO
enumeration VLP
enumeration VLY
enumeration VMC
enumeration VMED
enumeration VMI
enumeration VMW
enumeration VNDA
enumeration VNO
enumeration VNQ
enumeration VNR
enumeration VO
enumeration VOD
enumeration VOLC
enumeration VOO
enumeration VPHM
enumeration VPRT
enumeration VR
enumeration VRSN
enumeration VRTS
enumeration VRTX
enumeration VRX
enumeration VSEA
enumeration VSH
enumeration VTI
enumeration VTR
enumeration VTV
enumeration VUG
enumeration VV
enumeration VVUS
enumeration VWO
enumeration VXX
enumeration VXZ
enumeration VYM
enumeration VZ
enumeration WAB
enumeration WABC
enumeration WAG
enumeration WAL
enumeration WASH
enumeration WAT
enumeration WB
enumeration WBCO
enumeration WBMD
enumeration WBS
enumeration WCBO
enumeration WCG
enumeration WDC
enumeration WDR
enumeration WDTI
enumeration WEC
enumeration WEN
enumeration WERN
enumeration WES
enumeration WFBC
enumeration WFC
enumeration WFD
enumeration WFMI
enumeration WFR
enumeration WFSL
enumeration WFT
enumeration WGL
enumeration WGO
enumeration WGP
enumeration WHQ
enumeration WHR
enumeration WIBC
enumeration WIN
enumeration WIRE
enumeration WIT
enumeration WL
enumeration WLK
enumeration WLP
enumeration WLT
enumeration WM
enumeration WMB
enumeration WMGI
enumeration WMI
enumeration WMT
enumeration WNR
enumeration WOOF
enumeration WOR
enumeration WPI
enumeration WPRT
enumeration WPZ
enumeration WRB
enumeration WRE
enumeration WRI
enumeration WRLD
enumeration WSBC
enumeration WSH
enumeration WSM
enumeration WSO
enumeration WTFC
enumeration WTI
enumeration WTM
enumeration WTNY
enumeration WTR
enumeration WTW
enumeration WU
enumeration WWY
enumeration WX
enumeration WXS
enumeration WY
enumeration WYE
enumeration WYN
enumeration WYNN
enumeration X
enumeration KSE
enumeration KSP
enumeration KSS
enumeration KSU
enumeration KVA
enumeration KWK
enumeration L
enumeration LAB
enumeration LAD
enumeration LAMR
enumeration LANC
enumeration LAZ
enumeration LB
enumeration LBAI
enumeration LBTY
enumeration LCAV
enumeration LCC
enumeration LDK
enumeration LEA
enumeration LEAP
enumeration LECO
enumeration LEG
enumeration LEH
enumeration LEI
enumeration LEN
enumeration LFC
enumeration LFG
enumeration LFL
enumeration LGCY
enumeration LGF
enumeration LH
enumeration LHO
enumeration LIFE
enumeration LIHR
enumeration LINE
enumeration LIWA
enumeration LIZ
enumeration LKFN
enumeration LLEN
enumeration LLL
enumeration LLT
enumeration LLTC
enumeration LLY
enumeration LM
enumeration LMT
enumeration LNC
enumeration LNCO
enumeration LNET
enumeration LNG
enumeration LNKD
enumeration LNN
enumeration LO
enumeration LOCM
enumeration LOGI
enumeration LORL
enumeration LOW
enumeration LPHI
enumeration LPL
enumeration LPS
enumeration LPX
enumeration LQD
enumeration LQDT
enumeration LRCX
enumeration LRN
enumeration LRY
enumeration LSI
enumeration LTC
enumeration LTD
enumeration LTM
enumeration LTR
enumeration LUK
enumeration LULU
enumeration LUV
enumeration LUX
enumeration LVLT
enumeration LVS
enumeration LWC
enumeration LXK
enumeration LXP
enumeration LXU
enumeration LYB
enumeration LYG
enumeration LYV
enumeration LZB
enumeration M
enumeration MA
enumeration MAC
enumeration MAKO
enumeration MAPP
enumeration MAR
enumeration MAS
enumeration MASI
enumeration MAT
enumeration MATK
enumeration MBB
enumeration MBFI
enumeration MBI
enumeration MBT
enumeration MBWM
enumeration MCBC
enumeration MCD
enumeration MCF
enumeration MCHP
enumeration MCIP
enumeration MCK
enumeration MCO
enumeration MCP
enumeration MCY
enumeration MDAS
enumeration MDC
enumeration MDCO
enumeration MDLG
enumeration MDP
enumeration MDR
enumeration MDT
enumeration MDTL
enumeration MDVN
enumeration MDY
enumeration MEA
enumeration MEDI
enumeration MEDT
enumeration MEDX
enumeration MEE
enumeration MEL
enumeration MELA
enumeration MELI
enumeration MEMP
enumeration MEOH
enumeration MER
enumeration MET
enumeration MF
enumeration MFA
enumeration MFC
enumeration MFE
enumeration MFG
enumeration MFN
enumeration MGA
enumeration MGM
enumeration MGU
enumeration MHF
enumeration MHK
enumeration MHLD
enumeration MHR
enumeration MHS
enumeration MI
enumeration MIDD
enumeration MIG
enumeration MIL
enumeration MIR
enumeration MITI
enumeration MJN
enumeration MKC
enumeration MKL
enumeration MLM
enumeration MLNK
enumeration MM
enumeration MMC
enumeration MMI
enumeration MMM
enumeration MMP
enumeration MMR
enumeration MNI
enumeration MNK
enumeration MNKD
enumeration MNST
enumeration MNTA
enumeration MO
enumeration MOH
enumeration MOLX
enumeration MON
enumeration MOO
enumeration MORN
enumeration MOS
enumeration MOT
enumeration MOTR
enumeration MPC
enumeration MPEL
enumeration MPLX
enumeration MPW
enumeration MR
enumeration MRH
enumeration MRK
enumeration MRO
enumeration MRVL
enumeration MRX
enumeration MS
enumeration MSA
enumeration MSFG
enumeration MSFT
enumeration MSI
enumeration MSO
enumeration MSTR
enumeration MT
enumeration MTB
enumeration MTEX
enumeration MTG
enumeration MTH
enumeration MTL
enumeration MTLQ
enumeration MTN
enumeration MTU
enumeration MTW
enumeration MTXX
enumeration MU
enumeration MUB
enumeration MUR
enumeration MVC
enumeration MVIS
enumeration MVL
enumeration MVV
enumeration MW
enumeration MWA
enumeration MWD
enumeration MWE
enumeration MWJ
enumeration MWV
enumeration MWW
enumeration MXGL
enumeration MXI
enumeration MXIM
enumeration MYGN
enumeration MYL
enumeration MZZ
enumeration N
enumeration NAFC
enumeration NAL
enumeration NARA
enumeration NAT
enumeration NATL
enumeration NAVG
enumeration NBBC
enumeration NBG
enumeration NBL
enumeration NBR
enumeration NBTB
enumeration NCC
enumeration NCR
enumeration NCT
enumeration NDAQ
enumeration NDSN
enumeration NE
enumeration NEE
enumeration NEM
enumeration NETL
enumeration NEW
enumeration NFB
enumeration NFBK
enumeration NFLX
enumeration NFP
enumeration NFS
enumeration NFX
enumeration NG
enumeration NGD
enumeration NGG
enumeration NGLS
enumeration NHP
enumeration NI
enumeration NICE
enumeration NIHD
enumeration NILE
enumeration NITE
enumeration NKA
enumeration NKE
enumeration NLY
enumeration NMM
enumeration NMR
enumeration NMX
enumeration NNI
enumeration NOC
enumeration NOG
enumeration NOK
enumeration NOV
enumeration NOVL
enumeration NPBC
enumeration NPD
enumeration NQ
enumeration NRF
enumeration NRG
enumeration NRGY
enumeration NRP
enumeration NS
enumeration NSC
enumeration NSM
enumeration NSP
enumeration NT
enumeration NTAP
enumeration NTES
enumeration NTI
enumeration NTLI
enumeration NTRI
enumeration NTRS
enumeration NTT
enumeration NU
enumeration NUAN
enumeration NUE
enumeration NUGT
enumeration NUS
enumeration NUVA
enumeration NVAX
enumeration NVDA
enumeration NVLS
enumeration NVS
enumeration NVT
enumeration NWL
enumeration NWN
enumeration NWS
enumeration NWSA
enumeration NWSB
enumeration NXPI
enumeration NXTL
enumeration NYB
enumeration NYT
enumeration NYX
enumeration O
enumeration OAS
enumeration OB
enumeration OC
enumeration OCFC
enumeration OCN
enumeration OCR
enumeration ODP
enumeration ODSY
enumeration OEF
enumeration OEH
enumeration OESX
enumeration OFC
enumeration OFG
enumeration OI
enumeration OIBR
enumeration OIH
enumeration OII
enumeration OKE
enumeration OKS
enumeration OKSB
enumeration OLED
enumeration OMC
enumeration OMER
enumeration OMX
enumeration ONB
enumeration ONE
enumeration ONP
enumeration ONTY
enumeration ONXX
enumeration OPEN
enumeration OPK
enumeration OPTR
enumeration OPY
enumeration ORCL
enumeration ORCT
enumeration OREX
enumeration ORH
enumeration ORI
enumeration ORLY
enumeration OSBC
enumeration OSG
enumeration OSIP
enumeration OSIR
enumeration OSTK
enumeration OTEX
enumeration OTTR
enumeration OVTI
enumeration OXPS
enumeration OXY
enumeration OZM
enumeration OZRK
enumeration P
enumeration PAA
enumeration PAAS
enumeration PAC
enumeration PACW
enumeration PAL
enumeration PALM
enumeration PANL
enumeration PANW
enumeration PARD
enumeration PAY
enumeration PAYX
enumeration PBCT
enumeration PBG
enumeration PBI
enumeration PBKS
enumeration PBNY
enumeration PBR
enumeration PBT
enumeration PBW
enumeration PBY
enumeration PCAR
enumeration PCBC
enumeration PCG
enumeration PCL
enumeration PCLN
enumeration PCP
enumeration PCS
enumeration PCU
enumeration PCX
enumeration PCY
enumeration PCYC
enumeration PD
enumeration PDCO
enumeration PDE
enumeration PDLI
enumeration PDM
enumeration PDS
enumeration PEET
enumeration PEG
enumeration PEI
enumeration PEJ
enumeration PEP
enumeration PETM
enumeration PETS
enumeration PFCB
enumeration PFE
enumeration PFF
enumeration PFG
enumeration PFS
enumeration PG
enumeration PGF
enumeration PGH
enumeration PGJ
enumeration PGN
enumeration PGNX
enumeration PGR
enumeration PGX
enumeration PH
enumeration PHG
enumeration PHH
enumeration PHLY
enumeration PHM
enumeration PHO
enumeration PICO
enumeration PII
enumeration PIN
enumeration PIO
enumeration PIR
enumeration PJC
enumeration PKI
enumeration PKX
enumeration PKY
enumeration PL
enumeration PLCM
enumeration PLD
enumeration PLL
enumeration PM
enumeration PMAC
enumeration PMBC
enumeration PMC
enumeration PMCS
enumeration PMI
enumeration PNC
enumeration PNFP
enumeration PNR
enumeration PNRA
enumeration PNSN
enumeration PNW
enumeration PNX
enumeration PNY
enumeration PODD
enumeration POM
enumeration POOL
enumeration POT
enumeration POZN
enumeration PPC
enumeration PPG
enumeration PPH
enumeration PPL
enumeration PPO
enumeration PRA
enumeration PRAA
enumeration PRE
enumeration PRF
enumeration PRGO
enumeration PRK
enumeration PRSP
enumeration PRU
enumeration PRWT
enumeration PSA
enumeration PSEC
enumeration PSFT
enumeration PSQ
enumeration PST
enumeration PSX
enumeration PSXP
enumeration PSYS
enumeration PTEN
enumeration PTIE
enumeration PTP
enumeration PTR
enumeration PTRY
enumeration PTV
enumeration PUK
enumeration PULB
enumeration PVH
enumeration PVR
enumeration PVTB
enumeration PVX
enumeration PWE
enumeration PWER
enumeration PWR
enumeration PWRD
enumeration PX
enumeration PXD
enumeration PXJ
enumeration PXP
enumeration Q
enumeration QAI
enumeration QCOM
enumeration QCOR
enumeration QEP
enumeration QGEN
enumeration QI
enumeration QID
enumeration QIHU
enumeration QLD
enumeration QLG
enumeration QLGC
enumeration QLIK
enumeration QLTI
enumeration QPSA
enumeration QQQ
enumeration QQQQ
enumeration QRE
enumeration QSFT
enumeration QSII
enumeration R
enumeration RACK
enumeration RAH
enumeration RAI
enumeration RATE
enumeration RAX
enumeration RBA
enumeration RBCA
enumeration RBCN
enumeration RBS
enumeration RCI
enumeration RCKB
enumeration RCL
enumeration RDC
enumeration RDN
enumeration RDSA
enumeration RDY
enumeration RE
enumeration REE
enumeration REGN
enumeration RENN
enumeration RES
enumeration REV
enumeration REXI
enumeration RF
enumeration RGAA
enumeration RGAB
enumeration RGLD
enumeration RGNC
enumeration RGR
enumeration RGS
enumeration RHI
enumeration RHT
enumeration RIG
enumeration RIGL
enumeration RIMM
enumeration RINO
enumeration RIO
enumeration RJF
enumeration RKH
enumeration RL
enumeration RLI
enumeration RLOC
enumeration RMBS
enumeration RMD
enumeration RMTI
enumeration RNDY
enumeration RNR
enumeration RNST
enumeration ROC
enumeration ROH
enumeration ROK
enumeration ROM
enumeration ROP
enumeration ROST
enumeration RPRX
enumeration RPT
enumeration A
enumeration AA
enumeration AAL
enumeration AAPL
enumeration AB
enumeration ABAT
enumeration ABAX
enumeration ABB
enumeration ABBC
enumeration ABBI
enumeration ABBV
enumeration ABC
enumeration ABCB
enumeration ABCW
enumeration ABEV
enumeration ABH
enumeration ABK
enumeration ABR
enumeration ABS
enumeration ABT
enumeration ABV
enumeration ABX
enumeration ACAP
enumeration ACAS
enumeration ACE
enumeration ACF
enumeration ACGL
enumeration ACH
enumeration ACHN
enumeration ACI
enumeration ACLI
enumeration ACN
enumeration ACOM
enumeration ACS
enumeration ACT
enumeration ACW
enumeration ACWI
enumeration ADBE
enumeration ADCT
enumeration ADI
enumeration ADM
enumeration ADP
enumeration ADRE
enumeration ADS
enumeration ADSK
enumeration ADT
enumeration ADTN
enumeration ADVN
enumeration ADVS
enumeration ADY
enumeration AEE
enumeration AEG
enumeration AEL
enumeration AEM
enumeration AEO
enumeration AEP
enumeration AES
enumeration AET
enumeration AF
enumeration AFAM
enumeration AFFY
enumeration AFG
enumeration AFL
enumeration AFSI
enumeration AGCO
enumeration AGG
enumeration AGII
enumeration AGM
enumeration AGN
enumeration AGNC
enumeration AGO
enumeration AGP
enumeration AGQ
enumeration AGU
enumeration AHD
enumeration AHGP
enumeration AHL
enumeration AI
enumeration AIB
enumeration AIG
enumeration AIN
enumeration AINV
enumeration AIRM
enumeration AIT
enumeration AIV
enumeration AIXG
enumeration AIZ
enumeration AKAM
enumeration AKS
enumeration ALB
enumeration ALD
enumeration ALEX
enumeration ALGN
enumeration ALGT
enumeration ALJ
enumeration ALL
enumeration ALNY
enumeration ALR
enumeration ALSK
enumeration ALTR
enumeration ALU
enumeration ALXA
enumeration ALXN
enumeration ALY
enumeration AMAG
enumeration AMAT
enumeration AMB
enumeration AMCN
enumeration AMD
enumeration AMED
enumeration AMFI
enumeration AMG
enumeration AMGN
enumeration AMIC
enumeration AMJ
enumeration AMKR
enumeration AMLN
enumeration AMLP
enumeration AMP
enumeration AMR
enumeration AMRN
enumeration AMSC
enumeration AMSF
enumeration AMT
enumeration AMTD
enumeration AMX
enumeration AMZN
enumeration AN
enumeration ANAD
enumeration ANAT
enumeration ANF
enumeration ANGI
enumeration ANN
enumeration ANR
enumeration ANSS
enumeration AOB
enumeration AOC
enumeration AOL
enumeration AON
enumeration AONE
enumeration APA
enumeration APAC
enumeration APC
enumeration APD
enumeration APEI
enumeration APF
enumeration APH
enumeration APKT
enumeration APL
enumeration APOG
enumeration APOL
enumeration APP
enumeration APU
enumeration APWR
enumeration ARAY
enumeration ARB
enumeration ARCC
enumeration ARCO
enumeration ARCP
enumeration ARE
enumeration ARG
enumeration ARIA
enumeration ARLP
enumeration ARMH
enumeration ARNA
enumeration AROW
enumeration ARR1
enumeration ARTC
enumeration ARUN
enumeration ASA
enumeration ASBC
enumeration ASCA
enumeration ASD
enumeration ASF
enumeration ASFI
enumeration ASG
enumeration ASH
enumeration ASIA
enumeration ASML
enumeration ASN
enumeration ASO
enumeration ASTE
enumeration ASTI
enumeration AT
enumeration ATHN
enumeration ATHR
enumeration ATI
enumeration ATLS
enumeration ATML
enumeration ATN
enumeration ATPA
enumeration ATPG
enumeration ATR
enumeration ATU
enumeration ATVI
enumeration AU
enumeration AUO
enumeration AUQ
enumeration AUXL
enumeration AUY
enumeration AVA
enumeration AVAV
enumeration AVB
enumeration AVCT
enumeration AVGO
enumeration AVID
enumeration AVNR
enumeration AVP
enumeration AVY
enumeration AW
enumeration AWH
enumeration AXA
enumeration AXL
enumeration AXP
enumeration AXS
enumeration AYE
enumeration AYI
enumeration AYR
enumeration AZ
enumeration AZN
enumeration AZO
enumeration B
enumeration BA
enumeration BAC
enumeration BAK
enumeration BAM
enumeration BANR
enumeration BAP
enumeration BAS
enumeration BAX
enumeration BBBB
enumeration BBBY
enumeration BBD
enumeration BBEP
enumeration BBL
enumeration BBRY
enumeration BBT
enumeration BBVA
enumeration BBW
enumeration BBY
enumeration BC
enumeration BCE
enumeration BCR
enumeration BCRX
enumeration BCS
enumeration BCSI
enumeration BDK
enumeration BDN
enumeration BDSI
enumeration BDX
enumeration BEBE
enumeration BECN
enumeration BEE
enumeration BEN
enumeration BEXP
enumeration BEZ
enumeration BF-B
enumeration BFB
enumeration BFIN
enumeration BG
enumeration BGEN
enumeration BGFV
enumeration BGG
enumeration BGP
enumeration BGU
enumeration BGZ
enumeration BHI
enumeration BHLB
enumeration BHP
enumeration BHS
enumeration BID
enumeration BIDU
enumeration BIDZ
enumeration BIG
enumeration BIIB
enumeration BIL
enumeration BIP
enumeration BJRI
enumeration BJS
enumeration BK
enumeration BKD
enumeration BKE
enumeration BKF
enumeration BKMU
enumeration BKS
enumeration BKW
enumeration BLDR
enumeration BLG
enumeration BLK
enumeration BLL
enumeration BLS
enumeration BLT
enumeration BLX
enumeration BMC
enumeration BMET
enumeration BMO
enumeration BMR
enumeration BMRN
enumeration BMS
enumeration BMTI
enumeration BMY
enumeration BNCL
enumeration BND
enumeration BNI
enumeration BNS
enumeration BOBE
enumeration BOFL
enumeration BOH
enumeration BOKF
enumeration BOL
enumeration BOND
enumeration BONT
enumeration BOT
enumeration BP
enumeration BPFH
enumeration BPHX
enumeration BPI
enumeration BPL
enumeration BPO
enumeration BPOP
enumeration BPT
enumeration BPZ
enumeration BR
enumeration BRC
enumeration BRCD
enumeration BRCM
enumeration BRE
enumeration BRF
enumeration BRFS
enumeration BRKB
enumeration BRKL
enumeration BRL
enumeration BRLI
enumeration BRY
enumeration BSAC
enumeration BSBR
enumeration BSC
enumeration BSX
enumeration BTE
enumeration BTFG
enumeration BTI
enumeration BTU
enumeration BUCY
enumeration BUD
enumeration BUSE
enumeration BVF
enumeration BVN
enumeration BWA
enumeration BWEN
enumeration BWLD
enumeration BWP
enumeration BWX
enumeration BX
enumeration BXP
enumeration BXS
enumeration BYD
enumeration BYI
enumeration BZF
enumeration BZH
enumeration C
enumeration CA
enumeration CAB
enumeration CAC
enumeration CACB
enumeration CADE
enumeration CADX
enumeration CAG
enumeration CAH
enumeration CAKE
enumeration CAL
enumeration CALL
enumeration CALM
enumeration CAM
enumeration CAR
enumeration CASB
enumeration CAT
enumeration CATY
enumeration CAVM
enumeration CB
enumeration CBAK
enumeration CBBO
enumeration CBC
enumeration CBD
enumeration CBE
enumeration CBEY
enumeration CBG
enumeration CBH
enumeration CBI
enumeration CBKN
enumeration CBL
enumeration CBLI
enumeration CBOE
enumeration CBON
enumeration CBRL
enumeration CBS
enumeration CBSH
enumeration CBSS
enumeration CBU
enumeration CBY
enumeration CC
enumeration CCBG
enumeration CCC
enumeration CCE
enumeration CCI
enumeration CCJ
enumeration CCK
enumeration CCL
enumeration CCME
enumeration CCO
enumeration CCOI
enumeration CCRT
enumeration CCU
enumeration CD
enumeration CDE
enumeration CDR
enumeration CDWC
enumeration CE
enumeration CECO
enumeration CEG
enumeration CELG
enumeration CENX
enumeration CEO
enumeration CEPH
enumeration CERN
enumeration CETV
enumeration CEW
enumeration CF
enumeration CFC
enumeration CFFN
enumeration CFN
enumeration CFNL
enumeration CFR
enumeration CFT
enumeration CFX
enumeration CG
enumeration CGA
enumeration CGNX
enumeration CHA
enumeration CHBT
enumeration CHCO
enumeration CHE
enumeration CHFC
enumeration CHH
enumeration CHK
enumeration CHKM
enumeration CHKP
enumeration CHL
enumeration CHLN
enumeration CHNG
enumeration CHRW
enumeration CHS
enumeration CHT
enumeration CHTR
enumeration CHU
enumeration CI
enumeration CIA
enumeration CIB
enumeration CIE
enumeration CIEN
enumeration CIG
enumeration CIGX
enumeration CIM
enumeration CIN
enumeration CINF
enumeration CISG
enumeration CIT
enumeration CITQ
enumeration CIU
enumeration CL
enumeration CLB
enumeration CLC
enumeration CLDA
enumeration CLDX
enumeration CLF
enumeration CLFC
enumeration CLMS
enumeration CLMT
enumeration CLNE
enumeration CLR
enumeration CLS
enumeration CLSN
enumeration CLWR
enumeration CLX
enumeration CLY
enumeration CM
enumeration CMA
enumeration CMC
enumeration CMCS
enumeration CME
enumeration CMED
enumeration CMG
enumeration CMGI
enumeration CMI
enumeration CMLP
enumeration CMO
enumeration CMP
enumeration CMS
enumeration CMVT
enumeration CMX
enumeration CNA
enumeration CNB
enumeration CNC
enumeration CNET
enumeration CNI
enumeration CNO
enumeration CNP
enumeration CNQ
enumeration CNQR
enumeration CNS
enumeration CNX
enumeration COBZ
enumeration COF
enumeration COG
enumeration COH
enumeration COL
enumeration COLB
enumeration COLE
enumeration COLM
enumeration COMV
enumeration CONN
enumeration COO
enumeration COP
enumeration CORP
enumeration CORS
enumeration COST
enumeration COV
enumeration COWN
enumeration CP
enumeration CPB
enumeration CPF
enumeration CPHD
enumeration CPHL
enumeration CPKI
enumeration CPL
enumeration CPLA
enumeration CPLP
enumeration CPN
enumeration CPNO
enumeration CPTS
enumeration CPWR
enumeration CQP
enumeration CRBC
enumeration CRDC
enumeration CRDN
enumeration CREE
enumeration CRK
enumeration CRM
enumeration CRNT
enumeration CROX
enumeration CRR
enumeration CRS
enumeration CRUS
enumeration CRVL
enumeration CRXL
enumeration CRYP
enumeration CRZO
enumeration CS
enumeration CSBK
enumeration CSC
enumeration CSCO
enumeration CSE
enumeration CSG
enumeration CSH
enumeration CSIQ
enumeration CSJ
enumeration CSKI
enumeration CSQ
enumeration CSR
enumeration CSTR
enumeration CSUN
enumeration CSX
enumeration CT
enumeration CTAS
enumeration CTB
enumeration CTBI
enumeration CTBK
enumeration CTL
enumeration CTRP
enumeration CTSH
enumeration CTX
enumeration CTXS
enumeration CUDA
enumeration CUK
enumeration CUZ
enumeration CVA
enumeration CVBF
enumeration CVC
enumeration CVG
enumeration CVH
enumeration CVI
enumeration CVS
enumeration CVX
enumeration CW
enumeration CX
enumeration CXP
enumeration CXS
enumeration CY
enumeration CYB
enumeration CYBS
enumeration CYBX
enumeration CYH
enumeration CYN
enumeration CYOU
enumeration CYPB
enumeration CYS
enumeration CYTX
enumeration CZN
enumeration CZR
enumeration D
enumeration DAI
enumeration DAKT
enumeration DAL
enumeration DANG
enumeration DB
enumeration DBA
enumeration DBB
enumeration DBC
enumeration DBO
enumeration DBP
enumeration DBRN
enumeration DBS
enumeration DCOM
enumeration DCTH
enumeration DD
enumeration DDD
enumeration DDM
enumeration DDR
enumeration DDS
enumeration DE
enumeration DECK
enumeration DEER
enumeration DEI
enumeration DELL
enumeration DEP
enumeration DF
enumeration DFG
enumeration DFS
enumeration DFT
enumeration DG
enumeration DGIC
enumeration DGIT
enumeration DGX
enumeration DHI
enumeration DHR
enumeration DHT
enumeration DIA
enumeration DIAM
enumeration DIG
enumeration DIN
enumeration DIS
enumeration DISC
enumeration DISH
enumeration DK
enumeration DLB
enumeration DLLR
enumeration DLPH
enumeration DLR
enumeration DLTR
enumeration DMD
enumeration DMND
enumeration DNA
enumeration DNB
enumeration DNDN
enumeration DNKN
enumeration DNR
enumeration DO
enumeration DOG
enumeration DOV
enumeration DOW
enumeration DPK
enumeration DPM
enumeration DPS
enumeration DPTR
enumeration DPZ
enumeration DR
enumeration DRI
enumeration DRN
enumeration DRV
enumeration DRY
enumeration DRYS
enumeration DSI
enumeration DSL
enumeration DST
enumeration DSW
enumeration DSX
enumeration DT
enumeration DTE
enumeration DTG
enumeration DTV
enumeration DUG
enumeration DUK
enumeration DV
enumeration DVA
enumeration DVN
enumeration DVY
enumeration DWA
enumeration DWX
enumeration DX
enumeration DXCM
enumeration DXD
enumeration DXJ
enumeration DYN
enumeration E
enumeration EA
enumeration EBAY
enumeration EBIX
enumeration EBR
enumeration EC
enumeration ECA
enumeration ECH
enumeration ECL
enumeration ED
enumeration EDE
enumeration EDMC
enumeration EDS
enumeration EDU
enumeration EDV
enumeration EDZ
enumeration EEB
enumeration EEFT
enumeration EELV
enumeration EEM
enumeration EEP
enumeration EET
enumeration EEV
enumeration EFA
enumeration EFG
enumeration EFSC
enumeration EFX
enumeration EGF
enumeration EGLE
enumeration EGO
enumeration EHTH
enumeration EIG
enumeration EIX
enumeration EJ
enumeration EK
enumeration EL
enumeration ELD
enumeration ELF
enumeration ELN
enumeration ELNK
enumeration ELON
enumeration ELX
enumeration ELY
enumeration EMB
enumeration EMC
enumeration EMCI
enumeration EMIT
enumeration EMN
enumeration EMR
enumeration ENB
enumeration ENDP
enumeration ENER
enumeration ENH
enumeration ENI
enumeration ENOC
enumeration ENP
enumeration ENZN
enumeration EOG
enumeration EOP
enumeration EP
enumeration EPB
enumeration EPD
enumeration EPI
enumeration EPIQ
enumeration EPP
enumeration EPR
enumeration EQ
enumeration EQIX
enumeration EQM
enumeration EQR
enumeration EQT
enumeration EQY
enumeration ERF
enumeration ERIC
enumeration ERII
enumeration ERJ
enumeration EROC
enumeration ERTS
enumeration ERX
enumeration ERY
enumeration ES
enumeration ESC
enumeration ESGR
enumeration ESLR
enumeration ESRX
enumeration ESS
enumeration ESV
enumeration ET
enumeration ETE
enumeration ETH
enumeration ETN
enumeration ETP
enumeration ETR
enumeration EUO
enumeration EUO1
enumeration EV
enumeration EVEP
enumeration EVR
enumeration EW
enumeration EWA
enumeration EWBC
enumeration EWC
enumeration EWD
enumeration EWG
enumeration EWH
enumeration EWI
enumeration EWJ
enumeration EWK
enumeration EWL
enumeration EWM
enumeration EWP
enumeration EWQ
enumeration EWT
enumeration EWU
enumeration EWW
enumeration EWY
enumeration EWZ
enumeration EXBD
enumeration EXC
enumeration EXH
enumeration EXLP
enumeration EXM
enumeration EXP
enumeration EXPD
enumeration EXPE
enumeration EXR
enumeration EXXI
enumeration EYE
enumeration EZA
enumeration EZCH
enumeration EZU
enumeration F
enumeration FAF
enumeration FAS
enumeration FAST
enumeration FAZ
enumeration FB
enumeration FBNC
enumeration FBP
enumeration FBR
enumeration FCF
enumeration FCG
enumeration FCSX
enumeration FCX
enumeration FD
enumeration FDC
enumeration FDO
enumeration FDS
enumeration FDX
enumeration FE
enumeration FED
enumeration FEED
enumeration FEZ
enumeration FFBC
enumeration FFCH
enumeration FFG
enumeration FFH
enumeration FFIC
enumeration FFIN
enumeration FFIV
enumeration FGP
enumeration FHN
enumeration FICO
enumeration FIF
enumeration FIG
enumeration FII
enumeration FIO
enumeration FIS
enumeration FISV
enumeration FITB
enumeration FL
enumeration FLEX
enumeration FLIR
enumeration FLML
enumeration FLO
enumeration FLR
enumeration FLS
enumeration FMBI
enumeration FMC
enumeration FMCC
enumeration FMCN
enumeration FMER
enumeration FMR
enumeration FMX
enumeration FNB
enumeration FNBN
enumeration FNF
enumeration FNFG
enumeration FNM
enumeration FNMA
enumeration FNP
enumeration FNSR
enumeration FO
enumeration FON
enumeration FOR
enumeration FORM
enumeration FORR
enumeration FOSL
enumeration FPFC
enumeration FPIC
enumeration FPL
enumeration FPO
enumeration FR
enumeration FRBK
enumeration FRE
enumeration FRED
enumeration FRG
enumeration FRME
enumeration FRO
enumeration FRT
enumeration FRX
enumeration FSBK
enumeration FSC
enumeration FSIN
enumeration FSL
enumeration FSLR
enumeration FSNM
enumeration FST
enumeration FSYS
enumeration FTBK
enumeration FTE
enumeration FTEK
enumeration FTI
enumeration FTK
enumeration FTO
enumeration FTR
enumeration FULT
enumeration FUQI
enumeration FWLT
enumeration FWRD
enumeration FXA
enumeration FXC
enumeration FXE
enumeration FXEN
enumeration FXF
enumeration FXI
enumeration FXP
enumeration FXY
enumeration G
enumeration GA
enumeration GABC
enumeration GAIA
enumeration GALE
enumeration GAP
enumeration GAS
enumeration GB
enumeration GBCI
enumeration GBTS
enumeration GBX
enumeration GCA
enumeration GCB
enumeration GCI
enumeration GCO
enumeration GD
enumeration GDP
enumeration GDX
enumeration GDXJ
enumeration GE
enumeration GEL
enumeration GENZ
enumeration GEOY
enumeration GERN
enumeration GES
enumeration GET
enumeration GEX
enumeration GFA
enumeration GFI
enumeration GFIG
enumeration GFRE
enumeration GG
enumeration GGB
enumeration GGC
enumeration GGP
enumeration GHDX
enumeration GHL
enumeration GIGM
enumeration GILD
enumeration GIS
enumeration GLAD
enumeration GLBC
enumeration GLD
enumeration GLG
enumeration GLL
enumeration GLNG
enumeration GLO
enumeration GLRE
enumeration GLW
enumeration GM
enumeration GMCR
enumeration GME
enumeration GMT
enumeration GMXR
enumeration GNA
enumeration GNK
enumeration GNTX
enumeration GNW
enumeration GOGO
enumeration GOL
enumeration GOLD
enumeration GOOG
enumeration GOVT
enumeration GPC
enumeration GPI
enumeration GPOR
enumeration GPS
enumeration GR
enumeration GRA
enumeration GRMN
enumeration GRNB
enumeration GROW
enumeration GRPN
enumeration GRRF
enumeration GRS
enumeration GS
enumeration GSBC
enumeration GSG
enumeration GSI
enumeration GSIC
enumeration GSK
enumeration GSM
enumeration GSS
enumeration GSVC
enumeration GT
enumeration GTE
enumeration GTS
enumeration GTXI
enumeration GVA
enumeration GWR
enumeration GWW
enumeration GWX
enumeration GXDX
enumeration HAFC
enumeration HAIN
enumeration HAL
enumeration HALL
enumeration HALO
enumeration HAR
enumeration HAS
enumeration HAWK
enumeration HBAN
enumeration HBC
enumeration HBHC
enumeration HBI
enumeration HCA
enumeration HCBK
enumeration HCC
enumeration HCN
enumeration HCP
enumeration HCSG
enumeration HD
enumeration HDB
enumeration HDZ
enumeration HEAT
enumeration HEK
enumeration HERO
enumeration HES
enumeration HET
enumeration HEV
enumeration HFC
enumeration HGIC
enumeration HGSI
enumeration HGT
enumeration HHS
enumeration HIBB
enumeration HIG
enumeration HITK
enumeration HK
enumeration HL
enumeration HLF
enumeration HLS
enumeration HLTH
enumeration HMA
enumeration HMC
enumeration HMIN
enumeration HMN
enumeration HNBC
enumeration HNI
enumeration HNP
enumeration HNSN
enumeration HNT
enumeration HNZ
enumeration HOC
enumeration HOG
enumeration HOGS
enumeration HOKU
enumeration HOLX
enumeration HOMB
enumeration HON
enumeration HOS
enumeration HOT
enumeration HOV
enumeration HP
enumeration HPC
enumeration HPI
enumeration HPQ
enumeration HPT
enumeration HPY
enumeration HR
enumeration HRB
enumeration HRBN
enumeration HRC
enumeration HRL
enumeration HRS
enumeration HRZB
enumeration HS
enumeration HSC
enumeration HSH
enumeration HSOL
enumeration HSP
enumeration HST
enumeration HSY
enumeration HTA
enumeration HTCH
enumeration HTE
enumeration HTGC
enumeration HTH
enumeration HTLF
enumeration HTS
enumeration HTZ
enumeration HUM
enumeration HUN
enumeration HURN
enumeration HW
enumeration HXM
enumeration HYD
enumeration HYG
enumeration HYLD
enumeration HYS
enumeration IACI
enumeration IAG
enumeration IAI
enumeration IART
enumeration IAT
enumeration IAU
enumeration IBB
enumeration IBCP
enumeration IBKC
enumeration IBKR
enumeration IBM
enumeration IBN
enumeration IBNK
enumeration IBOC
enumeration ICA
enumeration ICE
enumeration ICF
enumeration ICO
enumeration ID
enumeration IDC
enumeration IDCC
enumeration IDEV
enumeration IDIX
enumeration IDM
enumeration IDPH
enumeration IDU
enumeration IDXX
enumeration IEF
enumeration IEI
enumeration IEO
enumeration IEZ
enumeration IFF
enumeration IFN
enumeration IFX
enumeration IGE
enumeration IGI
enumeration IGT
enumeration IGV
enumeration IGW
enumeration IHI
enumeration IHP
enumeration IHS
enumeration IIF
enumeration IIG
enumeration IIVI
enumeration IJH
enumeration IJJ
enumeration IJK
enumeration IJR
enumeration IJS
enumeration IJT
enumeration ILF
enumeration ILMN
enumeration IMA
enumeration IMAX
enumeration IMB
enumeration IMCL
enumeration IMMU
enumeration IMO
enumeration INCY
enumeration INDB
enumeration INFN
enumeration INFY
enumeration ING
enumeration INSU
enumeration INT
enumeration INTC
enumeration INTU
enumeration INVN
enumeration IOC
enumeration IP
enumeration IPCC
enumeration IPCR
enumeration IPG
enumeration IR
enumeration IRC
enumeration IRE
enumeration IRET
enumeration IRM
enumeration ISBC
enumeration ISIL
enumeration ISIS
enumeration ISLE
enumeration ISRG
enumeration ISTA
enumeration ITB
enumeration ITC
enumeration ITE
enumeration ITG
enumeration ITMN
enumeration ITR
enumeration ITT
enumeration ITUB
enumeration ITW
enumeration IVC
enumeration IVE
enumeration IVN
enumeration IVR
enumeration IVV
enumeration IVW
enumeration IVZ
enumeration IWB
enumeration IWC
enumeration IWD
enumeration IWF
enumeration IWL
enumeration IWM
enumeration IWN
enumeration IWO
enumeration IWP
enumeration IWR
enumeration IWS
enumeration IWV
enumeration IWW
enumeration IWZ
enumeration IXC
enumeration IXN
enumeration IXP
enumeration IYE
enumeration IYF
enumeration IYG
enumeration IYM
enumeration IYR
enumeration IYT
enumeration IYY
enumeration IYZ
enumeration JAH
enumeration JASO
enumeration JAVA
enumeration JAZZ
enumeration JBL
enumeration JBLU
enumeration JCG
enumeration JCI
enumeration JCP
enumeration JDSU
enumeration JEC
enumeration JEF
enumeration JKS
enumeration JNJ
enumeration JNK
enumeration JNPR
enumeration JNS
enumeration JNY
enumeration JOE
enumeration JOSB
enumeration JOY
enumeration JOYG
enumeration JPM
enumeration JRCC
enumeration JRJC
enumeration JWN
enumeration JXI
enumeration K
enumeration KB
enumeration KBE
enumeration KBH
enumeration KBW
enumeration KCAP
enumeration KCE
enumeration KCG
enumeration KCI
enumeration KDN
enumeration KEY
enumeration KFN
enumeration KFT
enumeration KG
enumeration KGC
enumeration KIE
enumeration KIM
enumeration KKD
enumeration KKR
enumeration KLAC
enumeration KLD
enumeration KMB
enumeration KMG
enumeration KMI
enumeration KMP
enumeration KMR
enumeration KMX
enumeration KNDI
enumeration KNL
enumeration KNX
enumeration KO
enumeration KOG
enumeration KOL
enumeration KONG
enumeration KORS
enumeration KR
enumeration KRB
enumeration KRC
enumeration KRE
enumeration KRFT
enumeration KRG
enumeration KRNY
enumeration KRO
enumeration XARO
enumeration XTHQ
enumeration XSEM
enumeration XSOF
enumeration XSCR
enumeration XRTS
enumeration XPCS
enumeration XOIL
enumeration XIDD
enumeration XFIS
enumeration XELC
enumeration XMET
enumeration XDRG
enumeration XBNK
enumeration XBTC
enumeration XCMT
enumeration 141
enumeration 020
enumeration 038
enumeration 041
enumeration 042
enumeration 043
enumeration 044
enumeration 045
enumeration 046
enumeration 047
enumeration 048
enumeration 049
enumeration 062
enumeration 028
enumeration 128
enumeration 121
enumeration 194
enumeration 132
enumeration 103
enumeration 105
enumeration 245
enumeration 246
enumeration 248
enumeration 249
enumeration 250
enumeration 242
enumeration 196
enumeration 197
enumeration 199
enumeration 266
enumeration 267
enumeration 260
enumeration 252
enumeration 271
enumeration 272
enumeration 386
enumeration 390
enumeration 394
enumeration 503
enumeration 512
enumeration 515
enumeration 531
enumeration 532
enumeration 535
enumeration 552
enumeration 597
enumeration 598
enumeration 269
enumeration 302
enumeration 303
enumeration 320
enumeration 342
enumeration 343
enumeration 344
enumeration 310
enumeration 311
enumeration 312
enumeration 313
enumeration 314
enumeration 256
enumeration 218
enumeration 219
enumeration 221
enumeration ZIMK
enumeration Z000
enumeration 106
enumeration 107
enumeration 108
enumeration 109
enumeration 100
enumeration 101
enumeration 098
enumeration 104
enumeration 117
enumeration 118
enumeration 161
enumeration 162
enumeration 163
enumeration 123
enumeration 125
enumeration 126
enumeration 127
enumeration 129
enumeration KS
enumeration 111
enumeration 032
enumeration 036
enumeration 027
enumeration 025
enumeration 021
enumeration 022
enumeration 067
enumeration 873
enumeration 967
enumeration 861
enumeration 862
enumeration 863
enumeration 864
enumeration 865
enumeration 866
enumeration 867
enumeration 868
enumeration 869
enumeration 870
enumeration 262
enumeration 871
enumeration 872
enumeration 066
enumeration 023
enumeration 024
enumeration 016
enumeration 014
enumeration 064
enumeration 075
enumeration 076
enumeration 087
enumeration 088
enumeration 084
enumeration 193
enumeration 257
enumeration 085
enumeration 195
enumeration 191
enumeration 192
enumeration 018
enumeration 069
enumeration 071
enumeration 058
enumeration 401
enumeration 402
enumeration 405
enumeration 406
enumeration 403
enumeration 404
enumeration 006
enumeration 160
enumeration 074
annotation
documentation
Commodity
documentation
001=WHEAT
documentation
002=CORN
documentation
003=FEED GRAIN
documentation
004=OATS
documentation
011= WHEAT INDEX
documentation
008=BARLEY
documentation
009=NATIONAL CORN INDEX
documentation
039=RICE
documentation
060=GRAIN SORGHUMS
documentation
700=GRAIN SPREAD OPTIONS
documentation
061=FEEDER CATTLE
documentation
065=STOCKER CATTLE
documentation
070=ICED OR FROZEN BROILERS
documentation
054=LEAN HOGS
documentation
055=HAMS
documentation
056=PORK BELLIES
documentation
057=LIVE CATTLE
documentation
017=FROZEN TURKEYS
documentation
029=BONELESS BEEF
documentation
050=BUTTER
documentation
052=MILK
documentation
063=CHEESE
documentation
026=SOYBEAN MEAL
documentation
007=SOYBEAN OIL
documentation
034=COTTONSEED
documentation
037=PALM OIL
documentation
010=NATIONAL SOYBEAN INDEX
documentation
015=SOYBEAN CRUSH SPREAD
documentation
012=SOUTH AMERICAN SOYBEANS
documentation
013=SUNFLOWER SEEDS
documentation
005=SOYBEANS
documentation
077=EDIBLE OILS INDEX
documentation
031=WOOL
documentation
033=COTTON
documentation
035=NOT FROM CONCENTRATE ORANGE JUICE
documentation
030=POTATOES
documentation
059=FROZEN SHRIMP
documentation
073=COCOA
documentation
053=FROZEN EGGS
documentation
051=FRESH EGGS
documentation
040=FROZEN CONCENTRATED ORANGE JUICE
documentation
080=SUGAR
documentation
083=COFFEE
documentation
701=FRUIT CONCENTRATE
documentation
238=CORN SYRUP
documentation
251=FERTILIZER
documentation
253=ANHYDROUS AMMONIA
documentation
110=SOYBEAN YIELD INSURANCE
documentation
113=WHEAT YIELD INSURANCE
documentation
114=CORN YIELD INSURANCE
documentation
258=INTERNATIONAL COMMODITY INDEX
documentation
259=CBT AGRICUTURAL INDEX
documentation
261=FREIGHT RATE
documentation
200=CASE-SHILLER INDICES
documentation
201=S&amp;P/GRA INDICIES
documentation
202=RPX INDICIES
documentation
RPX=RPX FUTURES
documentation
264=SWEDISH KRONA
documentation
232=AUSTRALIAN DOLLAR
documentation
116=U.S. DOLLAR
documentation
096=POUND STERLING
documentation
097=JAPANESE YEN
documentation
099=EUROPEAN CURRENCY UNIT
documentation
090=CANADIAN DOLLAR
documentation
091=FRENCH FRANC
documentation
092=SWISS FRANC
documentation
094=DEUTSCHE MARK
documentation
095=MEXICAN PESO
documentation
072=INDONESIAN RUPIAH
documentation
089=RUSSIAN RUBLE
documentation
093=DUTCH GUILDER
documentation
086=KOREAN WON
documentation
081=THAI BAHT
documentation
082=CHINESE RENMINBI
documentation
078=MALAYSIAN RINGGIT
documentation
079=BELGIUM FRANC
documentation
115=ITALIAN LIRA
documentation
102=BRAZILIAN REAL
documentation
119=COLUMBIAN PESO
documentation
122=SOUTH AFRICAN RAND
documentation
112=NEW ZEALAND DOLLAR
documentation
131=INDIAN RUPEES
documentation
068=SINGAPORE DOLLAR
documentation
019=TURKISH LIRA
documentation
273=NORWEGIAN KRONE
documentation
274=HUNGARIAN FORINT
documentation
275=CZECH KORUNA
documentation
276=KRONE/KRONA
documentation
277=POLISH ZLOTY
documentation
278=ISRAEL SHEKEL
documentation
263=WILSHIRE BROAD BASED INDICES
documentation
268=BOLSA MEXICANA DE VALORES INDEX
documentation
270=TAIWANESE STOCK INDICES
documentation
233=COMEX INDEX
documentation
254=FT-SE INDICES
documentation
255=EUROTOP INDICES
documentation
265=NYCE INDICES
documentation
209=NASDAQ  BROADBASED INDICES
documentation
223=TECHNOLOGY INDEX
documentation
231=BETA INDICIES
documentation
239=RUSSELL INDEX
documentation
240=NIKKEI STOCK AVERAGE
documentation
241=TOKYO STOCK PRICE INDEX
documentation
243=S&amp;P/TOPIX INDEX
documentation
244=MSCI INDICIES
documentation
178=CBT BROAD BASED INDICES
documentation
142=ENERGY STOCK INDEX
documentation
143=MORNINGSTAR STOCK INDICES
documentation
144=PHLX STOCK INDICES
documentation
148=NYSE BROAD BASED STOCK INDICES
documentation
149=ISE INDICES
documentation
150=OVER THE COUNTER INDICES
documentation
151=CBOE BROAD BASED INDICES
documentation
152=CHINESE STOCK INDICES
documentation
153=GERMAN STOCK INDICES
documentation
154=POWERPACK
documentation
155=INDIAN STOCK INDICES
documentation
130=BRAZILIAN STOCK INDICES
documentation
136=VLA BROAD BASED STOCK INDICES
documentation
137=INTERNET STOCK INDICES
documentation
138=S&amp;P BROAD BASED STOCK INDICES
documentation
139=FORTUNE BROAD BASED INDEXES
documentation
140=TRAKRS INDICES
documentation
120=AMEX BROADBASED STOCK INDICES
documentation
124=DOW JONES BROAD BASED INDICES
documentation
XBI=SPDR S&amp;P BIOTECH
documentation
XCO=EXCO RESOURCES
documentation
XIDE=EXIDE TECHNOLOGIES
documentation
XIN=XINYUAN REAL ESTATE CO.
documentation
XL=XL CAPITAL LTD
documentation
XLB=MATERIALS SELECT SECTOR SPDR
documentation
XLE=ENERGY SELECT SECTOR SPDR
documentation
XLF=FINANCIAL SELECT SECTOR SPDR
documentation
XLI=INDUSTRIAL SELECT SECTOR SPDR
documentation
XLK=TECHNOLOGY SELECT SECTOR SPDR
documentation
XLNX=XILINX
documentation
XLP=CONSUMER STAPLES SELECT SECTOR SPDR
documentation
XLU=UTILITIES SELECT SECTOR SPDR
documentation
XLV=HEALTH CARE SELECT SECTOR SPDR
documentation
XLY=CONSUMER DISCRETIONARY SELECT SECTOR SPRD
documentation
XME=SPDR METALS &amp; MINING ETF
documentation
XEL=XCEL ENERGY
documentation
XES=SPDR OIL &amp; GAS EQUIP &amp; SERVICE
documentation
XHB=SPDR HOMEBUILDERS ETF
documentation
XMSR=XM SATELLITE RADIO
documentation
XTO=XTO ENERGY
documentation
XTXI=CROSSTEX ENERGY
documentation
XYL=XYLEN INC.
documentation
YAVY=YADKIN VALLEY FINANCIAL
documentation
YCS=PROSHARES ULTRASHORT YEN
documentation
YELP=YELP INC.
documentation
YGE=YINGLI GREEN ENERGY HOLDING
documentation
YHOO=YAHOO!
documentation
YNDX=YANDEX NV
documentation
YOKU=YOUKU.COM INC AMERICAN DEPOSIT
documentation
YONG=YONGYE INTERNATIONAL
documentation
YPF=YPF S.A.
documentation
YRCW=YRC WORLDWIDE
documentation
YUM=YUM! BRANDS
documentation
YZC=YANZHOU COAL MINING
documentation
Z=ZILLOW INC.
documentation
XOM=EXXON MOBIL
documentation
XONE=THE EXONE COMPANY
documentation
XOP=SPDR S&amp;P OIL &amp; GAS EXPLORATION &amp; PROD
documentation
XPO=XPO LOGISTICS INC.
documentation
XRAY=DENTSPLY INTERNATIONAL
documentation
XRS=TAL EDUCATION GROUP
documentation
XRT=SPDR S&amp;P RETAIL ETF
documentation
XRX=XEROX
documentation
XSD=SPDR S&amp;P SEMICONDUCTOR ETF
documentation
ZAGG=ZAGG INCORPORATED
documentation
ZBRA=ZEBRA TECHNOLOGIES CORP.
documentation
ZEP=ZEP INC
documentation
ZGEN=ZYMOGENETICS INC.
documentation
ZION=ZIONS BANCORP
documentation
ZLC=ZALE
documentation
ZMH=ZIMMER HOLDINGS
documentation
ZNGA=ZYNGA
documentation
ZNT=ZENITH NATIONAL INSURANCE
documentation
ZOLT=ZOLTEK COMPANIES
documentation
ZROZ=PIMCO 25+ YR ZERO COUPON US TREASURY INDEX
documentation
ZSL=PROSHARES ULTRASHORT SILVER
documentation
ZZ=SEALY CORP
documentation
XTEX=CROSSTEX ENERGY
documentation
RRC=RANGE RESOURCES
documentation
RRD=RR DONNELLY &amp; SONS
documentation
RRGB=RED ROBIN GOURMET BURGERS INC.
documentation
RRR=RSC HOLDINGS
documentation
RSG=REPUBLIC SERVICES
documentation
RSH=RADIOSHACK
documentation
RSOL=REAL GOODS SOLAR INC.
documentation
RSP=RYDEX S&amp;P EQUAL WEIGHT ETF
documentation
RSU=RYDEX 2X S&amp;P 500 ETF
documentation
RSW=RYDEX INVERSE 2X S&amp;P 500 ETF
documentation
RSX=MARKET VECTORS RUSSIA ETF
documentation
RTH=RETAIL HOLDRS TRUST
documentation
RTN=RAYTHEON
documentation
RTP=RIO TINTO PLC - ADR
documentation
RVBD=RIVERBED TECHNOLOGY
documentation
RVSB=RIVERVIEW BANCORP
documentation
RWM=PROSHARES SHORT RUSSELL 2000
documentation
RWT=REDWOOD TRUST
documentation
RX=IMS HEALTH
documentation
RY=ROYAL BANK OF CANADA
documentation
RYL=RYLAND GROUP
documentation
RZ=RASER TECHNOLOGIES
documentation
S=SPRINT NEXTEL
documentation
SA=SEABRIDGE GOLD
documentation
SAF=SAFECO
documentation
SAFM=SANDERSON FARMS INC
documentation
SAFT=SAFETY INSURANCE GROUP
documentation
SAH=SONIC AUTOMOTIVE
documentation
SAI=SAIC INC.
documentation
SAN=BANCO SANTANDER ADR
documentation
SAP=SAP
documentation
SASR=SANDY SPRING BANCORP
documentation
SATC=SATCON TECHNOLOGY CORPORATION
documentation
SAY=SATYAM COMPUTER SERVICES
documentation
SB=SAFE BULKERS
documentation
SBC=SBC COMMUNICATIONS
documentation
SBCF=SEACOAST BANKING CORPORATION OF FLORIDA
documentation
SBH=SALLY BEAUTY HOLDINGS INC.
documentation
SBIB=STERLING BANCSHARES
documentation
SBL=SYMBOL TECHNOLOGIES
documentation
SBLK=STAR BULK CARRIERS CORP
documentation
SBNY=SIGNATURE BANK
documentation
SBS=CIA DE SANEAMENTO BASICO DO ES
documentation
SBSI=SOUTHSIDE BANCSHARES
documentation
SBUX=STARBUCKS
documentation
SBX=SEABRIGHT HOLDINGS
documentation
SCBT=SCBT FINANCIAL
documentation
SCCO=SOUTHERN COPPER CORPORATION
documentation
SCG=SCANA
documentation
SCHO=SCHWAB SHORT-TERM U.S. TREASURY ETF
documentation
SCHR=SCHWAB INTERMEDIATE-TERM U.S. TREASURY ETF
documentation
SCHW=THE CHARLES SCHWAB
documentation
SCON=SUPERCONDUCTOR TECHNOLOGIES
documentation
SCPB=SPDR BARCALYS CAPITAL SHORT TERM CORP BOND ETF
documentation
SCSS=SELECT COMFORT CORPORATION
documentation
SCTY=SOLAR CITY CORPORATION
documentation
SCZ=ISHARES MSCI EAFE SMALL CAP
documentation
SD=SANDRIDGE ENERGY
documentation
SDS=PROSHARES ULTRASHORT S&amp;P 500
documentation
SDTH=SHENGDATECH
documentation
SDXC=SWITCH &amp; DATA FACILITIES CO.
documentation
SDY=SPDR S&amp;P DIVIDEND ETF
documentation
SE=SPECTRA ENERGY
documentation
SEA=CLAYMORE/DELTA GLOBAL SHIPPING
documentation
SEAB=SEABRIGHT INSURANCE HOLDINGS
documentation
SEBL=SIEBEL SYSTEMS
documentation
SEE=SEALED AIR
documentation
SEED=ORIGIN AGRITECH LIMITED
documentation
SEF=PROSHARES SHORT FINANCIALS
documentation
SEIC=SEI INVESTMESTMENTS
documentation
SEP=SPECTRA ENERGY PARTNERS
documentation
SEPR=SEPRACOR
documentation
SF=STIFEL FINANCIAL
documentation
SFD=SMITHFIELD FOODS
documentation
SFG=STANCORP FINANCIAL GROUP
documentation
SFI=ISTAR FINANCIAL INC
documentation
SFL=SHIP FINANCE INTERNATIONAL LIMITED
documentation
SFNC=SIMMONS FIRST NATIONAL
documentation
SFSF=SUCCESSFACTORS INC.
documentation
SGEN=SEATTLE GENETICS
documentation
SGI=SILICON GRAPHICS INTERNATIONAL
documentation
SGMO=SANGAMO BIOSCIENCES
documentation
SGP=SCHERING-PLOUGH
documentation
SH=PROSHARES SHORT S&amp;P 500
documentation
SHI=SINOPEC SHANGHAI PETROCHEMICAL CO.
documentation
SHLD=SEARS
documentation
SHPG=SHIRE PLC.
documentation
SHV=ISHARES BARCLAYS SHORT TREASURY BOND FUND
documentation
SHW=SHERWIN-WILLIAMS
documentation
SHY=ISHARES BARCLAYS 1-3 YEAR TREASURY BOND FUND
documentation
SHZ=CHINA SHEN ZHOU MINING &amp; RESOURCES
documentation
SI=SIEMENS AG
documentation
SIAL=SIGMA-ALDRICH
documentation
SIG=SIGNET JEWELERS LTD
documentation
SIGA=SIGA TECHNOLOGIES
documentation
SIGI=SELECTIVE INSURANCE GROUP
documentation
SIGM=SIGMA DESIGNS
documentation
SII=SMITH INT'L
documentation
SIMO=SILICON MOTION TECHNOLOGY CORP
documentation
SINA=SINA CORPORATION
documentation
SIRF=SIRF TECHNOLOGY HOLDINGS
documentation
SIRI=SIRIUS XM RADIO
documentation
SIVB=SVB FINANCIAL GROUP
documentation
SIX=SIX FLAGS ENTERTAINMENT CORPORATION
documentation
SJM=J.M. SMUCKER
documentation
SJT=SAN JUAN BASIN ROYALTY TRUST
documentation
SKF=PROSHARES ULTRASHORT FINANCIALS
documentation
SKM=SK TELECOM
documentation
SKS=SAKS
documentation
SKT=TANGER FACTORY OUTLET CENTERS
documentation
SKUL=SKULLCANDY
documentation
SKX=SKECHERS U.S.A.
documentation
SLAB=SILICON LABORATORIES
documentation
SLB=SCHLUMBERGER
documentation
SLE=SARA LEE
documentation
SLF=SUN LIFE FINANCIAL
documentation
SLG=SL GREEN REALTY
documentation
SLGN=SILGAN HONDINGS INC.
documentation
SLM=SLM
documentation
SLT=STERLITE INDUSTRIES INDI.
documentation
SLV=ISHARES SILVER TRUST
documentation
SLW=SILVER WHEATON
documentation
SLX=MARKET VECTORS - STEEL INDEX E
documentation
SMG=SCOTTS MIRACLE-GRO
documentation
SMH=MARKET VECTORS SEMICONDUCTOR ETF
documentation
SMHG=SANDERS MORRIS HARRIS GROUP
documentation
SMN=ULTRASHORT BASIC MATERIALS PROSHARES
documentation
SMSI=SMITH MICRO SOFTWARE INC.
documentation
SNA=SNAP-ON
documentation
SNBC=SUN BANCORP
documentation
SNDA=SHANDA INTERACTIVE ENTERTAINMENT
documentation
SNDK=SAN DISK
documentation
SNE=SONY
documentation
SNI=SCRIPPS NETWORKS INTERACTIVE
documentation
SNN=SMITH &amp; NEPHEW PLC
documentation
SNP=CHINA PETROLEUM &amp; CHEMICAL CO.
documentation
SNTA=SYNTA PHARMACEUTICALS
documentation
SNV=SYNOVUS FINANCIAL
documentation
SNY=SANOFI-AVENTIS
documentation
SO=SOUTHERN
documentation
SODA=SODASTREAM INTERNATIONAL LTD.
documentation
SOL=RENESOLA LTD
documentation
SOLF=SOLARFUN POWER HOLDINGS-SPON  ADR
documentation
SOLR=GT SOLAR INTERNATIONAL
documentation
SOMX=SOMAXON PHARMACEUTICALS
documentation
SONC=SONIC
documentation
SOV=SOVEREIGN BANCORP
documentation
SOXX=ISHARES PHLXX SOX SEMICONDUCTOR INDEX
documentation
SPC=ST. PAUL COMPANIES
documentation
SPF=STANDARD PACIFIC
documentation
SPG=SIMON PROPERTY GROUP
documentation
SPIL=SILICONWARE PRECISION
documentation
SPLS=STAPLES
documentation
SPPI=SPECTRUM PHARMACEUTICAL
documentation
SPRD=SPREADTRUM COMMUNICATIONS
documentation
SPWB=SUNPOOWER CORPORATION - CL. B.
documentation
SPWR=SUNPOWER
documentation
SPXU=PROSHARES ULTPRO SHORT S&amp;P 500
documentation
SPY=S&amp;P 500 ETF
documentation
SQM=CHEMICAL &amp; MINING COMPANY OF CHILE S.A. - ADR
documentation
SQNM=SEQUENOM INC
documentation
SRCE=1ST SOURCE
documentation
SRCL=STERICYCLE INC.
documentation
SRDX=SURMODICS INC
documentation
SRE=SEMPRA ENERGY
documentation
SRPT=SAREPTA THERAPEUTICS INC.
documentation
SRS=PROSHARES ULTRASHORT REAL ESTATE
documentation
SRZ=SUNRISE SENIOR LIVING
documentation
SSD=SIMPSON MANUFACTURING CO
documentation
SSG=PROSHARES ULTRASHORT SEMICONDU
documentation
SSO=ULTRA S&amp;P 500 PROSHARES
documentation
SSP=E.W. SCRIPPS
documentation
SSRI=SILVER STANDARD RESOURCES
documentation
SSW=SEASPAN CORPORATION
documentation
SSYS=STRATASYS INC
documentation
STA=ST. PAUL TRAVELERS
documentation
STAR=STARENT NETWORKS
documentation
STBA=S&amp;T BANCORP
documentation
STC=STEWART INFORMATION SERVICES
documentation
STE=STERIS CORP.
documentation
STEC=STEC
documentation
STEI=STEWART ENTERPRISES INC.
documentation
STEL=STELLARONE
documentation
STFC=STATE AUTO FINANCIAL
documentation
STI=SUNTRUST BANKS
documentation
STJ=ST JUDE MEDICAL
documentation
STL=STERLING BANCORP - N Y
documentation
STLD=STEEL DYNAMICS
documentation
STM=STMICROELECTRONICS NV
documentation
STP=SUNTECH POWER
documentation
STR=QUESTAR
documentation
STRA=STRAYER EDUCATION INC.
documentation
STSA=STERLING FINANCIAL
documentation
STT=STATE STREET
documentation
STU=STUDENT LOAN
documentation
STWD=STARWOOD PROPERTY TRUST INC.
documentation
STX=SEAGATE TECHNOLOGY
documentation
STXS=STEREOTAXIS
documentation
STZ=CONSTELLATION BRANDS
documentation
SU=SUNCOR ENERGY
documentation
SUBK=SUFFOLK BANCORP
documentation
SUI=SUN COMMUNITIES
documentation
SUN=SUNOCO
documentation
SUNW=SUN MICROSYSTEMS
documentation
SUPN=SUPEMUS PHARMACEUTICALS INC.
documentation
SUPR=SUPERIOR BANCORP
documentation
SUR=CNA SURETY
documentation
SUSQ=SUSQUEHANNA BANCSHARES
documentation
SVA=SINOVAC BIOTECH
documentation
SVM=SILVERCORP METALS INC.
documentation
SVNT=SAVIENT PHARMACEUTICALS
documentation
SVU=SUPERVALU
documentation
SWC=STILLWATER MINING
documentation
SWFT=SWIFT TRANSPORTATION CO.
documentation
SWHC=SMITH &amp; WESSON HOLDING CORP.
documentation
SWI=SOLARWINDS
documentation
SWIM=THINKORSWIM GROUP
documentation
SWIR=SIERRA WIRELESS
documentation
SWK=THE STANLEY WORKS
documentation
SWKS=SKYWORKS SOLUTIONS
documentation
SWN=SOUTHWESTERN ENERGY
documentation
SWS=SWS GROUP
documentation
SWSH=SWISHER HYGIENE INC.
documentation
SWY=SAFEWAY
documentation
SXE=SOUTHCROSS ENERGY PARTNERS LP
documentation
SXL=SUNOCO LOGISTICS PARTNERS LP
documentation
SXT=SENSIENT TECHNOLOGIES CORP.
documentation
SYBT=S.Y. BANCORP
documentation
SYK=STRYKER
documentation
SYKE=SYKES ENTERPRISES INC.
documentation
SYMC=SYMANTEC
documentation
SYNA=SYNAPTICS
documentation
SYX=SYSTEMAX INC.
documentation
SYY=SYSCO
documentation
T=AT&amp;T
documentation
TAM=TAM SA
documentation
TAN=GUGGENHEIM SOLAR ETF
documentation
TAP=MOLSON COORS BREWING
documentation
TARO=TARO PHARMACEUTICAL INDUSTRIES LTD.
documentation
TASR=TASER INTERNATIONAL
documentation
TAXI=MEDALLION FINANCIAL
documentation
TBF=PROSHARES SHORT 20+ YEAR TREASURY
documentation
TBSI=TBS INTERNATIONAL
documentation
TBT=PROSHARES ULTRASH 20+ YEAR TR.
documentation
TCB=TCF FINANCIAL
documentation
TCBI=TEXAS CAPITAL BANCSHARES
documentation
TCBK=TRICO BANCSHARES
documentation
TCK=TECK RESOURCES LTD.
documentation
TCLP=TC PIPELINES
documentation
TCO=TAUBMAN CENTERS INC.
documentation
TCS=THE CONTAINER STORE GROUP INC.
documentation
TD=TORONTO-DOMINION BANK
documentation
TDC=TERADATA
documentation
TDSC=3D SYSTEMS
documentation
TE=TECO ENERGY
documentation
TEA=TEAVANA HOLDINGS
documentation
TEF=TELEFONICA
documentation
TEG=INTEGRYS ENERGY
documentation
TEL=TYCO ELECTRONICS
documentation
TER=TERADYNE
documentation
TEVA=TEVA PHARMACEUTICAL
documentation
TEX=TEREX CORP.
documentation
TFI=SPDR BARCLAYS CAPITAL MUNICIPAL BOND
documentation
TFM=THE FRESH MARKET INC.
documentation
TFSL=TFS FINANCIAL
documentation
TGP=TEEKAY LNG PARTNERS L.P.
documentation
TGT=TARGET
documentation
THC=TENET HEALTHCARE
documentation
THE=TODCO
documentation
THG=THE HANOVER INSURANCE GROUP
documentation
THQI=THQ INC.
documentation
THRX=THERAVANCE INC
documentation
THS=TREEHOUSE FOODS INC.
documentation
TI=TELECOM ITALIA S.P.A
documentation
TIBX=TIBCO SOFTWARE
documentation
TIE=TITANIUM METALS
documentation
TIF=TIFFANY
documentation
TII=TELMX INTERNACIONAL SAB DE CV
documentation
TIN=TEMPLE-INLAND
documentation
TIP=ISHARES BARCLAYS TIPS BOND
documentation
TIVO=TIVO
documentation
TJX=TJX COMPANIES
documentation
TLAB=TELLABS
documentation
TLB=THE TALBOTS
documentation
TLLP=TESORO LOGISTICS LP
documentation
TLM=TALISMAN ENERGY
documentation
TLO=SPDR BARCLAYS CAPITAL LONG TERM TRESURY
documentation
TLT=IHARES LEHMAN 20+ YEAR TREASURY BOND FUND
documentation
TM=TOYOTA MOTOR CORP.
documentation
TMCV=TEMECULA VALLEY BANCORP
documentation
TMF=DIREXION DAILY 20 YEAR PLUS TREASURY BULL 3X SHARES
documentation
TMK=TORCHMARK
documentation
TMO=THERMO FISHER SCIENTIFIC
documentation
TMP=TOMPKINS FINANCIAL
documentation
TMUS=T MOBILE US INC.
documentation
TMV=DIREXION DAILY 20 YEAR PLUS TREASURY BEAR 3X SHARES
documentation
TMX=TELEFONOS DE MEXICO SA DE CV
documentation
TNA=DIREXION DAILY SMALL CAP BULL 3X SHARES
documentation
TNK=TEEKAY TANKERS LTD
documentation
TNP=TSAKOS ENERGY NAVIGATION
documentation
TOL=TOLL BROTHERS
documentation
TONE=TIERONE
documentation
TOO=TEEKAY OFFSHORE PARTNERS L.P.
documentation
TOT=TOTAL
documentation
TOWN=TOWNBANK
documentation
TPX=TEMPUR PEDIC INTERNATIONAL
documentation
TQNT=TRIQUINT SEMICONDUCTOR INC.
documentation
TRA=TERRA INDUSTRIES
documentation
TRAD=TRADESTATION GROUP
documentation
TRB=TRIBUNE
documentation
TREX=TREX COMPANY INC
documentation
TRH=TRANSATLANTIC HOLDINGS
documentation
TRI=THOMSON REUTERS
documentation
TRID=TRIDENT MICROSYSTEMS
documentation
TRIP=TRIPADVISOR
documentation
TRLG=TRUE RELIGION APPAREL
documentation
TRMA=TRICO MARINE SERVICES
documentation
TRMB=TRIMBLE NAVIGATION LTD.
documentation
TRMK=TRUSTMARK
documentation
TRMS=TRIMERIS
documentation
TRN=TRINITY INDUSTRIES INC.
documentation
TROW=T. ROWE PRICE GROUP
documentation
TRP=TRANSCANADA CORP
documentation
TRST=TRUSTCO BANK CORP NY
documentation
TRV=THE TRAVELERS COMPANIES
documentation
TRW=TRW AUTOMOTIVE HOLDINGS CORP
documentation
TS=TENARIS S.A. - ADR
documentation
TSCO=TRACTOR SUPPLY COMPANY
documentation
TSFG=THE SOUTH FINANCIAL GROUP
documentation
TSG=SABRE HOLDINGS
documentation
TSL=TRINA SOLAR
documentation
TSLA=TESLA MOTORS
documentation
TSM=TAIWAN SEMICONDUCTOR-SP ADR
documentation
TSN=TYSONS FOODS
documentation
TSO=TESORO
documentation
TSRA=TESSERA TECHNOLOGIES
documentation
TSS=TOTAL SYSTEMS SERVICES
documentation
TSTC=TELESTONE TECHNOLOGIES CORPORATION
documentation
TSU=TIM PARTICIPACOES SA
documentation
TTC=TORO CO
documentation
TTM=TATA MOTORS
documentation
TTWO=TAKE-TWO INTERACTIVE SOFTWARE
documentation
TUZ=PIMCO 1-3 YEAR U.S. TREASURY INDEX FUND
documentation
TV=GRUPO TELEVISA
documentation
TWC=TIME WARNER CABLE
documentation
TWGP=TOWER GROUP
documentation
TWM=ULTRASHORT RUSSELL 2000 PROSHARES
documentation
TWO=TWO HARBORS INVESTMENT CORP.
documentation
TWTR=TWITTER
documentation
TWX=TIME WARNER
documentation
TX=TERNIUM SA
documentation
TXI=TEXAS INDUSTRIES
documentation
TXN=TEXAS INSTRUMENTS
documentation
TXRH=TEXAS ROADHOUSE INC.
documentation
TXT=TEXTRON
documentation
TXTR=TEXTURA CORP
documentation
TXU=TXU
documentation
TYC=TYCO INTERNATIONAL
documentation
TYD=DIREXION DAILY 10-YEAR TREASURY BULL 3X SHARE
documentation
TYH=DIREXION DAILY TECHNOLOGY
documentation
TYO=DIREXION DAILY 7-10 YR TRSY 3X SHRS
documentation
TYP=DIREXION DAILY TECHNOLOGY BEAR
documentation
TZA=DIREXION DAILY SMALL CAP BEAR 3X SHARES
documentation
TZOO=TRAVELZOO INC.
documentation
UA=UNDER ARMOUR
documentation
UAL=UNITED CONTINENTAL HOLDINGS
documentation
UAM=UNIVERSAL AMERICAN
documentation
UAUA=UAL CORP.
documentation
UB=UNIONBANCAL
documentation
UBNT=UBIQUITI NETWORKS INC.
documentation
UBS=UBS AG
documentation
UBSH=UNION BANKSHARES
documentation
UBSI=UNITED BANKSHARES
documentation
UCBH=UCBH HOLDINGS
documentation
UCBI=UNITED COMMUNITY BANKS
documentation
UCFC=UNITED COMMUNITY FINANCIAL
documentation
UCL=UNOCAL
documentation
UCO=ULTRA DJ-AIG CRUDE OIL
documentation
UDN=POWERSHARES DB US DOLLAR INDEX BEARISH
documentation
UDR=UDR
documentation
UFCS=UNITED FIRE CASUALTY
documentation
UGA=UNITED STATES GASOLINE FUND
documentation
UGI=UGI CORP
documentation
UGL=PROSHARES ULTRA GOLD
documentation
UGP=ULTRAPAR PARTICIPACOES SA
documentation
UIL=UIL HOLDINGS
documentation
UIS=UNISYS CORP.
documentation
ULTI=ULTIMATE SOFTWARE GROUP INC.
documentation
UMBF=UMB FINANCIAL
documentation
UMPQ=UMPQUA HOLDINGS
documentation
UN=UNILEVER N.V.
documentation
UNFI=UNITED NATURAL FOODS INC.
documentation
UNG=U.S. NATURAL GAS FUND LP
documentation
UNH=UNITEDHEALTH GROUP
documentation
UNM=UNUMPROVIDENT
documentation
UNP=UNION PACIFIC
documentation
UNXL=UNI-PIXEL INC.
documentation
UPL=ULTRA PETROLEUM
documentation
UPRO=PROSHARES ULTRA PRO S&amp;P 500
documentation
UPS=UNITED PARCEL SERVICE
documentation
URBN=URBAN OUTFITTERS
documentation
URE=PROSHARES ULTRA REAL ESTATE
documentation
USA=LIBERTY ALL-STAR EQUITY FUND
documentation
USB=U.S. BANCORP
documentation
USCI=UNITED STATES COMMODITY INDEX FUND
documentation
USD=PROSHARES ULTRA SEMICONDUCTORS
documentation
USG=USG
documentation
USL=US 12 MONTH OIL FUND LP
documentation
USO=UNITED STATES OIL FUND
documentation
UST=UST
documentation
USU=USEC
documentation
UTA=UNIVERSAL TRAVEL GROUP
documentation
UTHR=UNITED THERAPEUTICS
documentation
UTR=UNITRIN
documentation
UTX=UNITED TECHNOLOGIES
documentation
UUP=POWERSHARES DB US DOLLAR BULLISH FUND
documentation
UVN=UNIVISION COMMUNICATIONS
documentation
UVV=UNIVERSAL CORP.
documentation
UVXY=PROSHARES ULTRA VIX SHORT-TERM FUTURES
documentation
UWM=PROSHARES ULTRA RUSSELL 2000
documentation
UXI=PROSHARES ULTRA INDUSTRIALS
documentation
UYG=ULTRA FINANCIALS PROSHARES
documentation
UYM=ULTRA BASIC MATERIALS PROSHARES
documentation
V=VISA
documentation
VALE=VALE S.A.
documentation
VAR=VARIAN MEDICAL SYSTEMS
documentation
VB=VANGUARD SMALL-CAP ETF
documentation
VCBI=VIRGINIA COMMERCE BANCORP
documentation
VCIT=VANGUARD INTERMEDIATE TERM CORPORATE BOND
documentation
VCLK=VALUECLICK
documentation
VCLT=VANGUARD LONG TERM CORPORATE BOND
documentation
VCSH=VANGUARD SHORT TERM CORPORATE BOND
documentation
VDE=VANGUARD ENERGY ETF
documentation
VE=VEOLIA ENVIRONNEMENT - ADR
documentation
VEA=VANGUARD EUROPE PACIFIC ETF
documentation
VECO=VEECO INSTRUMENTS
documentation
VEU=VANGUARD FTSE ALL-WORLD EX-US
documentation
VFC=V.F. CORP.
documentation
VGIT=VANGUARD INTERMEDIATE-TERM GOVERNMENT BOND ETF
documentation
VGK=VANGUARD EUROPEAN ETF
documentation
VGLT=VANGUARD LONG-TERM GOVERNMENT BOND ETF
documentation
VGR=VECTOR GROUP
documentation
VGSH=VANGUARD SHORT-TERM GOVERNMENT BOND ETF
documentation
VGT=VANGUARD INFORMATION TECHNOLOGY ETF
documentation
VHC=VIRNETX HOLDING CORPORATION
documentation
VIA=VIACOM Class A
documentation
VIAB=VIACOM
documentation
VICR=VICOR CORP.
documentation
VIG=VANGUARD DIVIDEND APPRECIATION
documentation
VIIX=VELOCITYSHARES DAILY LONG VIX SHORT TERM ETN
documentation
VIP=VIMPELCOM LTD.
documentation
VIV=TELEFONICA BRASIL SA
documentation
VIXY=PROSHARES VIX SHORT-TERM FUTURES ETF
documentation
VJET=VOXELJET AG
documentation
VLCC=KNIGHTSBRIDGE TANKERS
documentation
VLCM=VOLCOM INC.
documentation
VLO=VALERO ENERGY
documentation
VLP=VALERO ENERGY PARTNERS LP
documentation
VLY=VALLEY NATIONAL BANCORP
documentation
VMC=VULCAN MATERIALS
documentation
VMED=VIRGIN MEDIA
documentation
VMI=VALMONT INDUSTRIES INC.
documentation
VMW=VMWARE
documentation
VNDA=VANDA PHARMACEUTICALS
documentation
VNO=VORNADO REALTY TRUST
documentation
VNQ=VANGUARD REIT INDEX ETF
documentation
VNR=VANGUARD NATURAL RESOURCES
documentation
VO=VANGUARD MID-CAP ETF
documentation
VOD=VODAFONE GROUP
documentation
VOLC=VOLCANO CORP.
documentation
VOO=VANGUARD S&amp;P 500
documentation
VPHM=VIROPHARMA INC.
documentation
VPRT=VISTAPRINT LIMITED
documentation
VR=VALIDUS HOLDINGS
documentation
VRSN=VERISIGN
documentation
VRTS=VERITAS SOFTWARE
documentation
VRTX=VERTEX PHARMACEUTICALS
documentation
VRX=VALEANT PHARMACEUTICALS INTERNATIONAL
documentation
VSEA=VARIAN SEMICONDUCTOR EQUIPMENT ASSOCIATES
documentation
VSH=VISHAY INTERTECHNOLOGY
documentation
VTI=VANGUARD TOTAL STOCK MARKET ETF
documentation
VTR=VENTAS
documentation
VTV=VANGUARD VALUE ETF
documentation
VUG=VANGUARD GROWTH ETF
documentation
VV=VANGUARD LARGE CAP ETF
documentation
VVUS=VIVUS INC.
documentation
VWO=VANGUARD EMERGING MARKET ETF
documentation
VXX=IPATH S&amp;P 500 VIX SHORT TERM FUTURES ETN
documentation
VXZ=IPATH S&amp;P 500 VIX MID-TERM FUTURES ETN
documentation
VYM=VANGUARD HIGH DIVIDEND YIELD ETF
documentation
VZ=VERIZON COMMUNICATIONS
documentation
WAB=WESTINGHOUSE AIR BREAK TECH CO
documentation
WABC=WESTAMERICA BANCORPORATION
documentation
WAG=WALGREEN
documentation
WAL=WESTERN ALLIANCE BANCORPORATION
documentation
WASH=WASHINGTON TRUST BANCORP
documentation
WAT=WATERS
documentation
WB=WACHOVIA
documentation
WBCO=WASHINGTON BANKING
documentation
WBMD=WEBMD HEALTH CORP.
documentation
WBS=WEBSTER FINANCIAL
documentation
WCBO=WEST COAST BANCORP OREGON
documentation
WCG=WELLCARE HEALTH PLANS
documentation
WDC=WESTERN DIGITAL CORP.
documentation
WDR=WADDELL &amp; REED FINANCIAL
documentation
WDTI=WISDOMTREE MANAGED FUTURES STRATEGY FUND
documentation
WEC=WISCONSIN ENERGY
documentation
WEN=WENDY'S/ARBY'S GROUP
documentation
WERN=WERNER ENTERPRISES INC.
documentation
WES=WESTERN GAS PARTNERS LP
documentation
WFBC=WILLOW FINANCIAL BANCORP
documentation
WFC=WELLS FARGO
documentation
WFD=WESTFIELD FINANCIAL
documentation
WFMI=WHOLE FOODS MARKET
documentation
WFR=MEMC ELECTRONIC MATERIALS
documentation
WFSL=WASHINGTON FEDERAL
documentation
WFT=WEATHERFORD INTERNATIONAL
documentation
WGL=WGL HOLDINGS INC.
documentation
WGO=WINNEBAGO INDUSTRIES
documentation
WGP=WESTERN GAS EQUITY PARTNERS LP
documentation
WHQ=W-H ENERGY SERVICE
documentation
WHR=WHIRLPOOL CORP.
documentation
WIBC=WILSHIRE BANCORP
documentation
WIN=WINDSTREAM
documentation
WIRE=ENCORE WIRE CORPORATION
documentation
WIT=WIPRO LTD.
documentation
WL=WILMINGTON TRUST
documentation
WLK=WESTLAKE CHEMICAL CORP.
documentation
WLP=WELLPOINT
documentation
WLT=WALTER INDUSTRIES
documentation
WM=WASHINGTON MUTUAL
documentation
WMB=WILLIAMS COMPANIES
documentation
WMGI=WRIGHT MEDICAL GROUP
documentation
WMI=WASTE MANAGEMENT
documentation
WMT=WAL-MART STORES
documentation
WNR=WESTERN REFINING INC.
documentation
WOOF=VCA ANTECH INC.
documentation
WOR=WORTHINGTON INDUSTRIES
documentation
WPI=WATSON PHARMACEUTICALS
documentation
WPRT=WESTPORT INNOVATIONS INC.
documentation
WPZ=WILLIAMS PARTNERS LP
documentation
WRB=W. R. BERKLEY
documentation
WRE=WASHINGTON REAL ESTATE INVEST
documentation
WRI=WEINGARTEN REALTY INVESTORS
documentation
WRLD=WORLD ACCEPTANCE
documentation
WSBC=WESBANCO
documentation
WSH=WILLIS GROUP HOLDINGS
documentation
WSM=WILLIAM-SONOMA
documentation
WSO=WATSCO INC.
documentation
WTFC=WINTRUST FINANCIAL
documentation
WTI=W&amp;T OFFSHORE
documentation
WTM=WHITE MOUNTAINS INSURANCE GROUP
documentation
WTNY=WHITNEY HOLDING
documentation
WTR=AQUA AMERICA
documentation
WTW=WEIGHT WATCHERS INTERNATIONAL INC.
documentation
WU=WESTERN UNION
documentation
WWY=WILLIAM WRIGLEY JR
documentation
WX=WUXI PHAMATECH INC. ( CAYMAN)
documentation
WXS=WRIGHT EXPRESS
documentation
WY=WEYERHAEUSER
documentation
WYE=WYETH
documentation
WYN=WYNDHAM WORLDWIDE
documentation
WYNN=WYNN RESORTS
documentation
X=UNITED STATES STEEL
documentation
KSE=KEYSPAN
documentation
KSP=K-SEA TRANSPORTATION PARTNERS
documentation
KSS=KOHL'S
documentation
KSU=KANSAS CITY SOUTHERN
documentation
KVA=K-V PHARMACEUTICAL COMPANY
documentation
KWK=QUICKSILVER RESOURCES INC
documentation
L=LOEWS CORPORATION
documentation
LAB=LABRANCHE
documentation
LAD=LITHIA MOTORS INC.
documentation
LAMR=LAMAR ADVERTISING COMPANY
documentation
LANC=LANCASTER COLONY CORP.
documentation
LAZ=LAZARD LTD.
documentation
LB=L BRANDS INC.
documentation
LBAI=LAKELAND BANCORP
documentation
LBTY=LIBERTY GLOBAL INC.
documentation
LCAV=LCA-VISION
documentation
LCC=US AIRWAYS GROUP
documentation
LDK=LDK SOLAR
documentation
LEA=LEAR CORPORATION
documentation
LEAP=LEAP WIRELESS INTERNATIONAL INC.
documentation
LECO=LINCOLN ELECTRIC HOLDINGS INC.
documentation
LEG=LEGGETT &amp; PLATT
documentation
LEH=LEHMAN BROTHERS
documentation
LEI=LUCAS ENERGY
documentation
LEN=LENNAR
documentation
LFC=CHINA LIFE INSURANCE CO-ADR
documentation
LFG=LANDAMERICA FINANCIAL
documentation
LFL=LAN AIRLINES S.A.
documentation
LGCY=LEGACY RESERVES
documentation
LGF=LIONS GATE ENTERTAINMENT
documentation
LH=LABORATORY CORPORATION OF AMERICA
documentation
LHO=LASALLE HOTEL PROPERTIES
documentation
LIFE=LIFE TECHNOLOGIES
documentation
LIHR=LIHIR GOLD LTD
documentation
LINE=LINN ENERGY LLC
documentation
LIWA=LIHUA INTERNATIONAL
documentation
LIZ=LIZ CLAIBORNE
documentation
LKFN=LAKELAND FINANCIAL
documentation
LLEN=L &amp; L ENERGY
documentation
LLL=L-3 COMMUNICATIONS HOLDINGS
documentation
LLT=LINEAR TECHNOLOGY CORPORATION
documentation
LLTC=LINEAR TECHNOLOGY
documentation
LLY=ELI LILLY
documentation
LM=LEGG MASON
documentation
LMT=LOCKHEED MARTIN
documentation
LNC=LINCOLN NATIONAL
documentation
LNCO=LINNCO LLC.
documentation
LNET=LODGENET INTERACTIVE
documentation
LNG=CHENIERE ENERGY
documentation
LNKD=LINKEDLN CORPORATION
documentation
LNN=LINDSAY
documentation
LO=LORILLARD
documentation
LOCM=LOCAL.COM
documentation
LOGI=LOGITECH INTERNATIONAL
documentation
LORL=LORAL SPACE &amp; COMMUNICATIONS INC.
documentation
LOW=LOWE'S
documentation
LPHI=LIFE PARTNERS HOLDINGS
documentation
LPL=LG.PHILIPS LCD
documentation
LPS=LENDER PROCESSING SERVICES
documentation
LPX=LOUISIANA-PACIFIC
documentation
LQD=ISHARES IBOXX $ INVEST GRADE CORP BOND
documentation
LQDT=LIQUIDITY SERVICES INC.
documentation
LRCX=LAM RESEARCH
documentation
LRN=K12
documentation
LRY=LIBERTY PROPERTY TRUST
documentation
LSI=LSI
documentation
LTC=LTC PROPERTIES INC.
documentation
LTD=LIMITED BRANDS
documentation
LTM=LIFE TIME FITNESS
documentation
LTR=LOEWS
documentation
LUK=LEUCADIA NATIONAL
documentation
LULU=LULULEMON ATHLETICA
documentation
LUV=SOUTHWEST AIRLINES CO.
documentation
LUX=LUXOTTICA GROUP
documentation
LVLT=LEVEL 3 COMMUNICATIONS
documentation
LVS=LAS VEGAS SANDS
documentation
LWC=SPDR BARCLAYS CAPITAL LONG TERM CORP BOND ETF
documentation
LXK=LEXMARK INTERNATIONAL
documentation
LXP=LEXINGTON REALTY TRUST
documentation
LXU=LSB INDUSTRIES
documentation
LYB=LYONDELLBASEL INDUSTRIES N.V.
documentation
LYG=LLOYDS TSB GROUP PLC -SP ADR
documentation
LYV=LIVE NATION ENTERTAINMENT
documentation
LZB=LA-Z-BOY
documentation
M=MACY'S
documentation
MA=MASTERCARD
documentation
MAC=THE MACERICH COMPANY
documentation
MAKO=MAKO SURGICAL CORP.
documentation
MAPP=MAP PHARMACEUTICALS INC.
documentation
MAR=MARRIOTT INT'L
documentation
MAS=MASCO
documentation
MASI=MASIMO CORP.
documentation
MAT=MATTEL
documentation
MATK=MARTEK BIOSCIENCES CORP
documentation
MBB=ISHARES BARCLAYS MBS BOND FUND
documentation
MBFI=MB FINANCIAL
documentation
MBI=MBIA
documentation
MBT=MOBILE TELESYSTEMS
documentation
MBWM=MERCANTILE BANK
documentation
MCBC=MACATAWA BANK
documentation
MCD=MCDONALDS
documentation
MCF=CONTANGO OIL &amp; GAS COMPANY
documentation
MCHP=MICROCHIP TECHNOLOGY
documentation
MCIP=MCI
documentation
MCK=MCKESSON
documentation
MCO=MOODY'S
documentation
MCP=MOLYCORP INC.
documentation
MCY=MERCURY GENERAL
documentation
MDAS=MEDASSETS
documentation
MDC=M.D.C. HOLDINGS
documentation
MDCO=THE MEDICINES
documentation
MDLG=MONDELEZ INTERNATIONAL INC.
documentation
MDP=MEREDITH
documentation
MDR=MCDERMOTT INTERNATIONAL
documentation
MDT=MEDTRONIC
documentation
MDTL=MEDIS TECHNOLOGIES
documentation
MDVN=MEDIVATION
documentation
MDY=MIDCAP SPDR TRUST
documentation
MEA=METALICO
documentation
MEDI=MEDIMMUNE
documentation
MEDT=MEETME INC.
documentation
MEDX=MEDAREX
documentation
MEE=MASSEY ENERGY
documentation
MEL=MELLON FINANCIAL
documentation
MELA=MELA SCIENCES
documentation
MELI=MERCADOLIBRE
documentation
MEMP=MEMORIAL PRODUCTION PARTNERS LP.
documentation
MEOH=METHANEX
documentation
MER=MERRILL LYNCH
documentation
MET=METLIFE
documentation
MF=MF GLOBAL
documentation
MFA=MFA MORTGAGE INVESTMENTS
documentation
MFC=MANULIFE FINANCIAL
documentation
MFE=MCAFEE
documentation
MFG=MIZUHO FINANCIAL GROUP
documentation
MFN=MINEFINDERS
documentation
MGA=MAGNA INTERNATIONAL INC.
documentation
MGM=MGM RESORTS INTERNATIONAL
documentation
MGU=MACQUARIE GLOBAL INFASTRUCTURE TOTAL RETURN FUND
documentation
MHF=THE MCGRAW-HILL COMPANIES INC.
documentation
MHK=MOHAWK INDUSTRIES
documentation
MHLD=MAIDEN HOLDINGS
documentation
MHR=MAGNUM HUNTER RESOURCES CORP
documentation
MHS=MEDCO HEALTH SOLUTIONS
documentation
MI=MARSHALL &amp; ILSLEY
documentation
MIDD=MIDDLEBY CORP.
documentation
MIG=MEADOWBROOK INSURANCE GROUP
documentation
MIL=MILLIPORE
documentation
MIR=MIRANT
documentation
MITI=MICROMET
documentation
MJN=MEAD JOHNSON NUTRITION
documentation
MKC=MCCORMICK
documentation
MKL=MARKEL
documentation
MLM=MARTIN MARIETTA MATERIALS
documentation
MLNK=MODUSTLINK GLOBAL SOLUTIONS
documentation
MM=MILLENNIAL MEDIA
documentation
MMC=MARSH &amp; MCLENNAN
documentation
MMI=MOTOROLA MOBILITY HOLDINGS
documentation
MMM=3M
documentation
MMP=MAGELLAN MIDSTREAM PARTNERS LP
documentation
MMR=MCMORAN EXPLORATION
documentation
MNI=THE MCCLATCHY COMPANY
documentation
MNK=MALLINCKRODT PLC
documentation
MNKD=MANNKIND
documentation
MNST=MONSTER WORLDWIDE (NASDAQ)
documentation
MNTA=MOMENTA PHARMACEUTICALS
documentation
MO=ALTRIA GROUP
documentation
MOH=MOLINA HEALTHCARE
documentation
MOLX=MOLEX
documentation
MON=MONSANTO CO.
documentation
MOO=MARKET VECTORS GLOBAL AGRIBUSINESS ETF
documentation
MORN=MORNINGSTAR
documentation
MOS=MOSIAC COMPANY
documentation
MOT=MOTOROLA
documentation
MOTR=MOTRICITY INC
documentation
MPC=MARATHON PETROLEUM CORPORATION
documentation
MPEL=MELCO PBL ENTERTAINMENT (MACAU)
documentation
MPLX=MPLX LP
documentation
MPW=MEDICAL PROPERTIES TRUST INC.
documentation
MR=MINDRAY MEDICAL INTERNATIONAL LIMITED
documentation
MRH=MONTPELIER RE HOLDINGS
documentation
MRK=MERCK
documentation
MRO=MARATHON OIL
documentation
MRVL=MARVELL TECHNOLOGY GROUP
documentation
MRX=MEDICIS PHARMACEUTICAL
documentation
MS=MORGAN STANLEY
documentation
MSA=MINE SAFETY APPLIANCES CO.
documentation
MSFG=MAINSOURCE FINANCIAL GROUP
documentation
MSFT=MICROSOFT
documentation
MSI=MOTOROLA SOLUTIONS INC
documentation
MSO=MARTHA STEWART LIVING OMNIMEDIA
documentation
MSTR=MICROSTATEGY
documentation
MT=ARCELOR MITTAL
documentation
MTB=M&amp;T BANK
documentation
MTEX=MANNATECH
documentation
MTG=MGIC INVESTMENT
documentation
MTH=MERITAGE HOMES
documentation
MTL=MECHEL OAO - ADR
documentation
MTLQ=MOTORS LIQUIDATION
documentation
MTN=VAIL RESORTS
documentation
MTU=MITSUBISHI UFJ FINANCIAL
documentation
MTW=MANITOWOC
documentation
MTXX=MATRIXX INITIATIVES
documentation
MU=MICRON TECHNOLOGY
documentation
MUB=ISHARES NAT AMT FREE MUNI BOND FUND
documentation
MUR=MURPHY OIL CORP.
documentation
MVC=MVC CAPITAL
documentation
MVIS=MICROVISION INC
documentation
MVL=MARVEL ENTERTAINMENT
documentation
MVV=PROSHARES ULTRA MIDCAP400
documentation
MW=MEN'S WEARHOUSE INC.
documentation
MWA=MUELLER WATER PRODUCTS
documentation
MWD=MORGAN STANLEY DEAN WITTER
documentation
MWE=MARKWEST ENERGY PARTNERS LP
documentation
MWJ=DIREXION DAILY MID CAP BULL 3X SHARES
documentation
MWV=MEADWESTVACO
documentation
MWW=MONSTER WORLDWIDE
documentation
MXGL=MAX CAPITAL GROUP
documentation
MXI=ISHARES S&amp;P GLOBAL MATERIALS SECTOR INDEX FUND
documentation
MXIM=MAXIM INTEGRATED PRODUCTS
documentation
MYGN=MYRIAD GENETICS
documentation
MYL=MYLAN LABORATORIES
documentation
MZZ=PROSHARES ULTRASHORT MIDCAP400
documentation
N=NETSUITE
documentation
NAFC=NASH FINCH CO.
documentation
NAL=NEWALLIANCE BANCSHARES
documentation
NARA=NARA BANCORP
documentation
NAT=NORDIC AMERICAN TANKER SHIPPING
documentation
NATL=NATIONAL INTERSTATE
documentation
NAVG=NAVIGATORS GROUP
documentation
NBBC=NEWBRIDGE BANCORP
documentation
NBG=NATIONAL BANK OF GREECE
documentation
NBL=NOBLE ENERGY
documentation
NBR=NABORS INDUSTRIES
documentation
NBTB=NBT BANCORP
documentation
NCC=NATIONAL CITY
documentation
NCR=NCR CORPORATION
documentation
NCT=NEWCASTLE INVESTMENT CORP.
documentation
NDAQ=THE NASDAQ STOCK MARKET
documentation
NDSN=NORDSON CORP
documentation
NE=NOBLE CORP.
documentation
NEE=NEXTERA ENERGY
documentation
NEM=NEWMONT MINING
documentation
NETL=NETLOGIC MICROSYSTEMS INC.
documentation
NEW=NEW CENTURY FINANCIAL
documentation
NFB=NORTH FORK BANCORPORATION
documentation
NFBK=NORTHFIELD BANCORP
documentation
NFLX=NETFLIX
documentation
NFP=NATIONAL FINANCIAL PARTNERS
documentation
NFS=NATIONWIDE FINANCIAL SERVICES
documentation
NFX=NEWFIELD EXPLORATION CO.
documentation
NG=NOVAGOLD RESOURCES INC.
documentation
NGD=NEW GOLD INC.
documentation
NGG=NATIONAL GRID PLC
documentation
NGLS=TARGA RESOURCES PARTNERS LP
documentation
NHP=NATIONWIDE HEALTH PROPERTIES
documentation
NI=NISOURCE
documentation
NICE=NICE SYSTEMS LTD.
documentation
NIHD=NII HOLDINGS
documentation
NILE=BLUE NILE
documentation
NITE=KNIGHT CAPITAL GROUP
documentation
NKA=NISKA GAS STORAGE PARTNERS LLC
documentation
NKE=NIKE
documentation
NLY=ANNALY CAPITAL MANAGEMENT INC
documentation
NMM=NAVIOUS MARITIME PARTNERS LP
documentation
NMR=NOMURA HOLDINGS INC-ADR
documentation
NMX=NYMEX HOLDINGS
documentation
NNI=NELNET
documentation
NOC=NORTHROP GRUMMAN
documentation
NOG=NORTHERN OIL AND GAS
documentation
NOK=NOKIA ADR
documentation
NOV=NATIONAL OILWELL VARCO
documentation
NOVL=NOVELL
documentation
NPBC=NATIONAL PENN BANCSHARES
documentation
NPD=CHINA NEPSTAR CHAIN DRUGSTORE
documentation
NQ=NQ MOBILE INC.
documentation
NRF=NORTHSTAR REALTY FINANCE
documentation
NRG=NRG ENERGY
documentation
NRGY=INERGY L.P.
documentation
NRP=NATURAL RESOURCE PARTNERS L.P.
documentation
NS=NUSTAR ENERGY LP
documentation
NSC=NORFOLK SOUTHERN
documentation
NSM=NATIONAL SEMICONDUCTOR
documentation
NSP=INSPERITY INC
documentation
NT=NORTEL NETWORKS
documentation
NTAP=NETWORK APPLIANCE
documentation
NTES=NETEASE.COM
documentation
NTI=NORTHERN TIER ENERGY LP
documentation
NTLI=NTL
documentation
NTRI=NUTRI/SYSTEM
documentation
NTRS=NORTHERN TRUST
documentation
NTT=NIPPON TELEGRAPH &amp; TELEPHONE
documentation
NU=NORTHEAST UTILITIES
documentation
NUAN=NUANCE COMMUNICATIONS INC
documentation
NUE=NUCOR
documentation
NUGT=DIREXION DAILY GOLD MINERS BULL 3X SHARES
documentation
NUS=NU SKIN ENTERPRISES
documentation
NUVA=NUVASIVE INC.
documentation
NVAX=NOVAVAX
documentation
NVDA=NVIDIA
documentation
NVLS=NOVELLUS SYSTEMS
documentation
NVS=NOVARTIS
documentation
NVT=NAVTEQ CORP.
documentation
NWL=NEWELL RUBBERMAID
documentation
NWN=NORTHWEST NATURAL GAS CO.
documentation
NWS=NEWS CORPORATION
documentation
NWSA=NEWS CORP CLASS A
documentation
NWSB=NORTHWEST BANCORP
documentation
NXPI=NXP SEMICONDUCTORS
documentation
NXTL=NEXTEL COMMUNICATIONS
documentation
NYB=NEW YORK COMMUNITY BANCORP
documentation
NYT=NEW YORK TIMES
documentation
NYX=NYSE GROUP
documentation
O=REALTY INCOME
documentation
OAS=OASIS PETROLEUM INC.
documentation
OB=ONEBEACON INSURANCE GROUP
documentation
OC=OWENS CORNING
documentation
OCFC=OCEANFIRST FINANCIAL
documentation
OCN=OCWEN FINANCIAL
documentation
OCR=OMNICARE
documentation
ODP=OFFICE DEPOT
documentation
ODSY=ODYSSEY HEALTHCARE
documentation
OEF=ISHARES S&amp;P 100 INDEX FUND
documentation
OEH=ORIENT EXPRESS HOTELS
documentation
OESX=ORION ENERGY SYSTEMS
documentation
OFC=CORPOROTE OFFICE PROPERTIES TR
documentation
OFG=ORIENTAL FINANCIAL GROUP
documentation
OI=OWENS ILLINOIS INC.
documentation
OIBR=OI SA
documentation
OIH=OIL SERVICE HOLDRS TRUST
documentation
OII=OCEANEERING INT'L
documentation
OKE=ONEOK INC.
documentation
OKS=ONE OK
documentation
OKSB=SOUTHWEST BANCORP
documentation
OLED=UNIVERSAL DISPLAY CORPORATION
documentation
OMC=OMNICOM GROUP
documentation
OMER=OMEROS CORPORATION
documentation
OMX=OFFICEMAX
documentation
ONB=OLD NATIONAL BANCORP
documentation
ONE=BANK ONE
documentation
ONP=ORIENT PAPER
documentation
ONTY=ONCOTHYREON INC
documentation
ONXX=ONYX PHARMACEUTICALS
documentation
OPEN=OPENTABLE
documentation
OPK=OPKO HEALTH INC
documentation
OPTR=OPTIMER PHARMACEUTICALS
documentation
OPY=OPPENHEIMER HOLDINGS
documentation
ORCL=ORACLE
documentation
ORCT=ORCKIT COMMUNICATIONS
documentation
OREX=OREXIGEN THERAPEUTICS
documentation
ORH=ODYSSEY RE HOLDINGS
documentation
ORI=OLD REPUBLIC INTERNATIONAL
documentation
ORLY=OREILLY AUTOMOTIVE INC.
documentation
OSBC=OLD SECOND BANCORP
documentation
OSG=OVERSEAS SHIPHOLDING GROUP
documentation
OSIP=OSI PHARMACEUTICALS
documentation
OSIR=OSIRIS THERAPEUTICS
documentation
OSTK=OVERSTOCK.COM
documentation
OTEX=OPEN TEXT
documentation
OTTR=OTTER TAIL CORP.
documentation
OVTI=OMNIVISION TECHNOLOGIES
documentation
OXPS=OPTIONSXPRESS HOLDINGS
documentation
OXY=OCCIDENTAL PETROLEUM
documentation
OZM=OCH-ZIFF CAPITAL MANAGEMENT GROUP LLC
documentation
OZRK=BANK OF THE OZARKS
documentation
P=PANDORA MEDIA
documentation
PAA=PLAINS ALL AMERICAN PIPELINELP
documentation
PAAS=PAN AMERICAN SILVER
documentation
PAC=GRUPO AEROPORTUARIO DEL PACIFICO
documentation
PACW=PACWEST BANCORP
documentation
PAL=NORTH AMERICAN PALLADIUM
documentation
PALM=PALM
documentation
PANL=UNIVERSAL DISPLAY CORP
documentation
PANW=PALO ALTO NETWORKS INC.
documentation
PARD=PONIARD PHARMACEUTICALS
documentation
PAY=VERIFONE SYSTEMS
documentation
PAYX=PAYCHEX
documentation
PBCT=PEOPLE'S UNITED FINANCIAL INC
documentation
PBG=PEPSI BOTTLING GROUP
documentation
PBI=PITNEY BOWES
documentation
PBKS=PROVIDENT BANKSHARES
documentation
PBNY=PROVIDENT NEW YORK BANCORP
documentation
PBR=PETROLEO BRASILEIRO SA ADR
documentation
PBT=PERMIAN BASIN ROYALTY TRUST
documentation
PBW=POWERSHARES WILDERHILL CLEAN ENERGY
documentation
PBY=PEP BOYS - MANNY MOE &amp; JACK
documentation
PCAR=PACCAR
documentation
PCBC=PACIFIC CAPITAL BANCORP
documentation
PCG=PG&amp;E
documentation
PCL=PLUM CREEK TIMBER
documentation
PCLN=PRICELINE.COM
documentation
PCP=PRECISION CASTPARTS
documentation
PCS=METRO PCS COMMUNICATIONS INC
documentation
PCU=SOUTHERN COPPER
documentation
PCX=PATRIOT COAL
documentation
PCY=POWERSHARES EMERGING MARKETS SOVEREIGN DEBT
documentation
PCYC=PHARMACYCLICS INC.
documentation
PD=PHELPS DODGE
documentation
PDCO=PATTERSON
documentation
PDE=PRIDE INT'L
documentation
PDLI=PDL BIOPHARMA
documentation
PDM=PIEDMONT OFFICE REALTY TRUST INC.
documentation
PDS=PRECISION DRILLING TRUST
documentation
PEET=PEETS COFFEE &amp; TEA INC.
documentation
PEG=PUBLIC SERVICE ENTERPRISE GROUP
documentation
PEI=PENNSYLVANIA REAL ESTATE INVESTMENT TRUST
documentation
PEJ=POWERSHARES DYN LEISURE ENTERT
documentation
PEP=PEPSICO
documentation
PETM=PETSMART
documentation
PETS=PETMED EXPRESS INC.
documentation
PFCB=P.F. CHANG'S BISTRO
documentation
PFE=PFIZER
documentation
PFF=ISHARES S&amp;P US PREF STOCK INDEX FUND
documentation
PFG=PRINCIPAL FINANCIAL GROUP
documentation
PFS=PROVIDENT FINANCIAL SERVICES
documentation
PG=PROCTER &amp; GAMBLE
documentation
PGF=POWERSHARES FINANCIAL PREFERRED
documentation
PGH=PENGROWTH ENERGY TRUST
documentation
PGJ=POWERSHARES GLDN DRAGON HALTER USX CHINA
documentation
PGN=PROGRESS ENERGY
documentation
PGNX=PROGENICS PHARMACEUTICALS
documentation
PGR=PROGRESSIVE
documentation
PGX=POWERSHARES PREFERRED
documentation
PH=PARKER-HANNIFIN
documentation
PHG=KONINKLIIJKE PHILIPS ELECTRONI
documentation
PHH=PHH
documentation
PHLY=PHILADELPHIA CONSOLIDATED HOLDING
documentation
PHM=PULTE HOMES
documentation
PHO=POWERSHARES WATER RESOURCES
documentation
PICO=PICO HOLDINGS
documentation
PII=POLARIS INDUSTRIES
documentation
PIN=POWERSHARES INDIA
documentation
PIO=POWERSHARES GLOBAL WATER
documentation
PIR=PIER 1 IMPORTS INC.
documentation
PJC=PIPER JAFFRAY COMPANIES
documentation
PKI=PERKINELMER
documentation
PKX=POSCO
documentation
PKY=PARKWAY PROPERTIES INC./MD
documentation
PL=PROTECTIVE LIFE
documentation
PLCM=POLYCOM INC
documentation
PLD=PROLOGIS
documentation
PLL=PALL
documentation
PM=PHILIP MORRIS INTERNATIONAL
documentation
PMAC=PMA CAPITAL
documentation
PMBC=PACIFIC MERCANTILE BANCORP
documentation
PMC=PHARMERICA CORP.
documentation
PMCS=PMC SIERRA
documentation
PMI=THE PMI GROUP
documentation
PNC=PNC FINANCIAL SERVICES GROUP
documentation
PNFP=PINNACLE FINANCIAL PARTNERS
documentation
PNR=PENTAIR
documentation
PNRA=PANERA BREAD CO.
documentation
PNSN=PENSON WORLDWIDE
documentation
PNW=PINNACLE WEST CAPITAL
documentation
PNX=THE PHOENIX COMPANIES
documentation
PNY=PIEDMONT NATURAL GAS CO.
documentation
PODD=INSULET CORPORATION
documentation
POM=PEPCO HOLDINGS
documentation
POOL=POOL CORPORATION
documentation
POT=POTASH CORPORATION OF SASKATCHEWAN
documentation
POZN=POZEN
documentation
PPC=PILGRIM'S PRIDE CORPORATION
documentation
PPG=PPG INDUSTRIES
documentation
PPH=PHARMACEUTICAL HOLDRS TRUST
documentation
PPL=PPL
documentation
PPO=POLYPORE INTERNATIONAL
documentation
PRA=PROASSURANCE
documentation
PRAA=PORTFOLIO RECOVERY ASSOCIATE
documentation
PRE=PARTNERRE LTD.
documentation
PRF=POWERSHARES FTSE RAFI US 1K
documentation
PRGO=PERRIGO COMPANY
documentation
PRK=PARK NATIONAL
documentation
PRSP=PROSPERITY BANCSHARES
documentation
PRU=PRUDENTIAL FINANCIAL
documentation
PRWT=PREMIERWEST BANCORP
documentation
PSA=PUBLIC STORAGE INC.
documentation
PSEC=PROSPECT CAPITAL
documentation
PSFT=PEOPLESOFT
documentation
PSQ=PROSHARES SHORT QQQ
documentation
PST=PROSHARES ULTRASHORT 7-10 YEAR TREASURY
documentation
PSX=PHILLIPS 66
documentation
PSXP=PHILLIPS 66 PARTNERS LP
documentation
PSYS=PSYCHIATRIC SOLUTIONS INC.
documentation
PTEN=PATTERSON-UTI ENERGY
documentation
PTIE=PAIN THERAPEUTICS
documentation
PTP=PLATINUM UNDERWRITES HOLDINGS
documentation
PTR=PETROCHINA CO LTD
documentation
PTRY=PANTRY
documentation
PTV=PACTIV
documentation
PUK=PRUDENTIAL PLC
documentation
PULB=PULASKI FINANCIAL
documentation
PVH=PVH CORP
documentation
PVR=PENN VIRGINIA RESOURCE PARTNER
documentation
PVTB=PRIVATEBANCORP
documentation
PVX=PROVIDENT ENERGY TRUST
documentation
PWE=PENN WEST PETROLEUM LTD
documentation
PWER=POWER-ONE
documentation
PWR=QUANTA SERVICES INC.
documentation
PWRD=PERFECT WORLD
documentation
PX=PRAXAIR
documentation
PXD=PIONEER NATURAL RESOURCES CO.
documentation
PXJ=POWERSHARES DYNAMIC OIL &amp; GAS SERVICES PORTFOLIO
documentation
PXP=PLAINS EXPLORATION &amp; PRODUCTION
documentation
Q=QWEST COMMUNICATIONS INTERNATIONAL
documentation
QAI=IQ HEDGE MULTI-STRATEGY TRACKER
documentation
QCOM=QUALCOMM
documentation
QCOR=QUESTCOR PHARMACEUTICALS INC.
documentation
QEP=QEP RESOURCES INC.
documentation
QGEN=QIAGEN NV
documentation
QI=QIMONDA
documentation
QID=PROSHARES ULTRASHORT QQQ
documentation
QIHU=QIHOO 360 TECHNOLOGY CO. LTD.
documentation
QLD=ULTRA QQQ PROSHARES
documentation
QLG=QLOGIC CORP
documentation
QLGC=QLOGIC
documentation
QLIK=QLIK TECHNOLOGIES INC.
documentation
QLTI=QLT INC.
documentation
QPSA=QUEPASA CORPORATION
documentation
QQQ=NASDAQ 100 INDEX TRACKING STOCK
documentation
QQQQ=POWERSHARES QQQ
documentation
QRE=QR ENERGY LP
documentation
QSFT=QUEST SOFTWARE
documentation
QSII=QUALITY SYSTEMS
documentation
R=RYDER SYSTEM
documentation
RACK=RACKABLE SYSTEMS
documentation
RAH=RALCORP HOLDINGS
documentation
RAI=REYNOLDS AMERICAN
documentation
RATE=BANKRATE
documentation
RAX=RACKSPACES HOSTING
documentation
RBA=RITCHIE BROS. AUCTIONEERS
documentation
RBCA=REPUBLIC BANCORP
documentation
RBCN=RUBICON TECHNOLOGY
documentation
RBS=ROYAL BANK OF SCOTLAND
documentation
RCI=ROGERS COMMUNICATIONS
documentation
RCKB=ROCKVILLE FINANCIAL
documentation
RCL=ROYAL CARIBBEAN CRUISES
documentation
RDC=ROWAN COMPANIES
documentation
RDN=RADIAN GROUP
documentation
RDSA=ROYAL DUTCH SHELL CLASS A
documentation
RDY=DOSTOR REDDYS LABORATORIES
documentation
RE=EVEREST RE GROUP
documentation
REE=RARE ELEMENT RESOURCES
documentation
REGN=REGENERON PHARMACEUTICALS INC.
documentation
RENN=RENREN INC
documentation
RES=RPC INC.
documentation
REV=REVLON
documentation
REXI=RESOURCE AMERICA
documentation
RF=REGIONS FINANCIAL
documentation
RGAA=REINSURANCE GROUP OF AMERICA
documentation
RGAB=REINSURANCE GROUP OF AMERICA CL. B
documentation
RGLD=ROYAL GOLD
documentation
RGNC=REGENCY ENERGY PARTNERS LP
documentation
RGR=STURM
documentation
RGS=REGIS CORP
documentation
RHI=ROBERT HALF INTERNATIONAL
documentation
RHT=RED HAT
documentation
RIG=TRANSOCEAN
documentation
RIGL=RIGEL PHARMACEUTICALS
documentation
RIMM=RESEARCH IN MOTION
documentation
RINO=RINO INTERNATIIONAL CORP
documentation
RIO=COMPANHIA VALE DO RIO DOCE
documentation
RJF=RAYMOND JAMES FINANCIAL
documentation
RKH=REGIONAL BANK HOLDRS TRUST
documentation
RL=RALPH LAUREN
documentation
RLI=RLI CORP
documentation
RLOC=REACHLOCAL
documentation
RMBS=RAMBUS
documentation
RMD=RESMED INC.
documentation
RMTI=ROCKWELL MEDICAL TECH
documentation
RNDY=ROUNDY'S
documentation
RNR=RENAISSANCERE HOLDINGS LTD.
documentation
RNST=RENASANT
documentation
ROC=ROCKWOOD HOLDINGS INC.
documentation
ROH=ROHM &amp; HAAS
documentation
ROK=ROCKWELL AUTOMATION
documentation
ROM=PROSHARES ULTRA TECHNOLOGY
documentation
ROP=ROPER INDUSTRIES INC.
documentation
ROST=ROSS STORES INC.
documentation
RPRX=REPROS THERAPEUTICS
documentation
RPT=RAMCO-GERHENSON PROPERTIES TRU
documentation
A=AGILENT TECHNOLOGIES
documentation
AA=ALCOA
documentation
AAL=AMERICAN AIRLINES GROUP INC.
documentation
AAPL=APPLE COMPUTER
documentation
AB=ALLIANCE BERNSTEIN HOLDING LP
documentation
ABAT=ADVANCED BATTERY TECHNOLOGIES
documentation
ABAX=ABAXIS
documentation
ABB=ABB
documentation
ABBC=ABINGTON BANCORP
documentation
ABBI=ABRAXIS BIOSCIENCE
documentation
ABBV=ABBVIE INC
documentation
ABC=AMERISOURCEBERGEN
documentation
ABCB=AMERIS BANCORP
documentation
ABCW=ANCHOR BANCORP WISCONSIN
documentation
ABEV=AMBEV SA AMERICAN DEPOSITORY
documentation
ABH=ABITIBIBOWATER
documentation
ABK=AMBAC FINANCIAL
documentation
ABR=ARBOR REALTY TRUST
documentation
ABS=ALBERTSON'S
documentation
ABT=ABBOTT LABORATORIES
documentation
ABV=COMPANHIA DO BEBIDAS DAS AMER
documentation
ABX=BARRICK GOLD
documentation
ACAP=AMERICAN PHYSICIANS CAPITAL
documentation
ACAS=AMERICAN CAPITAL
documentation
ACE=ACE
documentation
ACF=AMERICREDIT
documentation
ACGL=ARCH CAPITAL GROUP
documentation
ACH=ALUMINUM CORP OF CHINA
documentation
ACHN=ACHILLION PHARMACEUTICALS
documentation
ACI=ARCH COAL
documentation
ACLI=AMERICAN COMMERCIAL LINES
documentation
ACN=ACCENTURE PLC
documentation
ACOM=ANCESTRY.COM INC.
documentation
ACS=AFFILIATED COMPUTER SERVICES
documentation
ACT=ACTAVIS
documentation
ACW=ISHARES MSCI ACWI INDEX FUND
documentation
ACWI=ISHARES MSCI ACWI INDEX
documentation
ADBE=ADOBE SYSTEMS
documentation
ADCT=ADC TELECOM.
documentation
ADI=ANALOG DEVICES
documentation
ADM=ARCHER-DANIELS-MIDLAND
documentation
ADP=AUTOMATIC DATA PROCESSING
documentation
ADRE=BLDRS EMERGING MARKETS 50 ADR INDEX
documentation
ADS=ALLIANCE DATA SYSTEMS
documentation
ADSK=AUTODESK
documentation
ADT=ADT CORPORATION
documentation
ADTN=ADTRAN INC.
documentation
ADVN=ADVANTA
documentation
ADVS=ADVENT SOFTWARE
documentation
ADY=FEIHE INTERNATIONAL
documentation
AEE=AMEREN
documentation
AEG=AEGON N.V.
documentation
AEL=AMERICAN EQUITY INVESTMENT LIFE HOLDING
documentation
AEM=AGNICO-EAGLE MINES
documentation
AEO=AMERICAN EAGLE OUTFITTERS
documentation
AEP=AMERICAN ELECTRIC POWER
documentation
AES=THE AES CORP.
documentation
AET=AETNA
documentation
AF=ASTORIA FINANCIAL
documentation
AFAM=ALMOST FAMILY
documentation
AFFY=AFFYMAC INC.
documentation
AFG=AMERICAN FINANCIAL GROUP
documentation
AFL=AFLAC
documentation
AFSI=AM TRUST FINANCIAL SERVICES
documentation
AGCO=AGCO CORPORATION
documentation
AGG=ISHARES BARCLAYS AGGREGATE BOND FUND
documentation
AGII=ARGONAUT GROUP
documentation
AGM=FEDERAL AGRICULTURE MORTGAGE CORP
documentation
AGN=ALLERGAN
documentation
AGNC=AMERICAN CAPITALL AGENCY CORP
documentation
AGO=ASSURED GUARANTY
documentation
AGP=AMERIGROUP
documentation
AGQ=PROSHARES ULTRA SILVER
documentation
AGU=AGRIUM
documentation
AHD=ATLAS PIPELINE HOLDINGS
documentation
AHGP=ALLIANCE HOLDINGS GP
documentation
AHL=ASPEN INSURANCE HOLDINGS LIMITED
documentation
AI=ARLINGTON ASSET INVESTMENT CORP
documentation
AIB=ALLIED IRISH BANKS - SPONS ADR
documentation
AIG=AMERICAN INTERNATIONAL GROUP
documentation
AIN=ALBANY INTERNATIONAL CORP
documentation
AINV=APOLLO INVESTMENT
documentation
AIRM=AIR METHODS CORP
documentation
AIT=APPLIED INDUSTRIAL TECHNOLOGY
documentation
AIV=APARTMENT INVESTMENT AND MANAGEMENT
documentation
AIXG=AIXTRON
documentation
AIZ=ASSURANT
documentation
AKAM=AKAMAI TECHNOLOGIES
documentation
AKS=AK STEEL HOLDING
documentation
ALB=ALBEMARLE CORP
documentation
ALD=ALLIED CAPITAL
documentation
ALEX=ALEXANDER &amp; BALDWIN INC.
documentation
ALGN=ALIGN TECHNOLOGY INC.
documentation
ALGT=ALLEGIANT TRAVEL
documentation
ALJ=ALON USA ENERGY INC
documentation
ALL=ALLSTATE
documentation
ALNY=ALNYLAM PHARMACEUTICALS INC
documentation
ALR=ALERE INC.
documentation
ALSK=ALASKA COMM SYSTEMS GROUP
documentation
ALTR=ALTERA
documentation
ALU=ALCATEL-LUCENT
documentation
ALXA=ALEXZA PHARMACEUTICALS
documentation
ALXN=ALEXION PHARMACEUTICALS
documentation
ALY=ALLIS-CHALMERS ENERGY INC.
documentation
AMAG=AMAG PHARMACEUTICALS INC
documentation
AMAT=APPLIED MATERIALS
documentation
AMB=AMB PROPERTY CORP
documentation
AMCN=AIRMEDIA GROUP
documentation
AMD=ADVANCED MICRO DEVICES
documentation
AMED=AMEDISYS
documentation
AMFI=AMCORE FINANCIAL
documentation
AMG=AFFILIATED MANAGERS GROUP
documentation
AMGN=AMGEN
documentation
AMIC=AMERICAN INDEPENDENCE
documentation
AMJ=JP MORGAN ALERIAN MLP INDEX ETN
documentation
AMKR=AMKOR TECHNOLOGY
documentation
AMLN=AMYLIN PHARMACEUTICALS
documentation
AMLP=ALPS ALERIAN MLP ETF
documentation
AMP=AMERIPRISE FINANCIAL
documentation
AMR=AMR
documentation
AMRN=AMARIN CORPORATION
documentation
AMSC=AMERICAN SUPERCONDUCTOR CORP
documentation
AMSF=AMERISAFE
documentation
AMT=AMERICAN TOWER
documentation
AMTD=TD AMERITRADE HOLDING
documentation
AMX=AMERICA MOVIL SA DE CV
documentation
AMZN=AMAZON.COM
documentation
AN=AUTONATION
documentation
ANAD=ANADIGICS INC.
documentation
ANAT=AMERICAN NATIONAL INSURANCE COMPANY
documentation
ANF=ABERCROMBIE &amp; FITCH CO.
documentation
ANGI=ANGIE'S LIST
documentation
ANN=ANNTAYLOR STORES CORP.
documentation
ANR=ALPHA NATURAL RESOURCES
documentation
ANSS=ANSYS INC.
documentation
AOB=AMERICAN ORIENTAL BIOENGINEERING
documentation
AOC=AON
documentation
AOL=AOL TIME WARNER
documentation
AON=AON CORPORATION
documentation
AONE=A123 SYSTEMS
documentation
APA=APACHE
documentation
APAC=APAC CUSTOMER SERVICES INC
documentation
APC=ANADARKO PETROLEUM
documentation
APD=AIR PRODUCTS AND CHEMICALS
documentation
APEI=AMERICAN PUBLIC EDUCATION INC.
documentation
APF=MORGAN STANLEY ASIA-PACIFIC FUND
documentation
APH=AMPHENOL
documentation
APKT=ACME PACKET
documentation
APL=ATLAS PIPELINE PARTNERS LP
documentation
APOG=APOGEE ENTERPRISES INC.
documentation
APOL=APOLLO GROUP
documentation
APP=AMERICAN APPAREL
documentation
APU=AMERIGAS PARTNERS
documentation
APWR=A-POWER ENERGY GENERATION SYSTEMS
documentation
ARAY=ACCURACY INC.
documentation
ARB=ARBITRON INC.
documentation
ARCC=ARES CAPITAL
documentation
ARCO=ARCOS DORADOS HOLDINGS INC.
documentation
ARCP=AMERICAN REALTY CAPITAL PROPERTIES
documentation
ARE=ALEXANDRIA REAL ESTATE EQUITIES
documentation
ARG=AIRGAS INC.
documentation
ARIA=ARIAD PHARMACEUTICALS
documentation
ARLP=ALLIANCE RESOURCE PARTNERS
documentation
ARMH=ARM HOLDINGS
documentation
ARNA=ARENA PHARMECEUTICALS
documentation
AROW=ARROW FINANCIAL
documentation
ARR1=ARMOUR RESIDENTIAL REIT INC.
documentation
ARTC=ARTHROCARE
documentation
ARUN=ARUBA NETWORKS
documentation
ASA=ASA LIMITED
documentation
ASBC=ASSOCIATED BANC-CORP
documentation
ASCA=AMERISTAR CASINOS
documentation
ASD=AMERICAN STANDARD COMPANIES
documentation
ASF=ADMINISTAFF INC.
documentation
ASFI=ASTA FUNDING
documentation
ASG=LIBERTY ALL-STAR GROWTH FUND
documentation
ASH=ASHLAND
documentation
ASIA=ASIAINFO-LINKAGE
documentation
ASML=ASML HOLDINGS NV-NY REG SHS
documentation
ASN=ARCHSTONE-SMITH TRUST
documentation
ASO=AMSOUTH BANCORP
documentation
ASTE=ASTEC INDUSTRIES INC.
documentation
ASTI=ASCENT SOLAR TECHNOLOGIES
documentation
AT=ALLTEL
documentation
ATHN=ATHENAHEALTH
documentation
ATHR=ATHEROS COMMUNICATIONS
documentation
ATI=ALLEGHENY TECHNOLOGIES
documentation
ATLS=ATLAS AMERICA
documentation
ATML=ATMEL CORPORATION
documentation
ATN=ATLAS ENERGY RESOURCES
documentation
ATPA=ATP OIL &amp; GAS CORPORATION
documentation
ATPG=ATP OIL &amp; GAS
documentation
ATR=APTARGROUP INC.
documentation
ATU=ACTUANT CORP
documentation
ATVI=ACTIVISION
documentation
AU=ANGLOGOLD ASHANTI
documentation
AUO=AU OPTRONICS CORP
documentation
AUQ=AURICO GOLD INC.
documentation
AUXL=AUXILIUM PHARMACEUTICALS
documentation
AUY=YAMANA GOLD
documentation
AVA=AVISTA CORP.
documentation
AVAV=AEROVIRONMENT
documentation
AVB=AVALONBAY COMMUNITIES
documentation
AVCT=AVOCENT CORP
documentation
AVGO=AVAGO TECHNOLOGIES LTD.
documentation
AVID=AVID TECHNOLOGY INC.
documentation
AVNR=AVANIR PHARMACEUTICALS
documentation
AVP=AVON PRODUCTS
documentation
AVY=AVERY DENNISON CORP.
documentation
AW=ALLIED WASTE
documentation
AWH=ALLIED WORLD ASSURANCE COMPANY HOLDINGS
documentation
AXA=AXA - SPONS ADR
documentation
AXL=AMERICAN AXLE &amp; MANUFACTURING HOLDINGS
documentation
AXP=AMERICAN EXPRESS
documentation
AXS=AXIS CAPITAL HOLDINGS
documentation
AYE=ALLEGHENY ENERGY
documentation
AYI=ACUITY BRANDS INC.
documentation
AYR=AIRCASTLE LTD.
documentation
AZ=ALLIANZ SE
documentation
AZN=ASTRAZENECA
documentation
AZO=AUTOZONE
documentation
B=BARNES GROUP INC.
documentation
BA=BOEING
documentation
BAC=BANK OF AMERICA
documentation
BAK=BRASKEM SA
documentation
BAM=BROOKFIELD ASSET MANAGEMENT IN
documentation
BANR=BANNER
documentation
BAP=CREDICORP
documentation
BAS=BASIC ENERGY SEVICES
documentation
BAX=BAXTER INT'L
documentation
BBBB=BLACKBOARD INC.
documentation
BBBY=BED BATH &amp; BEYOND
documentation
BBD=BANCO BRADESCO
documentation
BBEP=BREITBURN ENERGY PRODUCTS
documentation
BBL=BHP BILLITON PLC
documentation
BBRY=RESEARCH IN MOTION LIMITED
documentation
BBT=BB &amp; T CORPORATION
documentation
BBVA=BANCO BILBAO VIZCAYA ARGENTARIA
documentation
BBW=BUILD-A-BEAR WORKSHOP INC.
documentation
BBY=BEST BUY COMPANY
documentation
BC=BRUNSWICK
documentation
BCE=BCE INC.
documentation
BCR=C. R. BARD
documentation
BCRX=BIOCRYST PHARMACEUTICALS
documentation
BCS=BARCLAYS
documentation
BCSI=BLUE COAT SYSTEMS
documentation
BDK=BLACK &amp; DECKER
documentation
BDN=BRANDYWINE REALTY TRUST
documentation
BDSI=BIODELIVERY SCIENCES INTERNATIONAL
documentation
BDX=BECTON
documentation
BEBE=BEBE STORES
documentation
BECN=BEACON ROOFING SUPPLY INC
documentation
BEE=STRATEGIC HOTELS &amp; RESORTS
documentation
BEN=FRANKLIN RESOURCES
documentation
BEXP=BRIGHAM EXPLORATION COMPANY
documentation
BEZ=BALDOR ELECTRIC
documentation
BF-B=BROWN-FORMAN CORPORATION
documentation
BFB=BROWN-FORMAN
documentation
BFIN=BANKFINANCIAL
documentation
BG=BUNGE
documentation
BGEN=BIOGEN
documentation
BGFV=BIG 5 SPORTING GOODS CORP.
documentation
BGG=BRIGGS &amp; STRATTON
documentation
BGP=BORDERS GROUP
documentation
BGU=DIREXION LARGE CAP BULL 3X
documentation
BGZ=DIREXION DAILY LARGE CAP BEAR 3X SHARES
documentation
BHI=BAKER HUGHES
documentation
BHLB=BERKSHIRE HILLS BANCORP
documentation
BHP=BHP BILLITON
documentation
BHS=BROOKFIELD HOMES
documentation
BID=SOTHEBY'S
documentation
BIDU=BAIDU.COM
documentation
BIDZ=BIDZ.COM
documentation
BIG=BIG LOTS
documentation
BIIB=BIOGEN IDEC
documentation
BIL=SPDR BARCLAYS CAPITAL 1-3 MONTH T-BILL ETF
documentation
BIP=BROOKFIELD INFASTRUCTURE PARTNERS
documentation
BJRI=BJ'S RESTAURANTS INC.
documentation
BJS=BJ SERVICES
documentation
BK=BANK OF NEW YORK
documentation
BKD=BROOKDALE SENIOR LIVING
documentation
BKE=BUCKLE
documentation
BKF=ISHARES BRIC INDEX FUND
documentation
BKMU=BANK MUTUAL
documentation
BKS=BARNES &amp; NOBLE
documentation
BKW=BURGER KING WORLDWIDE INC.
documentation
BLDR=BUILDERS FIRSTSOURCE
documentation
BLG=BUILDING MATERIALS HOLDING
documentation
BLK=BLACKROCK
documentation
BLL=BALL
documentation
BLS=BELLSOUTH
documentation
BLT=BLOUNT INTERNATIONAL INC.
documentation
BLX=BANCO LATINOAMERICANO DE EXPORTACIONES
documentation
BMC=BMC SOFTWARE
documentation
BMET=BIOMET
documentation
BMO=BANK OF MONTREAL
documentation
BMR=BIOMED REALTY TRUST INC.
documentation
BMRN=BIOMARIN PHARMACEUTICAL
documentation
BMS=BEMIS INC.
documentation
BMTI=BIOMIMETIC THERAPEUTICS INC.
documentation
BMY=BRISTOL-MYERS SQUIBB
documentation
BNCL=BENEFICIAL MUTUAL BANCORP
documentation
BND=VANGUARD TOTAL BOND MARKET
documentation
BNI=BURLINGTON NORTHERN SANTA FE
documentation
BNS=THE BANK OF NOVA SCOTIA
documentation
BOBE=BOB EVANS FARMS
documentation
BOFL=BANK OF FLORIDA
documentation
BOH=BANK OF HAWAII
documentation
BOKF=BOK FINANCIAL CORPORATION
documentation
BOL=BAUSCH &amp; LOMB
documentation
BOND=PIMCO TOTAL RETURN ETF
documentation
BONT=BON-TON STORES INC
documentation
BOT=CBOT HOLDINGS
documentation
BP=BP PLC
documentation
BPFH=BOSTON PRIVATE FINANCIAL HOLDINGS
documentation
BPHX=BLUEPHOENIX SOLUTIONS
documentation
BPI=BRIDGEPOINT EDUCATION INC.
documentation
BPL=BUCKEYE PARTNERS
documentation
BPO=BROOKFIELD PROPERTIES CORP
documentation
BPOP=POPULAR
documentation
BPT=BP PRUDHOE BAY ROYALTY TRUST
documentation
BPZ=BPZ RESOURCES
documentation
BR=BROADRIDGE FINANCIAL SOLUTIONS
documentation
BRC=BRADY CORPORATION
documentation
BRCD=BROCADE COMMUNICATIONS SYSTEM
documentation
BRCM=BROADCOM CL A
documentation
BRE=BRE PROPERTIES INC.
documentation
BRF=MARKET VECTORS BRAZIL SMALL-CA
documentation
BRFS=BRF BRASIL FOODS SA
documentation
BRKB=BERKSHIRE HATHAWAY
documentation
BRKL=BROOKLINE BANCORP
documentation
BRL=BARR PHARMACEUTICALS
documentation
BRLI=BIO-REFERENCE LABS INC.
documentation
BRY=BERRY PETROLEUM CO.
documentation
BSAC=BANCO SANTANDER CHILE
documentation
BSBR=BANCO SANTANDER BRASIL SA
documentation
BSC=BEAR STEARNS
documentation
BSX=BOSTON SCIENTIFIC
documentation
BTE=BAYTEX ENERGY TRUST
documentation
BTFG=BANCTRUST FINANCIAL GROUP
documentation
BTI=BRITISH AMERICAN TOBACCO
documentation
BTU=PEABODY ENERGY
documentation
BUCY=BUCYRUS INTERNATIONAL
documentation
BUD=ANHEUSER-BUSCH
documentation
BUSE=FIRST BUSEY
documentation
BVF=BIOVAIL CORP.
documentation
BVN=CIA DE MINAS BUENAVENTURA SA
documentation
BWA=BORGWARNER INC.
documentation
BWEN=BROADWIND ENERGY
documentation
BWLD=BUFFALO WILD WINGS
documentation
BWP=BROADWALK PIPELINE PARTNERS LP
documentation
BWX=SPDR BARCLAYS CAPITAL INTL TREASURY BOND
documentation
BX=BLACKSTONE GROUP LP
documentation
BXP=BOSTON PROPERTIES
documentation
BXS=BANCORPSOUTH
documentation
BYD=BOYD GAMING CORP.
documentation
BYI=BALLY TECHNOLOGIES
documentation
BZF=WISDOM TREE DR BRAZ REAL FUND
documentation
BZH=BEAZER HOMES USA
documentation
C=CITIGROUP
documentation
CA=CA INC
documentation
CAB=CABELA'S
documentation
CAC=CAMDEN NATIONAL
documentation
CACB=CASCADE BANCORP
documentation
CADE=CADENCE FINANCIAL
documentation
CADX=CADENCE PHARMACEUTICALS
documentation
CAG=CONAGRA FOODS
documentation
CAH=CARDINAL HEALTH
documentation
CAKE=THE CHEESECAKE FACTORY
documentation
CAL=CONTINENTAL AIRLINES
documentation
CALL=MAGICJACK VOCALTEC LTD.
documentation
CALM=CAL-MAINE FOODS
documentation
CAM=CAMERON INTERNATIONAL
documentation
CAR=AVIS BUDGET GROUP
documentation
CASB=CASCADE FINANCIAL
documentation
CAT=CATERPILLAR
documentation
CATY=CATHAY GENERAL BANCORP
documentation
CAVM=CAVIUM NETWORKS INC.
documentation
CB=CHUBB
documentation
CBAK=CHINA BAK BATTERY
documentation
CBBO=COLUMBIA BANCORP - OR
documentation
CBC=CAPITAL BANCORP
documentation
CBD=CIA BRASILEIRA DE DISTRIBUICAO
documentation
CBE=COOPER INDUSTRIES
documentation
CBEY=CBEYOND INC.
documentation
CBG=CB RICHARD ELLIS
documentation
CBH=COMMERCE BANCORP
documentation
CBI=CHICAGO BRIDGE &amp; IRON CO.
documentation
CBKN=CAPITAL BANK
documentation
CBL=CBL &amp; ASSOCIATES PROPERTIES
documentation
CBLI=CLEVELAND BIOLABS
documentation
CBOE=CBOE HOLDINGS
documentation
CBON=COMMUNITY BANCORP
documentation
CBRL=CRACKEL BARREL OLD COUNTRY
documentation
CBS=CBS CORP. - CLASS B
documentation
CBSH=COMMERCE BANCSHARES
documentation
CBSS=COMPASS BANCSHARES
documentation
CBU=COMMUNITY BANK SYSTEM
documentation
CBY=CADBURY PLC
documentation
CC=CIRCUIT CITY STORES
documentation
CCBG=CAPITAL CITY BANK GROUP
documentation
CCC=CALGON CARBON
documentation
CCE=COCA-COLA ENTERPRISES
documentation
CCI=CROWN CASTLE INT'L CORP.
documentation
CCJ=CAMECO
documentation
CCK=CROWN HOLDINGS
documentation
CCL=CARNIVAL CORPORATION
documentation
CCME=CHINA MEDIAEXPRESS HOLDINGS
documentation
CCO=CLEAR CHANNEL OUTDOOR HOLDINGS
documentation
CCOI=COGENT COMMUNICATIONS GROUP
documentation
CCRT=COMPUCREDIT HOLDINGS CORP
documentation
CCU=CLEAR CHANNEL COMMUNICATIONS
documentation
CD=CENDANT
documentation
CDE=COEUR D'ALENE MINES
documentation
CDR=CEDAR SHOPPING CENTERS
documentation
CDWC=CDW CORP.
documentation
CE=CELANESE CORP
documentation
CECO=CAREER EDUCATION
documentation
CEG=CONSTELLATION ENERGY GROUP
documentation
CELG=CELGENE
documentation
CENX=CENTURY ALUMINUM
documentation
CEO=CNOOC LTD
documentation
CEPH=CEPHALON
documentation
CERN=CERNER CORP.
documentation
CETV=CENTRAL EUROPEAN MEDIA ENT-A
documentation
CEW=WISDOM TREE DREYFUS EMERGING CURRENCY
documentation
CF=CF INDUSTRIES HOLDINGS
documentation
CFC=COUNTRYWIDE FINANCIAL
documentation
CFFN=CAPITAL FEDERAL FINANCIAL
documentation
CFN=CAREFUSION CORPORATION
documentation
CFNL=CARDINAL FINANCIAL
documentation
CFR=CULLEN/FROST BANKERS
documentation
CFT=ISHARES BARCLAYS CREDIT BOND
documentation
CFX=COLFAX CORP
documentation
CG=CARYLE GROUP LP
documentation
CGA=CHINA GREEN AGRICULTURE
documentation
CGNX=COGNEX CORP
documentation
CHA=CHINA TELECOM CORP LTD
documentation
CHBT=CHINA-BIOTICS
documentation
CHCO=CITY HOLDING
documentation
CHE=CHEMED CORP.
documentation
CHFC=CHEMICAL FINANCIAL
documentation
CHH=CHOICE HOTELS INTERNATIONAL
documentation
CHK=CHESAPEAKE ENERGY
documentation
CHKM=CHESAPEAKE MIDSTREAM PARTNERS LP
documentation
CHKP=CHECK POINT SOFTWARE
documentation
CHL=CHINA MOBILE
documentation
CHLN=CHINA HOUSING &amp; LAND DEVELOPMENT
documentation
CHNG=CHINA NATURAL GAS
documentation
CHRW=C.H. ROBINSON WORLDWIDE
documentation
CHS=CHICO'S FAS
documentation
CHT=CHUNGHWA TELECOM CO.
documentation
CHTR=CHARTER COMMUNICATIONS INC.
documentation
CHU=CHINA UNICOM HONG KONG LIMITED
documentation
CI=CIGNA
documentation
CIA=CITIZENS
documentation
CIB=BANCOLOMBIA SA
documentation
CIE=COBALT INTERNATIONAL ENERGY
documentation
CIEN=CIENA
documentation
CIG=COMP ENERGY CEMIG
documentation
CIGX=STAR SCIENTIFIC
documentation
CIM=CHIMERA INVESTMENT CORP
documentation
CIN=CINERGY
documentation
CINF=CINCINNATI FINANCIAL
documentation
CISG=CNINSURE
documentation
CIT=CIT GROUP
documentation
CITQ=CIT GROUP INC.
documentation
CIU=ISHARES BARCLAYS INTERMEDIATE CREDIT BOND FUND
documentation
CL=COLGATE PALMOLIVE
documentation
CLB=CORE LABORATORIES NV
documentation
CLC=CLARCOR INC.
documentation
CLDA=CLINICAL DATA
documentation
CLDX=CELLDEX THERAPEUTICS
documentation
CLF=CLEVELAND-CLIFFS
documentation
CLFC=CENTER FINANCIAL
documentation
CLMS=CALAMOS ASSET MANANGEMENT
documentation
CLMT=CALUMET SPECIALTY PRODUCTS PARTNERS
documentation
CLNE=CLEAN ENERGY FUELS CORP
documentation
CLR=CONTINENTAL RESOURCES
documentation
CLS=CELESTICA INC.
documentation
CLSN=CELSION CORPORATION
documentation
CLWR=CLEARWIRE
documentation
CLX=CLOROX
documentation
CLY=ISHARES 10+ YEAR CREDIT BOND FUND
documentation
CM=CANADIAN IMPERIAL BANK OF COMMERCE
documentation
CMA=COMERICA
documentation
CMC=COMMERCIAL METALS
documentation
CMCS=COMCAST
documentation
CME=CHICAGO MERCANTILE HOLDINGS INC
documentation
CMED=CHINA MEDICAL TECHNOLOGIES
documentation
CMG=CHIPOLTE MEXICAN GRILL
documentation
CMGI=CMGI
documentation
CMI=CUMMINS
documentation
CMLP=CRESTWOOD MIDSTREAM PARTNERS LP
documentation
CMO=CAPSTEAD MORTGAGE CORPORATION
documentation
CMP=COMPASS MINERALS INTERNATION
documentation
CMS=CMS ENERGY
documentation
CMVT=COMVERSE TECHNOLOGY
documentation
CMX=CAREMARK RX
documentation
CNA=CNA FINANCIAL
documentation
CNB=THE COLONIAL BANCGROUP
documentation
CNC=CENTENE
documentation
CNET=CNET NETWORKS
documentation
CNI=CANADIAN NATIONAL RAILWAY CO.
documentation
CNO=CONSECO INC
documentation
CNP=CENTERPOINT ENERGY
documentation
CNQ=CANADIAN NATURAL RESOURCES
documentation
CNQR=CONCUR TECHNOLOGIES INC.
documentation
CNS=COHEN &amp; STEERS
documentation
CNX=CONSOL ENERGY
documentation
COBZ=COBIZ FINANCIAL
documentation
COF=CAPITAL ONE FINANCIAL
documentation
COG=CABOT OIL &amp; GAS
documentation
COH=COACH
documentation
COL=ROCKWELL COLLINS
documentation
COLB=COLUMBIA BANKING SYSTEM
documentation
COLE=COLE REAL ESTATE INVESTMENTS INC.
documentation
COLM=COLUMBIA SPORTSWEAR
documentation
COMV=COMVERGE INC
documentation
CONN=CONN'S
documentation
COO=COOPER COMPANIES INC.
documentation
COP=CONOCOPHILLIPS
documentation
CORP=PIMCO INVESTMENT GRADE CORP BOND INDEX FUND
documentation
CORS=CORUS BANKSHARES
documentation
COST=COSTCO WHOLESALE
documentation
COV=COVIDIEN
documentation
COWN=COWEN GROUP
documentation
CP=CANADIAN PACIFIC RAILWAY LTD.
documentation
CPB=CAMPBELL SOUP
documentation
CPF=CENTRAL PACIFIC FINANCIAL
documentation
CPHD=CEPHEID INC.
documentation
CPHL=CASTLEPOINT HOLDINGS
documentation
CPKI=CALIFORNIA PIZZA KITCHEN INC.
documentation
CPL=CPFL ENERGIA
documentation
CPLA=CAPELLA EDUCATION CO.
documentation
CPLP=CAPITAL PRODUCT PARTNERS LP
documentation
CPN=CALPINE CORPORATION
documentation
CPNO=COPANO ENERGY LLC
documentation
CPTS=CONCEPTUS
documentation
CPWR=COMPUWARE
documentation
CQP=CHINIERE ENERGY PARTNERS
documentation
CRBC=CITIZENS REPUBLIC BANCORP
documentation
CRDC=CARDICA
documentation
CRDN=CERADYNE
documentation
CREE=CREE
documentation
CRK=COMSTOCK RESOURCES
documentation
CRM=SALESFORCE.COM
documentation
CRNT=CERAGON NETWORKS LTD.
documentation
CROX=CROCS
documentation
CRR=CARBO CERAMICS
documentation
CRS=CARPENTER TECHNOLOGY CORP.
documentation
CRUS=CIRRUS LOGIC INC.
documentation
CRVL=CORVEL
documentation
CRXL=CRUCELL NV
documentation
CRYP=CYPTOLOGICAL LIMITED
documentation
CRZO=CARRIZO OIL &amp; GAS INC.
documentation
CS=CREDIT SUISSE
documentation
CSBK=CLIFTON SAVINGS BANCORP
documentation
CSC=COMPUTER SCIENCES
documentation
CSCO=CISCO SYSTEMS
documentation
CSE=CAPITALSOURCE
documentation
CSG=CHAMBERS STREET PROPERTIES
documentation
CSH=CASH AMERICA INTERNATIONAL INC
documentation
CSIQ=CANADIAN SOLAR
documentation
CSJ=ISHARES BARCLAYS 1-3 YEAR CREDIT BOND FUND
documentation
CSKI=CHINA SKY ONE MEDICAL
documentation
CSQ=CALAMOS STRATEGIC TOTAL RETURN FUND
documentation
CSR=CHINA SECURITY &amp; SURVEILLANCE TECHNOLOGY
documentation
CSTR=COINSTAR INC.
documentation
CSUN=CHINA SUNERGY CO.
documentation
CSX=CSX CORP.
documentation
CT=CAPITAL TRUST
documentation
CTAS=CINTAS
documentation
CTB=COOPER TIRE &amp; RUBBER
documentation
CTBI=COMMUNITY TRUST BANCORP
documentation
CTBK=CITY BANK LYNNWOOD WA
documentation
CTL=CENTURYTEL
documentation
CTRP=CTRIP.COM INTERNATIONAL
documentation
CTSH=COGNIZANT TECH. SOLUTIONS CORP.
documentation
CTX=CENTEX
documentation
CTXS=CITRIX SYSTEMS
documentation
CUDA=BARRACUDA NETWORKS INC.
documentation
CUK=CARNIVAL PLC.
documentation
CUZ=COUSINS PROPERTIES
documentation
CVA=COVANTA HOLDING CORPORATION
documentation
CVBF=CVB FINANCIAL CORP
documentation
CVC=CABLEVISION SYSTEMS CORP. - CL. A
documentation
CVG=CONVERGYS
documentation
CVH=COVENTRY HEALTH CARE
documentation
CVI=CVR ENERGY
documentation
CVS=CVS
documentation
CVX=CHEVRONTEXACO
documentation
CW=CURTISS-WRIGHT CORP.
documentation
CX=CEMEX SAB DE CV
documentation
CXP=COLUMBIA PROPERTY TRUST INC.
documentation
CXS=CREXUS INVESTMENT CORP
documentation
CY=CYPRESS SEMICONDUCTOR CORP.
documentation
CYB=WISDOMTREE DREYFUS CHINESE YUA
documentation
CYBS=CYBERSOURCE CORP.
documentation
CYBX=CYBERONICS INC.
documentation
CYH=COMMUNITY HEALTH SYSTEMS INC.
documentation
CYN=CITY NATIONAL
documentation
CYOU=CHANGYOU.COM
documentation
CYPB=CYPRESS BIOSCIENCE INC.
documentation
CYS=CYPRESS SHARPRIDGE INVESTMENTS
documentation
CYTX=CYTORI THERAPEUTICS
documentation
CZN=CITIZENS COMMUNICATIONS
documentation
CZR=CAESARS ENTERTAINMENT CORP
documentation
D=DOMINION RESOURCES
documentation
DAI=DAIMLER AG
documentation
DAKT=DAKTRONICS
documentation
DAL=DELTA AIR LINES
documentation
DANG=E COMMERCE CHINA DANGDANG
documentation
DB=DEUTSCGE BANK
documentation
DBA=POWERSHARE DB AGRICULTURE FUND
documentation
DBB=POWERSHARES DB BASE METALS
documentation
DBC=POWERSHARES DB COMMODITY INDEX TRACKING FUND
documentation
DBO=POWERSHARES DB OIL FUND
documentation
DBP=POWERSHARES DB PRECIOUS METALS
documentation
DBRN=THE DRESS BARN
documentation
DBS=POWERSHARES DB SILVER FUND
documentation
DCOM=DIME COMMUNITY BANCSHARES
documentation
DCTH=DELCATH SYSTEMS
documentation
DD=DUPONT
documentation
DDD=3D SYSTEMS CORPORATION
documentation
DDM=PROSHARES ULTRA DOW 30
documentation
DDR=DEVELOPERS DIVERSIFIED REALTY
documentation
DDS=DILLARD'S
documentation
DE=DEERE
documentation
DECK=DECKERS OUTDOOR CORPORATION
documentation
DEER=DEER CONSUMER PRODUCTS
documentation
DEI=DOUGLASS EMMETT INC.
documentation
DELL=DELL COMPUTER
documentation
DEP=DUNCAN ENERGY PARTNERS
documentation
DF=DEAN FOODS
documentation
DFG=DELPHIA FINANCIAL GROUP
documentation
DFS=DISCOVER FINANCIAL SERVICES
documentation
DFT=DUPONT FABROS TECHNOLOGY
documentation
DG=DOLLAR GENERAL
documentation
DGIC=DONEGAL GROUP
documentation
DGIT=DIGITAL GENERATION INC.
documentation
DGX=QUEST DIAGNOSTICS
documentation
DHI=D.R. HORTON
documentation
DHR=DANAHER
documentation
DHT=DHT MARITIME INC.
documentation
DIA=SPDR DOW JONES INDUSTRIAL AVERAGE ETF FUND
documentation
DIAM=SPRD DOW JONES INDUSTRIAL AVERAGE
documentation
DIG=PROSHARES ULTRA OIL &amp; GAS
documentation
DIN=DINE EQUITY INC.
documentation
DIS=WALT DISNEY
documentation
DISC=DISCOVERY COMMUNICATIONS INC.
documentation
DISH=ECHOSTAR COMMUNICATIONS
documentation
DK=DELEK US HOLDINGS INC.
documentation
DLB=DOLBY LABORATORIES INC.
documentation
DLLR=DOLLAR FINANCIAL
documentation
DLPH=DELPHIA AUTOMOTIVE PLC.
documentation
DLR=DIGITAL REALTY TRUST INC.
documentation
DLTR=DOLLAR TREE
documentation
DMD=DEMAND MEDIA
documentation
DMND=DIAMOND FOODS INC.
documentation
DNA=GENENTECH
documentation
DNB=DUN &amp; BRADSTREET CORT
documentation
DNDN=DENDREON
documentation
DNKN=DUNKIN' BRANDS GROUP
documentation
DNR=DENBURY RESOURCES INC.
documentation
DO=DIAMOND OFFSHORE DRILLING
documentation
DOG=PROSHARES SHORT DOW 30
documentation
DOV=DOVER CORP.
documentation
DOW=DOW CHEMICAL
documentation
DPK=DIREXION DAILY DEV MKTS BEAR 3
documentation
DPM=DCP MIDSTREAM PARTNERS
documentation
DPS=DR. PEPPER SNAPPLE GROUP
documentation
DPTR=DELTA PETROLEUM
documentation
DPZ=DOMINO'S PIZZA
documentation
DR=DARWIN PROFESSIONAL UNDERWRITERS
documentation
DRI=DARDEN RESTAURANTS
documentation
DRN=DIREXION DAILY REAL ESTATE BUL
documentation
DRV=DIREX DAILY REAL EST BEAR 3X
documentation
DRY=DRYSHIPS INC.
documentation
DRYS=DRYSHIPS
documentation
DSI=ISHARES KLD 400 SOCIAL INDEX
documentation
DSL=DOWNEY FINANCIAL
documentation
DST=DST SYSTEMS INC.
documentation
DSW=DSW INC.
documentation
DSX=DIANA SHIPPING INC.
documentation
DT=DEUTSCHE TELEKOM
documentation
DTE=DTE ENERGY
documentation
DTG=DOLLAR THRIFTY AUTOMTIVE GROUP
documentation
DTV=DIRECTV GROUP
documentation
DUG=ULTRASHORT OIL &amp; GAS PROSHARES
documentation
DUK=DUKE ENERGY
documentation
DV=DEVRY INC.
documentation
DVA=DAVITA
documentation
DVN=DEVON ENERGY
documentation
DVY=ISHARES DOW JONES SELECT DIVIDEND INDEX
documentation
DWA=DREAMWORKS ANIMATION
documentation
DWX=SPDR S&amp;P INTERNATIONAL DIVIDEN
documentation
DX=DYNEX CAPITAL
documentation
DXCM=DEXCOM
documentation
DXD=PROSHARES ULTRASHORT DOW 30
documentation
DXJ=WISDOM TREE JAPAN HEDGED EQUITY
documentation
DYN=DYNEGY
documentation
E=ENI SPA
documentation
EA=ELECTRONIC ARTS INC.
documentation
EBAY=EBAY
documentation
EBIX=EBIX INC.
documentation
EBR=CENTRAIS ELETRICAS BRASILEIRAS SA
documentation
EC=ECOPETROL SA
documentation
ECA=ENCANA
documentation
ECH=ISHARES MSCI CHILE INVESTABLE MARKET INDEX
documentation
ECL=ECOLAB
documentation
ED=CONSOLIDATED EDISON
documentation
EDE=EMPIRE DISTRICT ELECTRIC CO.
documentation
EDMC=EDUCATION MANAGEMENT CORPORATION
documentation
EDS=ELECTRONIC DATA SYSTEMS
documentation
EDU=NEW ORIENTAL EDUCATION &amp; TECHNOLOGY GROUP
documentation
EDV=VANGUARD EXTENDED DURATION TREASURY ETF
documentation
EDZ=DIREXION DLY EMG MARKET BEAR 3X
documentation
EEB=CLAYMORE/BNY BRIC ETF
documentation
EEFT=EURONET WORLDWIDE INC.
documentation
EELV=S&amp;P EMERGING MARKETS LOW VOLATILITY
documentation
EEM=ISHARES MSCI EMERGING MARKETS INDEX
documentation
EEP=ENBRIDGE ENERGY PARTNERS
documentation
EET=PROSHARES ULTRA MSCI EMERGING MARKETS
documentation
EEV=PROSHARES ULTRASHORT MSCI EMERGING MARKETS
documentation
EFA=ISHARES MSCI EAFE INDEX FUND
documentation
EFG=ISHARES MSCI EAFE GROWTH INDEX FUND
documentation
EFSC=ENTERPRISE FINANCIAL SERVICES
documentation
EFX=EQUIFAX
documentation
EGF=BLACKROCK ENHANCED GOVERNMENT FUND INC.
documentation
EGLE=EAGLE BULK SHIPPING
documentation
EGO=ELDORADO GOLD
documentation
EHTH=EHEALTH
documentation
EIG=EMPLOYERS HOLDINGS
documentation
EIX=EDISON INTERNATIONAL
documentation
EJ=E-HOUSE CHINQA HOLDINGS LIMITED
documentation
EK=EASTMAN KODAK
documentation
EL=ESTEE LAUDER
documentation
ELD=WISDOM TREE EMERGING MARKETS LOCAL DEBT FUND
documentation
ELF=CIA PARANAENSE DE ENERGIA
documentation
ELN=ELAN CORP. PLC
documentation
ELNK=EARTHLINK INC.
documentation
ELON=ECHELON CORPORATION
documentation
ELX=EMULEX
documentation
ELY=CALLAWAY GOLF CO.
documentation
EMB=ISHARES JPMORGAN USD EMERGING BOND FUND
documentation
EMC=EMC
documentation
EMCI=EMC INSURANCE GROUP
documentation
EMIT=ELBIT IMAGING
documentation
EMN=EASTMAN CHEMICAL
documentation
EMR=EMERSON ELECTRIC
documentation
ENB=ENBRIDGE INC.
documentation
ENDP=ENDO HEALTH SOLUTIONS INC.
documentation
ENER=ENERGY CONVERSION DEVICES
documentation
ENH=ENDUARANCE SPECIALTY HOLDINGS
documentation
ENI=ENERSIS SA
documentation
ENOC=ENERNOC
documentation
ENP=ENCORE ENERGY PARTNERS LP
documentation
ENZN=ENZON PHARMACEUTICALS
documentation
EOG=EOG RESOURCES
documentation
EOP=EQUITY OFFICE PROPERTIES TRUST
documentation
EP=EL PASO
documentation
EPB=EL PASO PIPELINE PARTNERS LP
documentation
EPD=ENTERPRISE PRODUCTS PARTNRS LP
documentation
EPI=WISDOM TREE INDIA EARNINGS FUND
documentation
EPIQ=EPIQ SYSTEMS INC.
documentation
EPP=ISHARES MSCI PACIFIC EX-JAPAN INDEX FUND
documentation
EPR=ENTERTAINMENT PROPERTIES TRUST
documentation
EQ=EMBARQ
documentation
EQIX=EQUINEX
documentation
EQM=EQT MIDSTREAM PARTNERS LP
documentation
EQR=EQUITY RESIDENTIAL
documentation
EQT=EQT CORPORATION
documentation
EQY=EQUITY ONE
documentation
ERF=ENERPLUS RESOURCES FUND
documentation
ERIC=ERICSSON (LM) TEL-SP ADR
documentation
ERII=ENERGY RECOVERY
documentation
ERJ=EMBRAER SA
documentation
EROC=EAGLE ROCK ENERGY PARTNERS LP
documentation
ERTS=ELECTRONIC ARTS
documentation
ERX=DIREXION DAILY ENERGY BULL 3X SHARES
documentation
ERY=DIREXION DAILY ENERGY BEAR 3X
documentation
ES=ENERGY SOLUTIONS INC.
documentation
ESC=EMERITUS CORP
documentation
ESGR=ENSTAR GROUP
documentation
ESLR=EVERGREEN SOLAR
documentation
ESRX=EXPRESS SCRIPTS
documentation
ESS=ESSEX PROPERTY TRUST INC.
documentation
ESV=ENSCO INTERNATIONAL
documentation
ET=E*TRADE FINANCIAL CORP.
documentation
ETE=ENERGY TRANSFER EQUITY LP
documentation
ETH=ETHAN ALLEN INTERIORS INC.
documentation
ETN=EATON
documentation
ETP=ENERGY TRANSFER PARTNERS LP
documentation
ETR=ENTERGY
documentation
EUO=ULTRA SHORT EURO PROSHARES
documentation
EUO1=PROSHARES ULTRA SHORT EURO
documentation
EV=EATON VANCE
documentation
EVEP=EV ENERGY PARTNER LP
documentation
EVR=EVERCORE PARTNERS
documentation
EW=EDWARDS LIFESCIENCE CORP
documentation
EWA=ISHARES MSCI AUSTRALIA INDEX FUND
documentation
EWBC=EAST WEST BANCORP
documentation
EWC=ISHARES MSCI CANADA
documentation
EWD=ISHARES MSCI SWEDEN INDEX FUND
documentation
EWG=ISHARES MSCI GERMANY INDEX
documentation
EWH=ISHARES MSCI HONG KONG INDEX FUND
documentation
EWI=ISHARES MSCI ITALY INDEX
documentation
EWJ=ISHARES MSCI JAPAN INDEX FUND
documentation
EWK=ISHARES MSCI BELGIUM INVESTABLE MARKET INDEX
documentation
EWL=ISHARES MSCI SWITZERLAND IND
documentation
EWM=ISHARES MSCI MALAYSIA INDEX FUND
documentation
EWP=ISHARES MSCI SPAIN INDEX
documentation
EWQ=ISHARES MSCI FRANCE INDEX
documentation
EWT=ISHARES MSCI TAIWAN INDEX FUND
documentation
EWU=ISHARES MSCI UNITED KINGDOM INDEX FUND
documentation
EWW=ISHARES MSCI MEXICO INVESTABLE MARKET INDEX FUND
documentation
EWY=ISHARES MSCI SOUTH KOREA INDEX FUND
documentation
EWZ=ISHARES MSCI BRAZIL INDEX
documentation
EXBD=CORPORATE EXECUTIVE BOARD CO.
documentation
EXC=EXELON
documentation
EXH=EXTERRAN HOLDINGS INC
documentation
EXLP=EXTERRAN PARTNERS
documentation
EXM=EXCEL MARITIME CARRIERS
documentation
EXP=EAGLE MATERIALS
documentation
EXPD=EXPEDITORS INTL. WASHINGTON
documentation
EXPE=EXPEDIA
documentation
EXR=EXTRA SPACE STORAGE INC.
documentation
EXXI=ENERGY XXI BERMUDA LTD
documentation
EYE=ADVANCED MEDICAL OPTICS
documentation
EZA=ISHARES MSCI SOUTH AFRICA INDEX
documentation
EZCH=EZCHIP SEMICONDUCTOR
documentation
EZU=ISHARES MSCI EMU INDEX
documentation
F=FORD MOTOR
documentation
FAF=FIRST AMERICAN CORPORATION
documentation
FAS=DIREXION FINANCIAL BULL 3X SHARES
documentation
FAST=FASTENAL
documentation
FAZ=DIREXION FINANCIAL BEAR 3X SHARES
documentation
FB=FACEBOOK
documentation
FBNC=FIRST BANCORP - NC
documentation
FBP=FIRST BANCORP PUERTO RICO
documentation
FBR=FIBRIA CELULOSE SA
documentation
FCF=FIRST COMMONWEALTH FINANCIAL
documentation
FCG=FIRST TRUST ISE-REVERSE NATURAL GAS INDEX FUND
documentation
FCSX=FCSTONE GROUP
documentation
FCX=FREEPORT-MCMORAN COPPER &amp; GOLD
documentation
FD=FEDERATED DEPARTMENT STORES
documentation
FDC=FIRST DATA
documentation
FDO=FAMILY DOLLAR STORES
documentation
FDS=FACTSET RESEARCH SYSTEMS
documentation
FDX=FEDEX
documentation
FE=FIRSTENERGY
documentation
FED=FIRSTFED FINANCIAL
documentation
FEED=AGFEED INDUSTRIES
documentation
FEZ=SPDR DJ EURO STOXX 50
documentation
FFBC=FIRST FINANCIAL BANCORP
documentation
FFCH=FIRST FINANCIAL HOLDINGS
documentation
FFG=FBL FINANCIAL GROUP
documentation
FFH=FAIRFAX FINANCIAL HOLDINGS
documentation
FFIC=FLUSHING FINANCIAL
documentation
FFIN=FIRST FINANCIAL BANKSHARES
documentation
FFIV=F5 NETWORKS
documentation
FGP=FERRELLGAS PARTNERS
documentation
FHN=FIRST HORIZON NATIONAL
documentation
FICO=FAIR ISAAC CORP.
documentation
FIF=FINANCIAL FEDERAL CORP.
documentation
FIG=FORTRESS INVESTMENT GROUP LLC
documentation
FII=FEDERATED INVESTORS
documentation
FIO=FUSION-IO INC.
documentation
FIS=FIDELITY NATIONAL INORMATION SERVICES
documentation
FISV=FISERV
documentation
FITB=FIFTH THIRD BANCORP
documentation
FL=FOOT LOCKER
documentation
FLEX=FLEXTRONICS INTERNATIONAL
documentation
FLIR=FLIR SYSTEMS
documentation
FLML=FLAMEL TECHNOLOGIES
documentation
FLO=FLOWERS FOODS INC.
documentation
FLR=FLUOR
documentation
FLS=FLOWSERVE
documentation
FMBI=FIRST MIDWEST BANCORP
documentation
FMC=FMC CORP.
documentation
FMCC=FREDDIE MAC OTC
documentation
FMCN=FOCUS MEDIA HOLDING
documentation
FMER=FIRSTMERIT
documentation
FMR=FIRST MERCURY FINANCIAL
documentation
FMX=FOMENTO ECONOMICO MEXICANO
documentation
FNB=F.N.B.
documentation
FNBN=FNB UNITED
documentation
FNF=FIDELITY NATIONAL FINANCIAL
documentation
FNFG=FIRST NIAGARA FINANCIAL GROUP
documentation
FNM=FANNIE MAE NYSE
documentation
FNMA=FANNIE MAE OTC
documentation
FNP=FIFTH AND PACIFIC COMPANIES INC.
documentation
FNSR=FINISAR CORPORATION
documentation
FO=FORTUNE BRANDS
documentation
FON=SPRINT
documentation
FOR=FORESTAR GROUP INC.
documentation
FORM=FORMFACTOR
documentation
FORR=FORRESTER RESEARCH INC.
documentation
FOSL=FOSSIL GROUP INC.
documentation
FPFC=FIRST PLACE FINANCIAL
documentation
FPIC=FPIC INSURANCE GROUP
documentation
FPL=FPL GROUP
documentation
FPO=FIRST POTOMAC REALTY TRUST
documentation
FR=FIRST INDUSTRIAL REALTY TRUST
documentation
FRBK=REPUBLIC FIRST BANCORP
documentation
FRE=FREDDIE MAC NYSE
documentation
FRED=FRED'S INC.
documentation
FRG=FRONTEER DEVELOPMENT GROUP
documentation
FRME=FIRST MERCHANTS
documentation
FRO=FRONTLINE
documentation
FRT=FEDERAL REALTY INVESTMNT TRUST
documentation
FRX=FOREST LABORATORIES
documentation
FSBK=FIRST SOUTH BANCORP
documentation
FSC=FIFTH STREET FINANCE CORP
documentation
FSIN=FUSHI COPPERWELD
documentation
FSL=FREESCALE SEMICONDUCTOR
documentation
FSLR=FIRST SOLAR
documentation
FSNM=FIRST STATE BANCORPORATION
documentation
FST=FOREST OIL CORPORATION
documentation
FSYS=FUEL SYSTEMS SOLUTIONS
documentation
FTBK=FRONTIER FINANCIAL
documentation
FTE=FRANCE TELECOM SA
documentation
FTEK=FUEL TECH
documentation
FTI=FMC TECHNOLOGIES
documentation
FTK=FLOTEK INDUSTRIES INC.
documentation
FTO=FRONTIER OIL
documentation
FTR=FRONTIER COMMUNICATIONS
documentation
FULT=FULTON FINANCIAL
documentation
FUQI=FUQI INTERNATIONAL
documentation
FWLT=FOSTER WHEELER
documentation
FWRD=FORWARD AIR CORP.
documentation
FXA=CURRENCYSHARES AUSTRAL DOLLAR
documentation
FXC=CURRENCYSHARES CANADIAN DOLLAR
documentation
FXE=CURRENCYSHARES EURO TRUST
documentation
FXEN=FX ENERGY
documentation
FXF=CURRENCYSHARES SWISS FRANC
documentation
FXI=ISHARES FTSE/XINHUA CHINA 25 INDEX
documentation
FXP=ULTRASHORT FTSE/XINHUA CHINA25 PROSHARES
documentation
FXY=CURENCY SHARES JAPANESE YEN TRUST
documentation
G=GILLETTE
documentation
GA=GIANT INTERACTIVE GROUP
documentation
GABC=GERMAN AMERICAN BANCORP
documentation
GAIA=GAIAM INC.
documentation
GALE=GALENA BIOPHARMA INC.
documentation
GAP=THE GREAT ATLANTIC &amp; PACIFIC TEA COMPANY
documentation
GAS=AGL RESOURCES INC.
documentation
GB=GREATBATCH
documentation
GBCI=GLACIER BANCORP
documentation
GBTS=GATEWAY FINANCIAL HOLDLINGS
documentation
GBX=GREENBRIER COMPANIES
documentation
GCA=GLOBAL CASH ACCESS HOLDINGS
documentation
GCB=GERDAU
documentation
GCI=GANNETT
documentation
GCO=GENESCO INC.
documentation
GD=GENERAL DYNAMICS CORP.
documentation
GDP=GOODRICH PETROLEUM
documentation
GDX=MARKET VECTORS GOLD MINERS ETF
documentation
GDXJ=MARKET VECT JUNIOR GOLD MINERS
documentation
GE=GENERAL ELECTRIC
documentation
GEL=GENESIS ENERGY
documentation
GENZ=GENZYME
documentation
GEOY=GEOEYE INC.
documentation
GERN=GERON
documentation
GES=GUESS? INC.
documentation
GET=GAYLORD ENTERTAINMENT CO.
documentation
GEX=MARKET VECTORS GLOBAL ALT
documentation
GFA=GAFISA SA
documentation
GFI=GOLD FIELDS
documentation
GFIG=GFI GROUP
documentation
GFRE=GULF RESOURCES
documentation
GG=GOLDCORP
documentation
GGB=GERDAU SA-SPON ADR
documentation
GGC=GEORGIA GULF
documentation
GGP=GENERAL GROWTH PROPERTIES
documentation
GHDX=GENOMIC HEALTH INC.
documentation
GHL=GREENHILL
documentation
GIGM=GIGAMEDIA LIMITED
documentation
GILD=GILEAD SCIENCES
documentation
GIS=GENERAL MILLS
documentation
GLAD=GLADSTONE CAPITAL
documentation
GLBC=GLOBAL CROSSING LIMITED
documentation
GLD=SPDR GOLD SHARES
documentation
GLG=GLG PARTNERS
documentation
GLL=PROSHARES ULTRASHORT GOLD
documentation
GLNG=GOLAR LNG LIMITED
documentation
GLO=CLOUGH GLOBAL OPPORTUNITIES FUND
documentation
GLRE=GREENLIGHT CAPITAL RE
documentation
GLW=CORNING
documentation
GM=GENERAL MOTORS
documentation
GMCR=GREEN MOUNTAIN COFFEE ROASTERS
documentation
GME=GAMESTOP
documentation
GMT=GATX CORP.
documentation
GMXR=GMX RESOURCES
documentation
GNA=GERDAU AMERISTEEL CORP.
documentation
GNK=GENCO SHIPPING &amp; TRADING
documentation
GNTX=GENTEX CORP.
documentation
GNW=GENWORTH FINANCIAL
documentation
GOGO=GOGO INC.
documentation
GOL=GOL LINHAS AEREAS INTELIGENTES
documentation
GOLD=RANDGOLD RESOURCES
documentation
GOOG=GOOGLE
documentation
GOVT=ISHARES BARCLAYS US TREASURY BOND FUND
documentation
GPC=GENUINE PARTS
documentation
GPI=GROUP 1 AUTOMOTIVE
documentation
GPOR=GULFPORT ENERGY CORPORATION
documentation
GPS=THE GAP
documentation
GR=GOODRICH CORP.
documentation
GRA=W. R. GRACE &amp; CO.
documentation
GRMN=GARMIN
documentation
GRNB=GREEN BANKSHARES
documentation
GROW= U. S. GLOBAL INVESTORS
documentation
GRPN=GROUPON
documentation
GRRF=CHINA GRENTECH CORP
documentation
GRS=GAMMON GOLD INC.
documentation
GS=GOLDMAN SACHS GROUP
documentation
GSBC=GREAT SOUTHERN BANCORP
documentation
GSG=ISHARES S&amp;P GSCI COMMODITY-INDEXED TRUST
documentation
GSI=GENERAL STEEL HOLDINGS
documentation
GSIC=GSI COMMERCE INC.
documentation
GSK=GLAXOSMITHKLINE
documentation
GSM=GLOBE SPECIALTY METALS INC.
documentation
GSS=GOLDEN STAR RESOURCES
documentation
GSVC=GSV CAPITAL CORP.
documentation
GT=THE GOODYEAR TIRE &amp; RUBBER CO.
documentation
GTE=GRAN TIERRA ENERGY
documentation
GTS=TRIPLE-S MANAGEMENT
documentation
GTXI=GTX
documentation
GVA=GRANITE CONSTRUCTION INC.
documentation
GWR=GENESEE &amp; WYOMING INC.
documentation
GWW=W W GRAINGER
documentation
GWX=SPDR S&amp;P INTERNATIONAL SMALL CAP
documentation
GXDX=GENOPTIX INC.
documentation
HAFC=HANMI FINANCIAL
documentation
HAIN=THE HAIN CELESTIAL GROUP INC.
documentation
HAL=HALLIBURTON
documentation
HALL=HALLMARK FINANCIAL SERVICES
documentation
HALO=HALOZYME THERAPEUTICS INC.
documentation
HAR=HARMON INTERENATIONAL INDUSTRIES
documentation
HAS=HASBRO
documentation
HAWK=SEAHAWK DRILLING INC
documentation
HBAN=HUNTINGTON BANCSHARES
documentation
HBC=HSBC HOLDINGS
documentation
HBHC=HANCOCK HOLDING COMPANY
documentation
HBI=HANESBRANDS INC.
documentation
HCA=HCA HOLDINGS INC.
documentation
HCBK=HUDSON CITY BANCORP
documentation
HCC=HCC INSURANCE HOLDINGS
documentation
HCN=HEALTH CARE REIT
documentation
HCP=HCP
documentation
HCSG=HEALTHCARE SERVICES GROUP INC
documentation
HD=HOME DEPOT
documentation
HDB=HDFC BANK LIMITED
documentation
HDZ=SHIMADZU CORP
documentation
HEAT=SMARTHEAT INC.
documentation
HEK=HECKMANN CORPORATION
documentation
HERO=HERCULES OFFSHORE
documentation
HES=HESS ORATION
documentation
HET=HARRAH'S ENTERTAINMENT
documentation
HEV=ENER1
documentation
HFC=HOLLYFRONTIER CORPORATION
documentation
HGIC=HARLEYSVILLE GROUP
documentation
HGSI=HUMAN GENOME SCIENCES
documentation
HGT=HUGOTON ROYALTY TRUST
documentation
HHS=HARTE-HANKS INC.
documentation
HIBB=HIBBETT SPORTS INC.
documentation
HIG=HARTFORD FINANCIAL SERVICES GROUP
documentation
HITK=HI-TECH PHARMACAL CO
documentation
HK=HALCON RESOURCES CORPORATION
documentation
HL=HECLA MINING
documentation
HLF=HERBALIFE LTD.
documentation
HLS=HEALTHSOUTH CORP
documentation
HLTH=EMDEON
documentation
HMA=HEALTH MANAGEMENT ASOCIATES INC.
documentation
HMC=HONDA MOTOR CO
documentation
HMIN=HOME INNS &amp; HOTELS MGMT
documentation
HMN=HORACE MANN EDUCATORS
documentation
HNBC=HARLEYSVILLE NATIONAL
documentation
HNI=HNI CORPORATION
documentation
HNP=HUANENG POWER INTL
documentation
HNSN=HANSEN MEDICAL
documentation
HNT=HEALTH NET
documentation
HNZ=H. J. HEINZ
documentation
HOC=HOLLY CORP.
documentation
HOG=HARLEY-DAVIDSON
documentation
HOGS=ZHONGPIN
documentation
HOKU=HOKU SCIENTIFIC
documentation
HOLX=HOLOGIC
documentation
HOMB=HOME BANCSHARES
documentation
HON=HONEYWELL INTERNATIONAL
documentation
HOS=HORNBECK OFFSHORE SERVICES INC
documentation
HOT=STARWOOD HOTEL &amp; RESORTS
documentation
HOV=HOVNANIAN ENTERPRISES
documentation
HP=HELMERICH &amp; PAYNE INC.
documentation
HPC=HERCULES
documentation
HPI=JOHN HANCOCK PREFERRED INCOME FUND
documentation
HPQ=HEWLETT-PACKARD
documentation
HPT=HOSPITALITY PROPERTIES TRUST
documentation
HPY=HEARTLAND PAYMENT SYSTEMS INC.
documentation
HR=HEALTHCARE REALTY TRUST INC.
documentation
HRB=H&amp;R BLOCK
documentation
HRBN=HARBIN ELECTRIC
documentation
HRC=HILL-ROM HOLDINGS INC.
documentation
HRL=HORMEL FOODS CORPORATION
documentation
HRS=HARRIS
documentation
HRZB=HORIZON FINANCIAL
documentation
HS=HEALTHSPRING
documentation
HSC=HARSCO CORP.
documentation
HSH=HILLSHIRE BRANDS COMPANY
documentation
HSOL=HANWHA SOLARONE CO LTD
documentation
HSP=HOSPIRA
documentation
HST=HOST HOTELS &amp; RESORTS
documentation
HSY=HERSHEY
documentation
HTA=HEALTHCARE TRUST OF AMERICA
documentation
HTCH=HUTCHINSON TECH
documentation
HTE=HARVEST ENERGY TRUST
documentation
HTGC=HERCULES TECHNOLOGY GROWTH CAPITAL
documentation
HTH=HILLTOP HOLDINGS
documentation
HTLF=HEARTLAND FINANCIAL USA
documentation
HTS=HATTERAS FINANCIAL CORP.
documentation
HTZ=HERTZ GLOBAL HOLDINGS
documentation
HUM=HUMANA
documentation
HUN=HUNTSMAN
documentation
HURN=HURON CONSULTING GROUP INC.
documentation
HW=HEADWATERS INCORPORATED
documentation
HXM=DESARROLLADORA HOMEX
documentation
HYD=MARKET VECTORS HIGH-YIELD MUNI
documentation
HYG=ISHARES IBOXX $ HIGH YIELD CORPORATE BOND FUND
documentation
HYLD=PERITUS HIGH YIELD ETF
documentation
HYS=PIMCO 0-5 YEAR HIGH YIELD CORPORATE BOND INDEX
documentation
IACI=IAC/INTERACTIVECORP
documentation
IAG=IAMGOLD
documentation
IAI=ISHARES DOW JONES US BROKER DE
documentation
IART=INTEGRA LIFE SCIENCES HOLDINGS
documentation
IAT=ISHARES DOW JONES US REG IND F
documentation
IAU=ISHARES COMEX GOLD TRUST
documentation
IBB=ISHARES NASDAQ BIOTECHNOLOGY INDEX FUND
documentation
IBCP=INDEPENDENT BANK MI
documentation
IBKC=IBERIABANK
documentation
IBKR=INTERACTIVE BROKERS GROUP
documentation
IBM=INTERNATIONAL BUSINESS MACHINES
documentation
IBN=ICICI BANK
documentation
IBNK=INTEGRA BANK
documentation
IBOC=INTERNATIONAL BANCSHARES
documentation
ICA=EMPRESSAS ICA
documentation
ICE=INTERCONTINENTALEXCHANGE
documentation
ICF=ISHARES COHEN &amp; STEERS REALTY MAJORS
documentation
ICO=INTERNATIONAL COAL GROUP INC.
documentation
ID=L-1 IDENTITY SOLUTIONS INC.
documentation
IDC=INTERACTIVE DATA
documentation
IDCC=INTERDIGITAL
documentation
IDEV=INDEVUS PHARMACEUTICALS
documentation
IDIX=IDENIX PHARMACEUTICALS
documentation
IDM=INDITHERM
documentation
IDPH=IDEC PHARMACEUTICALS
documentation
IDU=ISHARES DOW JONES US UTILITIES
documentation
IDXX=IDEXX LABORATORIES
documentation
IEF=ISHARES BARCLAYS 7-10 YEAR
documentation
IEI=ISHARES LEHMAN 3-7 YEAR TREASURY BOND FUND
documentation
IEO=ISHARES DOW JONES U.S. OIL &amp; GAS EXPLORATION
documentation
IEZ=ISHARES DOW JONES U.S. OIL EQUIPMENT &amp; SERVICES
documentation
IFF=INTERNATIONAL FLAVORS &amp; FRAGRACES
documentation
IFN=THE INDIA FUND
documentation
IFX=INFINEON TECHNOLOGIES
documentation
IGE=ISHARES S&amp;P NORTH AMERICA NATURAL RESOURCES
documentation
IGI=WESTERN ASSET INVESTMENT GRADE
documentation
IGT=INTERNATIONAL GAME TECHNOLOGY
documentation
IGV=ISHARES S&amp;P NORTH AMERICAN TECHNOLOGY-SOFTWARE INDEX FUND
documentation
IGW=ISHARE S&amp;P NORTH AMERICAN TECH
documentation
IHI=ISHARES DOW JONES US MEDICAL D
documentation
IHP=IHOP
documentation
IHS=IHS INC.
documentation
IIF=MORGAN STANLEY INDIA INVESTMENT FUND
documentation
IIG=IMERGENT
documentation
IIVI=II-VI INC.
documentation
IJH=ISHARES S&amp;P 400 MIDCAP INDEX FUND
documentation
IJJ=ISHARES S&amp;P MIDCAP 400 VALUE INDEX
documentation
IJK=ISHARES S&amp;P MIDCAP 400 GROWTH
documentation
IJR=ISHARES S&amp;P SMALLCAP 600 INDEX FUND
documentation
IJS=ISHARES S&amp;P SMALLCAP 600/VAL
documentation
IJT=ISHARES S&amp;P SMALLCAP 600 GROWTH
documentation
ILF=ISHARES S&amp;P LATIN AMERICA 40 INDEX FUND
documentation
ILMN=ILLUMINA
documentation
IMA=INVERNESS MEDICAL INNOVATIONS
documentation
IMAX=IMAX CORPORATION
documentation
IMB=INDYMAC BANCORP
documentation
IMCL=IMCLONE SYSTEMS
documentation
IMMU=IMMUNOMEDICS INC.
documentation
IMO=IMPERIAL OIL LTD.
documentation
INCY=INCYTE CORPORATION
documentation
INDB=INDEPENDENT BANK MA
documentation
INFN=INFINERA CORPORATION
documentation
INFY=INFOSYS TECHNOLOGIES
documentation
ING=ING GROEP N.V.- SPONSORED ADR
documentation
INSU=INSITUFORM TECHNOLOGIES INC.
documentation
INT=WORLD FUEL SERVICES CORP.
documentation
INTC=INTEL
documentation
INTU=INTUIT
documentation
INVN=INVENSENSE INC.
documentation
IOC=INTEROIL
documentation
IP=INTERNATIONAL PAPER
documentation
IPCC=INFINITY PROPERTY AND CASUALTY
documentation
IPCR=IPC HOLDINGS
documentation
IPG=THE INTERPUBLIC GROUP OF COMPANIES
documentation
IR=INGERSOLL-RAND
documentation
IRC=INLAND REAL ESTATE CORP.
documentation
IRE=BANK OF IRELAND
documentation
IRET=INVESTORS REAL ESTATE TRUST
documentation
IRM=IRON MOUNTAIN INCORPORATED
documentation
ISBC=INVESTORS BANCORP
documentation
ISIL=INTERSIL CORP.
documentation
ISIS=ISIS PHARMACEUTICALS INC.
documentation
ISLE=ISLE OF CAPRI CASINOS
documentation
ISRG=INTUITIVE SURGICAL
documentation
ISTA=ISTA PHARMACEUTICALS INC.
documentation
ITB=ISHARES DOW JONES US HOME CONSTRUCTION
documentation
ITC=ITC HOLDINGS
documentation
ITE=SPDR BARCALYS CAPITAL INTERMEDIATE TERM TREASURY
documentation
ITG=INVESTMENT TECHNOLOGY GROUP
documentation
ITMN=INTERMUNE
documentation
ITR=SPDR BARCLAYS CAPITAL INTERMEDIATE TERM CORP BOND
documentation
ITT=ITT
documentation
ITUB=ITAU UNIBANCO HOLDING
documentation
ITW=ILLINOIS TOOL WORKS
documentation
IVC=INVACARE CORP
documentation
IVE=ISHARES S&amp;P 500 VALUE INDEX
documentation
IVN=IVANHOE MINES
documentation
IVR=INVESCO MORTGAGE CAPITAL
documentation
IVV=ISHARES S&amp;P 500 INDEX FUND
documentation
IVW=ISHARES S&amp;P 500 GROWTH INDEX
documentation
IVZ=INVESCO
documentation
IWB=RUSSELL 1000 ISHARES
documentation
IWC=ISHARES RUSSELL MICROCAP INXEX
documentation
IWD=RUSSELL 1000 ISHARES VALUE
documentation
IWF=RUSSELL 1000 ISHARES GROWTH
documentation
IWL=RUSSELL 200 INDEX
documentation
IWM=RUSSELL 2000 ISHARES
documentation
IWN=RUSSELL 2000 ISHARES VALUE
documentation
IWO=RUSSELL 2000 ISHARES GROWTH
documentation
IWP=ISHARES RUSSELL MIDCAP GROWTH INDEX
documentation
IWR=ISHARES RUSSELL MIDCAP INDEX
documentation
IWS=ISHARES RUSSELL MIDCAP VALUE INDEX FUND
documentation
IWV=RUSSELL 3000 ISHARES
documentation
IWW=ISHARES RUSSELL 3000 VALUE INDEX
documentation
IWZ=ISHARES RUSSELL 3000 GROWTH INDEX
documentation
IXC=ISHARES S&amp;P GLOBAL ENERGY
documentation
IXN=ISHARES S&amp;P GLOBAL TECHNOLOGY
documentation
IXP=ISHARES S&amp;P GLOBAL TELECOMMUNICATIONS SECTOR INDEX
documentation
IYE=ISHARES DOW JONES US ENERGY
documentation
IYF=ISHARES DOW JONES U.S. FINANCIAL SECTOR INDEX
documentation
IYG=ISHARES DJ US FINANCIAL SERV.
documentation
IYM=ISHARES DOW JONES US BASIC MATERIAL
documentation
IYR=ISHARES DJ U.S. REAL ESTATE
documentation
IYT=ISHARES DOW JONES TRANSPORTATION AVERAGE INDEX FUND
documentation
IYY=ISHARES DOW JONES U.S. INDEX
documentation
IYZ=ISHARES DOW JONES U.S. TELECOMMUNICATIONS SECTOR
documentation
JAH=JARDEN CORPORATION
documentation
JASO=JA SOLAR HOLDINGS CO.
documentation
JAVA=SUN MICROSYSTEMS INC
documentation
JAZZ=JAZZ PHARMACEUTICALS
documentation
JBL=JABIL CIRCUIT
documentation
JBLU=JETBLUE AIRWAYS
documentation
JCG=J. CREW GROUP
documentation
JCI=JOHNSON CONTROLS
documentation
JCP=J.C. PENNEY
documentation
JDSU=JDS UNIPHASE
documentation
JEC=JACOBS ENGINEERING GROUP
documentation
JEF=JEFFERIES GROUP
documentation
JKS=JINKOSOLAR HOLDING CO.
documentation
JNJ=JOHNSON &amp; JOHNSON
documentation
JNK=SPDR BARCLAYS CAPITAL HIGH YIELD BOND
documentation
JNPR=JUNIPER NETWORKS
documentation
JNS=JANUS CAPITAL
documentation
JNY=JONES APPAREL GROUP
documentation
JOE=ST JOE
documentation
JOSB=JOS. A. BANKS CLOTHIERS
documentation
JOY=JOY GLOBAL INC.
documentation
JOYG=JOY GLOBAL
documentation
JPM=JP MORGAN CHASE
documentation
JRCC=JAMES RIVER COAL
documentation
JRJC=CHINA FINANCE ONLINE
documentation
JWN=NORDSTROM
documentation
JXI=ISHARES S&amp;P GLOBAL UTILITIES
documentation
K=KELLOGG
documentation
KB=KB FINANCIAL GROUP
documentation
KBE=SPDR KBW BANK ETF
documentation
KBH=KB HOME
documentation
KBW=KBW
documentation
KCAP=KOHLBERG CAPITAL
documentation
KCE=SPDR KBW CAPITAL MARKETS ETF
documentation
KCG=KNIGHT CAPITAL GROUP INC
documentation
KCI=KINETIC CONCEPTS
documentation
KDN=KAYDON CORP.
documentation
KEY=KEYCORP
documentation
KFN=KKR FINANCIAL HOLDINGS LLC
documentation
KFT=KRAFT FOODS
documentation
KG=KING PHARMACEUTICALS
documentation
KGC=KINROSS GOLD
documentation
KIE=SPDR KBW INSURANCE ETF
documentation
KIM=KIMCO REALTY
documentation
KKD=KRISPY KREME DOUGHNUTS
documentation
KKR=KKR &amp; CO LP
documentation
KLAC=KLA-TENCOR
documentation
KLD=ISHARES KLD SELECT SOCIAL IND
documentation
KMB=KIMBERLY-CLARK
documentation
KMG=KERR-MCGEE
documentation
KMI=KINDER MORGAN
documentation
KMP=KINDER MORGAN ENERGY PARTNERS
documentation
KMR=KINDER MORGAN MANAGEMENT
documentation
KMX=CARMAX
documentation
KNDI=KANDI TECHNOLOGIES GROUP INC.
documentation
KNL=KNOLL INC.
documentation
KNX=KNIGHT TRANSPORTATION INC.
documentation
KO=COCA COLA
documentation
KOG=KODIAK OIL &amp; GAS CORP.
documentation
KOL=MARKET VECTORS COAL ETF
documentation
KONG=KONGZHONG CORPORATION
documentation
KORS=MICHAEL KORS HOLDINGS LIMITED
documentation
KR=KROGER
documentation
KRB=MBNA
documentation
KRC=KILROY REALTY CORP.
documentation
KRE=SPDR KBW REGIONAL BANKING
documentation
KRFT=KRAFT FOODS GROUP INC.
documentation
KRG=KITE REALTY GROUP TRUST
documentation
KRNY=KEARNY FINANCIAL
documentation
KRO=KRONOS WORLDWIDE INC.
documentation
XARO=AEROSPACE
documentation
XTHQ=TECHNOLOGY HARDWARE AND EQUIPMENT
documentation
XSEM=SEMICONDUCTORS
documentation
XSOF=SOFTWARE
documentation
XSCR=INVESTMENT SERVICES
documentation
XRTS=RETAIL
documentation
XPCS=PRECIOUS METALS
documentation
XOIL=OIL COMPANIES
documentation
XIDD=DIVERSIFIED INDUSTRIAL
documentation
XFIS=DIVERSIFIED FINANCIAL
documentation
XELC=ELECTRIC UTILITIES
documentation
XMET=MINING AND METALS
documentation
XDRG=PHARMACEUTICALS
documentation
XBNK=BANKS
documentation
XBTC=BIOTECHNOLOGY
documentation
XCMT=COMMUNICATIONS TECHNOLOGY
documentation
141=NARROW BASED INDICES GENERAL
documentation
020=T-BONDS
documentation
038=T-NOTES
documentation
041=T-BILLS
documentation
042=T-NOTES
documentation
043=T-NOTES
documentation
044=T-NOTES
documentation
045=30 DAY RATES
documentation
046=MORTGAGE BACKED SECURITIES
documentation
047=OVERNIGHT RATES
documentation
048=AGENCY NOTE
documentation
049=AGENCY NOTE
documentation
062=GNMA MORTGAGES
documentation
028=COMMERCIAL PAPER
documentation
128=LEHMAN U.S. AGGREGATE INDEX
documentation
121=MUNICIPAL BOND INDICES
documentation
194=EURO-MARK RATE DIFFERENTIAL
documentation
132=EURODOLLARS
documentation
103=YIELD CURVE 10YR-3YR
documentation
105=CERTIFICATES OF DEPOSIT
documentation
245=JAPANESE BONDS
documentation
246=INTEREST RATE SWAPS
documentation
248=LONG TERM FRENCH GOV'T BONDS
documentation
249=CANADIAN BONDS
documentation
250=GERMAN BONDS
documentation
242=LONG TERM U.K.GILT-EDGED SECURITY
documentation
196=EURO-POUND RATE DIFFERENTIAL
documentation
197=EURO-YEN RATE DIFFERENTIAL
documentation
199=ECU BONDS
documentation
266=ARGENTINE BONDS
documentation
267=BRAZILIAN BONDS
documentation
260=MEXICAN BONDS
documentation
252=CORPORATE BOND INDEX
documentation
271=MEXICAN CETES
documentation
272=28-DAY MEXICAN INTERBANK RATE
documentation
386=SOVEREIGN YIELD SPREADS
documentation
390=EURO CANADA TIME DEPOSITS
documentation
394=EUROMARK TIME DEPOSITS
documentation
503=YIELD CURVE 5YR-3YR
documentation
512=YIELD CURVE 10-2
documentation
515=YIELD CURVE 10-5
documentation
531=YIELD CURVE 30-10
documentation
532=YIELD CURVE 30-2
documentation
535=YIELD CURVE 30-5
documentation
552=YIELD CURVE 5-2
documentation
597=EURO YEN TIME DEPOSITS
documentation
598=EURIBOR
documentation
269=VENEZUELAN BONDS
documentation
302=YIELD CURVE 3YR-2YR
documentation
303=YIELD CURVE 30YR-3YR
documentation
320=30 YEAR INTEREST RATE SWAPS
documentation
342=2-YEAR INTEREST RATE SWAPS
documentation
343=10-YEAR INTEREST RATE SWAPS
documentation
344=5-YEAR INTEREST RATE SWAPS
documentation
310=NORTHEASTERN CAT. INSURANCE
documentation
311=SOUTHEASTERN CAT INSURANCE
documentation
312=TEXAS CAT INSURANCE
documentation
313=FLORIDA CAT INSURANCE
documentation
314=CALIFORNIA CAT INSURANCE
documentation
256=GOLDMAN-SACHS COMMODITY INDEX
documentation
218=CRB FUTURES INDEX
documentation
219=S&amp;P COMMODITY INDEX
documentation
221=DOW JONES COMMODITY INDEX
documentation
ZIMK=IMARKET HEDGELET
documentation
Z000=HEDGELET
documentation
106=NATIONAL CATASTROPHE INSURANCE
documentation
107=CATASTROPHE INSURANCE-EASTERN
documentation
108=CATASTROPHE INSURANCE-MIDWESTERN
documentation
109=CATASTROPHE INSURANCE-WESTERN
documentation
100=HEALTH INSURANCE
documentation
101=HOMEOWNERS INSURANCE
documentation
098=U.S. DOLLAR INDEX
documentation
104=BANKRUPTCY INDEX
documentation
117=VOLATILITY/VARIANCE INDEX
documentation
118=EURO INDEX
documentation
161=CATASTROPHE
documentation
162=HURRICANES
documentation
163=MEGER EVENT
documentation
123=CONSUMER PRICE INDEX
documentation
125=X FUND INDICES
documentation
126=EUROPEAN INFLATION
documentation
127=CREDIT DERIVATIVES
documentation
129=NONFARM PAYROLLS
documentation
KS=CARBON FINANCIAL
documentation
111=GASOLINE
documentation
032=NAPHTHA
documentation
036=BIODIESEL
documentation
027=ENERGY INDEX
documentation
025=ETHANOL
documentation
021=FUEL OIL
documentation
022=HEATING OIL-DIESEL-GASOIL
documentation
067=CRUDE OIL
documentation
873=UNLEADED GASOLINE/NAPHTHA
documentation
967=UNLEADED GAS/CRUDE OIL SPREADS
documentation
861=SOUR CRUDE/SWEET CRUDE
documentation
862=UNLEADED GASOLINE/HEATING OIL
documentation
863=DIESEL/HEATING OIL
documentation
864=JET FUEL/HEATING OIL
documentation
865=FUEL OIL/CRUDE OIL
documentation
866=NAPTHA/CRUDE OIL
documentation
867=HEATING OIL/CRUDE OIL SPREADS
documentation
868=DIESEL/CRUDE OIL
documentation
869=BIODIESEL/HEATING OIL
documentation
870=JET FUEL/ CRUDE OIL
documentation
262=JET FUEL
documentation
871=NATURAL GAS LIQUIDS/NAPHTHA
documentation
872=NATURAL GAS LIQUIDS/ CRUDE OIL
documentation
066=NATURAL GAS LIQUIDS
documentation
023=NATURAL GAS
documentation
024=COAL
documentation
016=URANIUM
documentation
014=WIND POWER
documentation
064=ELECTRICITY
documentation
075=PALLADIUM
documentation
076=PLATINUM
documentation
087=SILVER COINS
documentation
088=GOLD
documentation
084=SILVER
documentation
193=GOLD COINS
documentation
257=SCRAP METAL
documentation
085=COPPER
documentation
195=IRON ORE
documentation
191=ALUMINUM
documentation
192=STEEL
documentation
018=ZINC
documentation
069=PULP
documentation
071=WOOD PANELS
documentation
058=LUMBER
documentation
401=BENZENE
documentation
402=XYLENE
documentation
405=ETHYLENE
documentation
406=PROPYLENE
documentation
403=POLYPROPYLENE
documentation
404=POLYETHYLENE
documentation
006=POLLUTION
documentation
160=WEATHER
documentation
074=NATURAL RUBBER
source <xs:simpleType name="commodity_t">
 
<xs:annotation>
   
<xs:documentation>Commodity</xs:documentation>
   
<xs:documentation>001=WHEAT</xs:documentation>
   
<xs:documentation>002=CORN</xs:documentation>
   
<xs:documentation>003=FEED GRAIN</xs:documentation>
   
<xs:documentation>004=OATS</xs:documentation>
   
<xs:documentation>011= WHEAT INDEX</xs:documentation>
   
<xs:documentation>008=BARLEY</xs:documentation>
   
<xs:documentation>009=NATIONAL CORN INDEX</xs:documentation>
   
<xs:documentation>039=RICE</xs:documentation>
   
<xs:documentation>060=GRAIN SORGHUMS</xs:documentation>
   
<xs:documentation>700=GRAIN SPREAD OPTIONS</xs:documentation>
   
<xs:documentation>061=FEEDER CATTLE</xs:documentation>
   
<xs:documentation>065=STOCKER CATTLE</xs:documentation>
   
<xs:documentation>070=ICED OR FROZEN BROILERS</xs:documentation>
   
<xs:documentation>054=LEAN HOGS</xs:documentation>
   
<xs:documentation>055=HAMS</xs:documentation>
   
<xs:documentation>056=PORK BELLIES</xs:documentation>
   
<xs:documentation>057=LIVE CATTLE</xs:documentation>
   
<xs:documentation>017=FROZEN TURKEYS</xs:documentation>
   
<xs:documentation>029=BONELESS BEEF</xs:documentation>
   
<xs:documentation>050=BUTTER</xs:documentation>
   
<xs:documentation>052=MILK</xs:documentation>
   
<xs:documentation>063=CHEESE</xs:documentation>
   
<xs:documentation>026=SOYBEAN MEAL</xs:documentation>
   
<xs:documentation>007=SOYBEAN OIL</xs:documentation>
   
<xs:documentation>034=COTTONSEED</xs:documentation>
   
<xs:documentation>037=PALM OIL</xs:documentation>
   
<xs:documentation>010=NATIONAL SOYBEAN INDEX</xs:documentation>
   
<xs:documentation>015=SOYBEAN CRUSH SPREAD</xs:documentation>
   
<xs:documentation>012=SOUTH AMERICAN SOYBEANS</xs:documentation>
   
<xs:documentation>013=SUNFLOWER SEEDS</xs:documentation>
   
<xs:documentation>005=SOYBEANS</xs:documentation>
   
<xs:documentation>077=EDIBLE OILS INDEX</xs:documentation>
   
<xs:documentation>031=WOOL</xs:documentation>
   
<xs:documentation>033=COTTON</xs:documentation>
   
<xs:documentation>035=NOT FROM CONCENTRATE ORANGE JUICE</xs:documentation>
   
<xs:documentation>030=POTATOES</xs:documentation>
   
<xs:documentation>059=FROZEN SHRIMP</xs:documentation>
   
<xs:documentation>073=COCOA</xs:documentation>
   
<xs:documentation>053=FROZEN EGGS</xs:documentation>
   
<xs:documentation>051=FRESH EGGS</xs:documentation>
   
<xs:documentation>040=FROZEN CONCENTRATED ORANGE JUICE</xs:documentation>
   
<xs:documentation>080=SUGAR</xs:documentation>
   
<xs:documentation>083=COFFEE</xs:documentation>
   
<xs:documentation>701=FRUIT CONCENTRATE</xs:documentation>
   
<xs:documentation>238=CORN SYRUP</xs:documentation>
   
<xs:documentation>251=FERTILIZER</xs:documentation>
   
<xs:documentation>253=ANHYDROUS AMMONIA</xs:documentation>
   
<xs:documentation>110=SOYBEAN YIELD INSURANCE</xs:documentation>
   
<xs:documentation>113=WHEAT YIELD INSURANCE</xs:documentation>
   
<xs:documentation>114=CORN YIELD INSURANCE</xs:documentation>
   
<xs:documentation>258=INTERNATIONAL COMMODITY INDEX</xs:documentation>
   
<xs:documentation>259=CBT AGRICUTURAL INDEX</xs:documentation>
   
<xs:documentation>261=FREIGHT RATE</xs:documentation>
   
<xs:documentation>200=CASE-SHILLER INDICES</xs:documentation>
   
<xs:documentation>201=S&amp;P/GRA INDICIES</xs:documentation>
   
<xs:documentation>202=RPX INDICIES</xs:documentation>
   
<xs:documentation>RPX=RPX FUTURES</xs:documentation>
   
<xs:documentation>264=SWEDISH KRONA</xs:documentation>
   
<xs:documentation>232=AUSTRALIAN DOLLAR</xs:documentation>
   
<xs:documentation>116=U.S. DOLLAR</xs:documentation>
   
<xs:documentation>096=POUND STERLING</xs:documentation>
   
<xs:documentation>097=JAPANESE YEN</xs:documentation>
   
<xs:documentation>099=EUROPEAN CURRENCY UNIT</xs:documentation>
   
<xs:documentation>090=CANADIAN DOLLAR</xs:documentation>
   
<xs:documentation>091=FRENCH FRANC</xs:documentation>
   
<xs:documentation>092=SWISS FRANC</xs:documentation>
   
<xs:documentation>094=DEUTSCHE MARK</xs:documentation>
   
<xs:documentation>095=MEXICAN PESO</xs:documentation>
   
<xs:documentation>072=INDONESIAN RUPIAH</xs:documentation>
   
<xs:documentation>089=RUSSIAN RUBLE</xs:documentation>
   
<xs:documentation>093=DUTCH GUILDER</xs:documentation>
   
<xs:documentation>086=KOREAN WON</xs:documentation>
   
<xs:documentation>081=THAI BAHT</xs:documentation>
   
<xs:documentation>082=CHINESE RENMINBI</xs:documentation>
   
<xs:documentation>078=MALAYSIAN RINGGIT</xs:documentation>
   
<xs:documentation>079=BELGIUM FRANC</xs:documentation>
   
<xs:documentation>115=ITALIAN LIRA</xs:documentation>
   
<xs:documentation>102=BRAZILIAN REAL</xs:documentation>
   
<xs:documentation>119=COLUMBIAN PESO</xs:documentation>
   
<xs:documentation>122=SOUTH AFRICAN RAND</xs:documentation>
   
<xs:documentation>112=NEW ZEALAND DOLLAR</xs:documentation>
   
<xs:documentation>131=INDIAN RUPEES</xs:documentation>
   
<xs:documentation>068=SINGAPORE DOLLAR</xs:documentation>
   
<xs:documentation>019=TURKISH LIRA</xs:documentation>
   
<xs:documentation>273=NORWEGIAN KRONE</xs:documentation>
   
<xs:documentation>274=HUNGARIAN FORINT</xs:documentation>
   
<xs:documentation>275=CZECH KORUNA</xs:documentation>
   
<xs:documentation>276=KRONE/KRONA</xs:documentation>
   
<xs:documentation>277=POLISH ZLOTY</xs:documentation>
   
<xs:documentation>278=ISRAEL SHEKEL</xs:documentation>
   
<xs:documentation>263=WILSHIRE BROAD BASED INDICES</xs:documentation>
   
<xs:documentation>268=BOLSA MEXICANA DE VALORES INDEX</xs:documentation>
   
<xs:documentation>270=TAIWANESE STOCK INDICES</xs:documentation>
   
<xs:documentation>233=COMEX INDEX</xs:documentation>
   
<xs:documentation>254=FT-SE INDICES</xs:documentation>
   
<xs:documentation>255=EUROTOP INDICES</xs:documentation>
   
<xs:documentation>265=NYCE INDICES</xs:documentation>
   
<xs:documentation>209=NASDAQ  BROADBASED INDICES</xs:documentation>
   
<xs:documentation>223=TECHNOLOGY INDEX</xs:documentation>
   
<xs:documentation>231=BETA INDICIES</xs:documentation>
   
<xs:documentation>239=RUSSELL INDEX</xs:documentation>
   
<xs:documentation>240=NIKKEI STOCK AVERAGE</xs:documentation>
   
<xs:documentation>241=TOKYO STOCK PRICE INDEX</xs:documentation>
   
<xs:documentation>243=S&amp;P/TOPIX INDEX</xs:documentation>
   
<xs:documentation>244=MSCI INDICIES</xs:documentation>
   
<xs:documentation>178=CBT BROAD BASED INDICES</xs:documentation>
   
<xs:documentation>142=ENERGY STOCK INDEX</xs:documentation>
   
<xs:documentation>143=MORNINGSTAR STOCK INDICES</xs:documentation>
   
<xs:documentation>144=PHLX STOCK INDICES</xs:documentation>
   
<xs:documentation>148=NYSE BROAD BASED STOCK INDICES</xs:documentation>
   
<xs:documentation>149=ISE INDICES</xs:documentation>
   
<xs:documentation>150=OVER THE COUNTER INDICES</xs:documentation>
   
<xs:documentation>151=CBOE BROAD BASED INDICES</xs:documentation>
   
<xs:documentation>152=CHINESE STOCK INDICES</xs:documentation>
   
<xs:documentation>153=GERMAN STOCK INDICES</xs:documentation>
   
<xs:documentation>154=POWERPACK</xs:documentation>
   
<xs:documentation>155=INDIAN STOCK INDICES</xs:documentation>
   
<xs:documentation>130=BRAZILIAN STOCK INDICES</xs:documentation>
   
<xs:documentation>136=VLA BROAD BASED STOCK INDICES</xs:documentation>
   
<xs:documentation>137=INTERNET STOCK INDICES</xs:documentation>
   
<xs:documentation>138=S&amp;P BROAD BASED STOCK INDICES</xs:documentation>
   
<xs:documentation>139=FORTUNE BROAD BASED INDEXES</xs:documentation>
   
<xs:documentation>140=TRAKRS INDICES</xs:documentation>
   
<xs:documentation>120=AMEX BROADBASED STOCK INDICES</xs:documentation>
   
<xs:documentation>124=DOW JONES BROAD BASED INDICES</xs:documentation>
   
<xs:documentation>XBI=SPDR S&amp;P BIOTECH</xs:documentation>
   
<xs:documentation>XCO=EXCO RESOURCES</xs:documentation>
   
<xs:documentation>XIDE=EXIDE TECHNOLOGIES</xs:documentation>
   
<xs:documentation>XIN=XINYUAN REAL ESTATE CO.</xs:documentation>
   
<xs:documentation>XL=XL CAPITAL LTD</xs:documentation>
   
<xs:documentation>XLB=MATERIALS SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLE=ENERGY SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLF=FINANCIAL SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLI=INDUSTRIAL SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLK=TECHNOLOGY SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLNX=XILINX</xs:documentation>
   
<xs:documentation>XLP=CONSUMER STAPLES SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLU=UTILITIES SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLV=HEALTH CARE SELECT SECTOR SPDR</xs:documentation>
   
<xs:documentation>XLY=CONSUMER DISCRETIONARY SELECT SECTOR SPRD</xs:documentation>
   
<xs:documentation>XME=SPDR METALS &amp; MINING ETF</xs:documentation>
   
<xs:documentation>XEL=XCEL ENERGY</xs:documentation>
   
<xs:documentation>XES=SPDR OIL &amp; GAS EQUIP &amp; SERVICE</xs:documentation>
   
<xs:documentation>XHB=SPDR HOMEBUILDERS ETF</xs:documentation>
   
<xs:documentation>XMSR=XM SATELLITE RADIO</xs:documentation>
   
<xs:documentation>XTO=XTO ENERGY</xs:documentation>
   
<xs:documentation>XTXI=CROSSTEX ENERGY</xs:documentation>
   
<xs:documentation>XYL=XYLEN INC.</xs:documentation>
   
<xs:documentation>YAVY=YADKIN VALLEY FINANCIAL</xs:documentation>
   
<xs:documentation>YCS=PROSHARES ULTRASHORT YEN</xs:documentation>
   
<xs:documentation>YELP=YELP INC.</xs:documentation>
   
<xs:documentation>YGE=YINGLI GREEN ENERGY HOLDING</xs:documentation>
   
<xs:documentation>YHOO=YAHOO!</xs:documentation>
   
<xs:documentation>YNDX=YANDEX NV</xs:documentation>
   
<xs:documentation>YOKU=YOUKU.COM INC AMERICAN DEPOSIT</xs:documentation>
   
<xs:documentation>YONG=YONGYE INTERNATIONAL</xs:documentation>
   
<xs:documentation>YPF=YPF S.A.</xs:documentation>
   
<xs:documentation>YRCW=YRC WORLDWIDE</xs:documentation>
   
<xs:documentation>YUM=YUM! BRANDS</xs:documentation>
   
<xs:documentation>YZC=YANZHOU COAL MINING</xs:documentation>
   
<xs:documentation>Z=ZILLOW INC.</xs:documentation>
   
<xs:documentation>XOM=EXXON MOBIL</xs:documentation>
   
<xs:documentation>XONE=THE EXONE COMPANY</xs:documentation>
   
<xs:documentation>XOP=SPDR S&amp;P OIL &amp; GAS EXPLORATION &amp; PROD</xs:documentation>
   
<xs:documentation>XPO=XPO LOGISTICS INC.</xs:documentation>
   
<xs:documentation>XRAY=DENTSPLY INTERNATIONAL</xs:documentation>
   
<xs:documentation>XRS=TAL EDUCATION GROUP</xs:documentation>
   
<xs:documentation>XRT=SPDR S&amp;P RETAIL ETF</xs:documentation>
   
<xs:documentation>XRX=XEROX</xs:documentation>
   
<xs:documentation>XSD=SPDR S&amp;P SEMICONDUCTOR ETF</xs:documentation>
   
<xs:documentation>ZAGG=ZAGG INCORPORATED</xs:documentation>
   
<xs:documentation>ZBRA=ZEBRA TECHNOLOGIES CORP.</xs:documentation>
   
<xs:documentation>ZEP=ZEP INC</xs:documentation>
   
<xs:documentation>ZGEN=ZYMOGENETICS INC.</xs:documentation>
   
<xs:documentation>ZION=ZIONS BANCORP</xs:documentation>
   
<xs:documentation>ZLC=ZALE</xs:documentation>
   
<xs:documentation>ZMH=ZIMMER HOLDINGS</xs:documentation>
   
<xs:documentation>ZNGA=ZYNGA</xs:documentation>
   
<xs:documentation>ZNT=ZENITH NATIONAL INSURANCE</xs:documentation>
   
<xs:documentation>ZOLT=ZOLTEK COMPANIES</xs:documentation>
   
<xs:documentation>ZROZ=PIMCO 25+ YR ZERO COUPON US TREASURY INDEX</xs:documentation>
   
<xs:documentation>ZSL=PROSHARES ULTRASHORT SILVER</xs:documentation>
   
<xs:documentation>ZZ=SEALY CORP</xs:documentation>
   
<xs:documentation>XTEX=CROSSTEX ENERGY</xs:documentation>
   
<xs:documentation>RRC=RANGE RESOURCES</xs:documentation>
   
<xs:documentation>RRD=RR DONNELLY &amp; SONS</xs:documentation>
   
<xs:documentation>RRGB=RED ROBIN GOURMET BURGERS INC.</xs:documentation>
   
<xs:documentation>RRR=RSC HOLDINGS</xs:documentation>
   
<xs:documentation>RSG=REPUBLIC SERVICES</xs:documentation>
   
<xs:documentation>RSH=RADIOSHACK</xs:documentation>
   
<xs:documentation>RSOL=REAL GOODS SOLAR INC.</xs:documentation>
   
<xs:documentation>RSP=RYDEX S&amp;P EQUAL WEIGHT ETF</xs:documentation>
   
<xs:documentation>RSU=RYDEX 2X S&amp;P 500 ETF</xs:documentation>
   
<xs:documentation>RSW=RYDEX INVERSE 2X S&amp;P 500 ETF</xs:documentation>
   
<xs:documentation>RSX=MARKET VECTORS RUSSIA ETF</xs:documentation>
   
<xs:documentation>RTH=RETAIL HOLDRS TRUST</xs:documentation>
   
<xs:documentation>RTN=RAYTHEON</xs:documentation>
   
<xs:documentation>RTP=RIO TINTO PLC - ADR</xs:documentation>
   
<xs:documentation>RVBD=RIVERBED TECHNOLOGY</xs:documentation>
   
<xs:documentation>RVSB=RIVERVIEW BANCORP</xs:documentation>
   
<xs:documentation>RWM=PROSHARES SHORT RUSSELL 2000</xs:documentation>
   
<xs:documentation>RWT=REDWOOD TRUST</xs:documentation>
   
<xs:documentation>RX=IMS HEALTH</xs:documentation>
   
<xs:documentation>RY=ROYAL BANK OF CANADA</xs:documentation>
   
<xs:documentation>RYL=RYLAND GROUP</xs:documentation>
   
<xs:documentation>RZ=RASER TECHNOLOGIES</xs:documentation>
   
<xs:documentation>S=SPRINT NEXTEL</xs:documentation>
   
<xs:documentation>SA=SEABRIDGE GOLD</xs:documentation>
   
<xs:documentation>SAF=SAFECO</xs:documentation>
   
<xs:documentation>SAFM=SANDERSON FARMS INC</xs:documentation>
   
<xs:documentation>SAFT=SAFETY INSURANCE GROUP</xs:documentation>
   
<xs:documentation>SAH=SONIC AUTOMOTIVE</xs:documentation>
   
<xs:documentation>SAI=SAIC INC.</xs:documentation>
   
<xs:documentation>SAN=BANCO SANTANDER ADR</xs:documentation>
   
<xs:documentation>SAP=SAP</xs:documentation>
   
<xs:documentation>SASR=SANDY SPRING BANCORP</xs:documentation>
   
<xs:documentation>SATC=SATCON TECHNOLOGY CORPORATION</xs:documentation>
   
<xs:documentation>SAY=SATYAM COMPUTER SERVICES</xs:documentation>
   
<xs:documentation>SB=SAFE BULKERS</xs:documentation>
   
<xs:documentation>SBC=SBC COMMUNICATIONS</xs:documentation>
   
<xs:documentation>SBCF=SEACOAST BANKING CORPORATION OF FLORIDA</xs:documentation>
   
<xs:documentation>SBH=SALLY BEAUTY HOLDINGS INC.</xs:documentation>
   
<xs:documentation>SBIB=STERLING BANCSHARES</xs:documentation>
   
<xs:documentation>SBL=SYMBOL TECHNOLOGIES</xs:documentation>
   
<xs:documentation>SBLK=STAR BULK CARRIERS CORP</xs:documentation>
   
<xs:documentation>SBNY=SIGNATURE BANK</xs:documentation>
   
<xs:documentation>SBS=CIA DE SANEAMENTO BASICO DO ES</xs:documentation>
   
<xs:documentation>SBSI=SOUTHSIDE BANCSHARES</xs:documentation>
   
<xs:documentation>SBUX=STARBUCKS</xs:documentation>
   
<xs:documentation>SBX=SEABRIGHT HOLDINGS</xs:documentation>
   
<xs:documentation>SCBT=SCBT FINANCIAL</xs:documentation>
   
<xs:documentation>SCCO=SOUTHERN COPPER CORPORATION</xs:documentation>
   
<xs:documentation>SCG=SCANA</xs:documentation>
   
<xs:documentation>SCHO=SCHWAB SHORT-TERM U.S. TREASURY ETF</xs:documentation>
   
<xs:documentation>SCHR=SCHWAB INTERMEDIATE-TERM U.S. TREASURY ETF</xs:documentation>
   
<xs:documentation>SCHW=THE CHARLES SCHWAB</xs:documentation>
   
<xs:documentation>SCON=SUPERCONDUCTOR TECHNOLOGIES</xs:documentation>
   
<xs:documentation>SCPB=SPDR BARCALYS CAPITAL SHORT TERM CORP BOND ETF</xs:documentation>
   
<xs:documentation>SCSS=SELECT COMFORT CORPORATION</xs:documentation>
   
<xs:documentation>SCTY=SOLAR CITY CORPORATION</xs:documentation>
   
<xs:documentation>SCZ=ISHARES MSCI EAFE SMALL CAP</xs:documentation>
   
<xs:documentation>SD=SANDRIDGE ENERGY</xs:documentation>
   
<xs:documentation>SDS=PROSHARES ULTRASHORT S&amp;P 500</xs:documentation>
   
<xs:documentation>SDTH=SHENGDATECH</xs:documentation>
   
<xs:documentation>SDXC=SWITCH &amp; DATA FACILITIES CO.</xs:documentation>
   
<xs:documentation>SDY=SPDR S&amp;P DIVIDEND ETF</xs:documentation>
   
<xs:documentation>SE=SPECTRA ENERGY</xs:documentation>
   
<xs:documentation>SEA=CLAYMORE/DELTA GLOBAL SHIPPING</xs:documentation>
   
<xs:documentation>SEAB=SEABRIGHT INSURANCE HOLDINGS</xs:documentation>
   
<xs:documentation>SEBL=SIEBEL SYSTEMS</xs:documentation>
   
<xs:documentation>SEE=SEALED AIR</xs:documentation>
   
<xs:documentation>SEED=ORIGIN AGRITECH LIMITED</xs:documentation>
   
<xs:documentation>SEF=PROSHARES SHORT FINANCIALS</xs:documentation>
   
<xs:documentation>SEIC=SEI INVESTMESTMENTS</xs:documentation>
   
<xs:documentation>SEP=SPECTRA ENERGY PARTNERS</xs:documentation>
   
<xs:documentation>SEPR=SEPRACOR</xs:documentation>
   
<xs:documentation>SF=STIFEL FINANCIAL</xs:documentation>
   
<xs:documentation>SFD=SMITHFIELD FOODS</xs:documentation>
   
<xs:documentation>SFG=STANCORP FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>SFI=ISTAR FINANCIAL INC</xs:documentation>
   
<xs:documentation>SFL=SHIP FINANCE INTERNATIONAL LIMITED</xs:documentation>
   
<xs:documentation>SFNC=SIMMONS FIRST NATIONAL</xs:documentation>
   
<xs:documentation>SFSF=SUCCESSFACTORS INC.</xs:documentation>
   
<xs:documentation>SGEN=SEATTLE GENETICS</xs:documentation>
   
<xs:documentation>SGI=SILICON GRAPHICS INTERNATIONAL</xs:documentation>
   
<xs:documentation>SGMO=SANGAMO BIOSCIENCES</xs:documentation>
   
<xs:documentation>SGP=SCHERING-PLOUGH</xs:documentation>
   
<xs:documentation>SH=PROSHARES SHORT S&amp;P 500</xs:documentation>
   
<xs:documentation>SHI=SINOPEC SHANGHAI PETROCHEMICAL CO.</xs:documentation>
   
<xs:documentation>SHLD=SEARS</xs:documentation>
   
<xs:documentation>SHPG=SHIRE PLC.</xs:documentation>
   
<xs:documentation>SHV=ISHARES BARCLAYS SHORT TREASURY BOND FUND</xs:documentation>
   
<xs:documentation>SHW=SHERWIN-WILLIAMS</xs:documentation>
   
<xs:documentation>SHY=ISHARES BARCLAYS 1-3 YEAR TREASURY BOND FUND</xs:documentation>
   
<xs:documentation>SHZ=CHINA SHEN ZHOU MINING &amp; RESOURCES</xs:documentation>
   
<xs:documentation>SI=SIEMENS AG</xs:documentation>
   
<xs:documentation>SIAL=SIGMA-ALDRICH</xs:documentation>
   
<xs:documentation>SIG=SIGNET JEWELERS LTD</xs:documentation>
   
<xs:documentation>SIGA=SIGA TECHNOLOGIES</xs:documentation>
   
<xs:documentation>SIGI=SELECTIVE INSURANCE GROUP</xs:documentation>
   
<xs:documentation>SIGM=SIGMA DESIGNS</xs:documentation>
   
<xs:documentation>SII=SMITH INT'L</xs:documentation>
   
<xs:documentation>SIMO=SILICON MOTION TECHNOLOGY CORP</xs:documentation>
   
<xs:documentation>SINA=SINA CORPORATION</xs:documentation>
   
<xs:documentation>SIRF=SIRF TECHNOLOGY HOLDINGS</xs:documentation>
   
<xs:documentation>SIRI=SIRIUS XM RADIO</xs:documentation>
   
<xs:documentation>SIVB=SVB FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>SIX=SIX FLAGS ENTERTAINMENT CORPORATION</xs:documentation>
   
<xs:documentation>SJM=J.M. SMUCKER</xs:documentation>
   
<xs:documentation>SJT=SAN JUAN BASIN ROYALTY TRUST</xs:documentation>
   
<xs:documentation>SKF=PROSHARES ULTRASHORT FINANCIALS</xs:documentation>
   
<xs:documentation>SKM=SK TELECOM</xs:documentation>
   
<xs:documentation>SKS=SAKS</xs:documentation>
   
<xs:documentation>SKT=TANGER FACTORY OUTLET CENTERS</xs:documentation>
   
<xs:documentation>SKUL=SKULLCANDY</xs:documentation>
   
<xs:documentation>SKX=SKECHERS U.S.A.</xs:documentation>
   
<xs:documentation>SLAB=SILICON LABORATORIES</xs:documentation>
   
<xs:documentation>SLB=SCHLUMBERGER</xs:documentation>
   
<xs:documentation>SLE=SARA LEE</xs:documentation>
   
<xs:documentation>SLF=SUN LIFE FINANCIAL</xs:documentation>
   
<xs:documentation>SLG=SL GREEN REALTY</xs:documentation>
   
<xs:documentation>SLGN=SILGAN HONDINGS INC.</xs:documentation>
   
<xs:documentation>SLM=SLM</xs:documentation>
   
<xs:documentation>SLT=STERLITE INDUSTRIES INDI.</xs:documentation>
   
<xs:documentation>SLV=ISHARES SILVER TRUST</xs:documentation>
   
<xs:documentation>SLW=SILVER WHEATON</xs:documentation>
   
<xs:documentation>SLX=MARKET VECTORS - STEEL INDEX E</xs:documentation>
   
<xs:documentation>SMG=SCOTTS MIRACLE-GRO</xs:documentation>
   
<xs:documentation>SMH=MARKET VECTORS SEMICONDUCTOR ETF</xs:documentation>
   
<xs:documentation>SMHG=SANDERS MORRIS HARRIS GROUP</xs:documentation>
   
<xs:documentation>SMN=ULTRASHORT BASIC MATERIALS PROSHARES</xs:documentation>
   
<xs:documentation>SMSI=SMITH MICRO SOFTWARE INC.</xs:documentation>
   
<xs:documentation>SNA=SNAP-ON</xs:documentation>
   
<xs:documentation>SNBC=SUN BANCORP</xs:documentation>
   
<xs:documentation>SNDA=SHANDA INTERACTIVE ENTERTAINMENT</xs:documentation>
   
<xs:documentation>SNDK=SAN DISK</xs:documentation>
   
<xs:documentation>SNE=SONY</xs:documentation>
   
<xs:documentation>SNI=SCRIPPS NETWORKS INTERACTIVE</xs:documentation>
   
<xs:documentation>SNN=SMITH &amp; NEPHEW PLC</xs:documentation>
   
<xs:documentation>SNP=CHINA PETROLEUM &amp; CHEMICAL CO.</xs:documentation>
   
<xs:documentation>SNTA=SYNTA PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>SNV=SYNOVUS FINANCIAL</xs:documentation>
   
<xs:documentation>SNY=SANOFI-AVENTIS</xs:documentation>
   
<xs:documentation>SO=SOUTHERN</xs:documentation>
   
<xs:documentation>SODA=SODASTREAM INTERNATIONAL LTD.</xs:documentation>
   
<xs:documentation>SOL=RENESOLA LTD</xs:documentation>
   
<xs:documentation>SOLF=SOLARFUN POWER HOLDINGS-SPON  ADR</xs:documentation>
   
<xs:documentation>SOLR=GT SOLAR INTERNATIONAL</xs:documentation>
   
<xs:documentation>SOMX=SOMAXON PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>SONC=SONIC</xs:documentation>
   
<xs:documentation>SOV=SOVEREIGN BANCORP</xs:documentation>
   
<xs:documentation>SOXX=ISHARES PHLXX SOX SEMICONDUCTOR INDEX</xs:documentation>
   
<xs:documentation>SPC=ST. PAUL COMPANIES</xs:documentation>
   
<xs:documentation>SPF=STANDARD PACIFIC</xs:documentation>
   
<xs:documentation>SPG=SIMON PROPERTY GROUP</xs:documentation>
   
<xs:documentation>SPIL=SILICONWARE PRECISION</xs:documentation>
   
<xs:documentation>SPLS=STAPLES</xs:documentation>
   
<xs:documentation>SPPI=SPECTRUM PHARMACEUTICAL</xs:documentation>
   
<xs:documentation>SPRD=SPREADTRUM COMMUNICATIONS</xs:documentation>
   
<xs:documentation>SPWB=SUNPOOWER CORPORATION - CL. B.</xs:documentation>
   
<xs:documentation>SPWR=SUNPOWER</xs:documentation>
   
<xs:documentation>SPXU=PROSHARES ULTPRO SHORT S&amp;P 500</xs:documentation>
   
<xs:documentation>SPY=S&amp;P 500 ETF</xs:documentation>
   
<xs:documentation>SQM=CHEMICAL &amp; MINING COMPANY OF CHILE S.A. - ADR</xs:documentation>
   
<xs:documentation>SQNM=SEQUENOM INC</xs:documentation>
   
<xs:documentation>SRCE=1ST SOURCE</xs:documentation>
   
<xs:documentation>SRCL=STERICYCLE INC.</xs:documentation>
   
<xs:documentation>SRDX=SURMODICS INC</xs:documentation>
   
<xs:documentation>SRE=SEMPRA ENERGY</xs:documentation>
   
<xs:documentation>SRPT=SAREPTA THERAPEUTICS INC.</xs:documentation>
   
<xs:documentation>SRS=PROSHARES ULTRASHORT REAL ESTATE</xs:documentation>
   
<xs:documentation>SRZ=SUNRISE SENIOR LIVING</xs:documentation>
   
<xs:documentation>SSD=SIMPSON MANUFACTURING CO</xs:documentation>
   
<xs:documentation>SSG=PROSHARES ULTRASHORT SEMICONDU</xs:documentation>
   
<xs:documentation>SSO=ULTRA S&amp;P 500 PROSHARES</xs:documentation>
   
<xs:documentation>SSP=E.W. SCRIPPS</xs:documentation>
   
<xs:documentation>SSRI=SILVER STANDARD RESOURCES</xs:documentation>
   
<xs:documentation>SSW=SEASPAN CORPORATION</xs:documentation>
   
<xs:documentation>SSYS=STRATASYS INC</xs:documentation>
   
<xs:documentation>STA=ST. PAUL TRAVELERS</xs:documentation>
   
<xs:documentation>STAR=STARENT NETWORKS</xs:documentation>
   
<xs:documentation>STBA=S&amp;T BANCORP</xs:documentation>
   
<xs:documentation>STC=STEWART INFORMATION SERVICES</xs:documentation>
   
<xs:documentation>STE=STERIS CORP.</xs:documentation>
   
<xs:documentation>STEC=STEC</xs:documentation>
   
<xs:documentation>STEI=STEWART ENTERPRISES INC.</xs:documentation>
   
<xs:documentation>STEL=STELLARONE</xs:documentation>
   
<xs:documentation>STFC=STATE AUTO FINANCIAL</xs:documentation>
   
<xs:documentation>STI=SUNTRUST BANKS</xs:documentation>
   
<xs:documentation>STJ=ST JUDE MEDICAL</xs:documentation>
   
<xs:documentation>STL=STERLING BANCORP - N Y</xs:documentation>
   
<xs:documentation>STLD=STEEL DYNAMICS</xs:documentation>
   
<xs:documentation>STM=STMICROELECTRONICS NV</xs:documentation>
   
<xs:documentation>STP=SUNTECH POWER</xs:documentation>
   
<xs:documentation>STR=QUESTAR</xs:documentation>
   
<xs:documentation>STRA=STRAYER EDUCATION INC.</xs:documentation>
   
<xs:documentation>STSA=STERLING FINANCIAL</xs:documentation>
   
<xs:documentation>STT=STATE STREET</xs:documentation>
   
<xs:documentation>STU=STUDENT LOAN</xs:documentation>
   
<xs:documentation>STWD=STARWOOD PROPERTY TRUST INC.</xs:documentation>
   
<xs:documentation>STX=SEAGATE TECHNOLOGY</xs:documentation>
   
<xs:documentation>STXS=STEREOTAXIS</xs:documentation>
   
<xs:documentation>STZ=CONSTELLATION BRANDS</xs:documentation>
   
<xs:documentation>SU=SUNCOR ENERGY</xs:documentation>
   
<xs:documentation>SUBK=SUFFOLK BANCORP</xs:documentation>
   
<xs:documentation>SUI=SUN COMMUNITIES</xs:documentation>
   
<xs:documentation>SUN=SUNOCO</xs:documentation>
   
<xs:documentation>SUNW=SUN MICROSYSTEMS</xs:documentation>
   
<xs:documentation>SUPN=SUPEMUS PHARMACEUTICALS INC.</xs:documentation>
   
<xs:documentation>SUPR=SUPERIOR BANCORP</xs:documentation>
   
<xs:documentation>SUR=CNA SURETY</xs:documentation>
   
<xs:documentation>SUSQ=SUSQUEHANNA BANCSHARES</xs:documentation>
   
<xs:documentation>SVA=SINOVAC BIOTECH</xs:documentation>
   
<xs:documentation>SVM=SILVERCORP METALS INC.</xs:documentation>
   
<xs:documentation>SVNT=SAVIENT PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>SVU=SUPERVALU</xs:documentation>
   
<xs:documentation>SWC=STILLWATER MINING</xs:documentation>
   
<xs:documentation>SWFT=SWIFT TRANSPORTATION CO.</xs:documentation>
   
<xs:documentation>SWHC=SMITH &amp; WESSON HOLDING CORP.</xs:documentation>
   
<xs:documentation>SWI=SOLARWINDS</xs:documentation>
   
<xs:documentation>SWIM=THINKORSWIM GROUP</xs:documentation>
   
<xs:documentation>SWIR=SIERRA WIRELESS</xs:documentation>
   
<xs:documentation>SWK=THE STANLEY WORKS</xs:documentation>
   
<xs:documentation>SWKS=SKYWORKS SOLUTIONS</xs:documentation>
   
<xs:documentation>SWN=SOUTHWESTERN ENERGY</xs:documentation>
   
<xs:documentation>SWS=SWS GROUP</xs:documentation>
   
<xs:documentation>SWSH=SWISHER HYGIENE INC.</xs:documentation>
   
<xs:documentation>SWY=SAFEWAY</xs:documentation>
   
<xs:documentation>SXE=SOUTHCROSS ENERGY PARTNERS LP</xs:documentation>
   
<xs:documentation>SXL=SUNOCO LOGISTICS PARTNERS LP</xs:documentation>
   
<xs:documentation>SXT=SENSIENT TECHNOLOGIES CORP.</xs:documentation>
   
<xs:documentation>SYBT=S.Y. BANCORP</xs:documentation>
   
<xs:documentation>SYK=STRYKER</xs:documentation>
   
<xs:documentation>SYKE=SYKES ENTERPRISES INC.</xs:documentation>
   
<xs:documentation>SYMC=SYMANTEC</xs:documentation>
   
<xs:documentation>SYNA=SYNAPTICS</xs:documentation>
   
<xs:documentation>SYX=SYSTEMAX INC.</xs:documentation>
   
<xs:documentation>SYY=SYSCO</xs:documentation>
   
<xs:documentation>T=AT&amp;T</xs:documentation>
   
<xs:documentation>TAM=TAM SA</xs:documentation>
   
<xs:documentation>TAN=GUGGENHEIM SOLAR ETF</xs:documentation>
   
<xs:documentation>TAP=MOLSON COORS BREWING</xs:documentation>
   
<xs:documentation>TARO=TARO PHARMACEUTICAL INDUSTRIES LTD.</xs:documentation>
   
<xs:documentation>TASR=TASER INTERNATIONAL</xs:documentation>
   
<xs:documentation>TAXI=MEDALLION FINANCIAL</xs:documentation>
   
<xs:documentation>TBF=PROSHARES SHORT 20+ YEAR TREASURY</xs:documentation>
   
<xs:documentation>TBSI=TBS INTERNATIONAL</xs:documentation>
   
<xs:documentation>TBT=PROSHARES ULTRASH 20+ YEAR TR.</xs:documentation>
   
<xs:documentation>TCB=TCF FINANCIAL</xs:documentation>
   
<xs:documentation>TCBI=TEXAS CAPITAL BANCSHARES</xs:documentation>
   
<xs:documentation>TCBK=TRICO BANCSHARES</xs:documentation>
   
<xs:documentation>TCK=TECK RESOURCES LTD.</xs:documentation>
   
<xs:documentation>TCLP=TC PIPELINES</xs:documentation>
   
<xs:documentation>TCO=TAUBMAN CENTERS INC.</xs:documentation>
   
<xs:documentation>TCS=THE CONTAINER STORE GROUP INC.</xs:documentation>
   
<xs:documentation>TD=TORONTO-DOMINION BANK</xs:documentation>
   
<xs:documentation>TDC=TERADATA</xs:documentation>
   
<xs:documentation>TDSC=3D SYSTEMS</xs:documentation>
   
<xs:documentation>TE=TECO ENERGY</xs:documentation>
   
<xs:documentation>TEA=TEAVANA HOLDINGS</xs:documentation>
   
<xs:documentation>TEF=TELEFONICA</xs:documentation>
   
<xs:documentation>TEG=INTEGRYS ENERGY</xs:documentation>
   
<xs:documentation>TEL=TYCO ELECTRONICS</xs:documentation>
   
<xs:documentation>TER=TERADYNE</xs:documentation>
   
<xs:documentation>TEVA=TEVA PHARMACEUTICAL</xs:documentation>
   
<xs:documentation>TEX=TEREX CORP.</xs:documentation>
   
<xs:documentation>TFI=SPDR BARCLAYS CAPITAL MUNICIPAL BOND</xs:documentation>
   
<xs:documentation>TFM=THE FRESH MARKET INC.</xs:documentation>
   
<xs:documentation>TFSL=TFS FINANCIAL</xs:documentation>
   
<xs:documentation>TGP=TEEKAY LNG PARTNERS L.P.</xs:documentation>
   
<xs:documentation>TGT=TARGET</xs:documentation>
   
<xs:documentation>THC=TENET HEALTHCARE</xs:documentation>
   
<xs:documentation>THE=TODCO</xs:documentation>
   
<xs:documentation>THG=THE HANOVER INSURANCE GROUP</xs:documentation>
   
<xs:documentation>THQI=THQ INC.</xs:documentation>
   
<xs:documentation>THRX=THERAVANCE INC</xs:documentation>
   
<xs:documentation>THS=TREEHOUSE FOODS INC.</xs:documentation>
   
<xs:documentation>TI=TELECOM ITALIA S.P.A</xs:documentation>
   
<xs:documentation>TIBX=TIBCO SOFTWARE</xs:documentation>
   
<xs:documentation>TIE=TITANIUM METALS</xs:documentation>
   
<xs:documentation>TIF=TIFFANY</xs:documentation>
   
<xs:documentation>TII=TELMX INTERNACIONAL SAB DE CV</xs:documentation>
   
<xs:documentation>TIN=TEMPLE-INLAND</xs:documentation>
   
<xs:documentation>TIP=ISHARES BARCLAYS TIPS BOND</xs:documentation>
   
<xs:documentation>TIVO=TIVO</xs:documentation>
   
<xs:documentation>TJX=TJX COMPANIES</xs:documentation>
   
<xs:documentation>TLAB=TELLABS</xs:documentation>
   
<xs:documentation>TLB=THE TALBOTS</xs:documentation>
   
<xs:documentation>TLLP=TESORO LOGISTICS LP</xs:documentation>
   
<xs:documentation>TLM=TALISMAN ENERGY</xs:documentation>
   
<xs:documentation>TLO=SPDR BARCLAYS CAPITAL LONG TERM TRESURY</xs:documentation>
   
<xs:documentation>TLT=IHARES LEHMAN 20+ YEAR TREASURY BOND FUND</xs:documentation>
   
<xs:documentation>TM=TOYOTA MOTOR CORP.</xs:documentation>
   
<xs:documentation>TMCV=TEMECULA VALLEY BANCORP</xs:documentation>
   
<xs:documentation>TMF=DIREXION DAILY 20 YEAR PLUS TREASURY BULL 3X SHARES</xs:documentation>
   
<xs:documentation>TMK=TORCHMARK</xs:documentation>
   
<xs:documentation>TMO=THERMO FISHER SCIENTIFIC</xs:documentation>
   
<xs:documentation>TMP=TOMPKINS FINANCIAL</xs:documentation>
   
<xs:documentation>TMUS=T MOBILE US INC.</xs:documentation>
   
<xs:documentation>TMV=DIREXION DAILY 20 YEAR PLUS TREASURY BEAR 3X SHARES</xs:documentation>
   
<xs:documentation>TMX=TELEFONOS DE MEXICO SA DE CV</xs:documentation>
   
<xs:documentation>TNA=DIREXION DAILY SMALL CAP BULL 3X SHARES</xs:documentation>
   
<xs:documentation>TNK=TEEKAY TANKERS LTD</xs:documentation>
   
<xs:documentation>TNP=TSAKOS ENERGY NAVIGATION</xs:documentation>
   
<xs:documentation>TOL=TOLL BROTHERS</xs:documentation>
   
<xs:documentation>TONE=TIERONE</xs:documentation>
   
<xs:documentation>TOO=TEEKAY OFFSHORE PARTNERS L.P.</xs:documentation>
   
<xs:documentation>TOT=TOTAL</xs:documentation>
   
<xs:documentation>TOWN=TOWNBANK</xs:documentation>
   
<xs:documentation>TPX=TEMPUR PEDIC INTERNATIONAL</xs:documentation>
   
<xs:documentation>TQNT=TRIQUINT SEMICONDUCTOR INC.</xs:documentation>
   
<xs:documentation>TRA=TERRA INDUSTRIES</xs:documentation>
   
<xs:documentation>TRAD=TRADESTATION GROUP</xs:documentation>
   
<xs:documentation>TRB=TRIBUNE</xs:documentation>
   
<xs:documentation>TREX=TREX COMPANY INC</xs:documentation>
   
<xs:documentation>TRH=TRANSATLANTIC HOLDINGS</xs:documentation>
   
<xs:documentation>TRI=THOMSON REUTERS</xs:documentation>
   
<xs:documentation>TRID=TRIDENT MICROSYSTEMS</xs:documentation>
   
<xs:documentation>TRIP=TRIPADVISOR</xs:documentation>
   
<xs:documentation>TRLG=TRUE RELIGION APPAREL</xs:documentation>
   
<xs:documentation>TRMA=TRICO MARINE SERVICES</xs:documentation>
   
<xs:documentation>TRMB=TRIMBLE NAVIGATION LTD.</xs:documentation>
   
<xs:documentation>TRMK=TRUSTMARK</xs:documentation>
   
<xs:documentation>TRMS=TRIMERIS</xs:documentation>
   
<xs:documentation>TRN=TRINITY INDUSTRIES INC.</xs:documentation>
   
<xs:documentation>TROW=T. ROWE PRICE GROUP</xs:documentation>
   
<xs:documentation>TRP=TRANSCANADA CORP</xs:documentation>
   
<xs:documentation>TRST=TRUSTCO BANK CORP NY</xs:documentation>
   
<xs:documentation>TRV=THE TRAVELERS COMPANIES</xs:documentation>
   
<xs:documentation>TRW=TRW AUTOMOTIVE HOLDINGS CORP</xs:documentation>
   
<xs:documentation>TS=TENARIS S.A. - ADR</xs:documentation>
   
<xs:documentation>TSCO=TRACTOR SUPPLY COMPANY</xs:documentation>
   
<xs:documentation>TSFG=THE SOUTH FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>TSG=SABRE HOLDINGS</xs:documentation>
   
<xs:documentation>TSL=TRINA SOLAR</xs:documentation>
   
<xs:documentation>TSLA=TESLA MOTORS</xs:documentation>
   
<xs:documentation>TSM=TAIWAN SEMICONDUCTOR-SP ADR</xs:documentation>
   
<xs:documentation>TSN=TYSONS FOODS</xs:documentation>
   
<xs:documentation>TSO=TESORO</xs:documentation>
   
<xs:documentation>TSRA=TESSERA TECHNOLOGIES</xs:documentation>
   
<xs:documentation>TSS=TOTAL SYSTEMS SERVICES</xs:documentation>
   
<xs:documentation>TSTC=TELESTONE TECHNOLOGIES CORPORATION</xs:documentation>
   
<xs:documentation>TSU=TIM PARTICIPACOES SA</xs:documentation>
   
<xs:documentation>TTC=TORO CO</xs:documentation>
   
<xs:documentation>TTM=TATA MOTORS</xs:documentation>
   
<xs:documentation>TTWO=TAKE-TWO INTERACTIVE SOFTWARE</xs:documentation>
   
<xs:documentation>TUZ=PIMCO 1-3 YEAR U.S. TREASURY INDEX FUND</xs:documentation>
   
<xs:documentation>TV=GRUPO TELEVISA</xs:documentation>
   
<xs:documentation>TWC=TIME WARNER CABLE</xs:documentation>
   
<xs:documentation>TWGP=TOWER GROUP</xs:documentation>
   
<xs:documentation>TWM=ULTRASHORT RUSSELL 2000 PROSHARES</xs:documentation>
   
<xs:documentation>TWO=TWO HARBORS INVESTMENT CORP.</xs:documentation>
   
<xs:documentation>TWTR=TWITTER</xs:documentation>
   
<xs:documentation>TWX=TIME WARNER</xs:documentation>
   
<xs:documentation>TX=TERNIUM SA</xs:documentation>
   
<xs:documentation>TXI=TEXAS INDUSTRIES</xs:documentation>
   
<xs:documentation>TXN=TEXAS INSTRUMENTS</xs:documentation>
   
<xs:documentation>TXRH=TEXAS ROADHOUSE INC.</xs:documentation>
   
<xs:documentation>TXT=TEXTRON</xs:documentation>
   
<xs:documentation>TXTR=TEXTURA CORP</xs:documentation>
   
<xs:documentation>TXU=TXU</xs:documentation>
   
<xs:documentation>TYC=TYCO INTERNATIONAL</xs:documentation>
   
<xs:documentation>TYD=DIREXION DAILY 10-YEAR TREASURY BULL 3X SHARE</xs:documentation>
   
<xs:documentation>TYH=DIREXION DAILY TECHNOLOGY</xs:documentation>
   
<xs:documentation>TYO=DIREXION DAILY 7-10 YR TRSY 3X SHRS</xs:documentation>
   
<xs:documentation>TYP=DIREXION DAILY TECHNOLOGY BEAR</xs:documentation>
   
<xs:documentation>TZA=DIREXION DAILY SMALL CAP BEAR 3X SHARES</xs:documentation>
   
<xs:documentation>TZOO=TRAVELZOO INC.</xs:documentation>
   
<xs:documentation>UA=UNDER ARMOUR</xs:documentation>
   
<xs:documentation>UAL=UNITED CONTINENTAL HOLDINGS</xs:documentation>
   
<xs:documentation>UAM=UNIVERSAL AMERICAN</xs:documentation>
   
<xs:documentation>UAUA=UAL CORP.</xs:documentation>
   
<xs:documentation>UB=UNIONBANCAL</xs:documentation>
   
<xs:documentation>UBNT=UBIQUITI NETWORKS INC.</xs:documentation>
   
<xs:documentation>UBS=UBS AG</xs:documentation>
   
<xs:documentation>UBSH=UNION BANKSHARES</xs:documentation>
   
<xs:documentation>UBSI=UNITED BANKSHARES</xs:documentation>
   
<xs:documentation>UCBH=UCBH HOLDINGS</xs:documentation>
   
<xs:documentation>UCBI=UNITED COMMUNITY BANKS</xs:documentation>
   
<xs:documentation>UCFC=UNITED COMMUNITY FINANCIAL</xs:documentation>
   
<xs:documentation>UCL=UNOCAL</xs:documentation>
   
<xs:documentation>UCO=ULTRA DJ-AIG CRUDE OIL</xs:documentation>
   
<xs:documentation>UDN=POWERSHARES DB US DOLLAR INDEX BEARISH</xs:documentation>
   
<xs:documentation>UDR=UDR</xs:documentation>
   
<xs:documentation>UFCS=UNITED FIRE CASUALTY</xs:documentation>
   
<xs:documentation>UGA=UNITED STATES GASOLINE FUND</xs:documentation>
   
<xs:documentation>UGI=UGI CORP</xs:documentation>
   
<xs:documentation>UGL=PROSHARES ULTRA GOLD</xs:documentation>
   
<xs:documentation>UGP=ULTRAPAR PARTICIPACOES SA</xs:documentation>
   
<xs:documentation>UIL=UIL HOLDINGS</xs:documentation>
   
<xs:documentation>UIS=UNISYS CORP.</xs:documentation>
   
<xs:documentation>ULTI=ULTIMATE SOFTWARE GROUP INC.</xs:documentation>
   
<xs:documentation>UMBF=UMB FINANCIAL</xs:documentation>
   
<xs:documentation>UMPQ=UMPQUA HOLDINGS</xs:documentation>
   
<xs:documentation>UN=UNILEVER N.V.</xs:documentation>
   
<xs:documentation>UNFI=UNITED NATURAL FOODS INC.</xs:documentation>
   
<xs:documentation>UNG=U.S. NATURAL GAS FUND LP</xs:documentation>
   
<xs:documentation>UNH=UNITEDHEALTH GROUP</xs:documentation>
   
<xs:documentation>UNM=UNUMPROVIDENT</xs:documentation>
   
<xs:documentation>UNP=UNION PACIFIC</xs:documentation>
   
<xs:documentation>UNXL=UNI-PIXEL INC.</xs:documentation>
   
<xs:documentation>UPL=ULTRA PETROLEUM</xs:documentation>
   
<xs:documentation>UPRO=PROSHARES ULTRA PRO S&amp;P 500</xs:documentation>
   
<xs:documentation>UPS=UNITED PARCEL SERVICE</xs:documentation>
   
<xs:documentation>URBN=URBAN OUTFITTERS</xs:documentation>
   
<xs:documentation>URE=PROSHARES ULTRA REAL ESTATE</xs:documentation>
   
<xs:documentation>USA=LIBERTY ALL-STAR EQUITY FUND</xs:documentation>
   
<xs:documentation>USB=U.S. BANCORP</xs:documentation>
   
<xs:documentation>USCI=UNITED STATES COMMODITY INDEX FUND</xs:documentation>
   
<xs:documentation>USD=PROSHARES ULTRA SEMICONDUCTORS</xs:documentation>
   
<xs:documentation>USG=USG</xs:documentation>
   
<xs:documentation>USL=US 12 MONTH OIL FUND LP</xs:documentation>
   
<xs:documentation>USO=UNITED STATES OIL FUND</xs:documentation>
   
<xs:documentation>UST=UST</xs:documentation>
   
<xs:documentation>USU=USEC</xs:documentation>
   
<xs:documentation>UTA=UNIVERSAL TRAVEL GROUP</xs:documentation>
   
<xs:documentation>UTHR=UNITED THERAPEUTICS</xs:documentation>
   
<xs:documentation>UTR=UNITRIN</xs:documentation>
   
<xs:documentation>UTX=UNITED TECHNOLOGIES</xs:documentation>
   
<xs:documentation>UUP=POWERSHARES DB US DOLLAR BULLISH FUND</xs:documentation>
   
<xs:documentation>UVN=UNIVISION COMMUNICATIONS</xs:documentation>
   
<xs:documentation>UVV=UNIVERSAL CORP.</xs:documentation>
   
<xs:documentation>UVXY=PROSHARES ULTRA VIX SHORT-TERM FUTURES</xs:documentation>
   
<xs:documentation>UWM=PROSHARES ULTRA RUSSELL 2000</xs:documentation>
   
<xs:documentation>UXI=PROSHARES ULTRA INDUSTRIALS</xs:documentation>
   
<xs:documentation>UYG=ULTRA FINANCIALS PROSHARES</xs:documentation>
   
<xs:documentation>UYM=ULTRA BASIC MATERIALS PROSHARES</xs:documentation>
   
<xs:documentation>V=VISA</xs:documentation>
   
<xs:documentation>VALE=VALE S.A.</xs:documentation>
   
<xs:documentation>VAR=VARIAN MEDICAL SYSTEMS</xs:documentation>
   
<xs:documentation>VB=VANGUARD SMALL-CAP ETF</xs:documentation>
   
<xs:documentation>VCBI=VIRGINIA COMMERCE BANCORP</xs:documentation>
   
<xs:documentation>VCIT=VANGUARD INTERMEDIATE TERM CORPORATE BOND</xs:documentation>
   
<xs:documentation>VCLK=VALUECLICK</xs:documentation>
   
<xs:documentation>VCLT=VANGUARD LONG TERM CORPORATE BOND</xs:documentation>
   
<xs:documentation>VCSH=VANGUARD SHORT TERM CORPORATE BOND</xs:documentation>
   
<xs:documentation>VDE=VANGUARD ENERGY ETF</xs:documentation>
   
<xs:documentation>VE=VEOLIA ENVIRONNEMENT - ADR</xs:documentation>
   
<xs:documentation>VEA=VANGUARD EUROPE PACIFIC ETF</xs:documentation>
   
<xs:documentation>VECO=VEECO INSTRUMENTS</xs:documentation>
   
<xs:documentation>VEU=VANGUARD FTSE ALL-WORLD EX-US</xs:documentation>
   
<xs:documentation>VFC=V.F. CORP.</xs:documentation>
   
<xs:documentation>VGIT=VANGUARD INTERMEDIATE-TERM GOVERNMENT BOND ETF</xs:documentation>
   
<xs:documentation>VGK=VANGUARD EUROPEAN ETF</xs:documentation>
   
<xs:documentation>VGLT=VANGUARD LONG-TERM GOVERNMENT BOND ETF</xs:documentation>
   
<xs:documentation>VGR=VECTOR GROUP</xs:documentation>
   
<xs:documentation>VGSH=VANGUARD SHORT-TERM GOVERNMENT BOND ETF</xs:documentation>
   
<xs:documentation>VGT=VANGUARD INFORMATION TECHNOLOGY ETF</xs:documentation>
   
<xs:documentation>VHC=VIRNETX HOLDING CORPORATION</xs:documentation>
   
<xs:documentation>VIA=VIACOM Class A</xs:documentation>
   
<xs:documentation>VIAB=VIACOM</xs:documentation>
   
<xs:documentation>VICR=VICOR CORP.</xs:documentation>
   
<xs:documentation>VIG=VANGUARD DIVIDEND APPRECIATION</xs:documentation>
   
<xs:documentation>VIIX=VELOCITYSHARES DAILY LONG VIX SHORT TERM ETN</xs:documentation>
   
<xs:documentation>VIP=VIMPELCOM LTD.</xs:documentation>
   
<xs:documentation>VIV=TELEFONICA BRASIL SA</xs:documentation>
   
<xs:documentation>VIXY=PROSHARES VIX SHORT-TERM FUTURES ETF</xs:documentation>
   
<xs:documentation>VJET=VOXELJET AG</xs:documentation>
   
<xs:documentation>VLCC=KNIGHTSBRIDGE TANKERS</xs:documentation>
   
<xs:documentation>VLCM=VOLCOM INC.</xs:documentation>
   
<xs:documentation>VLO=VALERO ENERGY</xs:documentation>
   
<xs:documentation>VLP=VALERO ENERGY PARTNERS LP</xs:documentation>
   
<xs:documentation>VLY=VALLEY NATIONAL BANCORP</xs:documentation>
   
<xs:documentation>VMC=VULCAN MATERIALS</xs:documentation>
   
<xs:documentation>VMED=VIRGIN MEDIA</xs:documentation>
   
<xs:documentation>VMI=VALMONT INDUSTRIES INC.</xs:documentation>
   
<xs:documentation>VMW=VMWARE</xs:documentation>
   
<xs:documentation>VNDA=VANDA PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>VNO=VORNADO REALTY TRUST</xs:documentation>
   
<xs:documentation>VNQ=VANGUARD REIT INDEX ETF</xs:documentation>
   
<xs:documentation>VNR=VANGUARD NATURAL RESOURCES</xs:documentation>
   
<xs:documentation>VO=VANGUARD MID-CAP ETF</xs:documentation>
   
<xs:documentation>VOD=VODAFONE GROUP</xs:documentation>
   
<xs:documentation>VOLC=VOLCANO CORP.</xs:documentation>
   
<xs:documentation>VOO=VANGUARD S&amp;P 500</xs:documentation>
   
<xs:documentation>VPHM=VIROPHARMA INC.</xs:documentation>
   
<xs:documentation>VPRT=VISTAPRINT LIMITED</xs:documentation>
   
<xs:documentation>VR=VALIDUS HOLDINGS</xs:documentation>
   
<xs:documentation>VRSN=VERISIGN</xs:documentation>
   
<xs:documentation>VRTS=VERITAS SOFTWARE</xs:documentation>
   
<xs:documentation>VRTX=VERTEX PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>VRX=VALEANT PHARMACEUTICALS INTERNATIONAL</xs:documentation>
   
<xs:documentation>VSEA=VARIAN SEMICONDUCTOR EQUIPMENT ASSOCIATES</xs:documentation>
   
<xs:documentation>VSH=VISHAY INTERTECHNOLOGY</xs:documentation>
   
<xs:documentation>VTI=VANGUARD TOTAL STOCK MARKET ETF</xs:documentation>
   
<xs:documentation>VTR=VENTAS</xs:documentation>
   
<xs:documentation>VTV=VANGUARD VALUE ETF</xs:documentation>
   
<xs:documentation>VUG=VANGUARD GROWTH ETF</xs:documentation>
   
<xs:documentation>VV=VANGUARD LARGE CAP ETF</xs:documentation>
   
<xs:documentation>VVUS=VIVUS INC.</xs:documentation>
   
<xs:documentation>VWO=VANGUARD EMERGING MARKET ETF</xs:documentation>
   
<xs:documentation>VXX=IPATH S&amp;P 500 VIX SHORT TERM FUTURES ETN</xs:documentation>
   
<xs:documentation>VXZ=IPATH S&amp;P 500 VIX MID-TERM FUTURES ETN</xs:documentation>
   
<xs:documentation>VYM=VANGUARD HIGH DIVIDEND YIELD ETF</xs:documentation>
   
<xs:documentation>VZ=VERIZON COMMUNICATIONS</xs:documentation>
   
<xs:documentation>WAB=WESTINGHOUSE AIR BREAK TECH CO</xs:documentation>
   
<xs:documentation>WABC=WESTAMERICA BANCORPORATION</xs:documentation>
   
<xs:documentation>WAG=WALGREEN</xs:documentation>
   
<xs:documentation>WAL=WESTERN ALLIANCE BANCORPORATION</xs:documentation>
   
<xs:documentation>WASH=WASHINGTON TRUST BANCORP</xs:documentation>
   
<xs:documentation>WAT=WATERS</xs:documentation>
   
<xs:documentation>WB=WACHOVIA</xs:documentation>
   
<xs:documentation>WBCO=WASHINGTON BANKING</xs:documentation>
   
<xs:documentation>WBMD=WEBMD HEALTH CORP.</xs:documentation>
   
<xs:documentation>WBS=WEBSTER FINANCIAL</xs:documentation>
   
<xs:documentation>WCBO=WEST COAST BANCORP OREGON</xs:documentation>
   
<xs:documentation>WCG=WELLCARE HEALTH PLANS</xs:documentation>
   
<xs:documentation>WDC=WESTERN DIGITAL CORP.</xs:documentation>
   
<xs:documentation>WDR=WADDELL &amp; REED FINANCIAL</xs:documentation>
   
<xs:documentation>WDTI=WISDOMTREE MANAGED FUTURES STRATEGY FUND</xs:documentation>
   
<xs:documentation>WEC=WISCONSIN ENERGY</xs:documentation>
   
<xs:documentation>WEN=WENDY'S/ARBY'S GROUP</xs:documentation>
   
<xs:documentation>WERN=WERNER ENTERPRISES INC.</xs:documentation>
   
<xs:documentation>WES=WESTERN GAS PARTNERS LP</xs:documentation>
   
<xs:documentation>WFBC=WILLOW FINANCIAL BANCORP</xs:documentation>
   
<xs:documentation>WFC=WELLS FARGO</xs:documentation>
   
<xs:documentation>WFD=WESTFIELD FINANCIAL</xs:documentation>
   
<xs:documentation>WFMI=WHOLE FOODS MARKET</xs:documentation>
   
<xs:documentation>WFR=MEMC ELECTRONIC MATERIALS</xs:documentation>
   
<xs:documentation>WFSL=WASHINGTON FEDERAL</xs:documentation>
   
<xs:documentation>WFT=WEATHERFORD INTERNATIONAL</xs:documentation>
   
<xs:documentation>WGL=WGL HOLDINGS INC.</xs:documentation>
   
<xs:documentation>WGO=WINNEBAGO INDUSTRIES</xs:documentation>
   
<xs:documentation>WGP=WESTERN GAS EQUITY PARTNERS LP</xs:documentation>
   
<xs:documentation>WHQ=W-H ENERGY SERVICE</xs:documentation>
   
<xs:documentation>WHR=WHIRLPOOL CORP.</xs:documentation>
   
<xs:documentation>WIBC=WILSHIRE BANCORP</xs:documentation>
   
<xs:documentation>WIN=WINDSTREAM</xs:documentation>
   
<xs:documentation>WIRE=ENCORE WIRE CORPORATION</xs:documentation>
   
<xs:documentation>WIT=WIPRO LTD.</xs:documentation>
   
<xs:documentation>WL=WILMINGTON TRUST</xs:documentation>
   
<xs:documentation>WLK=WESTLAKE CHEMICAL CORP.</xs:documentation>
   
<xs:documentation>WLP=WELLPOINT</xs:documentation>
   
<xs:documentation>WLT=WALTER INDUSTRIES</xs:documentation>
   
<xs:documentation>WM=WASHINGTON MUTUAL</xs:documentation>
   
<xs:documentation>WMB=WILLIAMS COMPANIES</xs:documentation>
   
<xs:documentation>WMGI=WRIGHT MEDICAL GROUP</xs:documentation>
   
<xs:documentation>WMI=WASTE MANAGEMENT</xs:documentation>
   
<xs:documentation>WMT=WAL-MART STORES</xs:documentation>
   
<xs:documentation>WNR=WESTERN REFINING INC.</xs:documentation>
   
<xs:documentation>WOOF=VCA ANTECH INC.</xs:documentation>
   
<xs:documentation>WOR=WORTHINGTON INDUSTRIES</xs:documentation>
   
<xs:documentation>WPI=WATSON PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>WPRT=WESTPORT INNOVATIONS INC.</xs:documentation>
   
<xs:documentation>WPZ=WILLIAMS PARTNERS LP</xs:documentation>
   
<xs:documentation>WRB=W. R. BERKLEY</xs:documentation>
   
<xs:documentation>WRE=WASHINGTON REAL ESTATE INVEST</xs:documentation>
   
<xs:documentation>WRI=WEINGARTEN REALTY INVESTORS</xs:documentation>
   
<xs:documentation>WRLD=WORLD ACCEPTANCE</xs:documentation>
   
<xs:documentation>WSBC=WESBANCO</xs:documentation>
   
<xs:documentation>WSH=WILLIS GROUP HOLDINGS</xs:documentation>
   
<xs:documentation>WSM=WILLIAM-SONOMA</xs:documentation>
   
<xs:documentation>WSO=WATSCO INC.</xs:documentation>
   
<xs:documentation>WTFC=WINTRUST FINANCIAL</xs:documentation>
   
<xs:documentation>WTI=W&amp;T OFFSHORE</xs:documentation>
   
<xs:documentation>WTM=WHITE MOUNTAINS INSURANCE GROUP</xs:documentation>
   
<xs:documentation>WTNY=WHITNEY HOLDING</xs:documentation>
   
<xs:documentation>WTR=AQUA AMERICA</xs:documentation>
   
<xs:documentation>WTW=WEIGHT WATCHERS INTERNATIONAL INC.</xs:documentation>
   
<xs:documentation>WU=WESTERN UNION</xs:documentation>
   
<xs:documentation>WWY=WILLIAM WRIGLEY JR</xs:documentation>
   
<xs:documentation>WX=WUXI PHAMATECH INC. ( CAYMAN)</xs:documentation>
   
<xs:documentation>WXS=WRIGHT EXPRESS</xs:documentation>
   
<xs:documentation>WY=WEYERHAEUSER</xs:documentation>
   
<xs:documentation>WYE=WYETH</xs:documentation>
   
<xs:documentation>WYN=WYNDHAM WORLDWIDE</xs:documentation>
   
<xs:documentation>WYNN=WYNN RESORTS</xs:documentation>
   
<xs:documentation>X=UNITED STATES STEEL</xs:documentation>
   
<xs:documentation>KSE=KEYSPAN</xs:documentation>
   
<xs:documentation>KSP=K-SEA TRANSPORTATION PARTNERS</xs:documentation>
   
<xs:documentation>KSS=KOHL'S</xs:documentation>
   
<xs:documentation>KSU=KANSAS CITY SOUTHERN</xs:documentation>
   
<xs:documentation>KVA=K-V PHARMACEUTICAL COMPANY</xs:documentation>
   
<xs:documentation>KWK=QUICKSILVER RESOURCES INC</xs:documentation>
   
<xs:documentation>L=LOEWS CORPORATION</xs:documentation>
   
<xs:documentation>LAB=LABRANCHE</xs:documentation>
   
<xs:documentation>LAD=LITHIA MOTORS INC.</xs:documentation>
   
<xs:documentation>LAMR=LAMAR ADVERTISING COMPANY</xs:documentation>
   
<xs:documentation>LANC=LANCASTER COLONY CORP.</xs:documentation>
   
<xs:documentation>LAZ=LAZARD LTD.</xs:documentation>
   
<xs:documentation>LB=L BRANDS INC.</xs:documentation>
   
<xs:documentation>LBAI=LAKELAND BANCORP</xs:documentation>
   
<xs:documentation>LBTY=LIBERTY GLOBAL INC.</xs:documentation>
   
<xs:documentation>LCAV=LCA-VISION</xs:documentation>
   
<xs:documentation>LCC=US AIRWAYS GROUP</xs:documentation>
   
<xs:documentation>LDK=LDK SOLAR</xs:documentation>
   
<xs:documentation>LEA=LEAR CORPORATION</xs:documentation>
   
<xs:documentation>LEAP=LEAP WIRELESS INTERNATIONAL INC.</xs:documentation>
   
<xs:documentation>LECO=LINCOLN ELECTRIC HOLDINGS INC.</xs:documentation>
   
<xs:documentation>LEG=LEGGETT &amp; PLATT</xs:documentation>
   
<xs:documentation>LEH=LEHMAN BROTHERS</xs:documentation>
   
<xs:documentation>LEI=LUCAS ENERGY</xs:documentation>
   
<xs:documentation>LEN=LENNAR</xs:documentation>
   
<xs:documentation>LFC=CHINA LIFE INSURANCE CO-ADR</xs:documentation>
   
<xs:documentation>LFG=LANDAMERICA FINANCIAL</xs:documentation>
   
<xs:documentation>LFL=LAN AIRLINES S.A.</xs:documentation>
   
<xs:documentation>LGCY=LEGACY RESERVES</xs:documentation>
   
<xs:documentation>LGF=LIONS GATE ENTERTAINMENT</xs:documentation>
   
<xs:documentation>LH=LABORATORY CORPORATION OF AMERICA</xs:documentation>
   
<xs:documentation>LHO=LASALLE HOTEL PROPERTIES</xs:documentation>
   
<xs:documentation>LIFE=LIFE TECHNOLOGIES</xs:documentation>
   
<xs:documentation>LIHR=LIHIR GOLD LTD</xs:documentation>
   
<xs:documentation>LINE=LINN ENERGY LLC</xs:documentation>
   
<xs:documentation>LIWA=LIHUA INTERNATIONAL</xs:documentation>
   
<xs:documentation>LIZ=LIZ CLAIBORNE</xs:documentation>
   
<xs:documentation>LKFN=LAKELAND FINANCIAL</xs:documentation>
   
<xs:documentation>LLEN=L &amp; L ENERGY</xs:documentation>
   
<xs:documentation>LLL=L-3 COMMUNICATIONS HOLDINGS</xs:documentation>
   
<xs:documentation>LLT=LINEAR TECHNOLOGY CORPORATION</xs:documentation>
   
<xs:documentation>LLTC=LINEAR TECHNOLOGY</xs:documentation>
   
<xs:documentation>LLY=ELI LILLY</xs:documentation>
   
<xs:documentation>LM=LEGG MASON</xs:documentation>
   
<xs:documentation>LMT=LOCKHEED MARTIN</xs:documentation>
   
<xs:documentation>LNC=LINCOLN NATIONAL</xs:documentation>
   
<xs:documentation>LNCO=LINNCO LLC.</xs:documentation>
   
<xs:documentation>LNET=LODGENET INTERACTIVE</xs:documentation>
   
<xs:documentation>LNG=CHENIERE ENERGY</xs:documentation>
   
<xs:documentation>LNKD=LINKEDLN CORPORATION</xs:documentation>
   
<xs:documentation>LNN=LINDSAY</xs:documentation>
   
<xs:documentation>LO=LORILLARD</xs:documentation>
   
<xs:documentation>LOCM=LOCAL.COM</xs:documentation>
   
<xs:documentation>LOGI=LOGITECH INTERNATIONAL</xs:documentation>
   
<xs:documentation>LORL=LORAL SPACE &amp; COMMUNICATIONS INC.</xs:documentation>
   
<xs:documentation>LOW=LOWE'S</xs:documentation>
   
<xs:documentation>LPHI=LIFE PARTNERS HOLDINGS</xs:documentation>
   
<xs:documentation>LPL=LG.PHILIPS LCD</xs:documentation>
   
<xs:documentation>LPS=LENDER PROCESSING SERVICES</xs:documentation>
   
<xs:documentation>LPX=LOUISIANA-PACIFIC</xs:documentation>
   
<xs:documentation>LQD=ISHARES IBOXX $ INVEST GRADE CORP BOND</xs:documentation>
   
<xs:documentation>LQDT=LIQUIDITY SERVICES INC.</xs:documentation>
   
<xs:documentation>LRCX=LAM RESEARCH</xs:documentation>
   
<xs:documentation>LRN=K12</xs:documentation>
   
<xs:documentation>LRY=LIBERTY PROPERTY TRUST</xs:documentation>
   
<xs:documentation>LSI=LSI</xs:documentation>
   
<xs:documentation>LTC=LTC PROPERTIES INC.</xs:documentation>
   
<xs:documentation>LTD=LIMITED BRANDS</xs:documentation>
   
<xs:documentation>LTM=LIFE TIME FITNESS</xs:documentation>
   
<xs:documentation>LTR=LOEWS</xs:documentation>
   
<xs:documentation>LUK=LEUCADIA NATIONAL</xs:documentation>
   
<xs:documentation>LULU=LULULEMON ATHLETICA</xs:documentation>
   
<xs:documentation>LUV=SOUTHWEST AIRLINES CO.</xs:documentation>
   
<xs:documentation>LUX=LUXOTTICA GROUP</xs:documentation>
   
<xs:documentation>LVLT=LEVEL 3 COMMUNICATIONS</xs:documentation>
   
<xs:documentation>LVS=LAS VEGAS SANDS</xs:documentation>
   
<xs:documentation>LWC=SPDR BARCLAYS CAPITAL LONG TERM CORP BOND ETF</xs:documentation>
   
<xs:documentation>LXK=LEXMARK INTERNATIONAL</xs:documentation>
   
<xs:documentation>LXP=LEXINGTON REALTY TRUST</xs:documentation>
   
<xs:documentation>LXU=LSB INDUSTRIES</xs:documentation>
   
<xs:documentation>LYB=LYONDELLBASEL INDUSTRIES N.V.</xs:documentation>
   
<xs:documentation>LYG=LLOYDS TSB GROUP PLC -SP ADR</xs:documentation>
   
<xs:documentation>LYV=LIVE NATION ENTERTAINMENT</xs:documentation>
   
<xs:documentation>LZB=LA-Z-BOY</xs:documentation>
   
<xs:documentation>M=MACY'S</xs:documentation>
   
<xs:documentation>MA=MASTERCARD</xs:documentation>
   
<xs:documentation>MAC=THE MACERICH COMPANY</xs:documentation>
   
<xs:documentation>MAKO=MAKO SURGICAL CORP.</xs:documentation>
   
<xs:documentation>MAPP=MAP PHARMACEUTICALS INC.</xs:documentation>
   
<xs:documentation>MAR=MARRIOTT INT'L</xs:documentation>
   
<xs:documentation>MAS=MASCO</xs:documentation>
   
<xs:documentation>MASI=MASIMO CORP.</xs:documentation>
   
<xs:documentation>MAT=MATTEL</xs:documentation>
   
<xs:documentation>MATK=MARTEK BIOSCIENCES CORP</xs:documentation>
   
<xs:documentation>MBB=ISHARES BARCLAYS MBS BOND FUND</xs:documentation>
   
<xs:documentation>MBFI=MB FINANCIAL</xs:documentation>
   
<xs:documentation>MBI=MBIA</xs:documentation>
   
<xs:documentation>MBT=MOBILE TELESYSTEMS</xs:documentation>
   
<xs:documentation>MBWM=MERCANTILE BANK</xs:documentation>
   
<xs:documentation>MCBC=MACATAWA BANK</xs:documentation>
   
<xs:documentation>MCD=MCDONALDS</xs:documentation>
   
<xs:documentation>MCF=CONTANGO OIL &amp; GAS COMPANY</xs:documentation>
   
<xs:documentation>MCHP=MICROCHIP TECHNOLOGY</xs:documentation>
   
<xs:documentation>MCIP=MCI</xs:documentation>
   
<xs:documentation>MCK=MCKESSON</xs:documentation>
   
<xs:documentation>MCO=MOODY'S</xs:documentation>
   
<xs:documentation>MCP=MOLYCORP INC.</xs:documentation>
   
<xs:documentation>MCY=MERCURY GENERAL</xs:documentation>
   
<xs:documentation>MDAS=MEDASSETS</xs:documentation>
   
<xs:documentation>MDC=M.D.C. HOLDINGS</xs:documentation>
   
<xs:documentation>MDCO=THE MEDICINES</xs:documentation>
   
<xs:documentation>MDLG=MONDELEZ INTERNATIONAL INC.</xs:documentation>
   
<xs:documentation>MDP=MEREDITH</xs:documentation>
   
<xs:documentation>MDR=MCDERMOTT INTERNATIONAL</xs:documentation>
   
<xs:documentation>MDT=MEDTRONIC</xs:documentation>
   
<xs:documentation>MDTL=MEDIS TECHNOLOGIES</xs:documentation>
   
<xs:documentation>MDVN=MEDIVATION</xs:documentation>
   
<xs:documentation>MDY=MIDCAP SPDR TRUST</xs:documentation>
   
<xs:documentation>MEA=METALICO</xs:documentation>
   
<xs:documentation>MEDI=MEDIMMUNE</xs:documentation>
   
<xs:documentation>MEDT=MEETME INC.</xs:documentation>
   
<xs:documentation>MEDX=MEDAREX</xs:documentation>
   
<xs:documentation>MEE=MASSEY ENERGY</xs:documentation>
   
<xs:documentation>MEL=MELLON FINANCIAL</xs:documentation>
   
<xs:documentation>MELA=MELA SCIENCES</xs:documentation>
   
<xs:documentation>MELI=MERCADOLIBRE</xs:documentation>
   
<xs:documentation>MEMP=MEMORIAL PRODUCTION PARTNERS LP.</xs:documentation>
   
<xs:documentation>MEOH=METHANEX</xs:documentation>
   
<xs:documentation>MER=MERRILL LYNCH</xs:documentation>
   
<xs:documentation>MET=METLIFE</xs:documentation>
   
<xs:documentation>MF=MF GLOBAL</xs:documentation>
   
<xs:documentation>MFA=MFA MORTGAGE INVESTMENTS</xs:documentation>
   
<xs:documentation>MFC=MANULIFE FINANCIAL</xs:documentation>
   
<xs:documentation>MFE=MCAFEE</xs:documentation>
   
<xs:documentation>MFG=MIZUHO FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>MFN=MINEFINDERS</xs:documentation>
   
<xs:documentation>MGA=MAGNA INTERNATIONAL INC.</xs:documentation>
   
<xs:documentation>MGM=MGM RESORTS INTERNATIONAL</xs:documentation>
   
<xs:documentation>MGU=MACQUARIE GLOBAL INFASTRUCTURE TOTAL RETURN FUND</xs:documentation>
   
<xs:documentation>MHF=THE MCGRAW-HILL COMPANIES INC.</xs:documentation>
   
<xs:documentation>MHK=MOHAWK INDUSTRIES</xs:documentation>
   
<xs:documentation>MHLD=MAIDEN HOLDINGS</xs:documentation>
   
<xs:documentation>MHR=MAGNUM HUNTER RESOURCES CORP</xs:documentation>
   
<xs:documentation>MHS=MEDCO HEALTH SOLUTIONS</xs:documentation>
   
<xs:documentation>MI=MARSHALL &amp; ILSLEY</xs:documentation>
   
<xs:documentation>MIDD=MIDDLEBY CORP.</xs:documentation>
   
<xs:documentation>MIG=MEADOWBROOK INSURANCE GROUP</xs:documentation>
   
<xs:documentation>MIL=MILLIPORE</xs:documentation>
   
<xs:documentation>MIR=MIRANT</xs:documentation>
   
<xs:documentation>MITI=MICROMET</xs:documentation>
   
<xs:documentation>MJN=MEAD JOHNSON NUTRITION</xs:documentation>
   
<xs:documentation>MKC=MCCORMICK</xs:documentation>
   
<xs:documentation>MKL=MARKEL</xs:documentation>
   
<xs:documentation>MLM=MARTIN MARIETTA MATERIALS</xs:documentation>
   
<xs:documentation>MLNK=MODUSTLINK GLOBAL SOLUTIONS</xs:documentation>
   
<xs:documentation>MM=MILLENNIAL MEDIA</xs:documentation>
   
<xs:documentation>MMC=MARSH &amp; MCLENNAN</xs:documentation>
   
<xs:documentation>MMI=MOTOROLA MOBILITY HOLDINGS</xs:documentation>
   
<xs:documentation>MMM=3M</xs:documentation>
   
<xs:documentation>MMP=MAGELLAN MIDSTREAM PARTNERS LP</xs:documentation>
   
<xs:documentation>MMR=MCMORAN EXPLORATION</xs:documentation>
   
<xs:documentation>MNI=THE MCCLATCHY COMPANY</xs:documentation>
   
<xs:documentation>MNK=MALLINCKRODT PLC</xs:documentation>
   
<xs:documentation>MNKD=MANNKIND</xs:documentation>
   
<xs:documentation>MNST=MONSTER WORLDWIDE (NASDAQ)</xs:documentation>
   
<xs:documentation>MNTA=MOMENTA PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>MO=ALTRIA GROUP</xs:documentation>
   
<xs:documentation>MOH=MOLINA HEALTHCARE</xs:documentation>
   
<xs:documentation>MOLX=MOLEX</xs:documentation>
   
<xs:documentation>MON=MONSANTO CO.</xs:documentation>
   
<xs:documentation>MOO=MARKET VECTORS GLOBAL AGRIBUSINESS ETF</xs:documentation>
   
<xs:documentation>MORN=MORNINGSTAR</xs:documentation>
   
<xs:documentation>MOS=MOSIAC COMPANY</xs:documentation>
   
<xs:documentation>MOT=MOTOROLA</xs:documentation>
   
<xs:documentation>MOTR=MOTRICITY INC</xs:documentation>
   
<xs:documentation>MPC=MARATHON PETROLEUM CORPORATION</xs:documentation>
   
<xs:documentation>MPEL=MELCO PBL ENTERTAINMENT (MACAU)</xs:documentation>
   
<xs:documentation>MPLX=MPLX LP</xs:documentation>
   
<xs:documentation>MPW=MEDICAL PROPERTIES TRUST INC.</xs:documentation>
   
<xs:documentation>MR=MINDRAY MEDICAL INTERNATIONAL LIMITED</xs:documentation>
   
<xs:documentation>MRH=MONTPELIER RE HOLDINGS</xs:documentation>
   
<xs:documentation>MRK=MERCK</xs:documentation>
   
<xs:documentation>MRO=MARATHON OIL</xs:documentation>
   
<xs:documentation>MRVL=MARVELL TECHNOLOGY GROUP</xs:documentation>
   
<xs:documentation>MRX=MEDICIS PHARMACEUTICAL</xs:documentation>
   
<xs:documentation>MS=MORGAN STANLEY</xs:documentation>
   
<xs:documentation>MSA=MINE SAFETY APPLIANCES CO.</xs:documentation>
   
<xs:documentation>MSFG=MAINSOURCE FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>MSFT=MICROSOFT</xs:documentation>
   
<xs:documentation>MSI=MOTOROLA SOLUTIONS INC</xs:documentation>
   
<xs:documentation>MSO=MARTHA STEWART LIVING OMNIMEDIA</xs:documentation>
   
<xs:documentation>MSTR=MICROSTATEGY</xs:documentation>
   
<xs:documentation>MT=ARCELOR MITTAL</xs:documentation>
   
<xs:documentation>MTB=M&amp;T BANK</xs:documentation>
   
<xs:documentation>MTEX=MANNATECH</xs:documentation>
   
<xs:documentation>MTG=MGIC INVESTMENT</xs:documentation>
   
<xs:documentation>MTH=MERITAGE HOMES</xs:documentation>
   
<xs:documentation>MTL=MECHEL OAO - ADR</xs:documentation>
   
<xs:documentation>MTLQ=MOTORS LIQUIDATION</xs:documentation>
   
<xs:documentation>MTN=VAIL RESORTS</xs:documentation>
   
<xs:documentation>MTU=MITSUBISHI UFJ FINANCIAL</xs:documentation>
   
<xs:documentation>MTW=MANITOWOC</xs:documentation>
   
<xs:documentation>MTXX=MATRIXX INITIATIVES</xs:documentation>
   
<xs:documentation>MU=MICRON TECHNOLOGY</xs:documentation>
   
<xs:documentation>MUB=ISHARES NAT AMT FREE MUNI BOND FUND</xs:documentation>
   
<xs:documentation>MUR=MURPHY OIL CORP.</xs:documentation>
   
<xs:documentation>MVC=MVC CAPITAL</xs:documentation>
   
<xs:documentation>MVIS=MICROVISION INC</xs:documentation>
   
<xs:documentation>MVL=MARVEL ENTERTAINMENT</xs:documentation>
   
<xs:documentation>MVV=PROSHARES ULTRA MIDCAP400</xs:documentation>
   
<xs:documentation>MW=MEN'S WEARHOUSE INC.</xs:documentation>
   
<xs:documentation>MWA=MUELLER WATER PRODUCTS</xs:documentation>
   
<xs:documentation>MWD=MORGAN STANLEY DEAN WITTER</xs:documentation>
   
<xs:documentation>MWE=MARKWEST ENERGY PARTNERS LP</xs:documentation>
   
<xs:documentation>MWJ=DIREXION DAILY MID CAP BULL 3X SHARES</xs:documentation>
   
<xs:documentation>MWV=MEADWESTVACO</xs:documentation>
   
<xs:documentation>MWW=MONSTER WORLDWIDE</xs:documentation>
   
<xs:documentation>MXGL=MAX CAPITAL GROUP</xs:documentation>
   
<xs:documentation>MXI=ISHARES S&amp;P GLOBAL MATERIALS SECTOR INDEX FUND</xs:documentation>
   
<xs:documentation>MXIM=MAXIM INTEGRATED PRODUCTS</xs:documentation>
   
<xs:documentation>MYGN=MYRIAD GENETICS</xs:documentation>
   
<xs:documentation>MYL=MYLAN LABORATORIES</xs:documentation>
   
<xs:documentation>MZZ=PROSHARES ULTRASHORT MIDCAP400</xs:documentation>
   
<xs:documentation>N=NETSUITE</xs:documentation>
   
<xs:documentation>NAFC=NASH FINCH CO.</xs:documentation>
   
<xs:documentation>NAL=NEWALLIANCE BANCSHARES</xs:documentation>
   
<xs:documentation>NARA=NARA BANCORP</xs:documentation>
   
<xs:documentation>NAT=NORDIC AMERICAN TANKER SHIPPING</xs:documentation>
   
<xs:documentation>NATL=NATIONAL INTERSTATE</xs:documentation>
   
<xs:documentation>NAVG=NAVIGATORS GROUP</xs:documentation>
   
<xs:documentation>NBBC=NEWBRIDGE BANCORP</xs:documentation>
   
<xs:documentation>NBG=NATIONAL BANK OF GREECE</xs:documentation>
   
<xs:documentation>NBL=NOBLE ENERGY</xs:documentation>
   
<xs:documentation>NBR=NABORS INDUSTRIES</xs:documentation>
   
<xs:documentation>NBTB=NBT BANCORP</xs:documentation>
   
<xs:documentation>NCC=NATIONAL CITY</xs:documentation>
   
<xs:documentation>NCR=NCR CORPORATION</xs:documentation>
   
<xs:documentation>NCT=NEWCASTLE INVESTMENT CORP.</xs:documentation>
   
<xs:documentation>NDAQ=THE NASDAQ STOCK MARKET</xs:documentation>
   
<xs:documentation>NDSN=NORDSON CORP</xs:documentation>
   
<xs:documentation>NE=NOBLE CORP.</xs:documentation>
   
<xs:documentation>NEE=NEXTERA ENERGY</xs:documentation>
   
<xs:documentation>NEM=NEWMONT MINING</xs:documentation>
   
<xs:documentation>NETL=NETLOGIC MICROSYSTEMS INC.</xs:documentation>
   
<xs:documentation>NEW=NEW CENTURY FINANCIAL</xs:documentation>
   
<xs:documentation>NFB=NORTH FORK BANCORPORATION</xs:documentation>
   
<xs:documentation>NFBK=NORTHFIELD BANCORP</xs:documentation>
   
<xs:documentation>NFLX=NETFLIX</xs:documentation>
   
<xs:documentation>NFP=NATIONAL FINANCIAL PARTNERS</xs:documentation>
   
<xs:documentation>NFS=NATIONWIDE FINANCIAL SERVICES</xs:documentation>
   
<xs:documentation>NFX=NEWFIELD EXPLORATION CO.</xs:documentation>
   
<xs:documentation>NG=NOVAGOLD RESOURCES INC.</xs:documentation>
   
<xs:documentation>NGD=NEW GOLD INC.</xs:documentation>
   
<xs:documentation>NGG=NATIONAL GRID PLC</xs:documentation>
   
<xs:documentation>NGLS=TARGA RESOURCES PARTNERS LP</xs:documentation>
   
<xs:documentation>NHP=NATIONWIDE HEALTH PROPERTIES</xs:documentation>
   
<xs:documentation>NI=NISOURCE</xs:documentation>
   
<xs:documentation>NICE=NICE SYSTEMS LTD.</xs:documentation>
   
<xs:documentation>NIHD=NII HOLDINGS</xs:documentation>
   
<xs:documentation>NILE=BLUE NILE</xs:documentation>
   
<xs:documentation>NITE=KNIGHT CAPITAL GROUP</xs:documentation>
   
<xs:documentation>NKA=NISKA GAS STORAGE PARTNERS LLC</xs:documentation>
   
<xs:documentation>NKE=NIKE</xs:documentation>
   
<xs:documentation>NLY=ANNALY CAPITAL MANAGEMENT INC</xs:documentation>
   
<xs:documentation>NMM=NAVIOUS MARITIME PARTNERS LP</xs:documentation>
   
<xs:documentation>NMR=NOMURA HOLDINGS INC-ADR</xs:documentation>
   
<xs:documentation>NMX=NYMEX HOLDINGS</xs:documentation>
   
<xs:documentation>NNI=NELNET</xs:documentation>
   
<xs:documentation>NOC=NORTHROP GRUMMAN</xs:documentation>
   
<xs:documentation>NOG=NORTHERN OIL AND GAS</xs:documentation>
   
<xs:documentation>NOK=NOKIA ADR</xs:documentation>
   
<xs:documentation>NOV=NATIONAL OILWELL VARCO</xs:documentation>
   
<xs:documentation>NOVL=NOVELL</xs:documentation>
   
<xs:documentation>NPBC=NATIONAL PENN BANCSHARES</xs:documentation>
   
<xs:documentation>NPD=CHINA NEPSTAR CHAIN DRUGSTORE</xs:documentation>
   
<xs:documentation>NQ=NQ MOBILE INC.</xs:documentation>
   
<xs:documentation>NRF=NORTHSTAR REALTY FINANCE</xs:documentation>
   
<xs:documentation>NRG=NRG ENERGY</xs:documentation>
   
<xs:documentation>NRGY=INERGY L.P.</xs:documentation>
   
<xs:documentation>NRP=NATURAL RESOURCE PARTNERS L.P.</xs:documentation>
   
<xs:documentation>NS=NUSTAR ENERGY LP</xs:documentation>
   
<xs:documentation>NSC=NORFOLK SOUTHERN</xs:documentation>
   
<xs:documentation>NSM=NATIONAL SEMICONDUCTOR</xs:documentation>
   
<xs:documentation>NSP=INSPERITY INC</xs:documentation>
   
<xs:documentation>NT=NORTEL NETWORKS</xs:documentation>
   
<xs:documentation>NTAP=NETWORK APPLIANCE</xs:documentation>
   
<xs:documentation>NTES=NETEASE.COM</xs:documentation>
   
<xs:documentation>NTI=NORTHERN TIER ENERGY LP</xs:documentation>
   
<xs:documentation>NTLI=NTL</xs:documentation>
   
<xs:documentation>NTRI=NUTRI/SYSTEM</xs:documentation>
   
<xs:documentation>NTRS=NORTHERN TRUST</xs:documentation>
   
<xs:documentation>NTT=NIPPON TELEGRAPH &amp; TELEPHONE</xs:documentation>
   
<xs:documentation>NU=NORTHEAST UTILITIES</xs:documentation>
   
<xs:documentation>NUAN=NUANCE COMMUNICATIONS INC</xs:documentation>
   
<xs:documentation>NUE=NUCOR</xs:documentation>
   
<xs:documentation>NUGT=DIREXION DAILY GOLD MINERS BULL 3X SHARES</xs:documentation>
   
<xs:documentation>NUS=NU SKIN ENTERPRISES</xs:documentation>
   
<xs:documentation>NUVA=NUVASIVE INC.</xs:documentation>
   
<xs:documentation>NVAX=NOVAVAX</xs:documentation>
   
<xs:documentation>NVDA=NVIDIA</xs:documentation>
   
<xs:documentation>NVLS=NOVELLUS SYSTEMS</xs:documentation>
   
<xs:documentation>NVS=NOVARTIS</xs:documentation>
   
<xs:documentation>NVT=NAVTEQ CORP.</xs:documentation>
   
<xs:documentation>NWL=NEWELL RUBBERMAID</xs:documentation>
   
<xs:documentation>NWN=NORTHWEST NATURAL GAS CO.</xs:documentation>
   
<xs:documentation>NWS=NEWS CORPORATION</xs:documentation>
   
<xs:documentation>NWSA=NEWS CORP CLASS A</xs:documentation>
   
<xs:documentation>NWSB=NORTHWEST BANCORP</xs:documentation>
   
<xs:documentation>NXPI=NXP SEMICONDUCTORS</xs:documentation>
   
<xs:documentation>NXTL=NEXTEL COMMUNICATIONS</xs:documentation>
   
<xs:documentation>NYB=NEW YORK COMMUNITY BANCORP</xs:documentation>
   
<xs:documentation>NYT=NEW YORK TIMES</xs:documentation>
   
<xs:documentation>NYX=NYSE GROUP</xs:documentation>
   
<xs:documentation>O=REALTY INCOME</xs:documentation>
   
<xs:documentation>OAS=OASIS PETROLEUM INC.</xs:documentation>
   
<xs:documentation>OB=ONEBEACON INSURANCE GROUP</xs:documentation>
   
<xs:documentation>OC=OWENS CORNING</xs:documentation>
   
<xs:documentation>OCFC=OCEANFIRST FINANCIAL</xs:documentation>
   
<xs:documentation>OCN=OCWEN FINANCIAL</xs:documentation>
   
<xs:documentation>OCR=OMNICARE</xs:documentation>
   
<xs:documentation>ODP=OFFICE DEPOT</xs:documentation>
   
<xs:documentation>ODSY=ODYSSEY HEALTHCARE</xs:documentation>
   
<xs:documentation>OEF=ISHARES S&amp;P 100 INDEX FUND</xs:documentation>
   
<xs:documentation>OEH=ORIENT EXPRESS HOTELS</xs:documentation>
   
<xs:documentation>OESX=ORION ENERGY SYSTEMS</xs:documentation>
   
<xs:documentation>OFC=CORPOROTE OFFICE PROPERTIES TR</xs:documentation>
   
<xs:documentation>OFG=ORIENTAL FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>OI=OWENS ILLINOIS INC.</xs:documentation>
   
<xs:documentation>OIBR=OI SA</xs:documentation>
   
<xs:documentation>OIH=OIL SERVICE HOLDRS TRUST</xs:documentation>
   
<xs:documentation>OII=OCEANEERING INT'L</xs:documentation>
   
<xs:documentation>OKE=ONEOK INC.</xs:documentation>
   
<xs:documentation>OKS=ONE OK</xs:documentation>
   
<xs:documentation>OKSB=SOUTHWEST BANCORP</xs:documentation>
   
<xs:documentation>OLED=UNIVERSAL DISPLAY CORPORATION</xs:documentation>
   
<xs:documentation>OMC=OMNICOM GROUP</xs:documentation>
   
<xs:documentation>OMER=OMEROS CORPORATION</xs:documentation>
   
<xs:documentation>OMX=OFFICEMAX</xs:documentation>
   
<xs:documentation>ONB=OLD NATIONAL BANCORP</xs:documentation>
   
<xs:documentation>ONE=BANK ONE</xs:documentation>
   
<xs:documentation>ONP=ORIENT PAPER</xs:documentation>
   
<xs:documentation>ONTY=ONCOTHYREON INC</xs:documentation>
   
<xs:documentation>ONXX=ONYX PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>OPEN=OPENTABLE</xs:documentation>
   
<xs:documentation>OPK=OPKO HEALTH INC</xs:documentation>
   
<xs:documentation>OPTR=OPTIMER PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>OPY=OPPENHEIMER HOLDINGS</xs:documentation>
   
<xs:documentation>ORCL=ORACLE</xs:documentation>
   
<xs:documentation>ORCT=ORCKIT COMMUNICATIONS</xs:documentation>
   
<xs:documentation>OREX=OREXIGEN THERAPEUTICS</xs:documentation>
   
<xs:documentation>ORH=ODYSSEY RE HOLDINGS</xs:documentation>
   
<xs:documentation>ORI=OLD REPUBLIC INTERNATIONAL</xs:documentation>
   
<xs:documentation>ORLY=OREILLY AUTOMOTIVE INC.</xs:documentation>
   
<xs:documentation>OSBC=OLD SECOND BANCORP</xs:documentation>
   
<xs:documentation>OSG=OVERSEAS SHIPHOLDING GROUP</xs:documentation>
   
<xs:documentation>OSIP=OSI PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>OSIR=OSIRIS THERAPEUTICS</xs:documentation>
   
<xs:documentation>OSTK=OVERSTOCK.COM</xs:documentation>
   
<xs:documentation>OTEX=OPEN TEXT</xs:documentation>
   
<xs:documentation>OTTR=OTTER TAIL CORP.</xs:documentation>
   
<xs:documentation>OVTI=OMNIVISION TECHNOLOGIES</xs:documentation>
   
<xs:documentation>OXPS=OPTIONSXPRESS HOLDINGS</xs:documentation>
   
<xs:documentation>OXY=OCCIDENTAL PETROLEUM</xs:documentation>
   
<xs:documentation>OZM=OCH-ZIFF CAPITAL MANAGEMENT GROUP LLC</xs:documentation>
   
<xs:documentation>OZRK=BANK OF THE OZARKS</xs:documentation>
   
<xs:documentation>P=PANDORA MEDIA</xs:documentation>
   
<xs:documentation>PAA=PLAINS ALL AMERICAN PIPELINELP</xs:documentation>
   
<xs:documentation>PAAS=PAN AMERICAN SILVER</xs:documentation>
   
<xs:documentation>PAC=GRUPO AEROPORTUARIO DEL PACIFICO</xs:documentation>
   
<xs:documentation>PACW=PACWEST BANCORP</xs:documentation>
   
<xs:documentation>PAL=NORTH AMERICAN PALLADIUM</xs:documentation>
   
<xs:documentation>PALM=PALM</xs:documentation>
   
<xs:documentation>PANL=UNIVERSAL DISPLAY CORP</xs:documentation>
   
<xs:documentation>PANW=PALO ALTO NETWORKS INC.</xs:documentation>
   
<xs:documentation>PARD=PONIARD PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>PAY=VERIFONE SYSTEMS</xs:documentation>
   
<xs:documentation>PAYX=PAYCHEX</xs:documentation>
   
<xs:documentation>PBCT=PEOPLE'S UNITED FINANCIAL INC</xs:documentation>
   
<xs:documentation>PBG=PEPSI BOTTLING GROUP</xs:documentation>
   
<xs:documentation>PBI=PITNEY BOWES</xs:documentation>
   
<xs:documentation>PBKS=PROVIDENT BANKSHARES</xs:documentation>
   
<xs:documentation>PBNY=PROVIDENT NEW YORK BANCORP</xs:documentation>
   
<xs:documentation>PBR=PETROLEO BRASILEIRO SA ADR</xs:documentation>
   
<xs:documentation>PBT=PERMIAN BASIN ROYALTY TRUST</xs:documentation>
   
<xs:documentation>PBW=POWERSHARES WILDERHILL CLEAN ENERGY</xs:documentation>
   
<xs:documentation>PBY=PEP BOYS - MANNY MOE &amp; JACK</xs:documentation>
   
<xs:documentation>PCAR=PACCAR</xs:documentation>
   
<xs:documentation>PCBC=PACIFIC CAPITAL BANCORP</xs:documentation>
   
<xs:documentation>PCG=PG&amp;E</xs:documentation>
   
<xs:documentation>PCL=PLUM CREEK TIMBER</xs:documentation>
   
<xs:documentation>PCLN=PRICELINE.COM</xs:documentation>
   
<xs:documentation>PCP=PRECISION CASTPARTS</xs:documentation>
   
<xs:documentation>PCS=METRO PCS COMMUNICATIONS INC</xs:documentation>
   
<xs:documentation>PCU=SOUTHERN COPPER</xs:documentation>
   
<xs:documentation>PCX=PATRIOT COAL</xs:documentation>
   
<xs:documentation>PCY=POWERSHARES EMERGING MARKETS SOVEREIGN DEBT</xs:documentation>
   
<xs:documentation>PCYC=PHARMACYCLICS INC.</xs:documentation>
   
<xs:documentation>PD=PHELPS DODGE</xs:documentation>
   
<xs:documentation>PDCO=PATTERSON</xs:documentation>
   
<xs:documentation>PDE=PRIDE INT'L</xs:documentation>
   
<xs:documentation>PDLI=PDL BIOPHARMA</xs:documentation>
   
<xs:documentation>PDM=PIEDMONT OFFICE REALTY TRUST INC.</xs:documentation>
   
<xs:documentation>PDS=PRECISION DRILLING TRUST</xs:documentation>
   
<xs:documentation>PEET=PEETS COFFEE &amp; TEA INC.</xs:documentation>
   
<xs:documentation>PEG=PUBLIC SERVICE ENTERPRISE GROUP</xs:documentation>
   
<xs:documentation>PEI=PENNSYLVANIA REAL ESTATE INVESTMENT TRUST</xs:documentation>
   
<xs:documentation>PEJ=POWERSHARES DYN LEISURE ENTERT</xs:documentation>
   
<xs:documentation>PEP=PEPSICO</xs:documentation>
   
<xs:documentation>PETM=PETSMART</xs:documentation>
   
<xs:documentation>PETS=PETMED EXPRESS INC.</xs:documentation>
   
<xs:documentation>PFCB=P.F. CHANG'S BISTRO</xs:documentation>
   
<xs:documentation>PFE=PFIZER</xs:documentation>
   
<xs:documentation>PFF=ISHARES S&amp;P US PREF STOCK INDEX FUND</xs:documentation>
   
<xs:documentation>PFG=PRINCIPAL FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>PFS=PROVIDENT FINANCIAL SERVICES</xs:documentation>
   
<xs:documentation>PG=PROCTER &amp; GAMBLE</xs:documentation>
   
<xs:documentation>PGF=POWERSHARES FINANCIAL PREFERRED</xs:documentation>
   
<xs:documentation>PGH=PENGROWTH ENERGY TRUST</xs:documentation>
   
<xs:documentation>PGJ=POWERSHARES GLDN DRAGON HALTER USX CHINA</xs:documentation>
   
<xs:documentation>PGN=PROGRESS ENERGY</xs:documentation>
   
<xs:documentation>PGNX=PROGENICS PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>PGR=PROGRESSIVE</xs:documentation>
   
<xs:documentation>PGX=POWERSHARES PREFERRED</xs:documentation>
   
<xs:documentation>PH=PARKER-HANNIFIN</xs:documentation>
   
<xs:documentation>PHG=KONINKLIIJKE PHILIPS ELECTRONI</xs:documentation>
   
<xs:documentation>PHH=PHH</xs:documentation>
   
<xs:documentation>PHLY=PHILADELPHIA CONSOLIDATED HOLDING</xs:documentation>
   
<xs:documentation>PHM=PULTE HOMES</xs:documentation>
   
<xs:documentation>PHO=POWERSHARES WATER RESOURCES</xs:documentation>
   
<xs:documentation>PICO=PICO HOLDINGS</xs:documentation>
   
<xs:documentation>PII=POLARIS INDUSTRIES</xs:documentation>
   
<xs:documentation>PIN=POWERSHARES INDIA</xs:documentation>
   
<xs:documentation>PIO=POWERSHARES GLOBAL WATER</xs:documentation>
   
<xs:documentation>PIR=PIER 1 IMPORTS INC.</xs:documentation>
   
<xs:documentation>PJC=PIPER JAFFRAY COMPANIES</xs:documentation>
   
<xs:documentation>PKI=PERKINELMER</xs:documentation>
   
<xs:documentation>PKX=POSCO</xs:documentation>
   
<xs:documentation>PKY=PARKWAY PROPERTIES INC./MD</xs:documentation>
   
<xs:documentation>PL=PROTECTIVE LIFE</xs:documentation>
   
<xs:documentation>PLCM=POLYCOM INC</xs:documentation>
   
<xs:documentation>PLD=PROLOGIS</xs:documentation>
   
<xs:documentation>PLL=PALL</xs:documentation>
   
<xs:documentation>PM=PHILIP MORRIS INTERNATIONAL</xs:documentation>
   
<xs:documentation>PMAC=PMA CAPITAL</xs:documentation>
   
<xs:documentation>PMBC=PACIFIC MERCANTILE BANCORP</xs:documentation>
   
<xs:documentation>PMC=PHARMERICA CORP.</xs:documentation>
   
<xs:documentation>PMCS=PMC SIERRA</xs:documentation>
   
<xs:documentation>PMI=THE PMI GROUP</xs:documentation>
   
<xs:documentation>PNC=PNC FINANCIAL SERVICES GROUP</xs:documentation>
   
<xs:documentation>PNFP=PINNACLE FINANCIAL PARTNERS</xs:documentation>
   
<xs:documentation>PNR=PENTAIR</xs:documentation>
   
<xs:documentation>PNRA=PANERA BREAD CO.</xs:documentation>
   
<xs:documentation>PNSN=PENSON WORLDWIDE</xs:documentation>
   
<xs:documentation>PNW=PINNACLE WEST CAPITAL</xs:documentation>
   
<xs:documentation>PNX=THE PHOENIX COMPANIES</xs:documentation>
   
<xs:documentation>PNY=PIEDMONT NATURAL GAS CO.</xs:documentation>
   
<xs:documentation>PODD=INSULET CORPORATION</xs:documentation>
   
<xs:documentation>POM=PEPCO HOLDINGS</xs:documentation>
   
<xs:documentation>POOL=POOL CORPORATION</xs:documentation>
   
<xs:documentation>POT=POTASH CORPORATION OF SASKATCHEWAN</xs:documentation>
   
<xs:documentation>POZN=POZEN</xs:documentation>
   
<xs:documentation>PPC=PILGRIM'S PRIDE CORPORATION</xs:documentation>
   
<xs:documentation>PPG=PPG INDUSTRIES</xs:documentation>
   
<xs:documentation>PPH=PHARMACEUTICAL HOLDRS TRUST</xs:documentation>
   
<xs:documentation>PPL=PPL</xs:documentation>
   
<xs:documentation>PPO=POLYPORE INTERNATIONAL</xs:documentation>
   
<xs:documentation>PRA=PROASSURANCE</xs:documentation>
   
<xs:documentation>PRAA=PORTFOLIO RECOVERY ASSOCIATE</xs:documentation>
   
<xs:documentation>PRE=PARTNERRE LTD.</xs:documentation>
   
<xs:documentation>PRF=POWERSHARES FTSE RAFI US 1K</xs:documentation>
   
<xs:documentation>PRGO=PERRIGO COMPANY</xs:documentation>
   
<xs:documentation>PRK=PARK NATIONAL</xs:documentation>
   
<xs:documentation>PRSP=PROSPERITY BANCSHARES</xs:documentation>
   
<xs:documentation>PRU=PRUDENTIAL FINANCIAL</xs:documentation>
   
<xs:documentation>PRWT=PREMIERWEST BANCORP</xs:documentation>
   
<xs:documentation>PSA=PUBLIC STORAGE INC.</xs:documentation>
   
<xs:documentation>PSEC=PROSPECT CAPITAL</xs:documentation>
   
<xs:documentation>PSFT=PEOPLESOFT</xs:documentation>
   
<xs:documentation>PSQ=PROSHARES SHORT QQQ</xs:documentation>
   
<xs:documentation>PST=PROSHARES ULTRASHORT 7-10 YEAR TREASURY</xs:documentation>
   
<xs:documentation>PSX=PHILLIPS 66</xs:documentation>
   
<xs:documentation>PSXP=PHILLIPS 66 PARTNERS LP</xs:documentation>
   
<xs:documentation>PSYS=PSYCHIATRIC SOLUTIONS INC.</xs:documentation>
   
<xs:documentation>PTEN=PATTERSON-UTI ENERGY</xs:documentation>
   
<xs:documentation>PTIE=PAIN THERAPEUTICS</xs:documentation>
   
<xs:documentation>PTP=PLATINUM UNDERWRITES HOLDINGS</xs:documentation>
   
<xs:documentation>PTR=PETROCHINA CO LTD</xs:documentation>
   
<xs:documentation>PTRY=PANTRY</xs:documentation>
   
<xs:documentation>PTV=PACTIV</xs:documentation>
   
<xs:documentation>PUK=PRUDENTIAL PLC</xs:documentation>
   
<xs:documentation>PULB=PULASKI FINANCIAL</xs:documentation>
   
<xs:documentation>PVH=PVH CORP</xs:documentation>
   
<xs:documentation>PVR=PENN VIRGINIA RESOURCE PARTNER</xs:documentation>
   
<xs:documentation>PVTB=PRIVATEBANCORP</xs:documentation>
   
<xs:documentation>PVX=PROVIDENT ENERGY TRUST</xs:documentation>
   
<xs:documentation>PWE=PENN WEST PETROLEUM LTD</xs:documentation>
   
<xs:documentation>PWER=POWER-ONE</xs:documentation>
   
<xs:documentation>PWR=QUANTA SERVICES INC.</xs:documentation>
   
<xs:documentation>PWRD=PERFECT WORLD</xs:documentation>
   
<xs:documentation>PX=PRAXAIR</xs:documentation>
   
<xs:documentation>PXD=PIONEER NATURAL RESOURCES CO.</xs:documentation>
   
<xs:documentation>PXJ=POWERSHARES DYNAMIC OIL &amp; GAS SERVICES PORTFOLIO</xs:documentation>
   
<xs:documentation>PXP=PLAINS EXPLORATION &amp; PRODUCTION</xs:documentation>
   
<xs:documentation>Q=QWEST COMMUNICATIONS INTERNATIONAL</xs:documentation>
   
<xs:documentation>QAI=IQ HEDGE MULTI-STRATEGY TRACKER</xs:documentation>
   
<xs:documentation>QCOM=QUALCOMM</xs:documentation>
   
<xs:documentation>QCOR=QUESTCOR PHARMACEUTICALS INC.</xs:documentation>
   
<xs:documentation>QEP=QEP RESOURCES INC.</xs:documentation>
   
<xs:documentation>QGEN=QIAGEN NV</xs:documentation>
   
<xs:documentation>QI=QIMONDA</xs:documentation>
   
<xs:documentation>QID=PROSHARES ULTRASHORT QQQ</xs:documentation>
   
<xs:documentation>QIHU=QIHOO 360 TECHNOLOGY CO. LTD.</xs:documentation>
   
<xs:documentation>QLD=ULTRA QQQ PROSHARES</xs:documentation>
   
<xs:documentation>QLG=QLOGIC CORP</xs:documentation>
   
<xs:documentation>QLGC=QLOGIC</xs:documentation>
   
<xs:documentation>QLIK=QLIK TECHNOLOGIES INC.</xs:documentation>
   
<xs:documentation>QLTI=QLT INC.</xs:documentation>
   
<xs:documentation>QPSA=QUEPASA CORPORATION</xs:documentation>
   
<xs:documentation>QQQ=NASDAQ 100 INDEX TRACKING STOCK</xs:documentation>
   
<xs:documentation>QQQQ=POWERSHARES QQQ</xs:documentation>
   
<xs:documentation>QRE=QR ENERGY LP</xs:documentation>
   
<xs:documentation>QSFT=QUEST SOFTWARE</xs:documentation>
   
<xs:documentation>QSII=QUALITY SYSTEMS</xs:documentation>
   
<xs:documentation>R=RYDER SYSTEM</xs:documentation>
   
<xs:documentation>RACK=RACKABLE SYSTEMS</xs:documentation>
   
<xs:documentation>RAH=RALCORP HOLDINGS</xs:documentation>
   
<xs:documentation>RAI=REYNOLDS AMERICAN</xs:documentation>
   
<xs:documentation>RATE=BANKRATE</xs:documentation>
   
<xs:documentation>RAX=RACKSPACES HOSTING</xs:documentation>
   
<xs:documentation>RBA=RITCHIE BROS. AUCTIONEERS</xs:documentation>
   
<xs:documentation>RBCA=REPUBLIC BANCORP</xs:documentation>
   
<xs:documentation>RBCN=RUBICON TECHNOLOGY</xs:documentation>
   
<xs:documentation>RBS=ROYAL BANK OF SCOTLAND</xs:documentation>
   
<xs:documentation>RCI=ROGERS COMMUNICATIONS</xs:documentation>
   
<xs:documentation>RCKB=ROCKVILLE FINANCIAL</xs:documentation>
   
<xs:documentation>RCL=ROYAL CARIBBEAN CRUISES</xs:documentation>
   
<xs:documentation>RDC=ROWAN COMPANIES</xs:documentation>
   
<xs:documentation>RDN=RADIAN GROUP</xs:documentation>
   
<xs:documentation>RDSA=ROYAL DUTCH SHELL CLASS A</xs:documentation>
   
<xs:documentation>RDY=DOSTOR REDDYS LABORATORIES</xs:documentation>
   
<xs:documentation>RE=EVEREST RE GROUP</xs:documentation>
   
<xs:documentation>REE=RARE ELEMENT RESOURCES</xs:documentation>
   
<xs:documentation>REGN=REGENERON PHARMACEUTICALS INC.</xs:documentation>
   
<xs:documentation>RENN=RENREN INC</xs:documentation>
   
<xs:documentation>RES=RPC INC.</xs:documentation>
   
<xs:documentation>REV=REVLON</xs:documentation>
   
<xs:documentation>REXI=RESOURCE AMERICA</xs:documentation>
   
<xs:documentation>RF=REGIONS FINANCIAL</xs:documentation>
   
<xs:documentation>RGAA=REINSURANCE GROUP OF AMERICA</xs:documentation>
   
<xs:documentation>RGAB=REINSURANCE GROUP OF AMERICA CL. B</xs:documentation>
   
<xs:documentation>RGLD=ROYAL GOLD</xs:documentation>
   
<xs:documentation>RGNC=REGENCY ENERGY PARTNERS LP</xs:documentation>
   
<xs:documentation>RGR=STURM</xs:documentation>
   
<xs:documentation>RGS=REGIS CORP</xs:documentation>
   
<xs:documentation>RHI=ROBERT HALF INTERNATIONAL</xs:documentation>
   
<xs:documentation>RHT=RED HAT</xs:documentation>
   
<xs:documentation>RIG=TRANSOCEAN</xs:documentation>
   
<xs:documentation>RIGL=RIGEL PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>RIMM=RESEARCH IN MOTION</xs:documentation>
   
<xs:documentation>RINO=RINO INTERNATIIONAL CORP</xs:documentation>
   
<xs:documentation>RIO=COMPANHIA VALE DO RIO DOCE</xs:documentation>
   
<xs:documentation>RJF=RAYMOND JAMES FINANCIAL</xs:documentation>
   
<xs:documentation>RKH=REGIONAL BANK HOLDRS TRUST</xs:documentation>
   
<xs:documentation>RL=RALPH LAUREN</xs:documentation>
   
<xs:documentation>RLI=RLI CORP</xs:documentation>
   
<xs:documentation>RLOC=REACHLOCAL</xs:documentation>
   
<xs:documentation>RMBS=RAMBUS</xs:documentation>
   
<xs:documentation>RMD=RESMED INC.</xs:documentation>
   
<xs:documentation>RMTI=ROCKWELL MEDICAL TECH</xs:documentation>
   
<xs:documentation>RNDY=ROUNDY'S</xs:documentation>
   
<xs:documentation>RNR=RENAISSANCERE HOLDINGS LTD.</xs:documentation>
   
<xs:documentation>RNST=RENASANT</xs:documentation>
   
<xs:documentation>ROC=ROCKWOOD HOLDINGS INC.</xs:documentation>
   
<xs:documentation>ROH=ROHM &amp; HAAS</xs:documentation>
   
<xs:documentation>ROK=ROCKWELL AUTOMATION</xs:documentation>
   
<xs:documentation>ROM=PROSHARES ULTRA TECHNOLOGY</xs:documentation>
   
<xs:documentation>ROP=ROPER INDUSTRIES INC.</xs:documentation>
   
<xs:documentation>ROST=ROSS STORES INC.</xs:documentation>
   
<xs:documentation>RPRX=REPROS THERAPEUTICS</xs:documentation>
   
<xs:documentation>RPT=RAMCO-GERHENSON PROPERTIES TRU</xs:documentation>
   
<xs:documentation>A=AGILENT TECHNOLOGIES</xs:documentation>
   
<xs:documentation>AA=ALCOA</xs:documentation>
   
<xs:documentation>AAL=AMERICAN AIRLINES GROUP INC.</xs:documentation>
   
<xs:documentation>AAPL=APPLE COMPUTER</xs:documentation>
   
<xs:documentation>AB=ALLIANCE BERNSTEIN HOLDING LP</xs:documentation>
   
<xs:documentation>ABAT=ADVANCED BATTERY TECHNOLOGIES</xs:documentation>
   
<xs:documentation>ABAX=ABAXIS</xs:documentation>
   
<xs:documentation>ABB=ABB</xs:documentation>
   
<xs:documentation>ABBC=ABINGTON BANCORP</xs:documentation>
   
<xs:documentation>ABBI=ABRAXIS BIOSCIENCE</xs:documentation>
   
<xs:documentation>ABBV=ABBVIE INC</xs:documentation>
   
<xs:documentation>ABC=AMERISOURCEBERGEN</xs:documentation>
   
<xs:documentation>ABCB=AMERIS BANCORP</xs:documentation>
   
<xs:documentation>ABCW=ANCHOR BANCORP WISCONSIN</xs:documentation>
   
<xs:documentation>ABEV=AMBEV SA AMERICAN DEPOSITORY</xs:documentation>
   
<xs:documentation>ABH=ABITIBIBOWATER</xs:documentation>
   
<xs:documentation>ABK=AMBAC FINANCIAL</xs:documentation>
   
<xs:documentation>ABR=ARBOR REALTY TRUST</xs:documentation>
   
<xs:documentation>ABS=ALBERTSON'S</xs:documentation>
   
<xs:documentation>ABT=ABBOTT LABORATORIES</xs:documentation>
   
<xs:documentation>ABV=COMPANHIA DO BEBIDAS DAS AMER</xs:documentation>
   
<xs:documentation>ABX=BARRICK GOLD</xs:documentation>
   
<xs:documentation>ACAP=AMERICAN PHYSICIANS CAPITAL</xs:documentation>
   
<xs:documentation>ACAS=AMERICAN CAPITAL</xs:documentation>
   
<xs:documentation>ACE=ACE</xs:documentation>
   
<xs:documentation>ACF=AMERICREDIT</xs:documentation>
   
<xs:documentation>ACGL=ARCH CAPITAL GROUP</xs:documentation>
   
<xs:documentation>ACH=ALUMINUM CORP OF CHINA</xs:documentation>
   
<xs:documentation>ACHN=ACHILLION PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>ACI=ARCH COAL</xs:documentation>
   
<xs:documentation>ACLI=AMERICAN COMMERCIAL LINES</xs:documentation>
   
<xs:documentation>ACN=ACCENTURE PLC</xs:documentation>
   
<xs:documentation>ACOM=ANCESTRY.COM INC.</xs:documentation>
   
<xs:documentation>ACS=AFFILIATED COMPUTER SERVICES</xs:documentation>
   
<xs:documentation>ACT=ACTAVIS</xs:documentation>
   
<xs:documentation>ACW=ISHARES MSCI ACWI INDEX FUND</xs:documentation>
   
<xs:documentation>ACWI=ISHARES MSCI ACWI INDEX</xs:documentation>
   
<xs:documentation>ADBE=ADOBE SYSTEMS</xs:documentation>
   
<xs:documentation>ADCT=ADC TELECOM.</xs:documentation>
   
<xs:documentation>ADI=ANALOG DEVICES</xs:documentation>
   
<xs:documentation>ADM=ARCHER-DANIELS-MIDLAND</xs:documentation>
   
<xs:documentation>ADP=AUTOMATIC DATA PROCESSING</xs:documentation>
   
<xs:documentation>ADRE=BLDRS EMERGING MARKETS 50 ADR INDEX</xs:documentation>
   
<xs:documentation>ADS=ALLIANCE DATA SYSTEMS</xs:documentation>
   
<xs:documentation>ADSK=AUTODESK</xs:documentation>
   
<xs:documentation>ADT=ADT CORPORATION</xs:documentation>
   
<xs:documentation>ADTN=ADTRAN INC.</xs:documentation>
   
<xs:documentation>ADVN=ADVANTA</xs:documentation>
   
<xs:documentation>ADVS=ADVENT SOFTWARE</xs:documentation>
   
<xs:documentation>ADY=FEIHE INTERNATIONAL</xs:documentation>
   
<xs:documentation>AEE=AMEREN</xs:documentation>
   
<xs:documentation>AEG=AEGON N.V.</xs:documentation>
   
<xs:documentation>AEL=AMERICAN EQUITY INVESTMENT LIFE HOLDING</xs:documentation>
   
<xs:documentation>AEM=AGNICO-EAGLE MINES</xs:documentation>
   
<xs:documentation>AEO=AMERICAN EAGLE OUTFITTERS</xs:documentation>
   
<xs:documentation>AEP=AMERICAN ELECTRIC POWER</xs:documentation>
   
<xs:documentation>AES=THE AES CORP.</xs:documentation>
   
<xs:documentation>AET=AETNA</xs:documentation>
   
<xs:documentation>AF=ASTORIA FINANCIAL</xs:documentation>
   
<xs:documentation>AFAM=ALMOST FAMILY</xs:documentation>
   
<xs:documentation>AFFY=AFFYMAC INC.</xs:documentation>
   
<xs:documentation>AFG=AMERICAN FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>AFL=AFLAC</xs:documentation>
   
<xs:documentation>AFSI=AM TRUST FINANCIAL SERVICES</xs:documentation>
   
<xs:documentation>AGCO=AGCO CORPORATION</xs:documentation>
   
<xs:documentation>AGG=ISHARES BARCLAYS AGGREGATE BOND FUND</xs:documentation>
   
<xs:documentation>AGII=ARGONAUT GROUP</xs:documentation>
   
<xs:documentation>AGM=FEDERAL AGRICULTURE MORTGAGE CORP</xs:documentation>
   
<xs:documentation>AGN=ALLERGAN</xs:documentation>
   
<xs:documentation>AGNC=AMERICAN CAPITALL AGENCY CORP</xs:documentation>
   
<xs:documentation>AGO=ASSURED GUARANTY</xs:documentation>
   
<xs:documentation>AGP=AMERIGROUP</xs:documentation>
   
<xs:documentation>AGQ=PROSHARES ULTRA SILVER</xs:documentation>
   
<xs:documentation>AGU=AGRIUM</xs:documentation>
   
<xs:documentation>AHD=ATLAS PIPELINE HOLDINGS</xs:documentation>
   
<xs:documentation>AHGP=ALLIANCE HOLDINGS GP</xs:documentation>
   
<xs:documentation>AHL=ASPEN INSURANCE HOLDINGS LIMITED</xs:documentation>
   
<xs:documentation>AI=ARLINGTON ASSET INVESTMENT CORP</xs:documentation>
   
<xs:documentation>AIB=ALLIED IRISH BANKS - SPONS ADR</xs:documentation>
   
<xs:documentation>AIG=AMERICAN INTERNATIONAL GROUP</xs:documentation>
   
<xs:documentation>AIN=ALBANY INTERNATIONAL CORP</xs:documentation>
   
<xs:documentation>AINV=APOLLO INVESTMENT</xs:documentation>
   
<xs:documentation>AIRM=AIR METHODS CORP</xs:documentation>
   
<xs:documentation>AIT=APPLIED INDUSTRIAL TECHNOLOGY</xs:documentation>
   
<xs:documentation>AIV=APARTMENT INVESTMENT AND MANAGEMENT</xs:documentation>
   
<xs:documentation>AIXG=AIXTRON</xs:documentation>
   
<xs:documentation>AIZ=ASSURANT</xs:documentation>
   
<xs:documentation>AKAM=AKAMAI TECHNOLOGIES</xs:documentation>
   
<xs:documentation>AKS=AK STEEL HOLDING</xs:documentation>
   
<xs:documentation>ALB=ALBEMARLE CORP</xs:documentation>
   
<xs:documentation>ALD=ALLIED CAPITAL</xs:documentation>
   
<xs:documentation>ALEX=ALEXANDER &amp; BALDWIN INC.</xs:documentation>
   
<xs:documentation>ALGN=ALIGN TECHNOLOGY INC.</xs:documentation>
   
<xs:documentation>ALGT=ALLEGIANT TRAVEL</xs:documentation>
   
<xs:documentation>ALJ=ALON USA ENERGY INC</xs:documentation>
   
<xs:documentation>ALL=ALLSTATE</xs:documentation>
   
<xs:documentation>ALNY=ALNYLAM PHARMACEUTICALS INC</xs:documentation>
   
<xs:documentation>ALR=ALERE INC.</xs:documentation>
   
<xs:documentation>ALSK=ALASKA COMM SYSTEMS GROUP</xs:documentation>
   
<xs:documentation>ALTR=ALTERA</xs:documentation>
   
<xs:documentation>ALU=ALCATEL-LUCENT</xs:documentation>
   
<xs:documentation>ALXA=ALEXZA PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>ALXN=ALEXION PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>ALY=ALLIS-CHALMERS ENERGY INC.</xs:documentation>
   
<xs:documentation>AMAG=AMAG PHARMACEUTICALS INC</xs:documentation>
   
<xs:documentation>AMAT=APPLIED MATERIALS</xs:documentation>
   
<xs:documentation>AMB=AMB PROPERTY CORP</xs:documentation>
   
<xs:documentation>AMCN=AIRMEDIA GROUP</xs:documentation>
   
<xs:documentation>AMD=ADVANCED MICRO DEVICES</xs:documentation>
   
<xs:documentation>AMED=AMEDISYS</xs:documentation>
   
<xs:documentation>AMFI=AMCORE FINANCIAL</xs:documentation>
   
<xs:documentation>AMG=AFFILIATED MANAGERS GROUP</xs:documentation>
   
<xs:documentation>AMGN=AMGEN</xs:documentation>
   
<xs:documentation>AMIC=AMERICAN INDEPENDENCE</xs:documentation>
   
<xs:documentation>AMJ=JP MORGAN ALERIAN MLP INDEX ETN</xs:documentation>
   
<xs:documentation>AMKR=AMKOR TECHNOLOGY</xs:documentation>
   
<xs:documentation>AMLN=AMYLIN PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>AMLP=ALPS ALERIAN MLP ETF</xs:documentation>
   
<xs:documentation>AMP=AMERIPRISE FINANCIAL</xs:documentation>
   
<xs:documentation>AMR=AMR</xs:documentation>
   
<xs:documentation>AMRN=AMARIN CORPORATION</xs:documentation>
   
<xs:documentation>AMSC=AMERICAN SUPERCONDUCTOR CORP</xs:documentation>
   
<xs:documentation>AMSF=AMERISAFE</xs:documentation>
   
<xs:documentation>AMT=AMERICAN TOWER</xs:documentation>
   
<xs:documentation>AMTD=TD AMERITRADE HOLDING</xs:documentation>
   
<xs:documentation>AMX=AMERICA MOVIL SA DE CV</xs:documentation>
   
<xs:documentation>AMZN=AMAZON.COM</xs:documentation>
   
<xs:documentation>AN=AUTONATION</xs:documentation>
   
<xs:documentation>ANAD=ANADIGICS INC.</xs:documentation>
   
<xs:documentation>ANAT=AMERICAN NATIONAL INSURANCE COMPANY</xs:documentation>
   
<xs:documentation>ANF=ABERCROMBIE &amp; FITCH CO.</xs:documentation>
   
<xs:documentation>ANGI=ANGIE'S LIST</xs:documentation>
   
<xs:documentation>ANN=ANNTAYLOR STORES CORP.</xs:documentation>
   
<xs:documentation>ANR=ALPHA NATURAL RESOURCES</xs:documentation>
   
<xs:documentation>ANSS=ANSYS INC.</xs:documentation>
   
<xs:documentation>AOB=AMERICAN ORIENTAL BIOENGINEERING</xs:documentation>
   
<xs:documentation>AOC=AON</xs:documentation>
   
<xs:documentation>AOL=AOL TIME WARNER</xs:documentation>
   
<xs:documentation>AON=AON CORPORATION</xs:documentation>
   
<xs:documentation>AONE=A123 SYSTEMS</xs:documentation>
   
<xs:documentation>APA=APACHE</xs:documentation>
   
<xs:documentation>APAC=APAC CUSTOMER SERVICES INC</xs:documentation>
   
<xs:documentation>APC=ANADARKO PETROLEUM</xs:documentation>
   
<xs:documentation>APD=AIR PRODUCTS AND CHEMICALS</xs:documentation>
   
<xs:documentation>APEI=AMERICAN PUBLIC EDUCATION INC.</xs:documentation>
   
<xs:documentation>APF=MORGAN STANLEY ASIA-PACIFIC FUND</xs:documentation>
   
<xs:documentation>APH=AMPHENOL</xs:documentation>
   
<xs:documentation>APKT=ACME PACKET</xs:documentation>
   
<xs:documentation>APL=ATLAS PIPELINE PARTNERS LP</xs:documentation>
   
<xs:documentation>APOG=APOGEE ENTERPRISES INC.</xs:documentation>
   
<xs:documentation>APOL=APOLLO GROUP</xs:documentation>
   
<xs:documentation>APP=AMERICAN APPAREL</xs:documentation>
   
<xs:documentation>APU=AMERIGAS PARTNERS</xs:documentation>
   
<xs:documentation>APWR=A-POWER ENERGY GENERATION SYSTEMS</xs:documentation>
   
<xs:documentation>ARAY=ACCURACY INC.</xs:documentation>
   
<xs:documentation>ARB=ARBITRON INC.</xs:documentation>
   
<xs:documentation>ARCC=ARES CAPITAL</xs:documentation>
   
<xs:documentation>ARCO=ARCOS DORADOS HOLDINGS INC.</xs:documentation>
   
<xs:documentation>ARCP=AMERICAN REALTY CAPITAL PROPERTIES</xs:documentation>
   
<xs:documentation>ARE=ALEXANDRIA REAL ESTATE EQUITIES</xs:documentation>
   
<xs:documentation>ARG=AIRGAS INC.</xs:documentation>
   
<xs:documentation>ARIA=ARIAD PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>ARLP=ALLIANCE RESOURCE PARTNERS</xs:documentation>
   
<xs:documentation>ARMH=ARM HOLDINGS</xs:documentation>
   
<xs:documentation>ARNA=ARENA PHARMECEUTICALS</xs:documentation>
   
<xs:documentation>AROW=ARROW FINANCIAL</xs:documentation>
   
<xs:documentation>ARR1=ARMOUR RESIDENTIAL REIT INC.</xs:documentation>
   
<xs:documentation>ARTC=ARTHROCARE</xs:documentation>
   
<xs:documentation>ARUN=ARUBA NETWORKS</xs:documentation>
   
<xs:documentation>ASA=ASA LIMITED</xs:documentation>
   
<xs:documentation>ASBC=ASSOCIATED BANC-CORP</xs:documentation>
   
<xs:documentation>ASCA=AMERISTAR CASINOS</xs:documentation>
   
<xs:documentation>ASD=AMERICAN STANDARD COMPANIES</xs:documentation>
   
<xs:documentation>ASF=ADMINISTAFF INC.</xs:documentation>
   
<xs:documentation>ASFI=ASTA FUNDING</xs:documentation>
   
<xs:documentation>ASG=LIBERTY ALL-STAR GROWTH FUND</xs:documentation>
   
<xs:documentation>ASH=ASHLAND</xs:documentation>
   
<xs:documentation>ASIA=ASIAINFO-LINKAGE</xs:documentation>
   
<xs:documentation>ASML=ASML HOLDINGS NV-NY REG SHS</xs:documentation>
   
<xs:documentation>ASN=ARCHSTONE-SMITH TRUST</xs:documentation>
   
<xs:documentation>ASO=AMSOUTH BANCORP</xs:documentation>
   
<xs:documentation>ASTE=ASTEC INDUSTRIES INC.</xs:documentation>
   
<xs:documentation>ASTI=ASCENT SOLAR TECHNOLOGIES</xs:documentation>
   
<xs:documentation>AT=ALLTEL</xs:documentation>
   
<xs:documentation>ATHN=ATHENAHEALTH</xs:documentation>
   
<xs:documentation>ATHR=ATHEROS COMMUNICATIONS</xs:documentation>
   
<xs:documentation>ATI=ALLEGHENY TECHNOLOGIES</xs:documentation>
   
<xs:documentation>ATLS=ATLAS AMERICA</xs:documentation>
   
<xs:documentation>ATML=ATMEL CORPORATION</xs:documentation>
   
<xs:documentation>ATN=ATLAS ENERGY RESOURCES</xs:documentation>
   
<xs:documentation>ATPA=ATP OIL &amp; GAS CORPORATION</xs:documentation>
   
<xs:documentation>ATPG=ATP OIL &amp; GAS</xs:documentation>
   
<xs:documentation>ATR=APTARGROUP INC.</xs:documentation>
   
<xs:documentation>ATU=ACTUANT CORP</xs:documentation>
   
<xs:documentation>ATVI=ACTIVISION</xs:documentation>
   
<xs:documentation>AU=ANGLOGOLD ASHANTI</xs:documentation>
   
<xs:documentation>AUO=AU OPTRONICS CORP</xs:documentation>
   
<xs:documentation>AUQ=AURICO GOLD INC.</xs:documentation>
   
<xs:documentation>AUXL=AUXILIUM PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>AUY=YAMANA GOLD</xs:documentation>
   
<xs:documentation>AVA=AVISTA CORP.</xs:documentation>
   
<xs:documentation>AVAV=AEROVIRONMENT</xs:documentation>
   
<xs:documentation>AVB=AVALONBAY COMMUNITIES</xs:documentation>
   
<xs:documentation>AVCT=AVOCENT CORP</xs:documentation>
   
<xs:documentation>AVGO=AVAGO TECHNOLOGIES LTD.</xs:documentation>
   
<xs:documentation>AVID=AVID TECHNOLOGY INC.</xs:documentation>
   
<xs:documentation>AVNR=AVANIR PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>AVP=AVON PRODUCTS</xs:documentation>
   
<xs:documentation>AVY=AVERY DENNISON CORP.</xs:documentation>
   
<xs:documentation>AW=ALLIED WASTE</xs:documentation>
   
<xs:documentation>AWH=ALLIED WORLD ASSURANCE COMPANY HOLDINGS</xs:documentation>
   
<xs:documentation>AXA=AXA - SPONS ADR</xs:documentation>
   
<xs:documentation>AXL=AMERICAN AXLE &amp; MANUFACTURING HOLDINGS</xs:documentation>
   
<xs:documentation>AXP=AMERICAN EXPRESS</xs:documentation>
   
<xs:documentation>AXS=AXIS CAPITAL HOLDINGS</xs:documentation>
   
<xs:documentation>AYE=ALLEGHENY ENERGY</xs:documentation>
   
<xs:documentation>AYI=ACUITY BRANDS INC.</xs:documentation>
   
<xs:documentation>AYR=AIRCASTLE LTD.</xs:documentation>
   
<xs:documentation>AZ=ALLIANZ SE</xs:documentation>
   
<xs:documentation>AZN=ASTRAZENECA</xs:documentation>
   
<xs:documentation>AZO=AUTOZONE</xs:documentation>
   
<xs:documentation>B=BARNES GROUP INC.</xs:documentation>
   
<xs:documentation>BA=BOEING</xs:documentation>
   
<xs:documentation>BAC=BANK OF AMERICA</xs:documentation>
   
<xs:documentation>BAK=BRASKEM SA</xs:documentation>
   
<xs:documentation>BAM=BROOKFIELD ASSET MANAGEMENT IN</xs:documentation>
   
<xs:documentation>BANR=BANNER</xs:documentation>
   
<xs:documentation>BAP=CREDICORP</xs:documentation>
   
<xs:documentation>BAS=BASIC ENERGY SEVICES</xs:documentation>
   
<xs:documentation>BAX=BAXTER INT'L</xs:documentation>
   
<xs:documentation>BBBB=BLACKBOARD INC.</xs:documentation>
   
<xs:documentation>BBBY=BED BATH &amp; BEYOND</xs:documentation>
   
<xs:documentation>BBD=BANCO BRADESCO</xs:documentation>
   
<xs:documentation>BBEP=BREITBURN ENERGY PRODUCTS</xs:documentation>
   
<xs:documentation>BBL=BHP BILLITON PLC</xs:documentation>
   
<xs:documentation>BBRY=RESEARCH IN MOTION LIMITED</xs:documentation>
   
<xs:documentation>BBT=BB &amp; T CORPORATION</xs:documentation>
   
<xs:documentation>BBVA=BANCO BILBAO VIZCAYA ARGENTARIA</xs:documentation>
   
<xs:documentation>BBW=BUILD-A-BEAR WORKSHOP INC.</xs:documentation>
   
<xs:documentation>BBY=BEST BUY COMPANY</xs:documentation>
   
<xs:documentation>BC=BRUNSWICK</xs:documentation>
   
<xs:documentation>BCE=BCE INC.</xs:documentation>
   
<xs:documentation>BCR=C. R. BARD</xs:documentation>
   
<xs:documentation>BCRX=BIOCRYST PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>BCS=BARCLAYS</xs:documentation>
   
<xs:documentation>BCSI=BLUE COAT SYSTEMS</xs:documentation>
   
<xs:documentation>BDK=BLACK &amp; DECKER</xs:documentation>
   
<xs:documentation>BDN=BRANDYWINE REALTY TRUST</xs:documentation>
   
<xs:documentation>BDSI=BIODELIVERY SCIENCES INTERNATIONAL</xs:documentation>
   
<xs:documentation>BDX=BECTON</xs:documentation>
   
<xs:documentation>BEBE=BEBE STORES</xs:documentation>
   
<xs:documentation>BECN=BEACON ROOFING SUPPLY INC</xs:documentation>
   
<xs:documentation>BEE=STRATEGIC HOTELS &amp; RESORTS</xs:documentation>
   
<xs:documentation>BEN=FRANKLIN RESOURCES</xs:documentation>
   
<xs:documentation>BEXP=BRIGHAM EXPLORATION COMPANY</xs:documentation>
   
<xs:documentation>BEZ=BALDOR ELECTRIC</xs:documentation>
   
<xs:documentation>BF-B=BROWN-FORMAN CORPORATION</xs:documentation>
   
<xs:documentation>BFB=BROWN-FORMAN</xs:documentation>
   
<xs:documentation>BFIN=BANKFINANCIAL</xs:documentation>
   
<xs:documentation>BG=BUNGE</xs:documentation>
   
<xs:documentation>BGEN=BIOGEN</xs:documentation>
   
<xs:documentation>BGFV=BIG 5 SPORTING GOODS CORP.</xs:documentation>
   
<xs:documentation>BGG=BRIGGS &amp; STRATTON</xs:documentation>
   
<xs:documentation>BGP=BORDERS GROUP</xs:documentation>
   
<xs:documentation>BGU=DIREXION LARGE CAP BULL 3X</xs:documentation>
   
<xs:documentation>BGZ=DIREXION DAILY LARGE CAP BEAR 3X SHARES</xs:documentation>
   
<xs:documentation>BHI=BAKER HUGHES</xs:documentation>
   
<xs:documentation>BHLB=BERKSHIRE HILLS BANCORP</xs:documentation>
   
<xs:documentation>BHP=BHP BILLITON</xs:documentation>
   
<xs:documentation>BHS=BROOKFIELD HOMES</xs:documentation>
   
<xs:documentation>BID=SOTHEBY'S</xs:documentation>
   
<xs:documentation>BIDU=BAIDU.COM</xs:documentation>
   
<xs:documentation>BIDZ=BIDZ.COM</xs:documentation>
   
<xs:documentation>BIG=BIG LOTS</xs:documentation>
   
<xs:documentation>BIIB=BIOGEN IDEC</xs:documentation>
   
<xs:documentation>BIL=SPDR BARCLAYS CAPITAL 1-3 MONTH T-BILL ETF</xs:documentation>
   
<xs:documentation>BIP=BROOKFIELD INFASTRUCTURE PARTNERS</xs:documentation>
   
<xs:documentation>BJRI=BJ'S RESTAURANTS INC.</xs:documentation>
   
<xs:documentation>BJS=BJ SERVICES</xs:documentation>
   
<xs:documentation>BK=BANK OF NEW YORK</xs:documentation>
   
<xs:documentation>BKD=BROOKDALE SENIOR LIVING</xs:documentation>
   
<xs:documentation>BKE=BUCKLE</xs:documentation>
   
<xs:documentation>BKF=ISHARES BRIC INDEX FUND</xs:documentation>
   
<xs:documentation>BKMU=BANK MUTUAL</xs:documentation>
   
<xs:documentation>BKS=BARNES &amp; NOBLE</xs:documentation>
   
<xs:documentation>BKW=BURGER KING WORLDWIDE INC.</xs:documentation>
   
<xs:documentation>BLDR=BUILDERS FIRSTSOURCE</xs:documentation>
   
<xs:documentation>BLG=BUILDING MATERIALS HOLDING</xs:documentation>
   
<xs:documentation>BLK=BLACKROCK</xs:documentation>
   
<xs:documentation>BLL=BALL</xs:documentation>
   
<xs:documentation>BLS=BELLSOUTH</xs:documentation>
   
<xs:documentation>BLT=BLOUNT INTERNATIONAL INC.</xs:documentation>
   
<xs:documentation>BLX=BANCO LATINOAMERICANO DE EXPORTACIONES</xs:documentation>
   
<xs:documentation>BMC=BMC SOFTWARE</xs:documentation>
   
<xs:documentation>BMET=BIOMET</xs:documentation>
   
<xs:documentation>BMO=BANK OF MONTREAL</xs:documentation>
   
<xs:documentation>BMR=BIOMED REALTY TRUST INC.</xs:documentation>
   
<xs:documentation>BMRN=BIOMARIN PHARMACEUTICAL</xs:documentation>
   
<xs:documentation>BMS=BEMIS INC.</xs:documentation>
   
<xs:documentation>BMTI=BIOMIMETIC THERAPEUTICS INC.</xs:documentation>
   
<xs:documentation>BMY=BRISTOL-MYERS SQUIBB</xs:documentation>
   
<xs:documentation>BNCL=BENEFICIAL MUTUAL BANCORP</xs:documentation>
   
<xs:documentation>BND=VANGUARD TOTAL BOND MARKET</xs:documentation>
   
<xs:documentation>BNI=BURLINGTON NORTHERN SANTA FE</xs:documentation>
   
<xs:documentation>BNS=THE BANK OF NOVA SCOTIA</xs:documentation>
   
<xs:documentation>BOBE=BOB EVANS FARMS</xs:documentation>
   
<xs:documentation>BOFL=BANK OF FLORIDA</xs:documentation>
   
<xs:documentation>BOH=BANK OF HAWAII</xs:documentation>
   
<xs:documentation>BOKF=BOK FINANCIAL CORPORATION</xs:documentation>
   
<xs:documentation>BOL=BAUSCH &amp; LOMB</xs:documentation>
   
<xs:documentation>BOND=PIMCO TOTAL RETURN ETF</xs:documentation>
   
<xs:documentation>BONT=BON-TON STORES INC</xs:documentation>
   
<xs:documentation>BOT=CBOT HOLDINGS</xs:documentation>
   
<xs:documentation>BP=BP PLC</xs:documentation>
   
<xs:documentation>BPFH=BOSTON PRIVATE FINANCIAL HOLDINGS</xs:documentation>
   
<xs:documentation>BPHX=BLUEPHOENIX SOLUTIONS</xs:documentation>
   
<xs:documentation>BPI=BRIDGEPOINT EDUCATION INC.</xs:documentation>
   
<xs:documentation>BPL=BUCKEYE PARTNERS</xs:documentation>
   
<xs:documentation>BPO=BROOKFIELD PROPERTIES CORP</xs:documentation>
   
<xs:documentation>BPOP=POPULAR</xs:documentation>
   
<xs:documentation>BPT=BP PRUDHOE BAY ROYALTY TRUST</xs:documentation>
   
<xs:documentation>BPZ=BPZ RESOURCES</xs:documentation>
   
<xs:documentation>BR=BROADRIDGE FINANCIAL SOLUTIONS</xs:documentation>
   
<xs:documentation>BRC=BRADY CORPORATION</xs:documentation>
   
<xs:documentation>BRCD=BROCADE COMMUNICATIONS SYSTEM</xs:documentation>
   
<xs:documentation>BRCM=BROADCOM CL A</xs:documentation>
   
<xs:documentation>BRE=BRE PROPERTIES INC.</xs:documentation>
   
<xs:documentation>BRF=MARKET VECTORS BRAZIL SMALL-CA</xs:documentation>
   
<xs:documentation>BRFS=BRF BRASIL FOODS SA</xs:documentation>
   
<xs:documentation>BRKB=BERKSHIRE HATHAWAY</xs:documentation>
   
<xs:documentation>BRKL=BROOKLINE BANCORP</xs:documentation>
   
<xs:documentation>BRL=BARR PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>BRLI=BIO-REFERENCE LABS INC.</xs:documentation>
   
<xs:documentation>BRY=BERRY PETROLEUM CO.</xs:documentation>
   
<xs:documentation>BSAC=BANCO SANTANDER CHILE</xs:documentation>
   
<xs:documentation>BSBR=BANCO SANTANDER BRASIL SA</xs:documentation>
   
<xs:documentation>BSC=BEAR STEARNS</xs:documentation>
   
<xs:documentation>BSX=BOSTON SCIENTIFIC</xs:documentation>
   
<xs:documentation>BTE=BAYTEX ENERGY TRUST</xs:documentation>
   
<xs:documentation>BTFG=BANCTRUST FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>BTI=BRITISH AMERICAN TOBACCO</xs:documentation>
   
<xs:documentation>BTU=PEABODY ENERGY</xs:documentation>
   
<xs:documentation>BUCY=BUCYRUS INTERNATIONAL</xs:documentation>
   
<xs:documentation>BUD=ANHEUSER-BUSCH</xs:documentation>
   
<xs:documentation>BUSE=FIRST BUSEY</xs:documentation>
   
<xs:documentation>BVF=BIOVAIL CORP.</xs:documentation>
   
<xs:documentation>BVN=CIA DE MINAS BUENAVENTURA SA</xs:documentation>
   
<xs:documentation>BWA=BORGWARNER INC.</xs:documentation>
   
<xs:documentation>BWEN=BROADWIND ENERGY</xs:documentation>
   
<xs:documentation>BWLD=BUFFALO WILD WINGS</xs:documentation>
   
<xs:documentation>BWP=BROADWALK PIPELINE PARTNERS LP</xs:documentation>
   
<xs:documentation>BWX=SPDR BARCLAYS CAPITAL INTL TREASURY BOND</xs:documentation>
   
<xs:documentation>BX=BLACKSTONE GROUP LP</xs:documentation>
   
<xs:documentation>BXP=BOSTON PROPERTIES</xs:documentation>
   
<xs:documentation>BXS=BANCORPSOUTH</xs:documentation>
   
<xs:documentation>BYD=BOYD GAMING CORP.</xs:documentation>
   
<xs:documentation>BYI=BALLY TECHNOLOGIES</xs:documentation>
   
<xs:documentation>BZF=WISDOM TREE DR BRAZ REAL FUND</xs:documentation>
   
<xs:documentation>BZH=BEAZER HOMES USA</xs:documentation>
   
<xs:documentation>C=CITIGROUP</xs:documentation>
   
<xs:documentation>CA=CA INC</xs:documentation>
   
<xs:documentation>CAB=CABELA'S</xs:documentation>
   
<xs:documentation>CAC=CAMDEN NATIONAL</xs:documentation>
   
<xs:documentation>CACB=CASCADE BANCORP</xs:documentation>
   
<xs:documentation>CADE=CADENCE FINANCIAL</xs:documentation>
   
<xs:documentation>CADX=CADENCE PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>CAG=CONAGRA FOODS</xs:documentation>
   
<xs:documentation>CAH=CARDINAL HEALTH</xs:documentation>
   
<xs:documentation>CAKE=THE CHEESECAKE FACTORY</xs:documentation>
   
<xs:documentation>CAL=CONTINENTAL AIRLINES</xs:documentation>
   
<xs:documentation>CALL=MAGICJACK VOCALTEC LTD.</xs:documentation>
   
<xs:documentation>CALM=CAL-MAINE FOODS</xs:documentation>
   
<xs:documentation>CAM=CAMERON INTERNATIONAL</xs:documentation>
   
<xs:documentation>CAR=AVIS BUDGET GROUP</xs:documentation>
   
<xs:documentation>CASB=CASCADE FINANCIAL</xs:documentation>
   
<xs:documentation>CAT=CATERPILLAR</xs:documentation>
   
<xs:documentation>CATY=CATHAY GENERAL BANCORP</xs:documentation>
   
<xs:documentation>CAVM=CAVIUM NETWORKS INC.</xs:documentation>
   
<xs:documentation>CB=CHUBB</xs:documentation>
   
<xs:documentation>CBAK=CHINA BAK BATTERY</xs:documentation>
   
<xs:documentation>CBBO=COLUMBIA BANCORP - OR</xs:documentation>
   
<xs:documentation>CBC=CAPITAL BANCORP</xs:documentation>
   
<xs:documentation>CBD=CIA BRASILEIRA DE DISTRIBUICAO</xs:documentation>
   
<xs:documentation>CBE=COOPER INDUSTRIES</xs:documentation>
   
<xs:documentation>CBEY=CBEYOND INC.</xs:documentation>
   
<xs:documentation>CBG=CB RICHARD ELLIS</xs:documentation>
   
<xs:documentation>CBH=COMMERCE BANCORP</xs:documentation>
   
<xs:documentation>CBI=CHICAGO BRIDGE &amp; IRON CO.</xs:documentation>
   
<xs:documentation>CBKN=CAPITAL BANK</xs:documentation>
   
<xs:documentation>CBL=CBL &amp; ASSOCIATES PROPERTIES</xs:documentation>
   
<xs:documentation>CBLI=CLEVELAND BIOLABS</xs:documentation>
   
<xs:documentation>CBOE=CBOE HOLDINGS</xs:documentation>
   
<xs:documentation>CBON=COMMUNITY BANCORP</xs:documentation>
   
<xs:documentation>CBRL=CRACKEL BARREL OLD COUNTRY</xs:documentation>
   
<xs:documentation>CBS=CBS CORP. - CLASS B</xs:documentation>
   
<xs:documentation>CBSH=COMMERCE BANCSHARES</xs:documentation>
   
<xs:documentation>CBSS=COMPASS BANCSHARES</xs:documentation>
   
<xs:documentation>CBU=COMMUNITY BANK SYSTEM</xs:documentation>
   
<xs:documentation>CBY=CADBURY PLC</xs:documentation>
   
<xs:documentation>CC=CIRCUIT CITY STORES</xs:documentation>
   
<xs:documentation>CCBG=CAPITAL CITY BANK GROUP</xs:documentation>
   
<xs:documentation>CCC=CALGON CARBON</xs:documentation>
   
<xs:documentation>CCE=COCA-COLA ENTERPRISES</xs:documentation>
   
<xs:documentation>CCI=CROWN CASTLE INT'L CORP.</xs:documentation>
   
<xs:documentation>CCJ=CAMECO</xs:documentation>
   
<xs:documentation>CCK=CROWN HOLDINGS</xs:documentation>
   
<xs:documentation>CCL=CARNIVAL CORPORATION</xs:documentation>
   
<xs:documentation>CCME=CHINA MEDIAEXPRESS HOLDINGS</xs:documentation>
   
<xs:documentation>CCO=CLEAR CHANNEL OUTDOOR HOLDINGS</xs:documentation>
   
<xs:documentation>CCOI=COGENT COMMUNICATIONS GROUP</xs:documentation>
   
<xs:documentation>CCRT=COMPUCREDIT HOLDINGS CORP</xs:documentation>
   
<xs:documentation>CCU=CLEAR CHANNEL COMMUNICATIONS</xs:documentation>
   
<xs:documentation>CD=CENDANT</xs:documentation>
   
<xs:documentation>CDE=COEUR D'ALENE MINES</xs:documentation>
   
<xs:documentation>CDR=CEDAR SHOPPING CENTERS</xs:documentation>
   
<xs:documentation>CDWC=CDW CORP.</xs:documentation>
   
<xs:documentation>CE=CELANESE CORP</xs:documentation>
   
<xs:documentation>CECO=CAREER EDUCATION</xs:documentation>
   
<xs:documentation>CEG=CONSTELLATION ENERGY GROUP</xs:documentation>
   
<xs:documentation>CELG=CELGENE</xs:documentation>
   
<xs:documentation>CENX=CENTURY ALUMINUM</xs:documentation>
   
<xs:documentation>CEO=CNOOC LTD</xs:documentation>
   
<xs:documentation>CEPH=CEPHALON</xs:documentation>
   
<xs:documentation>CERN=CERNER CORP.</xs:documentation>
   
<xs:documentation>CETV=CENTRAL EUROPEAN MEDIA ENT-A</xs:documentation>
   
<xs:documentation>CEW=WISDOM TREE DREYFUS EMERGING CURRENCY</xs:documentation>
   
<xs:documentation>CF=CF INDUSTRIES HOLDINGS</xs:documentation>
   
<xs:documentation>CFC=COUNTRYWIDE FINANCIAL</xs:documentation>
   
<xs:documentation>CFFN=CAPITAL FEDERAL FINANCIAL</xs:documentation>
   
<xs:documentation>CFN=CAREFUSION CORPORATION</xs:documentation>
   
<xs:documentation>CFNL=CARDINAL FINANCIAL</xs:documentation>
   
<xs:documentation>CFR=CULLEN/FROST BANKERS</xs:documentation>
   
<xs:documentation>CFT=ISHARES BARCLAYS CREDIT BOND</xs:documentation>
   
<xs:documentation>CFX=COLFAX CORP</xs:documentation>
   
<xs:documentation>CG=CARYLE GROUP LP</xs:documentation>
   
<xs:documentation>CGA=CHINA GREEN AGRICULTURE</xs:documentation>
   
<xs:documentation>CGNX=COGNEX CORP</xs:documentation>
   
<xs:documentation>CHA=CHINA TELECOM CORP LTD</xs:documentation>
   
<xs:documentation>CHBT=CHINA-BIOTICS</xs:documentation>
   
<xs:documentation>CHCO=CITY HOLDING</xs:documentation>
   
<xs:documentation>CHE=CHEMED CORP.</xs:documentation>
   
<xs:documentation>CHFC=CHEMICAL FINANCIAL</xs:documentation>
   
<xs:documentation>CHH=CHOICE HOTELS INTERNATIONAL</xs:documentation>
   
<xs:documentation>CHK=CHESAPEAKE ENERGY</xs:documentation>
   
<xs:documentation>CHKM=CHESAPEAKE MIDSTREAM PARTNERS LP</xs:documentation>
   
<xs:documentation>CHKP=CHECK POINT SOFTWARE</xs:documentation>
   
<xs:documentation>CHL=CHINA MOBILE</xs:documentation>
   
<xs:documentation>CHLN=CHINA HOUSING &amp; LAND DEVELOPMENT</xs:documentation>
   
<xs:documentation>CHNG=CHINA NATURAL GAS</xs:documentation>
   
<xs:documentation>CHRW=C.H. ROBINSON WORLDWIDE</xs:documentation>
   
<xs:documentation>CHS=CHICO'S FAS</xs:documentation>
   
<xs:documentation>CHT=CHUNGHWA TELECOM CO.</xs:documentation>
   
<xs:documentation>CHTR=CHARTER COMMUNICATIONS INC.</xs:documentation>
   
<xs:documentation>CHU=CHINA UNICOM HONG KONG LIMITED</xs:documentation>
   
<xs:documentation>CI=CIGNA</xs:documentation>
   
<xs:documentation>CIA=CITIZENS</xs:documentation>
   
<xs:documentation>CIB=BANCOLOMBIA SA</xs:documentation>
   
<xs:documentation>CIE=COBALT INTERNATIONAL ENERGY</xs:documentation>
   
<xs:documentation>CIEN=CIENA</xs:documentation>
   
<xs:documentation>CIG=COMP ENERGY CEMIG</xs:documentation>
   
<xs:documentation>CIGX=STAR SCIENTIFIC</xs:documentation>
   
<xs:documentation>CIM=CHIMERA INVESTMENT CORP</xs:documentation>
   
<xs:documentation>CIN=CINERGY</xs:documentation>
   
<xs:documentation>CINF=CINCINNATI FINANCIAL</xs:documentation>
   
<xs:documentation>CISG=CNINSURE</xs:documentation>
   
<xs:documentation>CIT=CIT GROUP</xs:documentation>
   
<xs:documentation>CITQ=CIT GROUP INC.</xs:documentation>
   
<xs:documentation>CIU=ISHARES BARCLAYS INTERMEDIATE CREDIT BOND FUND</xs:documentation>
   
<xs:documentation>CL=COLGATE PALMOLIVE</xs:documentation>
   
<xs:documentation>CLB=CORE LABORATORIES NV</xs:documentation>
   
<xs:documentation>CLC=CLARCOR INC.</xs:documentation>
   
<xs:documentation>CLDA=CLINICAL DATA</xs:documentation>
   
<xs:documentation>CLDX=CELLDEX THERAPEUTICS</xs:documentation>
   
<xs:documentation>CLF=CLEVELAND-CLIFFS</xs:documentation>
   
<xs:documentation>CLFC=CENTER FINANCIAL</xs:documentation>
   
<xs:documentation>CLMS=CALAMOS ASSET MANANGEMENT</xs:documentation>
   
<xs:documentation>CLMT=CALUMET SPECIALTY PRODUCTS PARTNERS</xs:documentation>
   
<xs:documentation>CLNE=CLEAN ENERGY FUELS CORP</xs:documentation>
   
<xs:documentation>CLR=CONTINENTAL RESOURCES</xs:documentation>
   
<xs:documentation>CLS=CELESTICA INC.</xs:documentation>
   
<xs:documentation>CLSN=CELSION CORPORATION</xs:documentation>
   
<xs:documentation>CLWR=CLEARWIRE</xs:documentation>
   
<xs:documentation>CLX=CLOROX</xs:documentation>
   
<xs:documentation>CLY=ISHARES 10+ YEAR CREDIT BOND FUND</xs:documentation>
   
<xs:documentation>CM=CANADIAN IMPERIAL BANK OF COMMERCE</xs:documentation>
   
<xs:documentation>CMA=COMERICA</xs:documentation>
   
<xs:documentation>CMC=COMMERCIAL METALS</xs:documentation>
   
<xs:documentation>CMCS=COMCAST</xs:documentation>
   
<xs:documentation>CME=CHICAGO MERCANTILE HOLDINGS INC</xs:documentation>
   
<xs:documentation>CMED=CHINA MEDICAL TECHNOLOGIES</xs:documentation>
   
<xs:documentation>CMG=CHIPOLTE MEXICAN GRILL</xs:documentation>
   
<xs:documentation>CMGI=CMGI</xs:documentation>
   
<xs:documentation>CMI=CUMMINS</xs:documentation>
   
<xs:documentation>CMLP=CRESTWOOD MIDSTREAM PARTNERS LP</xs:documentation>
   
<xs:documentation>CMO=CAPSTEAD MORTGAGE CORPORATION</xs:documentation>
   
<xs:documentation>CMP=COMPASS MINERALS INTERNATION</xs:documentation>
   
<xs:documentation>CMS=CMS ENERGY</xs:documentation>
   
<xs:documentation>CMVT=COMVERSE TECHNOLOGY</xs:documentation>
   
<xs:documentation>CMX=CAREMARK RX</xs:documentation>
   
<xs:documentation>CNA=CNA FINANCIAL</xs:documentation>
   
<xs:documentation>CNB=THE COLONIAL BANCGROUP</xs:documentation>
   
<xs:documentation>CNC=CENTENE</xs:documentation>
   
<xs:documentation>CNET=CNET NETWORKS</xs:documentation>
   
<xs:documentation>CNI=CANADIAN NATIONAL RAILWAY CO.</xs:documentation>
   
<xs:documentation>CNO=CONSECO INC</xs:documentation>
   
<xs:documentation>CNP=CENTERPOINT ENERGY</xs:documentation>
   
<xs:documentation>CNQ=CANADIAN NATURAL RESOURCES</xs:documentation>
   
<xs:documentation>CNQR=CONCUR TECHNOLOGIES INC.</xs:documentation>
   
<xs:documentation>CNS=COHEN &amp; STEERS</xs:documentation>
   
<xs:documentation>CNX=CONSOL ENERGY</xs:documentation>
   
<xs:documentation>COBZ=COBIZ FINANCIAL</xs:documentation>
   
<xs:documentation>COF=CAPITAL ONE FINANCIAL</xs:documentation>
   
<xs:documentation>COG=CABOT OIL &amp; GAS</xs:documentation>
   
<xs:documentation>COH=COACH</xs:documentation>
   
<xs:documentation>COL=ROCKWELL COLLINS</xs:documentation>
   
<xs:documentation>COLB=COLUMBIA BANKING SYSTEM</xs:documentation>
   
<xs:documentation>COLE=COLE REAL ESTATE INVESTMENTS INC.</xs:documentation>
   
<xs:documentation>COLM=COLUMBIA SPORTSWEAR</xs:documentation>
   
<xs:documentation>COMV=COMVERGE INC</xs:documentation>
   
<xs:documentation>CONN=CONN'S</xs:documentation>
   
<xs:documentation>COO=COOPER COMPANIES INC.</xs:documentation>
   
<xs:documentation>COP=CONOCOPHILLIPS</xs:documentation>
   
<xs:documentation>CORP=PIMCO INVESTMENT GRADE CORP BOND INDEX FUND</xs:documentation>
   
<xs:documentation>CORS=CORUS BANKSHARES</xs:documentation>
   
<xs:documentation>COST=COSTCO WHOLESALE</xs:documentation>
   
<xs:documentation>COV=COVIDIEN</xs:documentation>
   
<xs:documentation>COWN=COWEN GROUP</xs:documentation>
   
<xs:documentation>CP=CANADIAN PACIFIC RAILWAY LTD.</xs:documentation>
   
<xs:documentation>CPB=CAMPBELL SOUP</xs:documentation>
   
<xs:documentation>CPF=CENTRAL PACIFIC FINANCIAL</xs:documentation>
   
<xs:documentation>CPHD=CEPHEID INC.</xs:documentation>
   
<xs:documentation>CPHL=CASTLEPOINT HOLDINGS</xs:documentation>
   
<xs:documentation>CPKI=CALIFORNIA PIZZA KITCHEN INC.</xs:documentation>
   
<xs:documentation>CPL=CPFL ENERGIA</xs:documentation>
   
<xs:documentation>CPLA=CAPELLA EDUCATION CO.</xs:documentation>
   
<xs:documentation>CPLP=CAPITAL PRODUCT PARTNERS LP</xs:documentation>
   
<xs:documentation>CPN=CALPINE CORPORATION</xs:documentation>
   
<xs:documentation>CPNO=COPANO ENERGY LLC</xs:documentation>
   
<xs:documentation>CPTS=CONCEPTUS</xs:documentation>
   
<xs:documentation>CPWR=COMPUWARE</xs:documentation>
   
<xs:documentation>CQP=CHINIERE ENERGY PARTNERS</xs:documentation>
   
<xs:documentation>CRBC=CITIZENS REPUBLIC BANCORP</xs:documentation>
   
<xs:documentation>CRDC=CARDICA</xs:documentation>
   
<xs:documentation>CRDN=CERADYNE</xs:documentation>
   
<xs:documentation>CREE=CREE</xs:documentation>
   
<xs:documentation>CRK=COMSTOCK RESOURCES</xs:documentation>
   
<xs:documentation>CRM=SALESFORCE.COM</xs:documentation>
   
<xs:documentation>CRNT=CERAGON NETWORKS LTD.</xs:documentation>
   
<xs:documentation>CROX=CROCS</xs:documentation>
   
<xs:documentation>CRR=CARBO CERAMICS</xs:documentation>
   
<xs:documentation>CRS=CARPENTER TECHNOLOGY CORP.</xs:documentation>
   
<xs:documentation>CRUS=CIRRUS LOGIC INC.</xs:documentation>
   
<xs:documentation>CRVL=CORVEL</xs:documentation>
   
<xs:documentation>CRXL=CRUCELL NV</xs:documentation>
   
<xs:documentation>CRYP=CYPTOLOGICAL LIMITED</xs:documentation>
   
<xs:documentation>CRZO=CARRIZO OIL &amp; GAS INC.</xs:documentation>
   
<xs:documentation>CS=CREDIT SUISSE</xs:documentation>
   
<xs:documentation>CSBK=CLIFTON SAVINGS BANCORP</xs:documentation>
   
<xs:documentation>CSC=COMPUTER SCIENCES</xs:documentation>
   
<xs:documentation>CSCO=CISCO SYSTEMS</xs:documentation>
   
<xs:documentation>CSE=CAPITALSOURCE</xs:documentation>
   
<xs:documentation>CSG=CHAMBERS STREET PROPERTIES</xs:documentation>
   
<xs:documentation>CSH=CASH AMERICA INTERNATIONAL INC</xs:documentation>
   
<xs:documentation>CSIQ=CANADIAN SOLAR</xs:documentation>
   
<xs:documentation>CSJ=ISHARES BARCLAYS 1-3 YEAR CREDIT BOND FUND</xs:documentation>
   
<xs:documentation>CSKI=CHINA SKY ONE MEDICAL</xs:documentation>
   
<xs:documentation>CSQ=CALAMOS STRATEGIC TOTAL RETURN FUND</xs:documentation>
   
<xs:documentation>CSR=CHINA SECURITY &amp; SURVEILLANCE TECHNOLOGY</xs:documentation>
   
<xs:documentation>CSTR=COINSTAR INC.</xs:documentation>
   
<xs:documentation>CSUN=CHINA SUNERGY CO.</xs:documentation>
   
<xs:documentation>CSX=CSX CORP.</xs:documentation>
   
<xs:documentation>CT=CAPITAL TRUST</xs:documentation>
   
<xs:documentation>CTAS=CINTAS</xs:documentation>
   
<xs:documentation>CTB=COOPER TIRE &amp; RUBBER</xs:documentation>
   
<xs:documentation>CTBI=COMMUNITY TRUST BANCORP</xs:documentation>
   
<xs:documentation>CTBK=CITY BANK LYNNWOOD WA</xs:documentation>
   
<xs:documentation>CTL=CENTURYTEL</xs:documentation>
   
<xs:documentation>CTRP=CTRIP.COM INTERNATIONAL</xs:documentation>
   
<xs:documentation>CTSH=COGNIZANT TECH. SOLUTIONS CORP.</xs:documentation>
   
<xs:documentation>CTX=CENTEX</xs:documentation>
   
<xs:documentation>CTXS=CITRIX SYSTEMS</xs:documentation>
   
<xs:documentation>CUDA=BARRACUDA NETWORKS INC.</xs:documentation>
   
<xs:documentation>CUK=CARNIVAL PLC.</xs:documentation>
   
<xs:documentation>CUZ=COUSINS PROPERTIES</xs:documentation>
   
<xs:documentation>CVA=COVANTA HOLDING CORPORATION</xs:documentation>
   
<xs:documentation>CVBF=CVB FINANCIAL CORP</xs:documentation>
   
<xs:documentation>CVC=CABLEVISION SYSTEMS CORP. - CL. A</xs:documentation>
   
<xs:documentation>CVG=CONVERGYS</xs:documentation>
   
<xs:documentation>CVH=COVENTRY HEALTH CARE</xs:documentation>
   
<xs:documentation>CVI=CVR ENERGY</xs:documentation>
   
<xs:documentation>CVS=CVS</xs:documentation>
   
<xs:documentation>CVX=CHEVRONTEXACO</xs:documentation>
   
<xs:documentation>CW=CURTISS-WRIGHT CORP.</xs:documentation>
   
<xs:documentation>CX=CEMEX SAB DE CV</xs:documentation>
   
<xs:documentation>CXP=COLUMBIA PROPERTY TRUST INC.</xs:documentation>
   
<xs:documentation>CXS=CREXUS INVESTMENT CORP</xs:documentation>
   
<xs:documentation>CY=CYPRESS SEMICONDUCTOR CORP.</xs:documentation>
   
<xs:documentation>CYB=WISDOMTREE DREYFUS CHINESE YUA</xs:documentation>
   
<xs:documentation>CYBS=CYBERSOURCE CORP.</xs:documentation>
   
<xs:documentation>CYBX=CYBERONICS INC.</xs:documentation>
   
<xs:documentation>CYH=COMMUNITY HEALTH SYSTEMS INC.</xs:documentation>
   
<xs:documentation>CYN=CITY NATIONAL</xs:documentation>
   
<xs:documentation>CYOU=CHANGYOU.COM</xs:documentation>
   
<xs:documentation>CYPB=CYPRESS BIOSCIENCE INC.</xs:documentation>
   
<xs:documentation>CYS=CYPRESS SHARPRIDGE INVESTMENTS</xs:documentation>
   
<xs:documentation>CYTX=CYTORI THERAPEUTICS</xs:documentation>
   
<xs:documentation>CZN=CITIZENS COMMUNICATIONS</xs:documentation>
   
<xs:documentation>CZR=CAESARS ENTERTAINMENT CORP</xs:documentation>
   
<xs:documentation>D=DOMINION RESOURCES</xs:documentation>
   
<xs:documentation>DAI=DAIMLER AG</xs:documentation>
   
<xs:documentation>DAKT=DAKTRONICS</xs:documentation>
   
<xs:documentation>DAL=DELTA AIR LINES</xs:documentation>
   
<xs:documentation>DANG=E COMMERCE CHINA DANGDANG</xs:documentation>
   
<xs:documentation>DB=DEUTSCGE BANK</xs:documentation>
   
<xs:documentation>DBA=POWERSHARE DB AGRICULTURE FUND</xs:documentation>
   
<xs:documentation>DBB=POWERSHARES DB BASE METALS</xs:documentation>
   
<xs:documentation>DBC=POWERSHARES DB COMMODITY INDEX TRACKING FUND</xs:documentation>
   
<xs:documentation>DBO=POWERSHARES DB OIL FUND</xs:documentation>
   
<xs:documentation>DBP=POWERSHARES DB PRECIOUS METALS</xs:documentation>
   
<xs:documentation>DBRN=THE DRESS BARN</xs:documentation>
   
<xs:documentation>DBS=POWERSHARES DB SILVER FUND</xs:documentation>
   
<xs:documentation>DCOM=DIME COMMUNITY BANCSHARES</xs:documentation>
   
<xs:documentation>DCTH=DELCATH SYSTEMS</xs:documentation>
   
<xs:documentation>DD=DUPONT</xs:documentation>
   
<xs:documentation>DDD=3D SYSTEMS CORPORATION</xs:documentation>
   
<xs:documentation>DDM=PROSHARES ULTRA DOW 30</xs:documentation>
   
<xs:documentation>DDR=DEVELOPERS DIVERSIFIED REALTY</xs:documentation>
   
<xs:documentation>DDS=DILLARD'S</xs:documentation>
   
<xs:documentation>DE=DEERE</xs:documentation>
   
<xs:documentation>DECK=DECKERS OUTDOOR CORPORATION</xs:documentation>
   
<xs:documentation>DEER=DEER CONSUMER PRODUCTS</xs:documentation>
   
<xs:documentation>DEI=DOUGLASS EMMETT INC.</xs:documentation>
   
<xs:documentation>DELL=DELL COMPUTER</xs:documentation>
   
<xs:documentation>DEP=DUNCAN ENERGY PARTNERS</xs:documentation>
   
<xs:documentation>DF=DEAN FOODS</xs:documentation>
   
<xs:documentation>DFG=DELPHIA FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>DFS=DISCOVER FINANCIAL SERVICES</xs:documentation>
   
<xs:documentation>DFT=DUPONT FABROS TECHNOLOGY</xs:documentation>
   
<xs:documentation>DG=DOLLAR GENERAL</xs:documentation>
   
<xs:documentation>DGIC=DONEGAL GROUP</xs:documentation>
   
<xs:documentation>DGIT=DIGITAL GENERATION INC.</xs:documentation>
   
<xs:documentation>DGX=QUEST DIAGNOSTICS</xs:documentation>
   
<xs:documentation>DHI=D.R. HORTON</xs:documentation>
   
<xs:documentation>DHR=DANAHER</xs:documentation>
   
<xs:documentation>DHT=DHT MARITIME INC.</xs:documentation>
   
<xs:documentation>DIA=SPDR DOW JONES INDUSTRIAL AVERAGE ETF FUND</xs:documentation>
   
<xs:documentation>DIAM=SPRD DOW JONES INDUSTRIAL AVERAGE</xs:documentation>
   
<xs:documentation>DIG=PROSHARES ULTRA OIL &amp; GAS</xs:documentation>
   
<xs:documentation>DIN=DINE EQUITY INC.</xs:documentation>
   
<xs:documentation>DIS=WALT DISNEY</xs:documentation>
   
<xs:documentation>DISC=DISCOVERY COMMUNICATIONS INC.</xs:documentation>
   
<xs:documentation>DISH=ECHOSTAR COMMUNICATIONS</xs:documentation>
   
<xs:documentation>DK=DELEK US HOLDINGS INC.</xs:documentation>
   
<xs:documentation>DLB=DOLBY LABORATORIES INC.</xs:documentation>
   
<xs:documentation>DLLR=DOLLAR FINANCIAL</xs:documentation>
   
<xs:documentation>DLPH=DELPHIA AUTOMOTIVE PLC.</xs:documentation>
   
<xs:documentation>DLR=DIGITAL REALTY TRUST INC.</xs:documentation>
   
<xs:documentation>DLTR=DOLLAR TREE</xs:documentation>
   
<xs:documentation>DMD=DEMAND MEDIA</xs:documentation>
   
<xs:documentation>DMND=DIAMOND FOODS INC.</xs:documentation>
   
<xs:documentation>DNA=GENENTECH</xs:documentation>
   
<xs:documentation>DNB=DUN &amp; BRADSTREET CORT</xs:documentation>
   
<xs:documentation>DNDN=DENDREON</xs:documentation>
   
<xs:documentation>DNKN=DUNKIN' BRANDS GROUP</xs:documentation>
   
<xs:documentation>DNR=DENBURY RESOURCES INC.</xs:documentation>
   
<xs:documentation>DO=DIAMOND OFFSHORE DRILLING</xs:documentation>
   
<xs:documentation>DOG=PROSHARES SHORT DOW 30</xs:documentation>
   
<xs:documentation>DOV=DOVER CORP.</xs:documentation>
   
<xs:documentation>DOW=DOW CHEMICAL</xs:documentation>
   
<xs:documentation>DPK=DIREXION DAILY DEV MKTS BEAR 3</xs:documentation>
   
<xs:documentation>DPM=DCP MIDSTREAM PARTNERS</xs:documentation>
   
<xs:documentation>DPS=DR. PEPPER SNAPPLE GROUP</xs:documentation>
   
<xs:documentation>DPTR=DELTA PETROLEUM</xs:documentation>
   
<xs:documentation>DPZ=DOMINO'S PIZZA</xs:documentation>
   
<xs:documentation>DR=DARWIN PROFESSIONAL UNDERWRITERS</xs:documentation>
   
<xs:documentation>DRI=DARDEN RESTAURANTS</xs:documentation>
   
<xs:documentation>DRN=DIREXION DAILY REAL ESTATE BUL</xs:documentation>
   
<xs:documentation>DRV=DIREX DAILY REAL EST BEAR 3X</xs:documentation>
   
<xs:documentation>DRY=DRYSHIPS INC.</xs:documentation>
   
<xs:documentation>DRYS=DRYSHIPS</xs:documentation>
   
<xs:documentation>DSI=ISHARES KLD 400 SOCIAL INDEX</xs:documentation>
   
<xs:documentation>DSL=DOWNEY FINANCIAL</xs:documentation>
   
<xs:documentation>DST=DST SYSTEMS INC.</xs:documentation>
   
<xs:documentation>DSW=DSW INC.</xs:documentation>
   
<xs:documentation>DSX=DIANA SHIPPING INC.</xs:documentation>
   
<xs:documentation>DT=DEUTSCHE TELEKOM</xs:documentation>
   
<xs:documentation>DTE=DTE ENERGY</xs:documentation>
   
<xs:documentation>DTG=DOLLAR THRIFTY AUTOMTIVE GROUP</xs:documentation>
   
<xs:documentation>DTV=DIRECTV GROUP</xs:documentation>
   
<xs:documentation>DUG=ULTRASHORT OIL &amp; GAS PROSHARES</xs:documentation>
   
<xs:documentation>DUK=DUKE ENERGY</xs:documentation>
   
<xs:documentation>DV=DEVRY INC.</xs:documentation>
   
<xs:documentation>DVA=DAVITA</xs:documentation>
   
<xs:documentation>DVN=DEVON ENERGY</xs:documentation>
   
<xs:documentation>DVY=ISHARES DOW JONES SELECT DIVIDEND INDEX</xs:documentation>
   
<xs:documentation>DWA=DREAMWORKS ANIMATION</xs:documentation>
   
<xs:documentation>DWX=SPDR S&amp;P INTERNATIONAL DIVIDEN</xs:documentation>
   
<xs:documentation>DX=DYNEX CAPITAL</xs:documentation>
   
<xs:documentation>DXCM=DEXCOM</xs:documentation>
   
<xs:documentation>DXD=PROSHARES ULTRASHORT DOW 30</xs:documentation>
   
<xs:documentation>DXJ=WISDOM TREE JAPAN HEDGED EQUITY</xs:documentation>
   
<xs:documentation>DYN=DYNEGY</xs:documentation>
   
<xs:documentation>E=ENI SPA</xs:documentation>
   
<xs:documentation>EA=ELECTRONIC ARTS INC.</xs:documentation>
   
<xs:documentation>EBAY=EBAY</xs:documentation>
   
<xs:documentation>EBIX=EBIX INC.</xs:documentation>
   
<xs:documentation>EBR=CENTRAIS ELETRICAS BRASILEIRAS SA</xs:documentation>
   
<xs:documentation>EC=ECOPETROL SA</xs:documentation>
   
<xs:documentation>ECA=ENCANA</xs:documentation>
   
<xs:documentation>ECH=ISHARES MSCI CHILE INVESTABLE MARKET INDEX</xs:documentation>
   
<xs:documentation>ECL=ECOLAB</xs:documentation>
   
<xs:documentation>ED=CONSOLIDATED EDISON</xs:documentation>
   
<xs:documentation>EDE=EMPIRE DISTRICT ELECTRIC CO.</xs:documentation>
   
<xs:documentation>EDMC=EDUCATION MANAGEMENT CORPORATION</xs:documentation>
   
<xs:documentation>EDS=ELECTRONIC DATA SYSTEMS</xs:documentation>
   
<xs:documentation>EDU=NEW ORIENTAL EDUCATION &amp; TECHNOLOGY GROUP</xs:documentation>
   
<xs:documentation>EDV=VANGUARD EXTENDED DURATION TREASURY ETF</xs:documentation>
   
<xs:documentation>EDZ=DIREXION DLY EMG MARKET BEAR 3X</xs:documentation>
   
<xs:documentation>EEB=CLAYMORE/BNY BRIC ETF</xs:documentation>
   
<xs:documentation>EEFT=EURONET WORLDWIDE INC.</xs:documentation>
   
<xs:documentation>EELV=S&amp;P EMERGING MARKETS LOW VOLATILITY</xs:documentation>
   
<xs:documentation>EEM=ISHARES MSCI EMERGING MARKETS INDEX</xs:documentation>
   
<xs:documentation>EEP=ENBRIDGE ENERGY PARTNERS</xs:documentation>
   
<xs:documentation>EET=PROSHARES ULTRA MSCI EMERGING MARKETS</xs:documentation>
   
<xs:documentation>EEV=PROSHARES ULTRASHORT MSCI EMERGING MARKETS</xs:documentation>
   
<xs:documentation>EFA=ISHARES MSCI EAFE INDEX FUND</xs:documentation>
   
<xs:documentation>EFG=ISHARES MSCI EAFE GROWTH INDEX FUND</xs:documentation>
   
<xs:documentation>EFSC=ENTERPRISE FINANCIAL SERVICES</xs:documentation>
   
<xs:documentation>EFX=EQUIFAX</xs:documentation>
   
<xs:documentation>EGF=BLACKROCK ENHANCED GOVERNMENT FUND INC.</xs:documentation>
   
<xs:documentation>EGLE=EAGLE BULK SHIPPING</xs:documentation>
   
<xs:documentation>EGO=ELDORADO GOLD</xs:documentation>
   
<xs:documentation>EHTH=EHEALTH</xs:documentation>
   
<xs:documentation>EIG=EMPLOYERS HOLDINGS</xs:documentation>
   
<xs:documentation>EIX=EDISON INTERNATIONAL</xs:documentation>
   
<xs:documentation>EJ=E-HOUSE CHINQA HOLDINGS LIMITED</xs:documentation>
   
<xs:documentation>EK=EASTMAN KODAK</xs:documentation>
   
<xs:documentation>EL=ESTEE LAUDER</xs:documentation>
   
<xs:documentation>ELD=WISDOM TREE EMERGING MARKETS LOCAL DEBT FUND</xs:documentation>
   
<xs:documentation>ELF=CIA PARANAENSE DE ENERGIA</xs:documentation>
   
<xs:documentation>ELN=ELAN CORP. PLC</xs:documentation>
   
<xs:documentation>ELNK=EARTHLINK INC.</xs:documentation>
   
<xs:documentation>ELON=ECHELON CORPORATION</xs:documentation>
   
<xs:documentation>ELX=EMULEX</xs:documentation>
   
<xs:documentation>ELY=CALLAWAY GOLF CO.</xs:documentation>
   
<xs:documentation>EMB=ISHARES JPMORGAN USD EMERGING BOND FUND</xs:documentation>
   
<xs:documentation>EMC=EMC</xs:documentation>
   
<xs:documentation>EMCI=EMC INSURANCE GROUP</xs:documentation>
   
<xs:documentation>EMIT=ELBIT IMAGING</xs:documentation>
   
<xs:documentation>EMN=EASTMAN CHEMICAL</xs:documentation>
   
<xs:documentation>EMR=EMERSON ELECTRIC</xs:documentation>
   
<xs:documentation>ENB=ENBRIDGE INC.</xs:documentation>
   
<xs:documentation>ENDP=ENDO HEALTH SOLUTIONS INC.</xs:documentation>
   
<xs:documentation>ENER=ENERGY CONVERSION DEVICES</xs:documentation>
   
<xs:documentation>ENH=ENDUARANCE SPECIALTY HOLDINGS</xs:documentation>
   
<xs:documentation>ENI=ENERSIS SA</xs:documentation>
   
<xs:documentation>ENOC=ENERNOC</xs:documentation>
   
<xs:documentation>ENP=ENCORE ENERGY PARTNERS LP</xs:documentation>
   
<xs:documentation>ENZN=ENZON PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>EOG=EOG RESOURCES</xs:documentation>
   
<xs:documentation>EOP=EQUITY OFFICE PROPERTIES TRUST</xs:documentation>
   
<xs:documentation>EP=EL PASO</xs:documentation>
   
<xs:documentation>EPB=EL PASO PIPELINE PARTNERS LP</xs:documentation>
   
<xs:documentation>EPD=ENTERPRISE PRODUCTS PARTNRS LP</xs:documentation>
   
<xs:documentation>EPI=WISDOM TREE INDIA EARNINGS FUND</xs:documentation>
   
<xs:documentation>EPIQ=EPIQ SYSTEMS INC.</xs:documentation>
   
<xs:documentation>EPP=ISHARES MSCI PACIFIC EX-JAPAN INDEX FUND</xs:documentation>
   
<xs:documentation>EPR=ENTERTAINMENT PROPERTIES TRUST</xs:documentation>
   
<xs:documentation>EQ=EMBARQ</xs:documentation>
   
<xs:documentation>EQIX=EQUINEX</xs:documentation>
   
<xs:documentation>EQM=EQT MIDSTREAM PARTNERS LP</xs:documentation>
   
<xs:documentation>EQR=EQUITY RESIDENTIAL</xs:documentation>
   
<xs:documentation>EQT=EQT CORPORATION</xs:documentation>
   
<xs:documentation>EQY=EQUITY ONE</xs:documentation>
   
<xs:documentation>ERF=ENERPLUS RESOURCES FUND</xs:documentation>
   
<xs:documentation>ERIC=ERICSSON (LM) TEL-SP ADR</xs:documentation>
   
<xs:documentation>ERII=ENERGY RECOVERY</xs:documentation>
   
<xs:documentation>ERJ=EMBRAER SA</xs:documentation>
   
<xs:documentation>EROC=EAGLE ROCK ENERGY PARTNERS LP</xs:documentation>
   
<xs:documentation>ERTS=ELECTRONIC ARTS</xs:documentation>
   
<xs:documentation>ERX=DIREXION DAILY ENERGY BULL 3X SHARES</xs:documentation>
   
<xs:documentation>ERY=DIREXION DAILY ENERGY BEAR 3X</xs:documentation>
   
<xs:documentation>ES=ENERGY SOLUTIONS INC.</xs:documentation>
   
<xs:documentation>ESC=EMERITUS CORP</xs:documentation>
   
<xs:documentation>ESGR=ENSTAR GROUP</xs:documentation>
   
<xs:documentation>ESLR=EVERGREEN SOLAR</xs:documentation>
   
<xs:documentation>ESRX=EXPRESS SCRIPTS</xs:documentation>
   
<xs:documentation>ESS=ESSEX PROPERTY TRUST INC.</xs:documentation>
   
<xs:documentation>ESV=ENSCO INTERNATIONAL</xs:documentation>
   
<xs:documentation>ET=E*TRADE FINANCIAL CORP.</xs:documentation>
   
<xs:documentation>ETE=ENERGY TRANSFER EQUITY LP</xs:documentation>
   
<xs:documentation>ETH=ETHAN ALLEN INTERIORS INC.</xs:documentation>
   
<xs:documentation>ETN=EATON</xs:documentation>
   
<xs:documentation>ETP=ENERGY TRANSFER PARTNERS LP</xs:documentation>
   
<xs:documentation>ETR=ENTERGY</xs:documentation>
   
<xs:documentation>EUO=ULTRA SHORT EURO PROSHARES</xs:documentation>
   
<xs:documentation>EUO1=PROSHARES ULTRA SHORT EURO</xs:documentation>
   
<xs:documentation>EV=EATON VANCE</xs:documentation>
   
<xs:documentation>EVEP=EV ENERGY PARTNER LP</xs:documentation>
   
<xs:documentation>EVR=EVERCORE PARTNERS</xs:documentation>
   
<xs:documentation>EW=EDWARDS LIFESCIENCE CORP</xs:documentation>
   
<xs:documentation>EWA=ISHARES MSCI AUSTRALIA INDEX FUND</xs:documentation>
   
<xs:documentation>EWBC=EAST WEST BANCORP</xs:documentation>
   
<xs:documentation>EWC=ISHARES MSCI CANADA</xs:documentation>
   
<xs:documentation>EWD=ISHARES MSCI SWEDEN INDEX FUND</xs:documentation>
   
<xs:documentation>EWG=ISHARES MSCI GERMANY INDEX</xs:documentation>
   
<xs:documentation>EWH=ISHARES MSCI HONG KONG INDEX FUND</xs:documentation>
   
<xs:documentation>EWI=ISHARES MSCI ITALY INDEX</xs:documentation>
   
<xs:documentation>EWJ=ISHARES MSCI JAPAN INDEX FUND</xs:documentation>
   
<xs:documentation>EWK=ISHARES MSCI BELGIUM INVESTABLE MARKET INDEX</xs:documentation>
   
<xs:documentation>EWL=ISHARES MSCI SWITZERLAND IND</xs:documentation>
   
<xs:documentation>EWM=ISHARES MSCI MALAYSIA INDEX FUND</xs:documentation>
   
<xs:documentation>EWP=ISHARES MSCI SPAIN INDEX</xs:documentation>
   
<xs:documentation>EWQ=ISHARES MSCI FRANCE INDEX</xs:documentation>
   
<xs:documentation>EWT=ISHARES MSCI TAIWAN INDEX FUND</xs:documentation>
   
<xs:documentation>EWU=ISHARES MSCI UNITED KINGDOM INDEX FUND</xs:documentation>
   
<xs:documentation>EWW=ISHARES MSCI MEXICO INVESTABLE MARKET INDEX FUND</xs:documentation>
   
<xs:documentation>EWY=ISHARES MSCI SOUTH KOREA INDEX FUND</xs:documentation>
   
<xs:documentation>EWZ=ISHARES MSCI BRAZIL INDEX</xs:documentation>
   
<xs:documentation>EXBD=CORPORATE EXECUTIVE BOARD CO.</xs:documentation>
   
<xs:documentation>EXC=EXELON</xs:documentation>
   
<xs:documentation>EXH=EXTERRAN HOLDINGS INC</xs:documentation>
   
<xs:documentation>EXLP=EXTERRAN PARTNERS</xs:documentation>
   
<xs:documentation>EXM=EXCEL MARITIME CARRIERS</xs:documentation>
   
<xs:documentation>EXP=EAGLE MATERIALS</xs:documentation>
   
<xs:documentation>EXPD=EXPEDITORS INTL. WASHINGTON</xs:documentation>
   
<xs:documentation>EXPE=EXPEDIA</xs:documentation>
   
<xs:documentation>EXR=EXTRA SPACE STORAGE INC.</xs:documentation>
   
<xs:documentation>EXXI=ENERGY XXI BERMUDA LTD</xs:documentation>
   
<xs:documentation>EYE=ADVANCED MEDICAL OPTICS</xs:documentation>
   
<xs:documentation>EZA=ISHARES MSCI SOUTH AFRICA INDEX</xs:documentation>
   
<xs:documentation>EZCH=EZCHIP SEMICONDUCTOR</xs:documentation>
   
<xs:documentation>EZU=ISHARES MSCI EMU INDEX</xs:documentation>
   
<xs:documentation>F=FORD MOTOR</xs:documentation>
   
<xs:documentation>FAF=FIRST AMERICAN CORPORATION</xs:documentation>
   
<xs:documentation>FAS=DIREXION FINANCIAL BULL 3X SHARES</xs:documentation>
   
<xs:documentation>FAST=FASTENAL</xs:documentation>
   
<xs:documentation>FAZ=DIREXION FINANCIAL BEAR 3X SHARES</xs:documentation>
   
<xs:documentation>FB=FACEBOOK</xs:documentation>
   
<xs:documentation>FBNC=FIRST BANCORP - NC</xs:documentation>
   
<xs:documentation>FBP=FIRST BANCORP PUERTO RICO</xs:documentation>
   
<xs:documentation>FBR=FIBRIA CELULOSE SA</xs:documentation>
   
<xs:documentation>FCF=FIRST COMMONWEALTH FINANCIAL</xs:documentation>
   
<xs:documentation>FCG=FIRST TRUST ISE-REVERSE NATURAL GAS INDEX FUND</xs:documentation>
   
<xs:documentation>FCSX=FCSTONE GROUP</xs:documentation>
   
<xs:documentation>FCX=FREEPORT-MCMORAN COPPER &amp; GOLD</xs:documentation>
   
<xs:documentation>FD=FEDERATED DEPARTMENT STORES</xs:documentation>
   
<xs:documentation>FDC=FIRST DATA</xs:documentation>
   
<xs:documentation>FDO=FAMILY DOLLAR STORES</xs:documentation>
   
<xs:documentation>FDS=FACTSET RESEARCH SYSTEMS</xs:documentation>
   
<xs:documentation>FDX=FEDEX</xs:documentation>
   
<xs:documentation>FE=FIRSTENERGY</xs:documentation>
   
<xs:documentation>FED=FIRSTFED FINANCIAL</xs:documentation>
   
<xs:documentation>FEED=AGFEED INDUSTRIES</xs:documentation>
   
<xs:documentation>FEZ=SPDR DJ EURO STOXX 50</xs:documentation>
   
<xs:documentation>FFBC=FIRST FINANCIAL BANCORP</xs:documentation>
   
<xs:documentation>FFCH=FIRST FINANCIAL HOLDINGS</xs:documentation>
   
<xs:documentation>FFG=FBL FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>FFH=FAIRFAX FINANCIAL HOLDINGS</xs:documentation>
   
<xs:documentation>FFIC=FLUSHING FINANCIAL</xs:documentation>
   
<xs:documentation>FFIN=FIRST FINANCIAL BANKSHARES</xs:documentation>
   
<xs:documentation>FFIV=F5 NETWORKS</xs:documentation>
   
<xs:documentation>FGP=FERRELLGAS PARTNERS</xs:documentation>
   
<xs:documentation>FHN=FIRST HORIZON NATIONAL</xs:documentation>
   
<xs:documentation>FICO=FAIR ISAAC CORP.</xs:documentation>
   
<xs:documentation>FIF=FINANCIAL FEDERAL CORP.</xs:documentation>
   
<xs:documentation>FIG=FORTRESS INVESTMENT GROUP LLC</xs:documentation>
   
<xs:documentation>FII=FEDERATED INVESTORS</xs:documentation>
   
<xs:documentation>FIO=FUSION-IO INC.</xs:documentation>
   
<xs:documentation>FIS=FIDELITY NATIONAL INORMATION SERVICES</xs:documentation>
   
<xs:documentation>FISV=FISERV</xs:documentation>
   
<xs:documentation>FITB=FIFTH THIRD BANCORP</xs:documentation>
   
<xs:documentation>FL=FOOT LOCKER</xs:documentation>
   
<xs:documentation>FLEX=FLEXTRONICS INTERNATIONAL</xs:documentation>
   
<xs:documentation>FLIR=FLIR SYSTEMS</xs:documentation>
   
<xs:documentation>FLML=FLAMEL TECHNOLOGIES</xs:documentation>
   
<xs:documentation>FLO=FLOWERS FOODS INC.</xs:documentation>
   
<xs:documentation>FLR=FLUOR</xs:documentation>
   
<xs:documentation>FLS=FLOWSERVE</xs:documentation>
   
<xs:documentation>FMBI=FIRST MIDWEST BANCORP</xs:documentation>
   
<xs:documentation>FMC=FMC CORP.</xs:documentation>
   
<xs:documentation>FMCC=FREDDIE MAC OTC</xs:documentation>
   
<xs:documentation>FMCN=FOCUS MEDIA HOLDING</xs:documentation>
   
<xs:documentation>FMER=FIRSTMERIT</xs:documentation>
   
<xs:documentation>FMR=FIRST MERCURY FINANCIAL</xs:documentation>
   
<xs:documentation>FMX=FOMENTO ECONOMICO MEXICANO</xs:documentation>
   
<xs:documentation>FNB=F.N.B.</xs:documentation>
   
<xs:documentation>FNBN=FNB UNITED</xs:documentation>
   
<xs:documentation>FNF=FIDELITY NATIONAL FINANCIAL</xs:documentation>
   
<xs:documentation>FNFG=FIRST NIAGARA FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>FNM=FANNIE MAE NYSE</xs:documentation>
   
<xs:documentation>FNMA=FANNIE MAE OTC</xs:documentation>
   
<xs:documentation>FNP=FIFTH AND PACIFIC COMPANIES INC.</xs:documentation>
   
<xs:documentation>FNSR=FINISAR CORPORATION</xs:documentation>
   
<xs:documentation>FO=FORTUNE BRANDS</xs:documentation>
   
<xs:documentation>FON=SPRINT</xs:documentation>
   
<xs:documentation>FOR=FORESTAR GROUP INC.</xs:documentation>
   
<xs:documentation>FORM=FORMFACTOR</xs:documentation>
   
<xs:documentation>FORR=FORRESTER RESEARCH INC.</xs:documentation>
   
<xs:documentation>FOSL=FOSSIL GROUP INC.</xs:documentation>
   
<xs:documentation>FPFC=FIRST PLACE FINANCIAL</xs:documentation>
   
<xs:documentation>FPIC=FPIC INSURANCE GROUP</xs:documentation>
   
<xs:documentation>FPL=FPL GROUP</xs:documentation>
   
<xs:documentation>FPO=FIRST POTOMAC REALTY TRUST</xs:documentation>
   
<xs:documentation>FR=FIRST INDUSTRIAL REALTY TRUST</xs:documentation>
   
<xs:documentation>FRBK=REPUBLIC FIRST BANCORP</xs:documentation>
   
<xs:documentation>FRE=FREDDIE MAC NYSE</xs:documentation>
   
<xs:documentation>FRED=FRED'S INC.</xs:documentation>
   
<xs:documentation>FRG=FRONTEER DEVELOPMENT GROUP</xs:documentation>
   
<xs:documentation>FRME=FIRST MERCHANTS</xs:documentation>
   
<xs:documentation>FRO=FRONTLINE</xs:documentation>
   
<xs:documentation>FRT=FEDERAL REALTY INVESTMNT TRUST</xs:documentation>
   
<xs:documentation>FRX=FOREST LABORATORIES</xs:documentation>
   
<xs:documentation>FSBK=FIRST SOUTH BANCORP</xs:documentation>
   
<xs:documentation>FSC=FIFTH STREET FINANCE CORP</xs:documentation>
   
<xs:documentation>FSIN=FUSHI COPPERWELD</xs:documentation>
   
<xs:documentation>FSL=FREESCALE SEMICONDUCTOR</xs:documentation>
   
<xs:documentation>FSLR=FIRST SOLAR</xs:documentation>
   
<xs:documentation>FSNM=FIRST STATE BANCORPORATION</xs:documentation>
   
<xs:documentation>FST=FOREST OIL CORPORATION</xs:documentation>
   
<xs:documentation>FSYS=FUEL SYSTEMS SOLUTIONS</xs:documentation>
   
<xs:documentation>FTBK=FRONTIER FINANCIAL</xs:documentation>
   
<xs:documentation>FTE=FRANCE TELECOM SA</xs:documentation>
   
<xs:documentation>FTEK=FUEL TECH</xs:documentation>
   
<xs:documentation>FTI=FMC TECHNOLOGIES</xs:documentation>
   
<xs:documentation>FTK=FLOTEK INDUSTRIES INC.</xs:documentation>
   
<xs:documentation>FTO=FRONTIER OIL</xs:documentation>
   
<xs:documentation>FTR=FRONTIER COMMUNICATIONS</xs:documentation>
   
<xs:documentation>FULT=FULTON FINANCIAL</xs:documentation>
   
<xs:documentation>FUQI=FUQI INTERNATIONAL</xs:documentation>
   
<xs:documentation>FWLT=FOSTER WHEELER</xs:documentation>
   
<xs:documentation>FWRD=FORWARD AIR CORP.</xs:documentation>
   
<xs:documentation>FXA=CURRENCYSHARES AUSTRAL DOLLAR</xs:documentation>
   
<xs:documentation>FXC=CURRENCYSHARES CANADIAN DOLLAR</xs:documentation>
   
<xs:documentation>FXE=CURRENCYSHARES EURO TRUST</xs:documentation>
   
<xs:documentation>FXEN=FX ENERGY</xs:documentation>
   
<xs:documentation>FXF=CURRENCYSHARES SWISS FRANC</xs:documentation>
   
<xs:documentation>FXI=ISHARES FTSE/XINHUA CHINA 25 INDEX</xs:documentation>
   
<xs:documentation>FXP=ULTRASHORT FTSE/XINHUA CHINA25 PROSHARES</xs:documentation>
   
<xs:documentation>FXY=CURENCY SHARES JAPANESE YEN TRUST</xs:documentation>
   
<xs:documentation>G=GILLETTE</xs:documentation>
   
<xs:documentation>GA=GIANT INTERACTIVE GROUP</xs:documentation>
   
<xs:documentation>GABC=GERMAN AMERICAN BANCORP</xs:documentation>
   
<xs:documentation>GAIA=GAIAM INC.</xs:documentation>
   
<xs:documentation>GALE=GALENA BIOPHARMA INC.</xs:documentation>
   
<xs:documentation>GAP=THE GREAT ATLANTIC &amp; PACIFIC TEA COMPANY</xs:documentation>
   
<xs:documentation>GAS=AGL RESOURCES INC.</xs:documentation>
   
<xs:documentation>GB=GREATBATCH</xs:documentation>
   
<xs:documentation>GBCI=GLACIER BANCORP</xs:documentation>
   
<xs:documentation>GBTS=GATEWAY FINANCIAL HOLDLINGS</xs:documentation>
   
<xs:documentation>GBX=GREENBRIER COMPANIES</xs:documentation>
   
<xs:documentation>GCA=GLOBAL CASH ACCESS HOLDINGS</xs:documentation>
   
<xs:documentation>GCB=GERDAU</xs:documentation>
   
<xs:documentation>GCI=GANNETT</xs:documentation>
   
<xs:documentation>GCO=GENESCO INC.</xs:documentation>
   
<xs:documentation>GD=GENERAL DYNAMICS CORP.</xs:documentation>
   
<xs:documentation>GDP=GOODRICH PETROLEUM</xs:documentation>
   
<xs:documentation>GDX=MARKET VECTORS GOLD MINERS ETF</xs:documentation>
   
<xs:documentation>GDXJ=MARKET VECT JUNIOR GOLD MINERS</xs:documentation>
   
<xs:documentation>GE=GENERAL ELECTRIC</xs:documentation>
   
<xs:documentation>GEL=GENESIS ENERGY</xs:documentation>
   
<xs:documentation>GENZ=GENZYME</xs:documentation>
   
<xs:documentation>GEOY=GEOEYE INC.</xs:documentation>
   
<xs:documentation>GERN=GERON</xs:documentation>
   
<xs:documentation>GES=GUESS? INC.</xs:documentation>
   
<xs:documentation>GET=GAYLORD ENTERTAINMENT CO.</xs:documentation>
   
<xs:documentation>GEX=MARKET VECTORS GLOBAL ALT</xs:documentation>
   
<xs:documentation>GFA=GAFISA SA</xs:documentation>
   
<xs:documentation>GFI=GOLD FIELDS</xs:documentation>
   
<xs:documentation>GFIG=GFI GROUP</xs:documentation>
   
<xs:documentation>GFRE=GULF RESOURCES</xs:documentation>
   
<xs:documentation>GG=GOLDCORP</xs:documentation>
   
<xs:documentation>GGB=GERDAU SA-SPON ADR</xs:documentation>
   
<xs:documentation>GGC=GEORGIA GULF</xs:documentation>
   
<xs:documentation>GGP=GENERAL GROWTH PROPERTIES</xs:documentation>
   
<xs:documentation>GHDX=GENOMIC HEALTH INC.</xs:documentation>
   
<xs:documentation>GHL=GREENHILL</xs:documentation>
   
<xs:documentation>GIGM=GIGAMEDIA LIMITED</xs:documentation>
   
<xs:documentation>GILD=GILEAD SCIENCES</xs:documentation>
   
<xs:documentation>GIS=GENERAL MILLS</xs:documentation>
   
<xs:documentation>GLAD=GLADSTONE CAPITAL</xs:documentation>
   
<xs:documentation>GLBC=GLOBAL CROSSING LIMITED</xs:documentation>
   
<xs:documentation>GLD=SPDR GOLD SHARES</xs:documentation>
   
<xs:documentation>GLG=GLG PARTNERS</xs:documentation>
   
<xs:documentation>GLL=PROSHARES ULTRASHORT GOLD</xs:documentation>
   
<xs:documentation>GLNG=GOLAR LNG LIMITED</xs:documentation>
   
<xs:documentation>GLO=CLOUGH GLOBAL OPPORTUNITIES FUND</xs:documentation>
   
<xs:documentation>GLRE=GREENLIGHT CAPITAL RE</xs:documentation>
   
<xs:documentation>GLW=CORNING</xs:documentation>
   
<xs:documentation>GM=GENERAL MOTORS</xs:documentation>
   
<xs:documentation>GMCR=GREEN MOUNTAIN COFFEE ROASTERS</xs:documentation>
   
<xs:documentation>GME=GAMESTOP</xs:documentation>
   
<xs:documentation>GMT=GATX CORP.</xs:documentation>
   
<xs:documentation>GMXR=GMX RESOURCES</xs:documentation>
   
<xs:documentation>GNA=GERDAU AMERISTEEL CORP.</xs:documentation>
   
<xs:documentation>GNK=GENCO SHIPPING &amp; TRADING</xs:documentation>
   
<xs:documentation>GNTX=GENTEX CORP.</xs:documentation>
   
<xs:documentation>GNW=GENWORTH FINANCIAL</xs:documentation>
   
<xs:documentation>GOGO=GOGO INC.</xs:documentation>
   
<xs:documentation>GOL=GOL LINHAS AEREAS INTELIGENTES</xs:documentation>
   
<xs:documentation>GOLD=RANDGOLD RESOURCES</xs:documentation>
   
<xs:documentation>GOOG=GOOGLE</xs:documentation>
   
<xs:documentation>GOVT=ISHARES BARCLAYS US TREASURY BOND FUND</xs:documentation>
   
<xs:documentation>GPC=GENUINE PARTS</xs:documentation>
   
<xs:documentation>GPI=GROUP 1 AUTOMOTIVE</xs:documentation>
   
<xs:documentation>GPOR=GULFPORT ENERGY CORPORATION</xs:documentation>
   
<xs:documentation>GPS=THE GAP</xs:documentation>
   
<xs:documentation>GR=GOODRICH CORP.</xs:documentation>
   
<xs:documentation>GRA=W. R. GRACE &amp; CO.</xs:documentation>
   
<xs:documentation>GRMN=GARMIN</xs:documentation>
   
<xs:documentation>GRNB=GREEN BANKSHARES</xs:documentation>
   
<xs:documentation>GROW= U. S. GLOBAL INVESTORS</xs:documentation>
   
<xs:documentation>GRPN=GROUPON</xs:documentation>
   
<xs:documentation>GRRF=CHINA GRENTECH CORP</xs:documentation>
   
<xs:documentation>GRS=GAMMON GOLD INC.</xs:documentation>
   
<xs:documentation>GS=GOLDMAN SACHS GROUP</xs:documentation>
   
<xs:documentation>GSBC=GREAT SOUTHERN BANCORP</xs:documentation>
   
<xs:documentation>GSG=ISHARES S&amp;P GSCI COMMODITY-INDEXED TRUST</xs:documentation>
   
<xs:documentation>GSI=GENERAL STEEL HOLDINGS</xs:documentation>
   
<xs:documentation>GSIC=GSI COMMERCE INC.</xs:documentation>
   
<xs:documentation>GSK=GLAXOSMITHKLINE</xs:documentation>
   
<xs:documentation>GSM=GLOBE SPECIALTY METALS INC.</xs:documentation>
   
<xs:documentation>GSS=GOLDEN STAR RESOURCES</xs:documentation>
   
<xs:documentation>GSVC=GSV CAPITAL CORP.</xs:documentation>
   
<xs:documentation>GT=THE GOODYEAR TIRE &amp; RUBBER CO.</xs:documentation>
   
<xs:documentation>GTE=GRAN TIERRA ENERGY</xs:documentation>
   
<xs:documentation>GTS=TRIPLE-S MANAGEMENT</xs:documentation>
   
<xs:documentation>GTXI=GTX</xs:documentation>
   
<xs:documentation>GVA=GRANITE CONSTRUCTION INC.</xs:documentation>
   
<xs:documentation>GWR=GENESEE &amp; WYOMING INC.</xs:documentation>
   
<xs:documentation>GWW=W W GRAINGER</xs:documentation>
   
<xs:documentation>GWX=SPDR S&amp;P INTERNATIONAL SMALL CAP</xs:documentation>
   
<xs:documentation>GXDX=GENOPTIX INC.</xs:documentation>
   
<xs:documentation>HAFC=HANMI FINANCIAL</xs:documentation>
   
<xs:documentation>HAIN=THE HAIN CELESTIAL GROUP INC.</xs:documentation>
   
<xs:documentation>HAL=HALLIBURTON</xs:documentation>
   
<xs:documentation>HALL=HALLMARK FINANCIAL SERVICES</xs:documentation>
   
<xs:documentation>HALO=HALOZYME THERAPEUTICS INC.</xs:documentation>
   
<xs:documentation>HAR=HARMON INTERENATIONAL INDUSTRIES</xs:documentation>
   
<xs:documentation>HAS=HASBRO</xs:documentation>
   
<xs:documentation>HAWK=SEAHAWK DRILLING INC</xs:documentation>
   
<xs:documentation>HBAN=HUNTINGTON BANCSHARES</xs:documentation>
   
<xs:documentation>HBC=HSBC HOLDINGS</xs:documentation>
   
<xs:documentation>HBHC=HANCOCK HOLDING COMPANY</xs:documentation>
   
<xs:documentation>HBI=HANESBRANDS INC.</xs:documentation>
   
<xs:documentation>HCA=HCA HOLDINGS INC.</xs:documentation>
   
<xs:documentation>HCBK=HUDSON CITY BANCORP</xs:documentation>
   
<xs:documentation>HCC=HCC INSURANCE HOLDINGS</xs:documentation>
   
<xs:documentation>HCN=HEALTH CARE REIT</xs:documentation>
   
<xs:documentation>HCP=HCP</xs:documentation>
   
<xs:documentation>HCSG=HEALTHCARE SERVICES GROUP INC</xs:documentation>
   
<xs:documentation>HD=HOME DEPOT</xs:documentation>
   
<xs:documentation>HDB=HDFC BANK LIMITED</xs:documentation>
   
<xs:documentation>HDZ=SHIMADZU CORP</xs:documentation>
   
<xs:documentation>HEAT=SMARTHEAT INC.</xs:documentation>
   
<xs:documentation>HEK=HECKMANN CORPORATION</xs:documentation>
   
<xs:documentation>HERO=HERCULES OFFSHORE</xs:documentation>
   
<xs:documentation>HES=HESS ORATION</xs:documentation>
   
<xs:documentation>HET=HARRAH'S ENTERTAINMENT</xs:documentation>
   
<xs:documentation>HEV=ENER1</xs:documentation>
   
<xs:documentation>HFC=HOLLYFRONTIER CORPORATION</xs:documentation>
   
<xs:documentation>HGIC=HARLEYSVILLE GROUP</xs:documentation>
   
<xs:documentation>HGSI=HUMAN GENOME SCIENCES</xs:documentation>
   
<xs:documentation>HGT=HUGOTON ROYALTY TRUST</xs:documentation>
   
<xs:documentation>HHS=HARTE-HANKS INC.</xs:documentation>
   
<xs:documentation>HIBB=HIBBETT SPORTS INC.</xs:documentation>
   
<xs:documentation>HIG=HARTFORD FINANCIAL SERVICES GROUP</xs:documentation>
   
<xs:documentation>HITK=HI-TECH PHARMACAL CO</xs:documentation>
   
<xs:documentation>HK=HALCON RESOURCES CORPORATION</xs:documentation>
   
<xs:documentation>HL=HECLA MINING</xs:documentation>
   
<xs:documentation>HLF=HERBALIFE LTD.</xs:documentation>
   
<xs:documentation>HLS=HEALTHSOUTH CORP</xs:documentation>
   
<xs:documentation>HLTH=EMDEON</xs:documentation>
   
<xs:documentation>HMA=HEALTH MANAGEMENT ASOCIATES INC.</xs:documentation>
   
<xs:documentation>HMC=HONDA MOTOR CO</xs:documentation>
   
<xs:documentation>HMIN=HOME INNS &amp; HOTELS MGMT</xs:documentation>
   
<xs:documentation>HMN=HORACE MANN EDUCATORS</xs:documentation>
   
<xs:documentation>HNBC=HARLEYSVILLE NATIONAL</xs:documentation>
   
<xs:documentation>HNI=HNI CORPORATION</xs:documentation>
   
<xs:documentation>HNP=HUANENG POWER INTL</xs:documentation>
   
<xs:documentation>HNSN=HANSEN MEDICAL</xs:documentation>
   
<xs:documentation>HNT=HEALTH NET</xs:documentation>
   
<xs:documentation>HNZ=H. J. HEINZ</xs:documentation>
   
<xs:documentation>HOC=HOLLY CORP.</xs:documentation>
   
<xs:documentation>HOG=HARLEY-DAVIDSON</xs:documentation>
   
<xs:documentation>HOGS=ZHONGPIN</xs:documentation>
   
<xs:documentation>HOKU=HOKU SCIENTIFIC</xs:documentation>
   
<xs:documentation>HOLX=HOLOGIC</xs:documentation>
   
<xs:documentation>HOMB=HOME BANCSHARES</xs:documentation>
   
<xs:documentation>HON=HONEYWELL INTERNATIONAL</xs:documentation>
   
<xs:documentation>HOS=HORNBECK OFFSHORE SERVICES INC</xs:documentation>
   
<xs:documentation>HOT=STARWOOD HOTEL &amp; RESORTS</xs:documentation>
   
<xs:documentation>HOV=HOVNANIAN ENTERPRISES</xs:documentation>
   
<xs:documentation>HP=HELMERICH &amp; PAYNE INC.</xs:documentation>
   
<xs:documentation>HPC=HERCULES</xs:documentation>
   
<xs:documentation>HPI=JOHN HANCOCK PREFERRED INCOME FUND</xs:documentation>
   
<xs:documentation>HPQ=HEWLETT-PACKARD</xs:documentation>
   
<xs:documentation>HPT=HOSPITALITY PROPERTIES TRUST</xs:documentation>
   
<xs:documentation>HPY=HEARTLAND PAYMENT SYSTEMS INC.</xs:documentation>
   
<xs:documentation>HR=HEALTHCARE REALTY TRUST INC.</xs:documentation>
   
<xs:documentation>HRB=H&amp;R BLOCK</xs:documentation>
   
<xs:documentation>HRBN=HARBIN ELECTRIC</xs:documentation>
   
<xs:documentation>HRC=HILL-ROM HOLDINGS INC.</xs:documentation>
   
<xs:documentation>HRL=HORMEL FOODS CORPORATION</xs:documentation>
   
<xs:documentation>HRS=HARRIS</xs:documentation>
   
<xs:documentation>HRZB=HORIZON FINANCIAL</xs:documentation>
   
<xs:documentation>HS=HEALTHSPRING</xs:documentation>
   
<xs:documentation>HSC=HARSCO CORP.</xs:documentation>
   
<xs:documentation>HSH=HILLSHIRE BRANDS COMPANY</xs:documentation>
   
<xs:documentation>HSOL=HANWHA SOLARONE CO LTD</xs:documentation>
   
<xs:documentation>HSP=HOSPIRA</xs:documentation>
   
<xs:documentation>HST=HOST HOTELS &amp; RESORTS</xs:documentation>
   
<xs:documentation>HSY=HERSHEY</xs:documentation>
   
<xs:documentation>HTA=HEALTHCARE TRUST OF AMERICA</xs:documentation>
   
<xs:documentation>HTCH=HUTCHINSON TECH</xs:documentation>
   
<xs:documentation>HTE=HARVEST ENERGY TRUST</xs:documentation>
   
<xs:documentation>HTGC=HERCULES TECHNOLOGY GROWTH CAPITAL</xs:documentation>
   
<xs:documentation>HTH=HILLTOP HOLDINGS</xs:documentation>
   
<xs:documentation>HTLF=HEARTLAND FINANCIAL USA</xs:documentation>
   
<xs:documentation>HTS=HATTERAS FINANCIAL CORP.</xs:documentation>
   
<xs:documentation>HTZ=HERTZ GLOBAL HOLDINGS</xs:documentation>
   
<xs:documentation>HUM=HUMANA</xs:documentation>
   
<xs:documentation>HUN=HUNTSMAN</xs:documentation>
   
<xs:documentation>HURN=HURON CONSULTING GROUP INC.</xs:documentation>
   
<xs:documentation>HW=HEADWATERS INCORPORATED</xs:documentation>
   
<xs:documentation>HXM=DESARROLLADORA HOMEX</xs:documentation>
   
<xs:documentation>HYD=MARKET VECTORS HIGH-YIELD MUNI</xs:documentation>
   
<xs:documentation>HYG=ISHARES IBOXX $ HIGH YIELD CORPORATE BOND FUND</xs:documentation>
   
<xs:documentation>HYLD=PERITUS HIGH YIELD ETF</xs:documentation>
   
<xs:documentation>HYS=PIMCO 0-5 YEAR HIGH YIELD CORPORATE BOND INDEX</xs:documentation>
   
<xs:documentation>IACI=IAC/INTERACTIVECORP</xs:documentation>
   
<xs:documentation>IAG=IAMGOLD</xs:documentation>
   
<xs:documentation>IAI=ISHARES DOW JONES US BROKER DE</xs:documentation>
   
<xs:documentation>IART=INTEGRA LIFE SCIENCES HOLDINGS</xs:documentation>
   
<xs:documentation>IAT=ISHARES DOW JONES US REG IND F</xs:documentation>
   
<xs:documentation>IAU=ISHARES COMEX GOLD TRUST</xs:documentation>
   
<xs:documentation>IBB=ISHARES NASDAQ BIOTECHNOLOGY INDEX FUND</xs:documentation>
   
<xs:documentation>IBCP=INDEPENDENT BANK MI</xs:documentation>
   
<xs:documentation>IBKC=IBERIABANK</xs:documentation>
   
<xs:documentation>IBKR=INTERACTIVE BROKERS GROUP</xs:documentation>
   
<xs:documentation>IBM=INTERNATIONAL BUSINESS MACHINES</xs:documentation>
   
<xs:documentation>IBN=ICICI BANK</xs:documentation>
   
<xs:documentation>IBNK=INTEGRA BANK</xs:documentation>
   
<xs:documentation>IBOC=INTERNATIONAL BANCSHARES</xs:documentation>
   
<xs:documentation>ICA=EMPRESSAS ICA</xs:documentation>
   
<xs:documentation>ICE=INTERCONTINENTALEXCHANGE</xs:documentation>
   
<xs:documentation>ICF=ISHARES COHEN &amp; STEERS REALTY MAJORS</xs:documentation>
   
<xs:documentation>ICO=INTERNATIONAL COAL GROUP INC.</xs:documentation>
   
<xs:documentation>ID=L-1 IDENTITY SOLUTIONS INC.</xs:documentation>
   
<xs:documentation>IDC=INTERACTIVE DATA</xs:documentation>
   
<xs:documentation>IDCC=INTERDIGITAL</xs:documentation>
   
<xs:documentation>IDEV=INDEVUS PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>IDIX=IDENIX PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>IDM=INDITHERM</xs:documentation>
   
<xs:documentation>IDPH=IDEC PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>IDU=ISHARES DOW JONES US UTILITIES</xs:documentation>
   
<xs:documentation>IDXX=IDEXX LABORATORIES</xs:documentation>
   
<xs:documentation>IEF=ISHARES BARCLAYS 7-10 YEAR</xs:documentation>
   
<xs:documentation>IEI=ISHARES LEHMAN 3-7 YEAR TREASURY BOND FUND</xs:documentation>
   
<xs:documentation>IEO=ISHARES DOW JONES U.S. OIL &amp; GAS EXPLORATION</xs:documentation>
   
<xs:documentation>IEZ=ISHARES DOW JONES U.S. OIL EQUIPMENT &amp; SERVICES</xs:documentation>
   
<xs:documentation>IFF=INTERNATIONAL FLAVORS &amp; FRAGRACES</xs:documentation>
   
<xs:documentation>IFN=THE INDIA FUND</xs:documentation>
   
<xs:documentation>IFX=INFINEON TECHNOLOGIES</xs:documentation>
   
<xs:documentation>IGE=ISHARES S&amp;P NORTH AMERICA NATURAL RESOURCES</xs:documentation>
   
<xs:documentation>IGI=WESTERN ASSET INVESTMENT GRADE</xs:documentation>
   
<xs:documentation>IGT=INTERNATIONAL GAME TECHNOLOGY</xs:documentation>
   
<xs:documentation>IGV=ISHARES S&amp;P NORTH AMERICAN TECHNOLOGY-SOFTWARE INDEX FUND</xs:documentation>
   
<xs:documentation>IGW=ISHARE S&amp;P NORTH AMERICAN TECH</xs:documentation>
   
<xs:documentation>IHI=ISHARES DOW JONES US MEDICAL D</xs:documentation>
   
<xs:documentation>IHP=IHOP</xs:documentation>
   
<xs:documentation>IHS=IHS INC.</xs:documentation>
   
<xs:documentation>IIF=MORGAN STANLEY INDIA INVESTMENT FUND</xs:documentation>
   
<xs:documentation>IIG=IMERGENT</xs:documentation>
   
<xs:documentation>IIVI=II-VI INC.</xs:documentation>
   
<xs:documentation>IJH=ISHARES S&amp;P 400 MIDCAP INDEX FUND</xs:documentation>
   
<xs:documentation>IJJ=ISHARES S&amp;P MIDCAP 400 VALUE INDEX</xs:documentation>
   
<xs:documentation>IJK=ISHARES S&amp;P MIDCAP 400 GROWTH</xs:documentation>
   
<xs:documentation>IJR=ISHARES S&amp;P SMALLCAP 600 INDEX FUND</xs:documentation>
   
<xs:documentation>IJS=ISHARES S&amp;P SMALLCAP 600/VAL</xs:documentation>
   
<xs:documentation>IJT=ISHARES S&amp;P SMALLCAP 600 GROWTH</xs:documentation>
   
<xs:documentation>ILF=ISHARES S&amp;P LATIN AMERICA 40 INDEX FUND</xs:documentation>
   
<xs:documentation>ILMN=ILLUMINA</xs:documentation>
   
<xs:documentation>IMA=INVERNESS MEDICAL INNOVATIONS</xs:documentation>
   
<xs:documentation>IMAX=IMAX CORPORATION</xs:documentation>
   
<xs:documentation>IMB=INDYMAC BANCORP</xs:documentation>
   
<xs:documentation>IMCL=IMCLONE SYSTEMS</xs:documentation>
   
<xs:documentation>IMMU=IMMUNOMEDICS INC.</xs:documentation>
   
<xs:documentation>IMO=IMPERIAL OIL LTD.</xs:documentation>
   
<xs:documentation>INCY=INCYTE CORPORATION</xs:documentation>
   
<xs:documentation>INDB=INDEPENDENT BANK MA</xs:documentation>
   
<xs:documentation>INFN=INFINERA CORPORATION</xs:documentation>
   
<xs:documentation>INFY=INFOSYS TECHNOLOGIES</xs:documentation>
   
<xs:documentation>ING=ING GROEP N.V.- SPONSORED ADR</xs:documentation>
   
<xs:documentation>INSU=INSITUFORM TECHNOLOGIES INC.</xs:documentation>
   
<xs:documentation>INT=WORLD FUEL SERVICES CORP.</xs:documentation>
   
<xs:documentation>INTC=INTEL</xs:documentation>
   
<xs:documentation>INTU=INTUIT</xs:documentation>
   
<xs:documentation>INVN=INVENSENSE INC.</xs:documentation>
   
<xs:documentation>IOC=INTEROIL</xs:documentation>
   
<xs:documentation>IP=INTERNATIONAL PAPER</xs:documentation>
   
<xs:documentation>IPCC=INFINITY PROPERTY AND CASUALTY</xs:documentation>
   
<xs:documentation>IPCR=IPC HOLDINGS</xs:documentation>
   
<xs:documentation>IPG=THE INTERPUBLIC GROUP OF COMPANIES</xs:documentation>
   
<xs:documentation>IR=INGERSOLL-RAND</xs:documentation>
   
<xs:documentation>IRC=INLAND REAL ESTATE CORP.</xs:documentation>
   
<xs:documentation>IRE=BANK OF IRELAND</xs:documentation>
   
<xs:documentation>IRET=INVESTORS REAL ESTATE TRUST</xs:documentation>
   
<xs:documentation>IRM=IRON MOUNTAIN INCORPORATED</xs:documentation>
   
<xs:documentation>ISBC=INVESTORS BANCORP</xs:documentation>
   
<xs:documentation>ISIL=INTERSIL CORP.</xs:documentation>
   
<xs:documentation>ISIS=ISIS PHARMACEUTICALS INC.</xs:documentation>
   
<xs:documentation>ISLE=ISLE OF CAPRI CASINOS</xs:documentation>
   
<xs:documentation>ISRG=INTUITIVE SURGICAL</xs:documentation>
   
<xs:documentation>ISTA=ISTA PHARMACEUTICALS INC.</xs:documentation>
   
<xs:documentation>ITB=ISHARES DOW JONES US HOME CONSTRUCTION</xs:documentation>
   
<xs:documentation>ITC=ITC HOLDINGS</xs:documentation>
   
<xs:documentation>ITE=SPDR BARCALYS CAPITAL INTERMEDIATE TERM TREASURY</xs:documentation>
   
<xs:documentation>ITG=INVESTMENT TECHNOLOGY GROUP</xs:documentation>
   
<xs:documentation>ITMN=INTERMUNE</xs:documentation>
   
<xs:documentation>ITR=SPDR BARCLAYS CAPITAL INTERMEDIATE TERM CORP BOND</xs:documentation>
   
<xs:documentation>ITT=ITT</xs:documentation>
   
<xs:documentation>ITUB=ITAU UNIBANCO HOLDING</xs:documentation>
   
<xs:documentation>ITW=ILLINOIS TOOL WORKS</xs:documentation>
   
<xs:documentation>IVC=INVACARE CORP</xs:documentation>
   
<xs:documentation>IVE=ISHARES S&amp;P 500 VALUE INDEX</xs:documentation>
   
<xs:documentation>IVN=IVANHOE MINES</xs:documentation>
   
<xs:documentation>IVR=INVESCO MORTGAGE CAPITAL</xs:documentation>
   
<xs:documentation>IVV=ISHARES S&amp;P 500 INDEX FUND</xs:documentation>
   
<xs:documentation>IVW=ISHARES S&amp;P 500 GROWTH INDEX</xs:documentation>
   
<xs:documentation>IVZ=INVESCO</xs:documentation>
   
<xs:documentation>IWB=RUSSELL 1000 ISHARES</xs:documentation>
   
<xs:documentation>IWC=ISHARES RUSSELL MICROCAP INXEX</xs:documentation>
   
<xs:documentation>IWD=RUSSELL 1000 ISHARES VALUE</xs:documentation>
   
<xs:documentation>IWF=RUSSELL 1000 ISHARES GROWTH</xs:documentation>
   
<xs:documentation>IWL=RUSSELL 200 INDEX</xs:documentation>
   
<xs:documentation>IWM=RUSSELL 2000 ISHARES</xs:documentation>
   
<xs:documentation>IWN=RUSSELL 2000 ISHARES VALUE</xs:documentation>
   
<xs:documentation>IWO=RUSSELL 2000 ISHARES GROWTH</xs:documentation>
   
<xs:documentation>IWP=ISHARES RUSSELL MIDCAP GROWTH INDEX</xs:documentation>
   
<xs:documentation>IWR=ISHARES RUSSELL MIDCAP INDEX</xs:documentation>
   
<xs:documentation>IWS=ISHARES RUSSELL MIDCAP VALUE INDEX FUND</xs:documentation>
   
<xs:documentation>IWV=RUSSELL 3000 ISHARES</xs:documentation>
   
<xs:documentation>IWW=ISHARES RUSSELL 3000 VALUE INDEX</xs:documentation>
   
<xs:documentation>IWZ=ISHARES RUSSELL 3000 GROWTH INDEX</xs:documentation>
   
<xs:documentation>IXC=ISHARES S&amp;P GLOBAL ENERGY</xs:documentation>
   
<xs:documentation>IXN=ISHARES S&amp;P GLOBAL TECHNOLOGY</xs:documentation>
   
<xs:documentation>IXP=ISHARES S&amp;P GLOBAL TELECOMMUNICATIONS SECTOR INDEX</xs:documentation>
   
<xs:documentation>IYE=ISHARES DOW JONES US ENERGY</xs:documentation>
   
<xs:documentation>IYF=ISHARES DOW JONES U.S. FINANCIAL SECTOR INDEX</xs:documentation>
   
<xs:documentation>IYG=ISHARES DJ US FINANCIAL SERV.</xs:documentation>
   
<xs:documentation>IYM=ISHARES DOW JONES US BASIC MATERIAL</xs:documentation>
   
<xs:documentation>IYR=ISHARES DJ U.S. REAL ESTATE</xs:documentation>
   
<xs:documentation>IYT=ISHARES DOW JONES TRANSPORTATION AVERAGE INDEX FUND</xs:documentation>
   
<xs:documentation>IYY=ISHARES DOW JONES U.S. INDEX</xs:documentation>
   
<xs:documentation>IYZ=ISHARES DOW JONES U.S. TELECOMMUNICATIONS SECTOR</xs:documentation>
   
<xs:documentation>JAH=JARDEN CORPORATION</xs:documentation>
   
<xs:documentation>JASO=JA SOLAR HOLDINGS CO.</xs:documentation>
   
<xs:documentation>JAVA=SUN MICROSYSTEMS INC</xs:documentation>
   
<xs:documentation>JAZZ=JAZZ PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>JBL=JABIL CIRCUIT</xs:documentation>
   
<xs:documentation>JBLU=JETBLUE AIRWAYS</xs:documentation>
   
<xs:documentation>JCG=J. CREW GROUP</xs:documentation>
   
<xs:documentation>JCI=JOHNSON CONTROLS</xs:documentation>
   
<xs:documentation>JCP=J.C. PENNEY</xs:documentation>
   
<xs:documentation>JDSU=JDS UNIPHASE</xs:documentation>
   
<xs:documentation>JEC=JACOBS ENGINEERING GROUP</xs:documentation>
   
<xs:documentation>JEF=JEFFERIES GROUP</xs:documentation>
   
<xs:documentation>JKS=JINKOSOLAR HOLDING CO.</xs:documentation>
   
<xs:documentation>JNJ=JOHNSON &amp; JOHNSON</xs:documentation>
   
<xs:documentation>JNK=SPDR BARCLAYS CAPITAL HIGH YIELD BOND</xs:documentation>
   
<xs:documentation>JNPR=JUNIPER NETWORKS</xs:documentation>
   
<xs:documentation>JNS=JANUS CAPITAL</xs:documentation>
   
<xs:documentation>JNY=JONES APPAREL GROUP</xs:documentation>
   
<xs:documentation>JOE=ST JOE</xs:documentation>
   
<xs:documentation>JOSB=JOS. A. BANKS CLOTHIERS</xs:documentation>
   
<xs:documentation>JOY=JOY GLOBAL INC.</xs:documentation>
   
<xs:documentation>JOYG=JOY GLOBAL</xs:documentation>
   
<xs:documentation>JPM=JP MORGAN CHASE</xs:documentation>
   
<xs:documentation>JRCC=JAMES RIVER COAL</xs:documentation>
   
<xs:documentation>JRJC=CHINA FINANCE ONLINE</xs:documentation>
   
<xs:documentation>JWN=NORDSTROM</xs:documentation>
   
<xs:documentation>JXI=ISHARES S&amp;P GLOBAL UTILITIES</xs:documentation>
   
<xs:documentation>K=KELLOGG</xs:documentation>
   
<xs:documentation>KB=KB FINANCIAL GROUP</xs:documentation>
   
<xs:documentation>KBE=SPDR KBW BANK ETF</xs:documentation>
   
<xs:documentation>KBH=KB HOME</xs:documentation>
   
<xs:documentation>KBW=KBW</xs:documentation>
   
<xs:documentation>KCAP=KOHLBERG CAPITAL</xs:documentation>
   
<xs:documentation>KCE=SPDR KBW CAPITAL MARKETS ETF</xs:documentation>
   
<xs:documentation>KCG=KNIGHT CAPITAL GROUP INC</xs:documentation>
   
<xs:documentation>KCI=KINETIC CONCEPTS</xs:documentation>
   
<xs:documentation>KDN=KAYDON CORP.</xs:documentation>
   
<xs:documentation>KEY=KEYCORP</xs:documentation>
   
<xs:documentation>KFN=KKR FINANCIAL HOLDINGS LLC</xs:documentation>
   
<xs:documentation>KFT=KRAFT FOODS</xs:documentation>
   
<xs:documentation>KG=KING PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>KGC=KINROSS GOLD</xs:documentation>
   
<xs:documentation>KIE=SPDR KBW INSURANCE ETF</xs:documentation>
   
<xs:documentation>KIM=KIMCO REALTY</xs:documentation>
   
<xs:documentation>KKD=KRISPY KREME DOUGHNUTS</xs:documentation>
   
<xs:documentation>KKR=KKR &amp; CO LP</xs:documentation>
   
<xs:documentation>KLAC=KLA-TENCOR</xs:documentation>
   
<xs:documentation>KLD=ISHARES KLD SELECT SOCIAL IND</xs:documentation>
   
<xs:documentation>KMB=KIMBERLY-CLARK</xs:documentation>
   
<xs:documentation>KMG=KERR-MCGEE</xs:documentation>
   
<xs:documentation>KMI=KINDER MORGAN</xs:documentation>
   
<xs:documentation>KMP=KINDER MORGAN ENERGY PARTNERS</xs:documentation>
   
<xs:documentation>KMR=KINDER MORGAN MANAGEMENT</xs:documentation>
   
<xs:documentation>KMX=CARMAX</xs:documentation>
   
<xs:documentation>KNDI=KANDI TECHNOLOGIES GROUP INC.</xs:documentation>
   
<xs:documentation>KNL=KNOLL INC.</xs:documentation>
   
<xs:documentation>KNX=KNIGHT TRANSPORTATION INC.</xs:documentation>
   
<xs:documentation>KO=COCA COLA</xs:documentation>
   
<xs:documentation>KOG=KODIAK OIL &amp; GAS CORP.</xs:documentation>
   
<xs:documentation>KOL=MARKET VECTORS COAL ETF</xs:documentation>
   
<xs:documentation>KONG=KONGZHONG CORPORATION</xs:documentation>
   
<xs:documentation>KORS=MICHAEL KORS HOLDINGS LIMITED</xs:documentation>
   
<xs:documentation>KR=KROGER</xs:documentation>
   
<xs:documentation>KRB=MBNA</xs:documentation>
   
<xs:documentation>KRC=KILROY REALTY CORP.</xs:documentation>
   
<xs:documentation>KRE=SPDR KBW REGIONAL BANKING</xs:documentation>
   
<xs:documentation>KRFT=KRAFT FOODS GROUP INC.</xs:documentation>
   
<xs:documentation>KRG=KITE REALTY GROUP TRUST</xs:documentation>
   
<xs:documentation>KRNY=KEARNY FINANCIAL</xs:documentation>
   
<xs:documentation>KRO=KRONOS WORLDWIDE INC.</xs:documentation>
   
<xs:documentation>XARO=AEROSPACE</xs:documentation>
   
<xs:documentation>XTHQ=TECHNOLOGY HARDWARE AND EQUIPMENT</xs:documentation>
   
<xs:documentation>XSEM=SEMICONDUCTORS</xs:documentation>
   
<xs:documentation>XSOF=SOFTWARE</xs:documentation>
   
<xs:documentation>XSCR=INVESTMENT SERVICES</xs:documentation>
   
<xs:documentation>XRTS=RETAIL</xs:documentation>
   
<xs:documentation>XPCS=PRECIOUS METALS</xs:documentation>
   
<xs:documentation>XOIL=OIL COMPANIES</xs:documentation>
   
<xs:documentation>XIDD=DIVERSIFIED INDUSTRIAL</xs:documentation>
   
<xs:documentation>XFIS=DIVERSIFIED FINANCIAL</xs:documentation>
   
<xs:documentation>XELC=ELECTRIC UTILITIES</xs:documentation>
   
<xs:documentation>XMET=MINING AND METALS</xs:documentation>
   
<xs:documentation>XDRG=PHARMACEUTICALS</xs:documentation>
   
<xs:documentation>XBNK=BANKS</xs:documentation>
   
<xs:documentation>XBTC=BIOTECHNOLOGY</xs:documentation>
   
<xs:documentation>XCMT=COMMUNICATIONS TECHNOLOGY</xs:documentation>
   
<xs:documentation>141=NARROW BASED INDICES GENERAL</xs:documentation>
   
<xs:documentation>020=T-BONDS</xs:documentation>
   
<xs:documentation>038=T-NOTES</xs:documentation>
   
<xs:documentation>041=T-BILLS</xs:documentation>
   
<xs:documentation>042=T-NOTES</xs:documentation>
   
<xs:documentation>043=T-NOTES</xs:documentation>
   
<xs:documentation>044=T-NOTES</xs:documentation>
   
<xs:documentation>045=30 DAY RATES</xs:documentation>
   
<xs:documentation>046=MORTGAGE BACKED SECURITIES</xs:documentation>
   
<xs:documentation>047=OVERNIGHT RATES</xs:documentation>
   
<xs:documentation>048=AGENCY NOTE</xs:documentation>
   
<xs:documentation>049=AGENCY NOTE</xs:documentation>
   
<xs:documentation>062=GNMA MORTGAGES</xs:documentation>
   
<xs:documentation>028=COMMERCIAL PAPER</xs:documentation>
   
<xs:documentation>128=LEHMAN U.S. AGGREGATE INDEX</xs:documentation>
   
<xs:documentation>121=MUNICIPAL BOND INDICES</xs:documentation>
   
<xs:documentation>194=EURO-MARK RATE DIFFERENTIAL</xs:documentation>
   
<xs:documentation>132=EURODOLLARS</xs:documentation>
   
<xs:documentation>103=YIELD CURVE 10YR-3YR</xs:documentation>
   
<xs:documentation>105=CERTIFICATES OF DEPOSIT</xs:documentation>
   
<xs:documentation>245=JAPANESE BONDS</xs:documentation>
   
<xs:documentation>246=INTEREST RATE SWAPS</xs:documentation>
   
<xs:documentation>248=LONG TERM FRENCH GOV'T BONDS</xs:documentation>
   
<xs:documentation>249=CANADIAN BONDS</xs:documentation>
   
<xs:documentation>250=GERMAN BONDS</xs:documentation>
   
<xs:documentation>242=LONG TERM U.K.GILT-EDGED SECURITY</xs:documentation>
   
<xs:documentation>196=EURO-POUND RATE DIFFERENTIAL</xs:documentation>
   
<xs:documentation>197=EURO-YEN RATE DIFFERENTIAL</xs:documentation>
   
<xs:documentation>199=ECU BONDS</xs:documentation>
   
<xs:documentation>266=ARGENTINE BONDS</xs:documentation>
   
<xs:documentation>267=BRAZILIAN BONDS</xs:documentation>
   
<xs:documentation>260=MEXICAN BONDS</xs:documentation>
   
<xs:documentation>252=CORPORATE BOND INDEX</xs:documentation>
   
<xs:documentation>271=MEXICAN CETES</xs:documentation>
   
<xs:documentation>272=28-DAY MEXICAN INTERBANK RATE</xs:documentation>
   
<xs:documentation>386=SOVEREIGN YIELD SPREADS</xs:documentation>
   
<xs:documentation>390=EURO CANADA TIME DEPOSITS</xs:documentation>
   
<xs:documentation>394=EUROMARK TIME DEPOSITS</xs:documentation>
   
<xs:documentation>503=YIELD CURVE 5YR-3YR</xs:documentation>
   
<xs:documentation>512=YIELD CURVE 10-2</xs:documentation>
   
<xs:documentation>515=YIELD CURVE 10-5</xs:documentation>
   
<xs:documentation>531=YIELD CURVE 30-10</xs:documentation>
   
<xs:documentation>532=YIELD CURVE 30-2</xs:documentation>
   
<xs:documentation>535=YIELD CURVE 30-5</xs:documentation>
   
<xs:documentation>552=YIELD CURVE 5-2</xs:documentation>
   
<xs:documentation>597=EURO YEN TIME DEPOSITS</xs:documentation>
   
<xs:documentation>598=EURIBOR</xs:documentation>
   
<xs:documentation>269=VENEZUELAN BONDS</xs:documentation>
   
<xs:documentation>302=YIELD CURVE 3YR-2YR</xs:documentation>
   
<xs:documentation>303=YIELD CURVE 30YR-3YR</xs:documentation>
   
<xs:documentation>320=30 YEAR INTEREST RATE SWAPS</xs:documentation>
   
<xs:documentation>342=2-YEAR INTEREST RATE SWAPS</xs:documentation>
   
<xs:documentation>343=10-YEAR INTEREST RATE SWAPS</xs:documentation>
   
<xs:documentation>344=5-YEAR INTEREST RATE SWAPS</xs:documentation>
   
<xs:documentation>310=NORTHEASTERN CAT. INSURANCE</xs:documentation>
   
<xs:documentation>311=SOUTHEASTERN CAT INSURANCE</xs:documentation>
   
<xs:documentation>312=TEXAS CAT INSURANCE</xs:documentation>
   
<xs:documentation>313=FLORIDA CAT INSURANCE</xs:documentation>
   
<xs:documentation>314=CALIFORNIA CAT INSURANCE</xs:documentation>
   
<xs:documentation>256=GOLDMAN-SACHS COMMODITY INDEX</xs:documentation>
   
<xs:documentation>218=CRB FUTURES INDEX</xs:documentation>
   
<xs:documentation>219=S&amp;P COMMODITY INDEX</xs:documentation>
   
<xs:documentation>221=DOW JONES COMMODITY INDEX</xs:documentation>
   
<xs:documentation>ZIMK=IMARKET HEDGELET</xs:documentation>
   
<xs:documentation>Z000=HEDGELET</xs:documentation>
   
<xs:documentation>106=NATIONAL CATASTROPHE INSURANCE</xs:documentation>
   
<xs:documentation>107=CATASTROPHE INSURANCE-EASTERN</xs:documentation>
   
<xs:documentation>108=CATASTROPHE INSURANCE-MIDWESTERN</xs:documentation>
   
<xs:documentation>109=CATASTROPHE INSURANCE-WESTERN</xs:documentation>
   
<xs:documentation>100=HEALTH INSURANCE</xs:documentation>
   
<xs:documentation>101=HOMEOWNERS INSURANCE</xs:documentation>
   
<xs:documentation>098=U.S. DOLLAR INDEX</xs:documentation>
   
<xs:documentation>104=BANKRUPTCY INDEX</xs:documentation>
   
<xs:documentation>117=VOLATILITY/VARIANCE INDEX</xs:documentation>
   
<xs:documentation>118=EURO INDEX</xs:documentation>
   
<xs:documentation>161=CATASTROPHE</xs:documentation>
   
<xs:documentation>162=HURRICANES</xs:documentation>
   
<xs:documentation>163=MEGER EVENT</xs:documentation>
   
<xs:documentation>123=CONSUMER PRICE INDEX</xs:documentation>
   
<xs:documentation>125=X FUND INDICES</xs:documentation>
   
<xs:documentation>126=EUROPEAN INFLATION</xs:documentation>
   
<xs:documentation>127=CREDIT DERIVATIVES</xs:documentation>
   
<xs:documentation>129=NONFARM PAYROLLS</xs:documentation>
   
<xs:documentation>KS=CARBON FINANCIAL</xs:documentation>
   
<xs:documentation>111=GASOLINE</xs:documentation>
   
<xs:documentation>032=NAPHTHA</xs:documentation>
   
<xs:documentation>036=BIODIESEL</xs:documentation>
   
<xs:documentation>027=ENERGY INDEX</xs:documentation>
   
<xs:documentation>025=ETHANOL</xs:documentation>
   
<xs:documentation>021=FUEL OIL</xs:documentation>
   
<xs:documentation>022=HEATING OIL-DIESEL-GASOIL</xs:documentation>
   
<xs:documentation>067=CRUDE OIL</xs:documentation>
   
<xs:documentation>873=UNLEADED GASOLINE/NAPHTHA</xs:documentation>
   
<xs:documentation>967=UNLEADED GAS/CRUDE OIL SPREADS</xs:documentation>
   
<xs:documentation>861=SOUR CRUDE/SWEET CRUDE</xs:documentation>
   
<xs:documentation>862=UNLEADED GASOLINE/HEATING OIL</xs:documentation>
   
<xs:documentation>863=DIESEL/HEATING OIL</xs:documentation>
   
<xs:documentation>864=JET FUEL/HEATING OIL</xs:documentation>
   
<xs:documentation>865=FUEL OIL/CRUDE OIL</xs:documentation>
   
<xs:documentation>866=NAPTHA/CRUDE OIL</xs:documentation>
   
<xs:documentation>867=HEATING OIL/CRUDE OIL SPREADS</xs:documentation>
   
<xs:documentation>868=DIESEL/CRUDE OIL</xs:documentation>
   
<xs:documentation>869=BIODIESEL/HEATING OIL</xs:documentation>
   
<xs:documentation>870=JET FUEL/ CRUDE OIL</xs:documentation>
   
<xs:documentation>262=JET FUEL</xs:documentation>
   
<xs:documentation>871=NATURAL GAS LIQUIDS/NAPHTHA</xs:documentation>
   
<xs:documentation>872=NATURAL GAS LIQUIDS/ CRUDE OIL</xs:documentation>
   
<xs:documentation>066=NATURAL GAS LIQUIDS</xs:documentation>
   
<xs:documentation>023=NATURAL GAS</xs:documentation>
   
<xs:documentation>024=COAL</xs:documentation>
   
<xs:documentation>016=URANIUM</xs:documentation>
   
<xs:documentation>014=WIND POWER</xs:documentation>
   
<xs:documentation>064=ELECTRICITY</xs:documentation>
   
<xs:documentation>075=PALLADIUM</xs:documentation>
   
<xs:documentation>076=PLATINUM</xs:documentation>
   
<xs:documentation>087=SILVER COINS</xs:documentation>
   
<xs:documentation>088=GOLD</xs:documentation>
   
<xs:documentation>084=SILVER</xs:documentation>
   
<xs:documentation>193=GOLD COINS</xs:documentation>
   
<xs:documentation>257=SCRAP METAL</xs:documentation>
   
<xs:documentation>085=COPPER</xs:documentation>
   
<xs:documentation>195=IRON ORE</xs:documentation>
   
<xs:documentation>191=ALUMINUM</xs:documentation>
   
<xs:documentation>192=STEEL</xs:documentation>
   
<xs:documentation>018=ZINC</xs:documentation>
   
<xs:documentation>069=PULP</xs:documentation>
   
<xs:documentation>071=WOOD PANELS</xs:documentation>
   
<xs:documentation>058=LUMBER</xs:documentation>
   
<xs:documentation>401=BENZENE</xs:documentation>
   
<xs:documentation>402=XYLENE</xs:documentation>
   
<xs:documentation>405=ETHYLENE</xs:documentation>
   
<xs:documentation>406=PROPYLENE</xs:documentation>
   
<xs:documentation>403=POLYPROPYLENE</xs:documentation>
   
<xs:documentation>404=POLYETHYLENE</xs:documentation>
   
<xs:documentation>006=POLLUTION</xs:documentation>
   
<xs:documentation>160=WEATHER</xs:documentation>
   
<xs:documentation>074=NATURAL RUBBER</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="3"/>
   
<xs:maxLength value="4"/>
   
<xs:enumeration value="001 "/>
   
<xs:enumeration value="002 "/>
   
<xs:enumeration value="003 "/>
   
<xs:enumeration value="004 "/>
   
<xs:enumeration value="011 "/>
   
<xs:enumeration value="008 "/>
   
<xs:enumeration value="009 "/>
   
<xs:enumeration value="039 "/>
   
<xs:enumeration value="060 "/>
   
<xs:enumeration value="700 "/>
   
<xs:enumeration value="061 "/>
   
<xs:enumeration value="065 "/>
   
<xs:enumeration value="070 "/>
   
<xs:enumeration value="054 "/>
   
<xs:enumeration value="055 "/>
   
<xs:enumeration value="056 "/>
   
<xs:enumeration value="057 "/>
   
<xs:enumeration value="017 "/>
   
<xs:enumeration value="029 "/>
   
<xs:enumeration value="050 "/>
   
<xs:enumeration value="052 "/>
   
<xs:enumeration value="063 "/>
   
<xs:enumeration value="026 "/>
   
<xs:enumeration value="007 "/>
   
<xs:enumeration value="034 "/>
   
<xs:enumeration value="037 "/>
   
<xs:enumeration value="010 "/>
   
<xs:enumeration value="015 "/>
   
<xs:enumeration value="012 "/>
   
<xs:enumeration value="013 "/>
   
<xs:enumeration value="005 "/>
   
<xs:enumeration value="077 "/>
   
<xs:enumeration value="031 "/>
   
<xs:enumeration value="033 "/>
   
<xs:enumeration value="035 "/>
   
<xs:enumeration value="030 "/>
   
<xs:enumeration value="059 "/>
   
<xs:enumeration value="073 "/>
   
<xs:enumeration value="053 "/>
   
<xs:enumeration value="051 "/>
   
<xs:enumeration value="040 "/>
   
<xs:enumeration value="080 "/>
   
<xs:enumeration value="083 "/>
   
<xs:enumeration value="701 "/>
   
<xs:enumeration value="238 "/>
   
<xs:enumeration value="251 "/>
   
<xs:enumeration value="253 "/>
   
<xs:enumeration value="110 "/>
   
<xs:enumeration value="113 "/>
   
<xs:enumeration value="114 "/>
   
<xs:enumeration value="258 "/>
   
<xs:enumeration value="259 "/>
   
<xs:enumeration value="261 "/>
   
<xs:enumeration value="200 "/>
   
<xs:enumeration value="201 "/>
   
<xs:enumeration value="202 "/>
   
<xs:enumeration value="RPX "/>
   
<xs:enumeration value="264 "/>
   
<xs:enumeration value="232 "/>
   
<xs:enumeration value="116 "/>
   
<xs:enumeration value="096 "/>
   
<xs:enumeration value="097 "/>
   
<xs:enumeration value="099 "/>
   
<xs:enumeration value="090 "/>
   
<xs:enumeration value="091 "/>
   
<xs:enumeration value="092 "/>
   
<xs:enumeration value="094 "/>
   
<xs:enumeration value="095 "/>
   
<xs:enumeration value="072 "/>
   
<xs:enumeration value="089 "/>
   
<xs:enumeration value="093 "/>
   
<xs:enumeration value="086 "/>
   
<xs:enumeration value="081 "/>
   
<xs:enumeration value="082 "/>
   
<xs:enumeration value="078 "/>
   
<xs:enumeration value="079 "/>
   
<xs:enumeration value="115 "/>
   
<xs:enumeration value="102 "/>
   
<xs:enumeration value="119 "/>
   
<xs:enumeration value="122 "/>
   
<xs:enumeration value="112 "/>
   
<xs:enumeration value="131 "/>
   
<xs:enumeration value="068 "/>
   
<xs:enumeration value="019 "/>
   
<xs:enumeration value="273 "/>
   
<xs:enumeration value="274 "/>
   
<xs:enumeration value="275 "/>
   
<xs:enumeration value="276 "/>
   
<xs:enumeration value="277 "/>
   
<xs:enumeration value="278 "/>
   
<xs:enumeration value="263 "/>
   
<xs:enumeration value="268 "/>
   
<xs:enumeration value="270 "/>
   
<xs:enumeration value="233 "/>
   
<xs:enumeration value="254 "/>
   
<xs:enumeration value="255 "/>
   
<xs:enumeration value="265 "/>
   
<xs:enumeration value="209 "/>
   
<xs:enumeration value="223 "/>
   
<xs:enumeration value="231 "/>
   
<xs:enumeration value="239 "/>
   
<xs:enumeration value="240 "/>
   
<xs:enumeration value="241 "/>
   
<xs:enumeration value="243 "/>
   
<xs:enumeration value="244 "/>
   
<xs:enumeration value="178 "/>
   
<xs:enumeration value="142 "/>
   
<xs:enumeration value="143 "/>
   
<xs:enumeration value="144 "/>
   
<xs:enumeration value="148 "/>
   
<xs:enumeration value="149 "/>
   
<xs:enumeration value="150 "/>
   
<xs:enumeration value="151 "/>
   
<xs:enumeration value="152 "/>
   
<xs:enumeration value="153 "/>
   
<xs:enumeration value="154 "/>
   
<xs:enumeration value="155 "/>
   
<xs:enumeration value="130 "/>
   
<xs:enumeration value="136 "/>
   
<xs:enumeration value="137 "/>
   
<xs:enumeration value="138 "/>
   
<xs:enumeration value="139 "/>
   
<xs:enumeration value="140 "/>
   
<xs:enumeration value="120 "/>
   
<xs:enumeration value="124 "/>
   
<xs:enumeration value="XBI "/>
   
<xs:enumeration value="XCO "/>
   
<xs:enumeration value="XIDE"/>
   
<xs:enumeration value="XIN "/>
   
<xs:enumeration value="XL  "/>
   
<xs:enumeration value="XLB "/>
   
<xs:enumeration value="XLE "/>
   
<xs:enumeration value="XLF "/>
   
<xs:enumeration value="XLI "/>
   
<xs:enumeration value="XLK "/>
   
<xs:enumeration value="XLNX"/>
   
<xs:enumeration value="XLP "/>
   
<xs:enumeration value="XLU "/>
   
<xs:enumeration value="XLV "/>
   
<xs:enumeration value="XLY "/>
   
<xs:enumeration value="XME "/>
   
<xs:enumeration value="XEL "/>
   
<xs:enumeration value="XES "/>
   
<xs:enumeration value="XHB "/>
   
<xs:enumeration value="XMSR"/>
   
<xs:enumeration value="XTO "/>
   
<xs:enumeration value="XTXI"/>
   
<xs:enumeration value="XYL "/>
   
<xs:enumeration value="YAVY"/>
   
<xs:enumeration value="YCS "/>
   
<xs:enumeration value="YELP"/>
   
<xs:enumeration value="YGE "/>
   
<xs:enumeration value="YHOO"/>
   
<xs:enumeration value="YNDX"/>
   
<xs:enumeration value="YOKU"/>
   
<xs:enumeration value="YONG"/>
   
<xs:enumeration value="YPF "/>
   
<xs:enumeration value="YRCW"/>
   
<xs:enumeration value="YUM "/>
   
<xs:enumeration value="YZC "/>
   
<xs:enumeration value="Z   "/>
   
<xs:enumeration value="XOM "/>
   
<xs:enumeration value="XONE"/>
   
<xs:enumeration value="XOP "/>
   
<xs:enumeration value="XPO "/>
   
<xs:enumeration value="XRAY"/>
   
<xs:enumeration value="XRS "/>
   
<xs:enumeration value="XRT "/>
   
<xs:enumeration value="XRX "/>
   
<xs:enumeration value="XSD "/>
   
<xs:enumeration value="ZAGG"/>
   
<xs:enumeration value="ZBRA"/>
   
<xs:enumeration value="ZEP "/>
   
<xs:enumeration value="ZGEN"/>
   
<xs:enumeration value="ZION"/>
   
<xs:enumeration value="ZLC "/>
   
<xs:enumeration value="ZMH "/>
   
<xs:enumeration value="ZNGA"/>
   
<xs:enumeration value="ZNT "/>
   
<xs:enumeration value="ZOLT"/>
   
<xs:enumeration value="ZROZ"/>
   
<xs:enumeration value="ZSL "/>
   
<xs:enumeration value="ZZ  "/>
   
<xs:enumeration value="XTEX"/>
   
<xs:enumeration value="RRC "/>
   
<xs:enumeration value="RRD "/>
   
<xs:enumeration value="RRGB"/>
   
<xs:enumeration value="RRR "/>
   
<xs:enumeration value="RSG "/>
   
<xs:enumeration value="RSH "/>
   
<xs:enumeration value="RSOL"/>
   
<xs:enumeration value="RSP "/>
   
<xs:enumeration value="RSU "/>
   
<xs:enumeration value="RSW "/>
   
<xs:enumeration value="RSX "/>
   
<xs:enumeration value="RTH "/>
   
<xs:enumeration value="RTN "/>
   
<xs:enumeration value="RTP "/>
   
<xs:enumeration value="RVBD"/>
   
<xs:enumeration value="RVSB"/>
   
<xs:enumeration value="RWM "/>
   
<xs:enumeration value="RWT "/>
   
<xs:enumeration value="RX  "/>
   
<xs:enumeration value="RY  "/>
   
<xs:enumeration value="RYL "/>
   
<xs:enumeration value="RZ  "/>
   
<xs:enumeration value="S   "/>
   
<xs:enumeration value="SA  "/>
   
<xs:enumeration value="SAF "/>
   
<xs:enumeration value="SAFM"/>
   
<xs:enumeration value="SAFT"/>
   
<xs:enumeration value="SAH "/>
   
<xs:enumeration value="SAI "/>
   
<xs:enumeration value="SAN "/>
   
<xs:enumeration value="SAP "/>
   
<xs:enumeration value="SASR"/>
   
<xs:enumeration value="SATC"/>
   
<xs:enumeration value="SAY "/>
   
<xs:enumeration value="SB  "/>
   
<xs:enumeration value="SBC "/>
   
<xs:enumeration value="SBCF"/>
   
<xs:enumeration value="SBH "/>
   
<xs:enumeration value="SBIB"/>
   
<xs:enumeration value="SBL "/>
   
<xs:enumeration value="SBLK"/>
   
<xs:enumeration value="SBNY"/>
   
<xs:enumeration value="SBS "/>
   
<xs:enumeration value="SBSI"/>
   
<xs:enumeration value="SBUX"/>
   
<xs:enumeration value="SBX "/>
   
<xs:enumeration value="SCBT"/>
   
<xs:enumeration value="SCCO"/>
   
<xs:enumeration value="SCG "/>
   
<xs:enumeration value="SCHO"/>
   
<xs:enumeration value="SCHR"/>
   
<xs:enumeration value="SCHW"/>
   
<xs:enumeration value="SCON"/>
   
<xs:enumeration value="SCPB"/>
   
<xs:enumeration value="SCSS"/>
   
<xs:enumeration value="SCTY"/>
   
<xs:enumeration value="SCZ "/>
   
<xs:enumeration value="SD  "/>
   
<xs:enumeration value="SDS "/>
   
<xs:enumeration value="SDTH"/>
   
<xs:enumeration value="SDXC"/>
   
<xs:enumeration value="SDY "/>
   
<xs:enumeration value="SE  "/>
   
<xs:enumeration value="SEA "/>
   
<xs:enumeration value="SEAB"/>
   
<xs:enumeration value="SEBL"/>
   
<xs:enumeration value="SEE "/>
   
<xs:enumeration value="SEED"/>
   
<xs:enumeration value="SEF "/>
   
<xs:enumeration value="SEIC"/>
   
<xs:enumeration value="SEP "/>
   
<xs:enumeration value="SEPR"/>
   
<xs:enumeration value="SF  "/>
   
<xs:enumeration value="SFD "/>
   
<xs:enumeration value="SFG "/>
   
<xs:enumeration value="SFI "/>
   
<xs:enumeration value="SFL "/>
   
<xs:enumeration value="SFNC"/>
   
<xs:enumeration value="SFSF"/>
   
<xs:enumeration value="SGEN"/>
   
<xs:enumeration value="SGI "/>
   
<xs:enumeration value="SGMO"/>
   
<xs:enumeration value="SGP "/>
   
<xs:enumeration value="SH  "/>
   
<xs:enumeration value="SHI "/>
   
<xs:enumeration value="SHLD"/>
   
<xs:enumeration value="SHPG"/>
   
<xs:enumeration value="SHV "/>
   
<xs:enumeration value="SHW "/>
   
<xs:enumeration value="SHY "/>
   
<xs:enumeration value="SHZ "/>
   
<xs:enumeration value="SI  "/>
   
<xs:enumeration value="SIAL"/>
   
<xs:enumeration value="SIG "/>
   
<xs:enumeration value="SIGA"/>
   
<xs:enumeration value="SIGI"/>
   
<xs:enumeration value="SIGM"/>
   
<xs:enumeration value="SII "/>
   
<xs:enumeration value="SIMO"/>
   
<xs:enumeration value="SINA"/>
   
<xs:enumeration value="SIRF"/>
   
<xs:enumeration value="SIRI"/>
   
<xs:enumeration value="SIVB"/>
   
<xs:enumeration value="SIX "/>
   
<xs:enumeration value="SJM "/>
   
<xs:enumeration value="SJT "/>
   
<xs:enumeration value="SKF "/>
   
<xs:enumeration value="SKM "/>
   
<xs:enumeration value="SKS "/>
   
<xs:enumeration value="SKT "/>
   
<xs:enumeration value="SKUL"/>
   
<xs:enumeration value="SKX "/>
   
<xs:enumeration value="SLAB"/>
   
<xs:enumeration value="SLB "/>
   
<xs:enumeration value="SLE "/>
   
<xs:enumeration value="SLF "/>
   
<xs:enumeration value="SLG "/>
   
<xs:enumeration value="SLGN"/>
   
<xs:enumeration value="SLM "/>
   
<xs:enumeration value="SLT "/>
   
<xs:enumeration value="SLV "/>
   
<xs:enumeration value="SLW "/>
   
<xs:enumeration value="SLX "/>
   
<xs:enumeration value="SMG "/>
   
<xs:enumeration value="SMH "/>
   
<xs:enumeration value="SMHG"/>
   
<xs:enumeration value="SMN "/>
   
<xs:enumeration value="SMSI"/>
   
<xs:enumeration value="SNA "/>
   
<xs:enumeration value="SNBC"/>
   
<xs:enumeration value="SNDA"/>
   
<xs:enumeration value="SNDK"/>
   
<xs:enumeration value="SNE "/>
   
<xs:enumeration value="SNI "/>
   
<xs:enumeration value="SNN "/>
   
<xs:enumeration value="SNP "/>
   
<xs:enumeration value="SNTA"/>
   
<xs:enumeration value="SNV "/>
   
<xs:enumeration value="SNY "/>
   
<xs:enumeration value="SO  "/>
   
<xs:enumeration value="SODA"/>
   
<xs:enumeration value="SOL "/>
   
<xs:enumeration value="SOLF"/>
   
<xs:enumeration value="SOLR"/>
   
<xs:enumeration value="SOMX"/>
   
<xs:enumeration value="SONC"/>
   
<xs:enumeration value="SOV "/>
   
<xs:enumeration value="SOXX"/>
   
<xs:enumeration value="SPC "/>
   
<xs:enumeration value="SPF "/>
   
<xs:enumeration value="SPG "/>
   
<xs:enumeration value="SPIL"/>
   
<xs:enumeration value="SPLS"/>
   
<xs:enumeration value="SPPI"/>
   
<xs:enumeration value="SPRD"/>
   
<xs:enumeration value="SPWB"/>
   
<xs:enumeration value="SPWR"/>
   
<xs:enumeration value="SPXU"/>
   
<xs:enumeration value="SPY "/>
   
<xs:enumeration value="SQM "/>
   
<xs:enumeration value="SQNM"/>
   
<xs:enumeration value="SRCE"/>
   
<xs:enumeration value="SRCL"/>
   
<xs:enumeration value="SRDX"/>
   
<xs:enumeration value="SRE "/>
   
<xs:enumeration value="SRPT"/>
   
<xs:enumeration value="SRS "/>
   
<xs:enumeration value="SRZ "/>
   
<xs:enumeration value="SSD "/>
   
<xs:enumeration value="SSG "/>
   
<xs:enumeration value="SSO "/>
   
<xs:enumeration value="SSP "/>
   
<xs:enumeration value="SSRI"/>
   
<xs:enumeration value="SSW "/>
   
<xs:enumeration value="SSYS"/>
   
<xs:enumeration value="STA "/>
   
<xs:enumeration value="STAR"/>
   
<xs:enumeration value="STBA"/>
   
<xs:enumeration value="STC "/>
   
<xs:enumeration value="STE "/>
   
<xs:enumeration value="STEC"/>
   
<xs:enumeration value="STEI"/>
   
<xs:enumeration value="STEL"/>
   
<xs:enumeration value="STFC"/>
   
<xs:enumeration value="STI "/>
   
<xs:enumeration value="STJ "/>
   
<xs:enumeration value="STL "/>
   
<xs:enumeration value="STLD"/>
   
<xs:enumeration value="STM "/>
   
<xs:enumeration value="STP "/>
   
<xs:enumeration value="STR "/>
   
<xs:enumeration value="STRA"/>
   
<xs:enumeration value="STSA"/>
   
<xs:enumeration value="STT "/>
   
<xs:enumeration value="STU "/>
   
<xs:enumeration value="STWD"/>
   
<xs:enumeration value="STX "/>
   
<xs:enumeration value="STXS"/>
   
<xs:enumeration value="STZ "/>
   
<xs:enumeration value="SU  "/>
   
<xs:enumeration value="SUBK"/>
   
<xs:enumeration value="SUI "/>
   
<xs:enumeration value="SUN "/>
   
<xs:enumeration value="SUNW"/>
   
<xs:enumeration value="SUPN"/>
   
<xs:enumeration value="SUPR"/>
   
<xs:enumeration value="SUR "/>
   
<xs:enumeration value="SUSQ"/>
   
<xs:enumeration value="SVA "/>
   
<xs:enumeration value="SVM "/>
   
<xs:enumeration value="SVNT"/>
   
<xs:enumeration value="SVU "/>
   
<xs:enumeration value="SWC "/>
   
<xs:enumeration value="SWFT"/>
   
<xs:enumeration value="SWHC"/>
   
<xs:enumeration value="SWI "/>
   
<xs:enumeration value="SWIM"/>
   
<xs:enumeration value="SWIR"/>
   
<xs:enumeration value="SWK "/>
   
<xs:enumeration value="SWKS"/>
   
<xs:enumeration value="SWN "/>
   
<xs:enumeration value="SWS "/>
   
<xs:enumeration value="SWSH"/>
   
<xs:enumeration value="SWY "/>
   
<xs:enumeration value="SXE "/>
   
<xs:enumeration value="SXL "/>
   
<xs:enumeration value="SXT "/>
   
<xs:enumeration value="SYBT"/>
   
<xs:enumeration value="SYK "/>
   
<xs:enumeration value="SYKE"/>
   
<xs:enumeration value="SYMC"/>
   
<xs:enumeration value="SYNA"/>
   
<xs:enumeration value="SYX "/>
   
<xs:enumeration value="SYY "/>
   
<xs:enumeration value="T   "/>
   
<xs:enumeration value="TAM "/>
   
<xs:enumeration value="TAN "/>
   
<xs:enumeration value="TAP "/>
   
<xs:enumeration value="TARO"/>
   
<xs:enumeration value="TASR"/>
   
<xs:enumeration value="TAXI"/>
   
<xs:enumeration value="TBF "/>
   
<xs:enumeration value="TBSI"/>
   
<xs:enumeration value="TBT "/>
   
<xs:enumeration value="TCB "/>
   
<xs:enumeration value="TCBI"/>
   
<xs:enumeration value="TCBK"/>
   
<xs:enumeration value="TCK "/>
   
<xs:enumeration value="TCLP"/>
   
<xs:enumeration value="TCO "/>
   
<xs:enumeration value="TCS "/>
   
<xs:enumeration value="TD  "/>
   
<xs:enumeration value="TDC "/>
   
<xs:enumeration value="TDSC"/>
   
<xs:enumeration value="TE  "/>
   
<xs:enumeration value="TEA "/>
   
<xs:enumeration value="TEF "/>
   
<xs:enumeration value="TEG "/>
   
<xs:enumeration value="TEL "/>
   
<xs:enumeration value="TER "/>
   
<xs:enumeration value="TEVA"/>
   
<xs:enumeration value="TEX "/>
   
<xs:enumeration value="TFI "/>
   
<xs:enumeration value="TFM "/>
   
<xs:enumeration value="TFSL"/>
   
<xs:enumeration value="TGP "/>
   
<xs:enumeration value="TGT "/>
   
<xs:enumeration value="THC "/>
   
<xs:enumeration value="THE "/>
   
<xs:enumeration value="THG "/>
   
<xs:enumeration value="THQI"/>
   
<xs:enumeration value="THRX"/>
   
<xs:enumeration value="THS "/>
   
<xs:enumeration value="TI  "/>
   
<xs:enumeration value="TIBX"/>
   
<xs:enumeration value="TIE "/>
   
<xs:enumeration value="TIF "/>
   
<xs:enumeration value="TII "/>
   
<xs:enumeration value="TIN "/>
   
<xs:enumeration value="TIP "/>
   
<xs:enumeration value="TIVO"/>
   
<xs:enumeration value="TJX "/>
   
<xs:enumeration value="TLAB"/>
   
<xs:enumeration value="TLB "/>
   
<xs:enumeration value="TLLP"/>
   
<xs:enumeration value="TLM "/>
   
<xs:enumeration value="TLO "/>
   
<xs:enumeration value="TLT "/>
   
<xs:enumeration value="TM  "/>
   
<xs:enumeration value="TMCV"/>
   
<xs:enumeration value="TMF "/>
   
<xs:enumeration value="TMK "/>
   
<xs:enumeration value="TMO "/>
   
<xs:enumeration value="TMP "/>
   
<xs:enumeration value="TMUS"/>
   
<xs:enumeration value="TMV "/>
   
<xs:enumeration value="TMX "/>
   
<xs:enumeration value="TNA "/>
   
<xs:enumeration value="TNK "/>
   
<xs:enumeration value="TNP "/>
   
<xs:enumeration value="TOL "/>
   
<xs:enumeration value="TONE"/>
   
<xs:enumeration value="TOO "/>
   
<xs:enumeration value="TOT "/>
   
<xs:enumeration value="TOWN"/>
   
<xs:enumeration value="TPX "/>
   
<xs:enumeration value="TQNT"/>
   
<xs:enumeration value="TRA "/>
   
<xs:enumeration value="TRAD"/>
   
<xs:enumeration value="TRB "/>
   
<xs:enumeration value="TREX"/>
   
<xs:enumeration value="TRH "/>
   
<xs:enumeration value="TRI "/>
   
<xs:enumeration value="TRID"/>
   
<xs:enumeration value="TRIP"/>
   
<xs:enumeration value="TRLG"/>
   
<xs:enumeration value="TRMA"/>
   
<xs:enumeration value="TRMB"/>
   
<xs:enumeration value="TRMK"/>
   
<xs:enumeration value="TRMS"/>
   
<xs:enumeration value="TRN "/>
   
<xs:enumeration value="TROW"/>
   
<xs:enumeration value="TRP "/>
   
<xs:enumeration value="TRST"/>
   
<xs:enumeration value="TRV "/>
   
<xs:enumeration value="TRW "/>
   
<xs:enumeration value="TS  "/>
   
<xs:enumeration value="TSCO"/>
   
<xs:enumeration value="TSFG"/>
   
<xs:enumeration value="TSG "/>
   
<xs:enumeration value="TSL "/>
   
<xs:enumeration value="TSLA"/>
   
<xs:enumeration value="TSM "/>
   
<xs:enumeration value="TSN "/>
   
<xs:enumeration value="TSO "/>
   
<xs:enumeration value="TSRA"/>
   
<xs:enumeration value="TSS "/>
   
<xs:enumeration value="TSTC"/>
   
<xs:enumeration value="TSU "/>
   
<xs:enumeration value="TTC "/>
   
<xs:enumeration value="TTM "/>
   
<xs:enumeration value="TTWO"/>
   
<xs:enumeration value="TUZ "/>
   
<xs:enumeration value="TV  "/>
   
<xs:enumeration value="TWC "/>
   
<xs:enumeration value="TWGP"/>
   
<xs:enumeration value="TWM "/>
   
<xs:enumeration value="TWO "/>
   
<xs:enumeration value="TWTR"/>
   
<xs:enumeration value="TWX "/>
   
<xs:enumeration value="TX  "/>
   
<xs:enumeration value="TXI "/>
   
<xs:enumeration value="TXN "/>
   
<xs:enumeration value="TXRH"/>
   
<xs:enumeration value="TXT "/>
   
<xs:enumeration value="TXTR"/>
   
<xs:enumeration value="TXU "/>
   
<xs:enumeration value="TYC "/>
   
<xs:enumeration value="TYD "/>
   
<xs:enumeration value="TYH "/>
   
<xs:enumeration value="TYO "/>
   
<xs:enumeration value="TYP "/>
   
<xs:enumeration value="TZA "/>
   
<xs:enumeration value="TZOO"/>
   
<xs:enumeration value="UA  "/>
   
<xs:enumeration value="UAL "/>
   
<xs:enumeration value="UAM "/>
   
<xs:enumeration value="UAUA"/>
   
<xs:enumeration value="UB  "/>
   
<xs:enumeration value="UBNT"/>
   
<xs:enumeration value="UBS "/>
   
<xs:enumeration value="UBSH"/>
   
<xs:enumeration value="UBSI"/>
   
<xs:enumeration value="UCBH"/>
   
<xs:enumeration value="UCBI"/>
   
<xs:enumeration value="UCFC"/>
   
<xs:enumeration value="UCL "/>
   
<xs:enumeration value="UCO "/>
   
<xs:enumeration value="UDN "/>
   
<xs:enumeration value="UDR "/>
   
<xs:enumeration value="UFCS"/>
   
<xs:enumeration value="UGA "/>
   
<xs:enumeration value="UGI "/>
   
<xs:enumeration value="UGL "/>
   
<xs:enumeration value="UGP "/>
   
<xs:enumeration value="UIL "/>
   
<xs:enumeration value="UIS "/>
   
<xs:enumeration value="ULTI"/>
   
<xs:enumeration value="UMBF"/>
   
<xs:enumeration value="UMPQ"/>
   
<xs:enumeration value="UN  "/>
   
<xs:enumeration value="UNFI"/>
   
<xs:enumeration value="UNG "/>
   
<xs:enumeration value="UNH "/>
   
<xs:enumeration value="UNM "/>
   
<xs:enumeration value="UNP "/>
   
<xs:enumeration value="UNXL"/>
   
<xs:enumeration value="UPL "/>
   
<xs:enumeration value="UPRO"/>
   
<xs:enumeration value="UPS "/>
   
<xs:enumeration value="URBN"/>
   
<xs:enumeration value="URE "/>
   
<xs:enumeration value="USA "/>
   
<xs:enumeration value="USB "/>
   
<xs:enumeration value="USCI"/>
   
<xs:enumeration value="USD "/>
   
<xs:enumeration value="USG "/>
   
<xs:enumeration value="USL "/>
   
<xs:enumeration value="USO "/>
   
<xs:enumeration value="UST "/>
   
<xs:enumeration value="USU "/>
   
<xs:enumeration value="UTA "/>
   
<xs:enumeration value="UTHR"/>
   
<xs:enumeration value="UTR "/>
   
<xs:enumeration value="UTX "/>
   
<xs:enumeration value="UUP "/>
   
<xs:enumeration value="UVN "/>
   
<xs:enumeration value="UVV "/>
   
<xs:enumeration value="UVXY"/>
   
<xs:enumeration value="UWM "/>
   
<xs:enumeration value="UXI "/>
   
<xs:enumeration value="UYG "/>
   
<xs:enumeration value="UYM "/>
   
<xs:enumeration value="V   "/>
   
<xs:enumeration value="VALE"/>
   
<xs:enumeration value="VAR "/>
   
<xs:enumeration value="VB  "/>
   
<xs:enumeration value="VCBI"/>
   
<xs:enumeration value="VCIT"/>
   
<xs:enumeration value="VCLK"/>
   
<xs:enumeration value="VCLT"/>
   
<xs:enumeration value="VCSH"/>
   
<xs:enumeration value="VDE "/>
   
<xs:enumeration value="VE  "/>
   
<xs:enumeration value="VEA "/>
   
<xs:enumeration value="VECO"/>
   
<xs:enumeration value="VEU "/>
   
<xs:enumeration value="VFC "/>
   
<xs:enumeration value="VGIT"/>
   
<xs:enumeration value="VGK "/>
   
<xs:enumeration value="VGLT"/>
   
<xs:enumeration value="VGR "/>
   
<xs:enumeration value="VGSH"/>
   
<xs:enumeration value="VGT "/>
   
<xs:enumeration value="VHC "/>
   
<xs:enumeration value="VIA "/>
   
<xs:enumeration value="VIAB"/>
   
<xs:enumeration value="VICR"/>
   
<xs:enumeration value="VIG "/>
   
<xs:enumeration value="VIIX"/>
   
<xs:enumeration value="VIP "/>
   
<xs:enumeration value="VIV "/>
   
<xs:enumeration value="VIXY"/>
   
<xs:enumeration value="VJET"/>
   
<xs:enumeration value="VLCC"/>
   
<xs:enumeration value="VLCM"/>
   
<xs:enumeration value="VLO "/>
   
<xs:enumeration value="VLP "/>
   
<xs:enumeration value="VLY "/>
   
<xs:enumeration value="VMC "/>
   
<xs:enumeration value="VMED"/>
   
<xs:enumeration value="VMI "/>
   
<xs:enumeration value="VMW "/>
   
<xs:enumeration value="VNDA"/>
   
<xs:enumeration value="VNO "/>
   
<xs:enumeration value="VNQ "/>
   
<xs:enumeration value="VNR "/>
   
<xs:enumeration value="VO  "/>
   
<xs:enumeration value="VOD "/>
   
<xs:enumeration value="VOLC"/>
   
<xs:enumeration value="VOO "/>
   
<xs:enumeration value="VPHM"/>
   
<xs:enumeration value="VPRT"/>
   
<xs:enumeration value="VR  "/>
   
<xs:enumeration value="VRSN"/>
   
<xs:enumeration value="VRTS"/>
   
<xs:enumeration value="VRTX"/>
   
<xs:enumeration value="VRX "/>
   
<xs:enumeration value="VSEA"/>
   
<xs:enumeration value="VSH "/>
   
<xs:enumeration value="VTI "/>
   
<xs:enumeration value="VTR "/>
   
<xs:enumeration value="VTV "/>
   
<xs:enumeration value="VUG "/>
   
<xs:enumeration value="VV  "/>
   
<xs:enumeration value="VVUS"/>
   
<xs:enumeration value="VWO "/>
   
<xs:enumeration value="VXX "/>
   
<xs:enumeration value="VXZ "/>
   
<xs:enumeration value="VYM "/>
   
<xs:enumeration value="VZ  "/>
   
<xs:enumeration value="WAB "/>
   
<xs:enumeration value="WABC"/>
   
<xs:enumeration value="WAG "/>
   
<xs:enumeration value="WAL "/>
   
<xs:enumeration value="WASH"/>
   
<xs:enumeration value="WAT "/>
   
<xs:enumeration value="WB  "/>
   
<xs:enumeration value="WBCO"/>
   
<xs:enumeration value="WBMD"/>
   
<xs:enumeration value="WBS "/>
   
<xs:enumeration value="WCBO"/>
   
<xs:enumeration value="WCG "/>
   
<xs:enumeration value="WDC "/>
   
<xs:enumeration value="WDR "/>
   
<xs:enumeration value="WDTI"/>
   
<xs:enumeration value="WEC "/>
   
<xs:enumeration value="WEN "/>
   
<xs:enumeration value="WERN"/>
   
<xs:enumeration value="WES "/>
   
<xs:enumeration value="WFBC"/>
   
<xs:enumeration value="WFC "/>
   
<xs:enumeration value="WFD "/>
   
<xs:enumeration value="WFMI"/>
   
<xs:enumeration value="WFR "/>
   
<xs:enumeration value="WFSL"/>
   
<xs:enumeration value="WFT "/>
   
<xs:enumeration value="WGL "/>
   
<xs:enumeration value="WGO "/>
   
<xs:enumeration value="WGP "/>
   
<xs:enumeration value="WHQ "/>
   
<xs:enumeration value="WHR "/>
   
<xs:enumeration value="WIBC"/>
   
<xs:enumeration value="WIN "/>
   
<xs:enumeration value="WIRE"/>
   
<xs:enumeration value="WIT "/>
   
<xs:enumeration value="WL  "/>
   
<xs:enumeration value="WLK "/>
   
<xs:enumeration value="WLP "/>
   
<xs:enumeration value="WLT "/>
   
<xs:enumeration value="WM  "/>
   
<xs:enumeration value="WMB "/>
   
<xs:enumeration value="WMGI"/>
   
<xs:enumeration value="WMI "/>
   
<xs:enumeration value="WMT "/>
   
<xs:enumeration value="WNR "/>
   
<xs:enumeration value="WOOF"/>
   
<xs:enumeration value="WOR "/>
   
<xs:enumeration value="WPI "/>
   
<xs:enumeration value="WPRT"/>
   
<xs:enumeration value="WPZ "/>
   
<xs:enumeration value="WRB "/>
   
<xs:enumeration value="WRE "/>
   
<xs:enumeration value="WRI "/>
   
<xs:enumeration value="WRLD"/>
   
<xs:enumeration value="WSBC"/>
   
<xs:enumeration value="WSH "/>
   
<xs:enumeration value="WSM "/>
   
<xs:enumeration value="WSO "/>
   
<xs:enumeration value="WTFC"/>
   
<xs:enumeration value="WTI "/>
   
<xs:enumeration value="WTM "/>
   
<xs:enumeration value="WTNY"/>
   
<xs:enumeration value="WTR "/>
   
<xs:enumeration value="WTW "/>
   
<xs:enumeration value="WU  "/>
   
<xs:enumeration value="WWY "/>
   
<xs:enumeration value="WX  "/>
   
<xs:enumeration value="WXS "/>
   
<xs:enumeration value="WY  "/>
   
<xs:enumeration value="WYE "/>
   
<xs:enumeration value="WYN "/>
   
<xs:enumeration value="WYNN"/>
   
<xs:enumeration value="X   "/>
   
<xs:enumeration value="KSE "/>
   
<xs:enumeration value="KSP "/>
   
<xs:enumeration value="KSS "/>
   
<xs:enumeration value="KSU "/>
   
<xs:enumeration value="KVA "/>
   
<xs:enumeration value="KWK "/>
   
<xs:enumeration value="L   "/>
   
<xs:enumeration value="LAB "/>
   
<xs:enumeration value="LAD "/>
   
<xs:enumeration value="LAMR"/>
   
<xs:enumeration value="LANC"/>
   
<xs:enumeration value="LAZ "/>
   
<xs:enumeration value="LB  "/>
   
<xs:enumeration value="LBAI"/>
   
<xs:enumeration value="LBTY"/>
   
<xs:enumeration value="LCAV"/>
   
<xs:enumeration value="LCC "/>
   
<xs:enumeration value="LDK "/>
   
<xs:enumeration value="LEA "/>
   
<xs:enumeration value="LEAP"/>
   
<xs:enumeration value="LECO"/>
   
<xs:enumeration value="LEG "/>
   
<xs:enumeration value="LEH "/>
   
<xs:enumeration value="LEI "/>
   
<xs:enumeration value="LEN "/>
   
<xs:enumeration value="LFC "/>
   
<xs:enumeration value="LFG "/>
   
<xs:enumeration value="LFL "/>
   
<xs:enumeration value="LGCY"/>
   
<xs:enumeration value="LGF "/>
   
<xs:enumeration value="LH  "/>
   
<xs:enumeration value="LHO "/>
   
<xs:enumeration value="LIFE"/>
   
<xs:enumeration value="LIHR"/>
   
<xs:enumeration value="LINE"/>
   
<xs:enumeration value="LIWA"/>
   
<xs:enumeration value="LIZ "/>
   
<xs:enumeration value="LKFN"/>
   
<xs:enumeration value="LLEN"/>
   
<xs:enumeration value="LLL "/>
   
<xs:enumeration value="LLT "/>
   
<xs:enumeration value="LLTC"/>
   
<xs:enumeration value="LLY "/>
   
<xs:enumeration value="LM  "/>
   
<xs:enumeration value="LMT "/>
   
<xs:enumeration value="LNC "/>
   
<xs:enumeration value="LNCO"/>
   
<xs:enumeration value="LNET"/>
   
<xs:enumeration value="LNG "/>
   
<xs:enumeration value="LNKD"/>
   
<xs:enumeration value="LNN "/>
   
<xs:enumeration value="LO  "/>
   
<xs:enumeration value="LOCM"/>
   
<xs:enumeration value="LOGI"/>
   
<xs:enumeration value="LORL"/>
   
<xs:enumeration value="LOW "/>
   
<xs:enumeration value="LPHI"/>
   
<xs:enumeration value="LPL "/>
   
<xs:enumeration value="LPS "/>
   
<xs:enumeration value="LPX "/>
   
<xs:enumeration value="LQD "/>
   
<xs:enumeration value="LQDT"/>
   
<xs:enumeration value="LRCX"/>
   
<xs:enumeration value="LRN "/>
   
<xs:enumeration value="LRY "/>
   
<xs:enumeration value="LSI "/>
   
<xs:enumeration value="LTC "/>
   
<xs:enumeration value="LTD "/>
   
<xs:enumeration value="LTM "/>
   
<xs:enumeration value="LTR "/>
   
<xs:enumeration value="LUK "/>
   
<xs:enumeration value="LULU"/>
   
<xs:enumeration value="LUV "/>
   
<xs:enumeration value="LUX "/>
   
<xs:enumeration value="LVLT"/>
   
<xs:enumeration value="LVS "/>
   
<xs:enumeration value="LWC "/>
   
<xs:enumeration value="LXK "/>
   
<xs:enumeration value="LXP "/>
   
<xs:enumeration value="LXU "/>
   
<xs:enumeration value="LYB "/>
   
<xs:enumeration value="LYG "/>
   
<xs:enumeration value="LYV "/>
   
<xs:enumeration value="LZB "/>
   
<xs:enumeration value="M   "/>
   
<xs:enumeration value="MA  "/>
   
<xs:enumeration value="MAC "/>
   
<xs:enumeration value="MAKO"/>
   
<xs:enumeration value="MAPP"/>
   
<xs:enumeration value="MAR "/>
   
<xs:enumeration value="MAS "/>
   
<xs:enumeration value="MASI"/>
   
<xs:enumeration value="MAT "/>
   
<xs:enumeration value="MATK"/>
   
<xs:enumeration value="MBB "/>
   
<xs:enumeration value="MBFI"/>
   
<xs:enumeration value="MBI "/>
   
<xs:enumeration value="MBT "/>
   
<xs:enumeration value="MBWM"/>
   
<xs:enumeration value="MCBC"/>
   
<xs:enumeration value="MCD "/>
   
<xs:enumeration value="MCF "/>
   
<xs:enumeration value="MCHP"/>
   
<xs:enumeration value="MCIP"/>
   
<xs:enumeration value="MCK "/>
   
<xs:enumeration value="MCO "/>
   
<xs:enumeration value="MCP "/>
   
<xs:enumeration value="MCY "/>
   
<xs:enumeration value="MDAS"/>
   
<xs:enumeration value="MDC "/>
   
<xs:enumeration value="MDCO"/>
   
<xs:enumeration value="MDLG"/>
   
<xs:enumeration value="MDP "/>
   
<xs:enumeration value="MDR "/>
   
<xs:enumeration value="MDT "/>
   
<xs:enumeration value="MDTL"/>
   
<xs:enumeration value="MDVN"/>
   
<xs:enumeration value="MDY "/>
   
<xs:enumeration value="MEA "/>
   
<xs:enumeration value="MEDI"/>
   
<xs:enumeration value="MEDT"/>
   
<xs:enumeration value="MEDX"/>
   
<xs:enumeration value="MEE "/>
   
<xs:enumeration value="MEL "/>
   
<xs:enumeration value="MELA"/>
   
<xs:enumeration value="MELI"/>
   
<xs:enumeration value="MEMP"/>
   
<xs:enumeration value="MEOH"/>
   
<xs:enumeration value="MER "/>
   
<xs:enumeration value="MET "/>
   
<xs:enumeration value="MF  "/>
   
<xs:enumeration value="MFA "/>
   
<xs:enumeration value="MFC "/>
   
<xs:enumeration value="MFE "/>
   
<xs:enumeration value="MFG "/>
   
<xs:enumeration value="MFN "/>
   
<xs:enumeration value="MGA "/>
   
<xs:enumeration value="MGM "/>
   
<xs:enumeration value="MGU "/>
   
<xs:enumeration value="MHF "/>
   
<xs:enumeration value="MHK "/>
   
<xs:enumeration value="MHLD"/>
   
<xs:enumeration value="MHR "/>
   
<xs:enumeration value="MHS "/>
   
<xs:enumeration value="MI  "/>
   
<xs:enumeration value="MIDD"/>
   
<xs:enumeration value="MIG "/>
   
<xs:enumeration value="MIL "/>
   
<xs:enumeration value="MIR "/>
   
<xs:enumeration value="MITI"/>
   
<xs:enumeration value="MJN "/>
   
<xs:enumeration value="MKC "/>
   
<xs:enumeration value="MKL "/>
   
<xs:enumeration value="MLM "/>
   
<xs:enumeration value="MLNK"/>
   
<xs:enumeration value="MM  "/>
   
<xs:enumeration value="MMC "/>
   
<xs:enumeration value="MMI "/>
   
<xs:enumeration value="MMM "/>
   
<xs:enumeration value="MMP "/>
   
<xs:enumeration value="MMR "/>
   
<xs:enumeration value="MNI "/>
   
<xs:enumeration value="MNK "/>
   
<xs:enumeration value="MNKD"/>
   
<xs:enumeration value="MNST"/>
   
<xs:enumeration value="MNTA"/>
   
<xs:enumeration value="MO  "/>
   
<xs:enumeration value="MOH "/>
   
<xs:enumeration value="MOLX"/>
   
<xs:enumeration value="MON "/>
   
<xs:enumeration value="MOO "/>
   
<xs:enumeration value="MORN"/>
   
<xs:enumeration value="MOS "/>
   
<xs:enumeration value="MOT "/>
   
<xs:enumeration value="MOTR"/>
   
<xs:enumeration value="MPC "/>
   
<xs:enumeration value="MPEL"/>
   
<xs:enumeration value="MPLX"/>
   
<xs:enumeration value="MPW "/>
   
<xs:enumeration value="MR  "/>
   
<xs:enumeration value="MRH "/>
   
<xs:enumeration value="MRK "/>
   
<xs:enumeration value="MRO "/>
   
<xs:enumeration value="MRVL"/>
   
<xs:enumeration value="MRX "/>
   
<xs:enumeration value="MS  "/>
   
<xs:enumeration value="MSA "/>
   
<xs:enumeration value="MSFG"/>
   
<xs:enumeration value="MSFT"/>
   
<xs:enumeration value="MSI "/>
   
<xs:enumeration value="MSO "/>
   
<xs:enumeration value="MSTR"/>
   
<xs:enumeration value="MT  "/>
   
<xs:enumeration value="MTB "/>
   
<xs:enumeration value="MTEX"/>
   
<xs:enumeration value="MTG "/>
   
<xs:enumeration value="MTH "/>
   
<xs:enumeration value="MTL "/>
   
<xs:enumeration value="MTLQ"/>
   
<xs:enumeration value="MTN "/>
   
<xs:enumeration value="MTU "/>
   
<xs:enumeration value="MTW "/>
   
<xs:enumeration value="MTXX"/>
   
<xs:enumeration value="MU  "/>
   
<xs:enumeration value="MUB "/>
   
<xs:enumeration value="MUR "/>
   
<xs:enumeration value="MVC "/>
   
<xs:enumeration value="MVIS"/>
   
<xs:enumeration value="MVL "/>
   
<xs:enumeration value="MVV "/>
   
<xs:enumeration value="MW  "/>
   
<xs:enumeration value="MWA "/>
   
<xs:enumeration value="MWD "/>
   
<xs:enumeration value="MWE "/>
   
<xs:enumeration value="MWJ "/>
   
<xs:enumeration value="MWV "/>
   
<xs:enumeration value="MWW "/>
   
<xs:enumeration value="MXGL"/>
   
<xs:enumeration value="MXI "/>
   
<xs:enumeration value="MXIM"/>
   
<xs:enumeration value="MYGN"/>
   
<xs:enumeration value="MYL "/>
   
<xs:enumeration value="MZZ "/>
   
<xs:enumeration value="N   "/>
   
<xs:enumeration value="NAFC"/>
   
<xs:enumeration value="NAL "/>
   
<xs:enumeration value="NARA"/>
   
<xs:enumeration value="NAT "/>
   
<xs:enumeration value="NATL"/>
   
<xs:enumeration value="NAVG"/>
   
<xs:enumeration value="NBBC"/>
   
<xs:enumeration value="NBG "/>
   
<xs:enumeration value="NBL "/>
   
<xs:enumeration value="NBR "/>
   
<xs:enumeration value="NBTB"/>
   
<xs:enumeration value="NCC "/>
   
<xs:enumeration value="NCR "/>
   
<xs:enumeration value="NCT "/>
   
<xs:enumeration value="NDAQ"/>
   
<xs:enumeration value="NDSN"/>
   
<xs:enumeration value="NE  "/>
   
<xs:enumeration value="NEE "/>
   
<xs:enumeration value="NEM "/>
   
<xs:enumeration value="NETL"/>
   
<xs:enumeration value="NEW "/>
   
<xs:enumeration value="NFB "/>
   
<xs:enumeration value="NFBK"/>
   
<xs:enumeration value="NFLX"/>
   
<xs:enumeration value="NFP "/>
   
<xs:enumeration value="NFS "/>
   
<xs:enumeration value="NFX "/>
   
<xs:enumeration value="NG  "/>
   
<xs:enumeration value="NGD "/>
   
<xs:enumeration value="NGG "/>
   
<xs:enumeration value="NGLS"/>
   
<xs:enumeration value="NHP "/>
   
<xs:enumeration value="NI  "/>
   
<xs:enumeration value="NICE"/>
   
<xs:enumeration value="NIHD"/>
   
<xs:enumeration value="NILE"/>
   
<xs:enumeration value="NITE"/>
   
<xs:enumeration value="NKA "/>
   
<xs:enumeration value="NKE "/>
   
<xs:enumeration value="NLY "/>
   
<xs:enumeration value="NMM "/>
   
<xs:enumeration value="NMR "/>
   
<xs:enumeration value="NMX "/>
   
<xs:enumeration value="NNI "/>
   
<xs:enumeration value="NOC "/>
   
<xs:enumeration value="NOG "/>
   
<xs:enumeration value="NOK "/>
   
<xs:enumeration value="NOV "/>
   
<xs:enumeration value="NOVL"/>
   
<xs:enumeration value="NPBC"/>
   
<xs:enumeration value="NPD "/>
   
<xs:enumeration value="NQ  "/>
   
<xs:enumeration value="NRF "/>
   
<xs:enumeration value="NRG "/>
   
<xs:enumeration value="NRGY"/>
   
<xs:enumeration value="NRP "/>
   
<xs:enumeration value="NS  "/>
   
<xs:enumeration value="NSC "/>
   
<xs:enumeration value="NSM "/>
   
<xs:enumeration value="NSP "/>
   
<xs:enumeration value="NT  "/>
   
<xs:enumeration value="NTAP"/>
   
<xs:enumeration value="NTES"/>
   
<xs:enumeration value="NTI "/>
   
<xs:enumeration value="NTLI"/>
   
<xs:enumeration value="NTRI"/>
   
<xs:enumeration value="NTRS"/>
   
<xs:enumeration value="NTT "/>
   
<xs:enumeration value="NU  "/>
   
<xs:enumeration value="NUAN"/>
   
<xs:enumeration value="NUE "/>
   
<xs:enumeration value="NUGT"/>
   
<xs:enumeration value="NUS "/>
   
<xs:enumeration value="NUVA"/>
   
<xs:enumeration value="NVAX"/>
   
<xs:enumeration value="NVDA"/>
   
<xs:enumeration value="NVLS"/>
   
<xs:enumeration value="NVS "/>
   
<xs:enumeration value="NVT "/>
   
<xs:enumeration value="NWL "/>
   
<xs:enumeration value="NWN "/>
   
<xs:enumeration value="NWS "/>
   
<xs:enumeration value="NWSA"/>
   
<xs:enumeration value="NWSB"/>
   
<xs:enumeration value="NXPI"/>
   
<xs:enumeration value="NXTL"/>
   
<xs:enumeration value="NYB "/>
   
<xs:enumeration value="NYT "/>
   
<xs:enumeration value="NYX "/>
   
<xs:enumeration value="O   "/>
   
<xs:enumeration value="OAS "/>
   
<xs:enumeration value="OB  "/>
   
<xs:enumeration value="OC  "/>
   
<xs:enumeration value="OCFC"/>
   
<xs:enumeration value="OCN "/>
   
<xs:enumeration value="OCR "/>
   
<xs:enumeration value="ODP "/>
   
<xs:enumeration value="ODSY"/>
   
<xs:enumeration value="OEF "/>
   
<xs:enumeration value="OEH "/>
   
<xs:enumeration value="OESX"/>
   
<xs:enumeration value="OFC "/>
   
<xs:enumeration value="OFG "/>
   
<xs:enumeration value="OI  "/>
   
<xs:enumeration value="OIBR"/>
   
<xs:enumeration value="OIH "/>
   
<xs:enumeration value="OII "/>
   
<xs:enumeration value="OKE "/>
   
<xs:enumeration value="OKS "/>
   
<xs:enumeration value="OKSB"/>
   
<xs:enumeration value="OLED"/>
   
<xs:enumeration value="OMC "/>
   
<xs:enumeration value="OMER"/>
   
<xs:enumeration value="OMX "/>
   
<xs:enumeration value="ONB "/>
   
<xs:enumeration value="ONE "/>
   
<xs:enumeration value="ONP "/>
   
<xs:enumeration value="ONTY"/>
   
<xs:enumeration value="ONXX"/>
   
<xs:enumeration value="OPEN"/>
   
<xs:enumeration value="OPK "/>
   
<xs:enumeration value="OPTR"/>
   
<xs:enumeration value="OPY "/>
   
<xs:enumeration value="ORCL"/>
   
<xs:enumeration value="ORCT"/>
   
<xs:enumeration value="OREX"/>
   
<xs:enumeration value="ORH "/>
   
<xs:enumeration value="ORI "/>
   
<xs:enumeration value="ORLY"/>
   
<xs:enumeration value="OSBC"/>
   
<xs:enumeration value="OSG "/>
   
<xs:enumeration value="OSIP"/>
   
<xs:enumeration value="OSIR"/>
   
<xs:enumeration value="OSTK"/>
   
<xs:enumeration value="OTEX"/>
   
<xs:enumeration value="OTTR"/>
   
<xs:enumeration value="OVTI"/>
   
<xs:enumeration value="OXPS"/>
   
<xs:enumeration value="OXY "/>
   
<xs:enumeration value="OZM "/>
   
<xs:enumeration value="OZRK"/>
   
<xs:enumeration value="P   "/>
   
<xs:enumeration value="PAA "/>
   
<xs:enumeration value="PAAS"/>
   
<xs:enumeration value="PAC "/>
   
<xs:enumeration value="PACW"/>
   
<xs:enumeration value="PAL "/>
   
<xs:enumeration value="PALM"/>
   
<xs:enumeration value="PANL"/>
   
<xs:enumeration value="PANW"/>
   
<xs:enumeration value="PARD"/>
   
<xs:enumeration value="PAY "/>
   
<xs:enumeration value="PAYX"/>
   
<xs:enumeration value="PBCT"/>
   
<xs:enumeration value="PBG "/>
   
<xs:enumeration value="PBI "/>
   
<xs:enumeration value="PBKS"/>
   
<xs:enumeration value="PBNY"/>
   
<xs:enumeration value="PBR "/>
   
<xs:enumeration value="PBT "/>
   
<xs:enumeration value="PBW "/>
   
<xs:enumeration value="PBY "/>
   
<xs:enumeration value="PCAR"/>
   
<xs:enumeration value="PCBC"/>
   
<xs:enumeration value="PCG "/>
   
<xs:enumeration value="PCL "/>
   
<xs:enumeration value="PCLN"/>
   
<xs:enumeration value="PCP "/>
   
<xs:enumeration value="PCS "/>
   
<xs:enumeration value="PCU "/>
   
<xs:enumeration value="PCX "/>
   
<xs:enumeration value="PCY "/>
   
<xs:enumeration value="PCYC"/>
   
<xs:enumeration value="PD  "/>
   
<xs:enumeration value="PDCO"/>
   
<xs:enumeration value="PDE "/>
   
<xs:enumeration value="PDLI"/>
   
<xs:enumeration value="PDM "/>
   
<xs:enumeration value="PDS "/>
   
<xs:enumeration value="PEET"/>
   
<xs:enumeration value="PEG "/>
   
<xs:enumeration value="PEI "/>
   
<xs:enumeration value="PEJ "/>
   
<xs:enumeration value="PEP "/>
   
<xs:enumeration value="PETM"/>
   
<xs:enumeration value="PETS"/>
   
<xs:enumeration value="PFCB"/>
   
<xs:enumeration value="PFE "/>
   
<xs:enumeration value="PFF "/>
   
<xs:enumeration value="PFG "/>
   
<xs:enumeration value="PFS "/>
   
<xs:enumeration value="PG  "/>
   
<xs:enumeration value="PGF "/>
   
<xs:enumeration value="PGH "/>
   
<xs:enumeration value="PGJ "/>
   
<xs:enumeration value="PGN "/>
   
<xs:enumeration value="PGNX"/>
   
<xs:enumeration value="PGR "/>
   
<xs:enumeration value="PGX "/>
   
<xs:enumeration value="PH  "/>
   
<xs:enumeration value="PHG "/>
   
<xs:enumeration value="PHH "/>
   
<xs:enumeration value="PHLY"/>
   
<xs:enumeration value="PHM "/>
   
<xs:enumeration value="PHO "/>
   
<xs:enumeration value="PICO"/>
   
<xs:enumeration value="PII "/>
   
<xs:enumeration value="PIN "/>
   
<xs:enumeration value="PIO "/>
   
<xs:enumeration value="PIR "/>
   
<xs:enumeration value="PJC "/>
   
<xs:enumeration value="PKI "/>
   
<xs:enumeration value="PKX "/>
   
<xs:enumeration value="PKY "/>
   
<xs:enumeration value="PL  "/>
   
<xs:enumeration value="PLCM"/>
   
<xs:enumeration value="PLD "/>
   
<xs:enumeration value="PLL "/>
   
<xs:enumeration value="PM  "/>
   
<xs:enumeration value="PMAC"/>
   
<xs:enumeration value="PMBC"/>
   
<xs:enumeration value="PMC "/>
   
<xs:enumeration value="PMCS"/>
   
<xs:enumeration value="PMI "/>
   
<xs:enumeration value="PNC "/>
   
<xs:enumeration value="PNFP"/>
   
<xs:enumeration value="PNR "/>
   
<xs:enumeration value="PNRA"/>
   
<xs:enumeration value="PNSN"/>
   
<xs:enumeration value="PNW "/>
   
<xs:enumeration value="PNX "/>
   
<xs:enumeration value="PNY "/>
   
<xs:enumeration value="PODD"/>
   
<xs:enumeration value="POM "/>
   
<xs:enumeration value="POOL"/>
   
<xs:enumeration value="POT "/>
   
<xs:enumeration value="POZN"/>
   
<xs:enumeration value="PPC "/>
   
<xs:enumeration value="PPG "/>
   
<xs:enumeration value="PPH "/>
   
<xs:enumeration value="PPL "/>
   
<xs:enumeration value="PPO "/>
   
<xs:enumeration value="PRA "/>
   
<xs:enumeration value="PRAA"/>
   
<xs:enumeration value="PRE "/>
   
<xs:enumeration value="PRF "/>
   
<xs:enumeration value="PRGO"/>
   
<xs:enumeration value="PRK "/>
   
<xs:enumeration value="PRSP"/>
   
<xs:enumeration value="PRU "/>
   
<xs:enumeration value="PRWT"/>
   
<xs:enumeration value="PSA "/>
   
<xs:enumeration value="PSEC"/>
   
<xs:enumeration value="PSFT"/>
   
<xs:enumeration value="PSQ "/>
   
<xs:enumeration value="PST "/>
   
<xs:enumeration value="PSX "/>
   
<xs:enumeration value="PSXP"/>
   
<xs:enumeration value="PSYS"/>
   
<xs:enumeration value="PTEN"/>
   
<xs:enumeration value="PTIE"/>
   
<xs:enumeration value="PTP "/>
   
<xs:enumeration value="PTR "/>
   
<xs:enumeration value="PTRY"/>
   
<xs:enumeration value="PTV "/>
   
<xs:enumeration value="PUK "/>
   
<xs:enumeration value="PULB"/>
   
<xs:enumeration value="PVH "/>
   
<xs:enumeration value="PVR "/>
   
<xs:enumeration value="PVTB"/>
   
<xs:enumeration value="PVX "/>
   
<xs:enumeration value="PWE "/>
   
<xs:enumeration value="PWER"/>
   
<xs:enumeration value="PWR "/>
   
<xs:enumeration value="PWRD"/>
   
<xs:enumeration value="PX  "/>
   
<xs:enumeration value="PXD "/>
   
<xs:enumeration value="PXJ "/>
   
<xs:enumeration value="PXP "/>
   
<xs:enumeration value="Q   "/>
   
<xs:enumeration value="QAI "/>
   
<xs:enumeration value="QCOM"/>
   
<xs:enumeration value="QCOR"/>
   
<xs:enumeration value="QEP "/>
   
<xs:enumeration value="QGEN"/>
   
<xs:enumeration value="QI  "/>
   
<xs:enumeration value="QID "/>
   
<xs:enumeration value="QIHU"/>
   
<xs:enumeration value="QLD "/>
   
<xs:enumeration value="QLG "/>
   
<xs:enumeration value="QLGC"/>
   
<xs:enumeration value="QLIK"/>
   
<xs:enumeration value="QLTI"/>
   
<xs:enumeration value="QPSA"/>
   
<xs:enumeration value="QQQ "/>
   
<xs:enumeration value="QQQQ"/>
   
<xs:enumeration value="QRE "/>
   
<xs:enumeration value="QSFT"/>
   
<xs:enumeration value="QSII"/>
   
<xs:enumeration value="R   "/>
   
<xs:enumeration value="RACK"/>
   
<xs:enumeration value="RAH "/>
   
<xs:enumeration value="RAI "/>
   
<xs:enumeration value="RATE"/>
   
<xs:enumeration value="RAX "/>
   
<xs:enumeration value="RBA "/>
   
<xs:enumeration value="RBCA"/>
   
<xs:enumeration value="RBCN"/>
   
<xs:enumeration value="RBS "/>
   
<xs:enumeration value="RCI "/>
   
<xs:enumeration value="RCKB"/>
   
<xs:enumeration value="RCL "/>
   
<xs:enumeration value="RDC "/>
   
<xs:enumeration value="RDN "/>
   
<xs:enumeration value="RDSA"/>
   
<xs:enumeration value="RDY "/>
   
<xs:enumeration value="RE  "/>
   
<xs:enumeration value="REE "/>
   
<xs:enumeration value="REGN"/>
   
<xs:enumeration value="RENN"/>
   
<xs:enumeration value="RES "/>
   
<xs:enumeration value="REV "/>
   
<xs:enumeration value="REXI"/>
   
<xs:enumeration value="RF  "/>
   
<xs:enumeration value="RGAA"/>
   
<xs:enumeration value="RGAB"/>
   
<xs:enumeration value="RGLD"/>
   
<xs:enumeration value="RGNC"/>
   
<xs:enumeration value="RGR "/>
   
<xs:enumeration value="RGS "/>
   
<xs:enumeration value="RHI "/>
   
<xs:enumeration value="RHT "/>
   
<xs:enumeration value="RIG "/>
   
<xs:enumeration value="RIGL"/>
   
<xs:enumeration value="RIMM"/>
   
<xs:enumeration value="RINO"/>
   
<xs:enumeration value="RIO "/>
   
<xs:enumeration value="RJF "/>
   
<xs:enumeration value="RKH "/>
   
<xs:enumeration value="RL  "/>
   
<xs:enumeration value="RLI "/>
   
<xs:enumeration value="RLOC"/>
   
<xs:enumeration value="RMBS"/>
   
<xs:enumeration value="RMD "/>
   
<xs:enumeration value="RMTI"/>
   
<xs:enumeration value="RNDY"/>
   
<xs:enumeration value="RNR "/>
   
<xs:enumeration value="RNST"/>
   
<xs:enumeration value="ROC "/>
   
<xs:enumeration value="ROH "/>
   
<xs:enumeration value="ROK "/>
   
<xs:enumeration value="ROM "/>
   
<xs:enumeration value="ROP "/>
   
<xs:enumeration value="ROST"/>
   
<xs:enumeration value="RPRX"/>
   
<xs:enumeration value="RPT "/>
   
<xs:enumeration value="A   "/>
   
<xs:enumeration value="AA  "/>
   
<xs:enumeration value="AAL "/>
   
<xs:enumeration value="AAPL"/>
   
<xs:enumeration value="AB  "/>
   
<xs:enumeration value="ABAT"/>
   
<xs:enumeration value="ABAX"/>
   
<xs:enumeration value="ABB "/>
   
<xs:enumeration value="ABBC"/>
   
<xs:enumeration value="ABBI"/>
   
<xs:enumeration value="ABBV"/>
   
<xs:enumeration value="ABC "/>
   
<xs:enumeration value="ABCB"/>
   
<xs:enumeration value="ABCW"/>
   
<xs:enumeration value="ABEV"/>
   
<xs:enumeration value="ABH "/>
   
<xs:enumeration value="ABK "/>
   
<xs:enumeration value="ABR "/>
   
<xs:enumeration value="ABS "/>
   
<xs:enumeration value="ABT "/>
   
<xs:enumeration value="ABV "/>
   
<xs:enumeration value="ABX "/>
   
<xs:enumeration value="ACAP"/>
   
<xs:enumeration value="ACAS"/>
   
<xs:enumeration value="ACE "/>
   
<xs:enumeration value="ACF "/>
   
<xs:enumeration value="ACGL"/>
   
<xs:enumeration value="ACH "/>
   
<xs:enumeration value="ACHN"/>
   
<xs:enumeration value="ACI "/>
   
<xs:enumeration value="ACLI"/>
   
<xs:enumeration value="ACN "/>
   
<xs:enumeration value="ACOM"/>
   
<xs:enumeration value="ACS "/>
   
<xs:enumeration value="ACT "/>
   
<xs:enumeration value="ACW "/>
   
<xs:enumeration value="ACWI"/>
   
<xs:enumeration value="ADBE"/>
   
<xs:enumeration value="ADCT"/>
   
<xs:enumeration value="ADI "/>
   
<xs:enumeration value="ADM "/>
   
<xs:enumeration value="ADP "/>
   
<xs:enumeration value="ADRE"/>
   
<xs:enumeration value="ADS "/>
   
<xs:enumeration value="ADSK"/>
   
<xs:enumeration value="ADT "/>
   
<xs:enumeration value="ADTN"/>
   
<xs:enumeration value="ADVN"/>
   
<xs:enumeration value="ADVS"/>
   
<xs:enumeration value="ADY "/>
   
<xs:enumeration value="AEE "/>
   
<xs:enumeration value="AEG "/>
   
<xs:enumeration value="AEL "/>
   
<xs:enumeration value="AEM "/>
   
<xs:enumeration value="AEO "/>
   
<xs:enumeration value="AEP "/>
   
<xs:enumeration value="AES "/>
   
<xs:enumeration value="AET "/>
   
<xs:enumeration value="AF  "/>
   
<xs:enumeration value="AFAM"/>
   
<xs:enumeration value="AFFY"/>
   
<xs:enumeration value="AFG "/>
   
<xs:enumeration value="AFL "/>
   
<xs:enumeration value="AFSI"/>
   
<xs:enumeration value="AGCO"/>
   
<xs:enumeration value="AGG "/>
   
<xs:enumeration value="AGII"/>
   
<xs:enumeration value="AGM "/>
   
<xs:enumeration value="AGN "/>
   
<xs:enumeration value="AGNC"/>
   
<xs:enumeration value="AGO "/>
   
<xs:enumeration value="AGP "/>
   
<xs:enumeration value="AGQ "/>
   
<xs:enumeration value="AGU "/>
   
<xs:enumeration value="AHD "/>
   
<xs:enumeration value="AHGP"/>
   
<xs:enumeration value="AHL "/>
   
<xs:enumeration value="AI  "/>
   
<xs:enumeration value="AIB "/>
   
<xs:enumeration value="AIG "/>
   
<xs:enumeration value="AIN "/>
   
<xs:enumeration value="AINV"/>
   
<xs:enumeration value="AIRM"/>
   
<xs:enumeration value="AIT "/>
   
<xs:enumeration value="AIV "/>
   
<xs:enumeration value="AIXG"/>
   
<xs:enumeration value="AIZ "/>
   
<xs:enumeration value="AKAM"/>
   
<xs:enumeration value="AKS "/>
   
<xs:enumeration value="ALB "/>
   
<xs:enumeration value="ALD "/>
   
<xs:enumeration value="ALEX"/>
   
<xs:enumeration value="ALGN"/>
   
<xs:enumeration value="ALGT"/>
   
<xs:enumeration value="ALJ "/>
   
<xs:enumeration value="ALL "/>
   
<xs:enumeration value="ALNY"/>
   
<xs:enumeration value="ALR "/>
   
<xs:enumeration value="ALSK"/>
   
<xs:enumeration value="ALTR"/>
   
<xs:enumeration value="ALU "/>
   
<xs:enumeration value="ALXA"/>
   
<xs:enumeration value="ALXN"/>
   
<xs:enumeration value="ALY "/>
   
<xs:enumeration value="AMAG"/>
   
<xs:enumeration value="AMAT"/>
   
<xs:enumeration value="AMB "/>
   
<xs:enumeration value="AMCN"/>
   
<xs:enumeration value="AMD "/>
   
<xs:enumeration value="AMED"/>
   
<xs:enumeration value="AMFI"/>
   
<xs:enumeration value="AMG "/>
   
<xs:enumeration value="AMGN"/>
   
<xs:enumeration value="AMIC"/>
   
<xs:enumeration value="AMJ "/>
   
<xs:enumeration value="AMKR"/>
   
<xs:enumeration value="AMLN"/>
   
<xs:enumeration value="AMLP"/>
   
<xs:enumeration value="AMP "/>
   
<xs:enumeration value="AMR "/>
   
<xs:enumeration value="AMRN"/>
   
<xs:enumeration value="AMSC"/>
   
<xs:enumeration value="AMSF"/>
   
<xs:enumeration value="AMT "/>
   
<xs:enumeration value="AMTD"/>
   
<xs:enumeration value="AMX "/>
   
<xs:enumeration value="AMZN"/>
   
<xs:enumeration value="AN  "/>
   
<xs:enumeration value="ANAD"/>
   
<xs:enumeration value="ANAT"/>
   
<xs:enumeration value="ANF "/>
   
<xs:enumeration value="ANGI"/>
   
<xs:enumeration value="ANN "/>
   
<xs:enumeration value="ANR "/>
   
<xs:enumeration value="ANSS"/>
   
<xs:enumeration value="AOB "/>
   
<xs:enumeration value="AOC "/>
   
<xs:enumeration value="AOL "/>
   
<xs:enumeration value="AON "/>
   
<xs:enumeration value="AONE"/>
   
<xs:enumeration value="APA "/>
   
<xs:enumeration value="APAC"/>
   
<xs:enumeration value="APC "/>
   
<xs:enumeration value="APD "/>
   
<xs:enumeration value="APEI"/>
   
<xs:enumeration value="APF "/>
   
<xs:enumeration value="APH "/>
   
<xs:enumeration value="APKT"/>
   
<xs:enumeration value="APL "/>
   
<xs:enumeration value="APOG"/>
   
<xs:enumeration value="APOL"/>
   
<xs:enumeration value="APP "/>
   
<xs:enumeration value="APU "/>
   
<xs:enumeration value="APWR"/>
   
<xs:enumeration value="ARAY"/>
   
<xs:enumeration value="ARB "/>
   
<xs:enumeration value="ARCC"/>
   
<xs:enumeration value="ARCO"/>
   
<xs:enumeration value="ARCP"/>
   
<xs:enumeration value="ARE "/>
   
<xs:enumeration value="ARG "/>
   
<xs:enumeration value="ARIA"/>
   
<xs:enumeration value="ARLP"/>
   
<xs:enumeration value="ARMH"/>
   
<xs:enumeration value="ARNA"/>
   
<xs:enumeration value="AROW"/>
   
<xs:enumeration value="ARR1"/>
   
<xs:enumeration value="ARTC"/>
   
<xs:enumeration value="ARUN"/>
   
<xs:enumeration value="ASA "/>
   
<xs:enumeration value="ASBC"/>
   
<xs:enumeration value="ASCA"/>
   
<xs:enumeration value="ASD "/>
   
<xs:enumeration value="ASF "/>
   
<xs:enumeration value="ASFI"/>
   
<xs:enumeration value="ASG "/>
   
<xs:enumeration value="ASH "/>
   
<xs:enumeration value="ASIA"/>
   
<xs:enumeration value="ASML"/>
   
<xs:enumeration value="ASN "/>
   
<xs:enumeration value="ASO "/>
   
<xs:enumeration value="ASTE"/>
   
<xs:enumeration value="ASTI"/>
   
<xs:enumeration value="AT  "/>
   
<xs:enumeration value="ATHN"/>
   
<xs:enumeration value="ATHR"/>
   
<xs:enumeration value="ATI "/>
   
<xs:enumeration value="ATLS"/>
   
<xs:enumeration value="ATML"/>
   
<xs:enumeration value="ATN "/>
   
<xs:enumeration value="ATPA"/>
   
<xs:enumeration value="ATPG"/>
   
<xs:enumeration value="ATR "/>
   
<xs:enumeration value="ATU "/>
   
<xs:enumeration value="ATVI"/>
   
<xs:enumeration value="AU  "/>
   
<xs:enumeration value="AUO "/>
   
<xs:enumeration value="AUQ "/>
   
<xs:enumeration value="AUXL"/>
   
<xs:enumeration value="AUY "/>
   
<xs:enumeration value="AVA "/>
   
<xs:enumeration value="AVAV"/>
   
<xs:enumeration value="AVB "/>
   
<xs:enumeration value="AVCT"/>
   
<xs:enumeration value="AVGO"/>
   
<xs:enumeration value="AVID"/>
   
<xs:enumeration value="AVNR"/>
   
<xs:enumeration value="AVP "/>
   
<xs:enumeration value="AVY "/>
   
<xs:enumeration value="AW  "/>
   
<xs:enumeration value="AWH "/>
   
<xs:enumeration value="AXA "/>
   
<xs:enumeration value="AXL "/>
   
<xs:enumeration value="AXP "/>
   
<xs:enumeration value="AXS "/>
   
<xs:enumeration value="AYE "/>
   
<xs:enumeration value="AYI "/>
   
<xs:enumeration value="AYR "/>
   
<xs:enumeration value="AZ  "/>
   
<xs:enumeration value="AZN "/>
   
<xs:enumeration value="AZO "/>
   
<xs:enumeration value="B   "/>
   
<xs:enumeration value="BA  "/>
   
<xs:enumeration value="BAC "/>
   
<xs:enumeration value="BAK "/>
   
<xs:enumeration value="BAM "/>
   
<xs:enumeration value="BANR"/>
   
<xs:enumeration value="BAP "/>
   
<xs:enumeration value="BAS "/>
   
<xs:enumeration value="BAX "/>
   
<xs:enumeration value="BBBB"/>
   
<xs:enumeration value="BBBY"/>
   
<xs:enumeration value="BBD "/>
   
<xs:enumeration value="BBEP"/>
   
<xs:enumeration value="BBL "/>
   
<xs:enumeration value="BBRY"/>
   
<xs:enumeration value="BBT "/>
   
<xs:enumeration value="BBVA"/>
   
<xs:enumeration value="BBW "/>
   
<xs:enumeration value="BBY "/>
   
<xs:enumeration value="BC  "/>
   
<xs:enumeration value="BCE "/>
   
<xs:enumeration value="BCR "/>
   
<xs:enumeration value="BCRX"/>
   
<xs:enumeration value="BCS "/>
   
<xs:enumeration value="BCSI"/>
   
<xs:enumeration value="BDK "/>
   
<xs:enumeration value="BDN "/>
   
<xs:enumeration value="BDSI"/>
   
<xs:enumeration value="BDX "/>
   
<xs:enumeration value="BEBE"/>
   
<xs:enumeration value="BECN"/>
   
<xs:enumeration value="BEE "/>
   
<xs:enumeration value="BEN "/>
   
<xs:enumeration value="BEXP"/>
   
<xs:enumeration value="BEZ "/>
   
<xs:enumeration value="BF-B"/>
   
<xs:enumeration value="BFB "/>
   
<xs:enumeration value="BFIN"/>
   
<xs:enumeration value="BG  "/>
   
<xs:enumeration value="BGEN"/>
   
<xs:enumeration value="BGFV"/>
   
<xs:enumeration value="BGG "/>
   
<xs:enumeration value="BGP "/>
   
<xs:enumeration value="BGU "/>
   
<xs:enumeration value="BGZ "/>
   
<xs:enumeration value="BHI "/>
   
<xs:enumeration value="BHLB"/>
   
<xs:enumeration value="BHP "/>
   
<xs:enumeration value="BHS "/>
   
<xs:enumeration value="BID "/>
   
<xs:enumeration value="BIDU"/>
   
<xs:enumeration value="BIDZ"/>
   
<xs:enumeration value="BIG "/>
   
<xs:enumeration value="BIIB"/>
   
<xs:enumeration value="BIL "/>
   
<xs:enumeration value="BIP "/>
   
<xs:enumeration value="BJRI"/>
   
<xs:enumeration value="BJS "/>
   
<xs:enumeration value="BK  "/>
   
<xs:enumeration value="BKD "/>
   
<xs:enumeration value="BKE "/>
   
<xs:enumeration value="BKF "/>
   
<xs:enumeration value="BKMU"/>
   
<xs:enumeration value="BKS "/>
   
<xs:enumeration value="BKW "/>
   
<xs:enumeration value="BLDR"/>
   
<xs:enumeration value="BLG "/>
   
<xs:enumeration value="BLK "/>
   
<xs:enumeration value="BLL "/>
   
<xs:enumeration value="BLS "/>
   
<xs:enumeration value="BLT "/>
   
<xs:enumeration value="BLX "/>
   
<xs:enumeration value="BMC "/>
   
<xs:enumeration value="BMET"/>
   
<xs:enumeration value="BMO "/>
   
<xs:enumeration value="BMR "/>
   
<xs:enumeration value="BMRN"/>
   
<xs:enumeration value="BMS "/>
   
<xs:enumeration value="BMTI"/>
   
<xs:enumeration value="BMY "/>
   
<xs:enumeration value="BNCL"/>
   
<xs:enumeration value="BND "/>
   
<xs:enumeration value="BNI "/>
   
<xs:enumeration value="BNS "/>
   
<xs:enumeration value="BOBE"/>
   
<xs:enumeration value="BOFL"/>
   
<xs:enumeration value="BOH "/>
   
<xs:enumeration value="BOKF"/>
   
<xs:enumeration value="BOL "/>
   
<xs:enumeration value="BOND"/>
   
<xs:enumeration value="BONT"/>
   
<xs:enumeration value="BOT "/>
   
<xs:enumeration value="BP  "/>
   
<xs:enumeration value="BPFH"/>
   
<xs:enumeration value="BPHX"/>
   
<xs:enumeration value="BPI "/>
   
<xs:enumeration value="BPL "/>
   
<xs:enumeration value="BPO "/>
   
<xs:enumeration value="BPOP"/>
   
<xs:enumeration value="BPT "/>
   
<xs:enumeration value="BPZ "/>
   
<xs:enumeration value="BR  "/>
   
<xs:enumeration value="BRC "/>
   
<xs:enumeration value="BRCD"/>
   
<xs:enumeration value="BRCM"/>
   
<xs:enumeration value="BRE "/>
   
<xs:enumeration value="BRF "/>
   
<xs:enumeration value="BRFS"/>
   
<xs:enumeration value="BRKB"/>
   
<xs:enumeration value="BRKL"/>
   
<xs:enumeration value="BRL "/>
   
<xs:enumeration value="BRLI"/>
   
<xs:enumeration value="BRY "/>
   
<xs:enumeration value="BSAC"/>
   
<xs:enumeration value="BSBR"/>
   
<xs:enumeration value="BSC "/>
   
<xs:enumeration value="BSX "/>
   
<xs:enumeration value="BTE "/>
   
<xs:enumeration value="BTFG"/>
   
<xs:enumeration value="BTI "/>
   
<xs:enumeration value="BTU "/>
   
<xs:enumeration value="BUCY"/>
   
<xs:enumeration value="BUD "/>
   
<xs:enumeration value="BUSE"/>
   
<xs:enumeration value="BVF "/>
   
<xs:enumeration value="BVN "/>
   
<xs:enumeration value="BWA "/>
   
<xs:enumeration value="BWEN"/>
   
<xs:enumeration value="BWLD"/>
   
<xs:enumeration value="BWP "/>
   
<xs:enumeration value="BWX "/>
   
<xs:enumeration value="BX  "/>
   
<xs:enumeration value="BXP "/>
   
<xs:enumeration value="BXS "/>
   
<xs:enumeration value="BYD "/>
   
<xs:enumeration value="BYI "/>
   
<xs:enumeration value="BZF "/>
   
<xs:enumeration value="BZH "/>
   
<xs:enumeration value="C   "/>
   
<xs:enumeration value="CA  "/>
   
<xs:enumeration value="CAB "/>
   
<xs:enumeration value="CAC "/>
   
<xs:enumeration value="CACB"/>
   
<xs:enumeration value="CADE"/>
   
<xs:enumeration value="CADX"/>
   
<xs:enumeration value="CAG "/>
   
<xs:enumeration value="CAH "/>
   
<xs:enumeration value="CAKE"/>
   
<xs:enumeration value="CAL "/>
   
<xs:enumeration value="CALL"/>
   
<xs:enumeration value="CALM"/>
   
<xs:enumeration value="CAM "/>
   
<xs:enumeration value="CAR "/>
   
<xs:enumeration value="CASB"/>
   
<xs:enumeration value="CAT "/>
   
<xs:enumeration value="CATY"/>
   
<xs:enumeration value="CAVM"/>
   
<xs:enumeration value="CB  "/>
   
<xs:enumeration value="CBAK"/>
   
<xs:enumeration value="CBBO"/>
   
<xs:enumeration value="CBC "/>
   
<xs:enumeration value="CBD "/>
   
<xs:enumeration value="CBE "/>
   
<xs:enumeration value="CBEY"/>
   
<xs:enumeration value="CBG "/>
   
<xs:enumeration value="CBH "/>
   
<xs:enumeration value="CBI "/>
   
<xs:enumeration value="CBKN"/>
   
<xs:enumeration value="CBL "/>
   
<xs:enumeration value="CBLI"/>
   
<xs:enumeration value="CBOE"/>
   
<xs:enumeration value="CBON"/>
   
<xs:enumeration value="CBRL"/>
   
<xs:enumeration value="CBS "/>
   
<xs:enumeration value="CBSH"/>
   
<xs:enumeration value="CBSS"/>
   
<xs:enumeration value="CBU "/>
   
<xs:enumeration value="CBY "/>
   
<xs:enumeration value="CC  "/>
   
<xs:enumeration value="CCBG"/>
   
<xs:enumeration value="CCC "/>
   
<xs:enumeration value="CCE "/>
   
<xs:enumeration value="CCI "/>
   
<xs:enumeration value="CCJ "/>
   
<xs:enumeration value="CCK "/>
   
<xs:enumeration value="CCL "/>
   
<xs:enumeration value="CCME"/>
   
<xs:enumeration value="CCO "/>
   
<xs:enumeration value="CCOI"/>
   
<xs:enumeration value="CCRT"/>
   
<xs:enumeration value="CCU "/>
   
<xs:enumeration value="CD  "/>
   
<xs:enumeration value="CDE "/>
   
<xs:enumeration value="CDR "/>
   
<xs:enumeration value="CDWC"/>
   
<xs:enumeration value="CE  "/>
   
<xs:enumeration value="CECO"/>
   
<xs:enumeration value="CEG "/>
   
<xs:enumeration value="CELG"/>
   
<xs:enumeration value="CENX"/>
   
<xs:enumeration value="CEO "/>
   
<xs:enumeration value="CEPH"/>
   
<xs:enumeration value="CERN"/>
   
<xs:enumeration value="CETV"/>
   
<xs:enumeration value="CEW "/>
   
<xs:enumeration value="CF  "/>
   
<xs:enumeration value="CFC "/>
   
<xs:enumeration value="CFFN"/>
   
<xs:enumeration value="CFN "/>
   
<xs:enumeration value="CFNL"/>
   
<xs:enumeration value="CFR "/>
   
<xs:enumeration value="CFT "/>
   
<xs:enumeration value="CFX "/>
   
<xs:enumeration value="CG  "/>
   
<xs:enumeration value="CGA "/>
   
<xs:enumeration value="CGNX"/>
   
<xs:enumeration value="CHA "/>
   
<xs:enumeration value="CHBT"/>
   
<xs:enumeration value="CHCO"/>
   
<xs:enumeration value="CHE "/>
   
<xs:enumeration value="CHFC"/>
   
<xs:enumeration value="CHH "/>
   
<xs:enumeration value="CHK "/>
   
<xs:enumeration value="CHKM"/>
   
<xs:enumeration value="CHKP"/>
   
<xs:enumeration value="CHL "/>
   
<xs:enumeration value="CHLN"/>
   
<xs:enumeration value="CHNG"/>
   
<xs:enumeration value="CHRW"/>
   
<xs:enumeration value="CHS "/>
   
<xs:enumeration value="CHT "/>
   
<xs:enumeration value="CHTR"/>
   
<xs:enumeration value="CHU "/>
   
<xs:enumeration value="CI  "/>
   
<xs:enumeration value="CIA "/>
   
<xs:enumeration value="CIB "/>
   
<xs:enumeration value="CIE "/>
   
<xs:enumeration value="CIEN"/>
   
<xs:enumeration value="CIG "/>
   
<xs:enumeration value="CIGX"/>
   
<xs:enumeration value="CIM "/>
   
<xs:enumeration value="CIN "/>
   
<xs:enumeration value="CINF"/>
   
<xs:enumeration value="CISG"/>
   
<xs:enumeration value="CIT "/>
   
<xs:enumeration value="CITQ"/>
   
<xs:enumeration value="CIU "/>
   
<xs:enumeration value="CL  "/>
   
<xs:enumeration value="CLB "/>
   
<xs:enumeration value="CLC "/>
   
<xs:enumeration value="CLDA"/>
   
<xs:enumeration value="CLDX"/>
   
<xs:enumeration value="CLF "/>
   
<xs:enumeration value="CLFC"/>
   
<xs:enumeration value="CLMS"/>
   
<xs:enumeration value="CLMT"/>
   
<xs:enumeration value="CLNE"/>
   
<xs:enumeration value="CLR "/>
   
<xs:enumeration value="CLS "/>
   
<xs:enumeration value="CLSN"/>
   
<xs:enumeration value="CLWR"/>
   
<xs:enumeration value="CLX "/>
   
<xs:enumeration value="CLY "/>
   
<xs:enumeration value="CM  "/>
   
<xs:enumeration value="CMA "/>
   
<xs:enumeration value="CMC "/>
   
<xs:enumeration value="CMCS"/>
   
<xs:enumeration value="CME "/>
   
<xs:enumeration value="CMED"/>
   
<xs:enumeration value="CMG "/>
   
<xs:enumeration value="CMGI"/>
   
<xs:enumeration value="CMI "/>
   
<xs:enumeration value="CMLP"/>
   
<xs:enumeration value="CMO "/>
   
<xs:enumeration value="CMP "/>
   
<xs:enumeration value="CMS "/>
   
<xs:enumeration value="CMVT"/>
   
<xs:enumeration value="CMX "/>
   
<xs:enumeration value="CNA "/>
   
<xs:enumeration value="CNB "/>
   
<xs:enumeration value="CNC "/>
   
<xs:enumeration value="CNET"/>
   
<xs:enumeration value="CNI "/>
   
<xs:enumeration value="CNO "/>
   
<xs:enumeration value="CNP "/>
   
<xs:enumeration value="CNQ "/>
   
<xs:enumeration value="CNQR"/>
   
<xs:enumeration value="CNS "/>
   
<xs:enumeration value="CNX "/>
   
<xs:enumeration value="COBZ"/>
   
<xs:enumeration value="COF "/>
   
<xs:enumeration value="COG "/>
   
<xs:enumeration value="COH "/>
   
<xs:enumeration value="COL "/>
   
<xs:enumeration value="COLB"/>
   
<xs:enumeration value="COLE"/>
   
<xs:enumeration value="COLM"/>
   
<xs:enumeration value="COMV"/>
   
<xs:enumeration value="CONN"/>
   
<xs:enumeration value="COO "/>
   
<xs:enumeration value="COP "/>
   
<xs:enumeration value="CORP"/>
   
<xs:enumeration value="CORS"/>
   
<xs:enumeration value="COST"/>
   
<xs:enumeration value="COV "/>
   
<xs:enumeration value="COWN"/>
   
<xs:enumeration value="CP  "/>
   
<xs:enumeration value="CPB "/>
   
<xs:enumeration value="CPF "/>
   
<xs:enumeration value="CPHD"/>
   
<xs:enumeration value="CPHL"/>
   
<xs:enumeration value="CPKI"/>
   
<xs:enumeration value="CPL "/>
   
<xs:enumeration value="CPLA"/>
   
<xs:enumeration value="CPLP"/>
   
<xs:enumeration value="CPN "/>
   
<xs:enumeration value="CPNO"/>
   
<xs:enumeration value="CPTS"/>
   
<xs:enumeration value="CPWR"/>
   
<xs:enumeration value="CQP "/>
   
<xs:enumeration value="CRBC"/>
   
<xs:enumeration value="CRDC"/>
   
<xs:enumeration value="CRDN"/>
   
<xs:enumeration value="CREE"/>
   
<xs:enumeration value="CRK "/>
   
<xs:enumeration value="CRM "/>
   
<xs:enumeration value="CRNT"/>
   
<xs:enumeration value="CROX"/>
   
<xs:enumeration value="CRR "/>
   
<xs:enumeration value="CRS "/>
   
<xs:enumeration value="CRUS"/>
   
<xs:enumeration value="CRVL"/>
   
<xs:enumeration value="CRXL"/>
   
<xs:enumeration value="CRYP"/>
   
<xs:enumeration value="CRZO"/>
   
<xs:enumeration value="CS  "/>
   
<xs:enumeration value="CSBK"/>
   
<xs:enumeration value="CSC "/>
   
<xs:enumeration value="CSCO"/>
   
<xs:enumeration value="CSE "/>
   
<xs:enumeration value="CSG "/>
   
<xs:enumeration value="CSH "/>
   
<xs:enumeration value="CSIQ"/>
   
<xs:enumeration value="CSJ "/>
   
<xs:enumeration value="CSKI"/>
   
<xs:enumeration value="CSQ "/>
   
<xs:enumeration value="CSR "/>
   
<xs:enumeration value="CSTR"/>
   
<xs:enumeration value="CSUN"/>
   
<xs:enumeration value="CSX "/>
   
<xs:enumeration value="CT  "/>
   
<xs:enumeration value="CTAS"/>
   
<xs:enumeration value="CTB "/>
   
<xs:enumeration value="CTBI"/>
   
<xs:enumeration value="CTBK"/>
   
<xs:enumeration value="CTL "/>
   
<xs:enumeration value="CTRP"/>
   
<xs:enumeration value="CTSH"/>
   
<xs:enumeration value="CTX "/>
   
<xs:enumeration value="CTXS"/>
   
<xs:enumeration value="CUDA"/>
   
<xs:enumeration value="CUK "/>
   
<xs:enumeration value="CUZ "/>
   
<xs:enumeration value="CVA "/>
   
<xs:enumeration value="CVBF"/>
   
<xs:enumeration value="CVC "/>
   
<xs:enumeration value="CVG "/>
   
<xs:enumeration value="CVH "/>
   
<xs:enumeration value="CVI "/>
   
<xs:enumeration value="CVS "/>
   
<xs:enumeration value="CVX "/>
   
<xs:enumeration value="CW  "/>
   
<xs:enumeration value="CX  "/>
   
<xs:enumeration value="CXP "/>
   
<xs:enumeration value="CXS "/>
   
<xs:enumeration value="CY  "/>
   
<xs:enumeration value="CYB "/>
   
<xs:enumeration value="CYBS"/>
   
<xs:enumeration value="CYBX"/>
   
<xs:enumeration value="CYH "/>
   
<xs:enumeration value="CYN "/>
   
<xs:enumeration value="CYOU"/>
   
<xs:enumeration value="CYPB"/>
   
<xs:enumeration value="CYS "/>
   
<xs:enumeration value="CYTX"/>
   
<xs:enumeration value="CZN "/>
   
<xs:enumeration value="CZR "/>
   
<xs:enumeration value="D   "/>
   
<xs:enumeration value="DAI "/>
   
<xs:enumeration value="DAKT"/>
   
<xs:enumeration value="DAL "/>
   
<xs:enumeration value="DANG"/>
   
<xs:enumeration value="DB  "/>
   
<xs:enumeration value="DBA "/>
   
<xs:enumeration value="DBB "/>
   
<xs:enumeration value="DBC "/>
   
<xs:enumeration value="DBO "/>
   
<xs:enumeration value="DBP "/>
   
<xs:enumeration value="DBRN"/>
   
<xs:enumeration value="DBS "/>
   
<xs:enumeration value="DCOM"/>
   
<xs:enumeration value="DCTH"/>
   
<xs:enumeration value="DD  "/>
   
<xs:enumeration value="DDD "/>
   
<xs:enumeration value="DDM "/>
   
<xs:enumeration value="DDR "/>
   
<xs:enumeration value="DDS "/>
   
<xs:enumeration value="DE  "/>
   
<xs:enumeration value="DECK"/>
   
<xs:enumeration value="DEER"/>
   
<xs:enumeration value="DEI "/>
   
<xs:enumeration value="DELL"/>
   
<xs:enumeration value="DEP "/>
   
<xs:enumeration value="DF  "/>
   
<xs:enumeration value="DFG "/>
   
<xs:enumeration value="DFS "/>
   
<xs:enumeration value="DFT "/>
   
<xs:enumeration value="DG  "/>
   
<xs:enumeration value="DGIC"/>
   
<xs:enumeration value="DGIT"/>
   
<xs:enumeration value="DGX "/>
   
<xs:enumeration value="DHI "/>
   
<xs:enumeration value="DHR "/>
   
<xs:enumeration value="DHT "/>
   
<xs:enumeration value="DIA "/>
   
<xs:enumeration value="DIAM"/>
   
<xs:enumeration value="DIG "/>
   
<xs:enumeration value="DIN "/>
   
<xs:enumeration value="DIS "/>
   
<xs:enumeration value="DISC"/>
   
<xs:enumeration value="DISH"/>
   
<xs:enumeration value="DK  "/>
   
<xs:enumeration value="DLB "/>
   
<xs:enumeration value="DLLR"/>
   
<xs:enumeration value="DLPH"/>
   
<xs:enumeration value="DLR "/>
   
<xs:enumeration value="DLTR"/>
   
<xs:enumeration value="DMD "/>
   
<xs:enumeration value="DMND"/>
   
<xs:enumeration value="DNA "/>
   
<xs:enumeration value="DNB "/>
   
<xs:enumeration value="DNDN"/>
   
<xs:enumeration value="DNKN"/>
   
<xs:enumeration value="DNR "/>
   
<xs:enumeration value="DO  "/>
   
<xs:enumeration value="DOG "/>
   
<xs:enumeration value="DOV "/>
   
<xs:enumeration value="DOW "/>
   
<xs:enumeration value="DPK "/>
   
<xs:enumeration value="DPM "/>
   
<xs:enumeration value="DPS "/>
   
<xs:enumeration value="DPTR"/>
   
<xs:enumeration value="DPZ "/>
   
<xs:enumeration value="DR  "/>
   
<xs:enumeration value="DRI "/>
   
<xs:enumeration value="DRN "/>
   
<xs:enumeration value="DRV "/>
   
<xs:enumeration value="DRY "/>
   
<xs:enumeration value="DRYS"/>
   
<xs:enumeration value="DSI "/>
   
<xs:enumeration value="DSL "/>
   
<xs:enumeration value="DST "/>
   
<xs:enumeration value="DSW "/>
   
<xs:enumeration value="DSX "/>
   
<xs:enumeration value="DT  "/>
   
<xs:enumeration value="DTE "/>
   
<xs:enumeration value="DTG "/>
   
<xs:enumeration value="DTV "/>
   
<xs:enumeration value="DUG "/>
   
<xs:enumeration value="DUK "/>
   
<xs:enumeration value="DV  "/>
   
<xs:enumeration value="DVA "/>
   
<xs:enumeration value="DVN "/>
   
<xs:enumeration value="DVY "/>
   
<xs:enumeration value="DWA "/>
   
<xs:enumeration value="DWX "/>
   
<xs:enumeration value="DX  "/>
   
<xs:enumeration value="DXCM"/>
   
<xs:enumeration value="DXD "/>
   
<xs:enumeration value="DXJ "/>
   
<xs:enumeration value="DYN "/>
   
<xs:enumeration value="E   "/>
   
<xs:enumeration value="EA  "/>
   
<xs:enumeration value="EBAY"/>
   
<xs:enumeration value="EBIX"/>
   
<xs:enumeration value="EBR "/>
   
<xs:enumeration value="EC  "/>
   
<xs:enumeration value="ECA "/>
   
<xs:enumeration value="ECH "/>
   
<xs:enumeration value="ECL "/>
   
<xs:enumeration value="ED  "/>
   
<xs:enumeration value="EDE "/>
   
<xs:enumeration value="EDMC"/>
   
<xs:enumeration value="EDS "/>
   
<xs:enumeration value="EDU "/>
   
<xs:enumeration value="EDV "/>
   
<xs:enumeration value="EDZ "/>
   
<xs:enumeration value="EEB "/>
   
<xs:enumeration value="EEFT"/>
   
<xs:enumeration value="EELV"/>
   
<xs:enumeration value="EEM "/>
   
<xs:enumeration value="EEP "/>
   
<xs:enumeration value="EET "/>
   
<xs:enumeration value="EEV "/>
   
<xs:enumeration value="EFA "/>
   
<xs:enumeration value="EFG "/>
   
<xs:enumeration value="EFSC"/>
   
<xs:enumeration value="EFX "/>
   
<xs:enumeration value="EGF "/>
   
<xs:enumeration value="EGLE"/>
   
<xs:enumeration value="EGO "/>
   
<xs:enumeration value="EHTH"/>
   
<xs:enumeration value="EIG "/>
   
<xs:enumeration value="EIX "/>
   
<xs:enumeration value="EJ  "/>
   
<xs:enumeration value="EK  "/>
   
<xs:enumeration value="EL  "/>
   
<xs:enumeration value="ELD "/>
   
<xs:enumeration value="ELF "/>
   
<xs:enumeration value="ELN "/>
   
<xs:enumeration value="ELNK"/>
   
<xs:enumeration value="ELON"/>
   
<xs:enumeration value="ELX "/>
   
<xs:enumeration value="ELY "/>
   
<xs:enumeration value="EMB "/>
   
<xs:enumeration value="EMC "/>
   
<xs:enumeration value="EMCI"/>
   
<xs:enumeration value="EMIT"/>
   
<xs:enumeration value="EMN "/>
   
<xs:enumeration value="EMR "/>
   
<xs:enumeration value="ENB "/>
   
<xs:enumeration value="ENDP"/>
   
<xs:enumeration value="ENER"/>
   
<xs:enumeration value="ENH "/>
   
<xs:enumeration value="ENI "/>
   
<xs:enumeration value="ENOC"/>
   
<xs:enumeration value="ENP "/>
   
<xs:enumeration value="ENZN"/>
   
<xs:enumeration value="EOG "/>
   
<xs:enumeration value="EOP "/>
   
<xs:enumeration value="EP  "/>
   
<xs:enumeration value="EPB "/>
   
<xs:enumeration value="EPD "/>
   
<xs:enumeration value="EPI "/>
   
<xs:enumeration value="EPIQ"/>
   
<xs:enumeration value="EPP "/>
   
<xs:enumeration value="EPR "/>
   
<xs:enumeration value="EQ  "/>
   
<xs:enumeration value="EQIX"/>
   
<xs:enumeration value="EQM "/>
   
<xs:enumeration value="EQR "/>
   
<xs:enumeration value="EQT "/>
   
<xs:enumeration value="EQY "/>
   
<xs:enumeration value="ERF "/>
   
<xs:enumeration value="ERIC"/>
   
<xs:enumeration value="ERII"/>
   
<xs:enumeration value="ERJ "/>
   
<xs:enumeration value="EROC"/>
   
<xs:enumeration value="ERTS"/>
   
<xs:enumeration value="ERX "/>
   
<xs:enumeration value="ERY "/>
   
<xs:enumeration value="ES  "/>
   
<xs:enumeration value="ESC "/>
   
<xs:enumeration value="ESGR"/>
   
<xs:enumeration value="ESLR"/>
   
<xs:enumeration value="ESRX"/>
   
<xs:enumeration value="ESS "/>
   
<xs:enumeration value="ESV "/>
   
<xs:enumeration value="ET  "/>
   
<xs:enumeration value="ETE "/>
   
<xs:enumeration value="ETH "/>
   
<xs:enumeration value="ETN "/>
   
<xs:enumeration value="ETP "/>
   
<xs:enumeration value="ETR "/>
   
<xs:enumeration value="EUO "/>
   
<xs:enumeration value="EUO1"/>
   
<xs:enumeration value="EV  "/>
   
<xs:enumeration value="EVEP"/>
   
<xs:enumeration value="EVR "/>
   
<xs:enumeration value="EW  "/>
   
<xs:enumeration value="EWA "/>
   
<xs:enumeration value="EWBC"/>
   
<xs:enumeration value="EWC "/>
   
<xs:enumeration value="EWD "/>
   
<xs:enumeration value="EWG "/>
   
<xs:enumeration value="EWH "/>
   
<xs:enumeration value="EWI "/>
   
<xs:enumeration value="EWJ "/>
   
<xs:enumeration value="EWK "/>
   
<xs:enumeration value="EWL "/>
   
<xs:enumeration value="EWM "/>
   
<xs:enumeration value="EWP "/>
   
<xs:enumeration value="EWQ "/>
   
<xs:enumeration value="EWT "/>
   
<xs:enumeration value="EWU "/>
   
<xs:enumeration value="EWW "/>
   
<xs:enumeration value="EWY "/>
   
<xs:enumeration value="EWZ "/>
   
<xs:enumeration value="EXBD"/>
   
<xs:enumeration value="EXC "/>
   
<xs:enumeration value="EXH "/>
   
<xs:enumeration value="EXLP"/>
   
<xs:enumeration value="EXM "/>
   
<xs:enumeration value="EXP "/>
   
<xs:enumeration value="EXPD"/>
   
<xs:enumeration value="EXPE"/>
   
<xs:enumeration value="EXR "/>
   
<xs:enumeration value="EXXI"/>
   
<xs:enumeration value="EYE "/>
   
<xs:enumeration value="EZA "/>
   
<xs:enumeration value="EZCH"/>
   
<xs:enumeration value="EZU "/>
   
<xs:enumeration value="F   "/>
   
<xs:enumeration value="FAF "/>
   
<xs:enumeration value="FAS "/>
   
<xs:enumeration value="FAST"/>
   
<xs:enumeration value="FAZ "/>
   
<xs:enumeration value="FB  "/>
   
<xs:enumeration value="FBNC"/>
   
<xs:enumeration value="FBP "/>
   
<xs:enumeration value="FBR "/>
   
<xs:enumeration value="FCF "/>
   
<xs:enumeration value="FCG "/>
   
<xs:enumeration value="FCSX"/>
   
<xs:enumeration value="FCX "/>
   
<xs:enumeration value="FD  "/>
   
<xs:enumeration value="FDC "/>
   
<xs:enumeration value="FDO "/>
   
<xs:enumeration value="FDS "/>
   
<xs:enumeration value="FDX "/>
   
<xs:enumeration value="FE  "/>
   
<xs:enumeration value="FED "/>
   
<xs:enumeration value="FEED"/>
   
<xs:enumeration value="FEZ "/>
   
<xs:enumeration value="FFBC"/>
   
<xs:enumeration value="FFCH"/>
   
<xs:enumeration value="FFG "/>
   
<xs:enumeration value="FFH "/>
   
<xs:enumeration value="FFIC"/>
   
<xs:enumeration value="FFIN"/>
   
<xs:enumeration value="FFIV"/>
   
<xs:enumeration value="FGP "/>
   
<xs:enumeration value="FHN "/>
   
<xs:enumeration value="FICO"/>
   
<xs:enumeration value="FIF "/>
   
<xs:enumeration value="FIG "/>
   
<xs:enumeration value="FII "/>
   
<xs:enumeration value="FIO "/>
   
<xs:enumeration value="FIS "/>
   
<xs:enumeration value="FISV"/>
   
<xs:enumeration value="FITB"/>
   
<xs:enumeration value="FL  "/>
   
<xs:enumeration value="FLEX"/>
   
<xs:enumeration value="FLIR"/>
   
<xs:enumeration value="FLML"/>
   
<xs:enumeration value="FLO "/>
   
<xs:enumeration value="FLR "/>
   
<xs:enumeration value="FLS "/>
   
<xs:enumeration value="FMBI"/>
   
<xs:enumeration value="FMC "/>
   
<xs:enumeration value="FMCC"/>
   
<xs:enumeration value="FMCN"/>
   
<xs:enumeration value="FMER"/>
   
<xs:enumeration value="FMR "/>
   
<xs:enumeration value="FMX "/>
   
<xs:enumeration value="FNB "/>
   
<xs:enumeration value="FNBN"/>
   
<xs:enumeration value="FNF "/>
   
<xs:enumeration value="FNFG"/>
   
<xs:enumeration value="FNM "/>
   
<xs:enumeration value="FNMA"/>
   
<xs:enumeration value="FNP "/>
   
<xs:enumeration value="FNSR"/>
   
<xs:enumeration value="FO  "/>
   
<xs:enumeration value="FON "/>
   
<xs:enumeration value="FOR "/>
   
<xs:enumeration value="FORM"/>
   
<xs:enumeration value="FORR"/>
   
<xs:enumeration value="FOSL"/>
   
<xs:enumeration value="FPFC"/>
   
<xs:enumeration value="FPIC"/>
   
<xs:enumeration value="FPL "/>
   
<xs:enumeration value="FPO "/>
   
<xs:enumeration value="FR  "/>
   
<xs:enumeration value="FRBK"/>
   
<xs:enumeration value="FRE "/>
   
<xs:enumeration value="FRED"/>
   
<xs:enumeration value="FRG "/>
   
<xs:enumeration value="FRME"/>
   
<xs:enumeration value="FRO "/>
   
<xs:enumeration value="FRT "/>
   
<xs:enumeration value="FRX "/>
   
<xs:enumeration value="FSBK"/>
   
<xs:enumeration value="FSC "/>
   
<xs:enumeration value="FSIN"/>
   
<xs:enumeration value="FSL "/>
   
<xs:enumeration value="FSLR"/>
   
<xs:enumeration value="FSNM"/>
   
<xs:enumeration value="FST "/>
   
<xs:enumeration value="FSYS"/>
   
<xs:enumeration value="FTBK"/>
   
<xs:enumeration value="FTE "/>
   
<xs:enumeration value="FTEK"/>
   
<xs:enumeration value="FTI "/>
   
<xs:enumeration value="FTK "/>
   
<xs:enumeration value="FTO "/>
   
<xs:enumeration value="FTR "/>
   
<xs:enumeration value="FULT"/>
   
<xs:enumeration value="FUQI"/>
   
<xs:enumeration value="FWLT"/>
   
<xs:enumeration value="FWRD"/>
   
<xs:enumeration value="FXA "/>
   
<xs:enumeration value="FXC "/>
   
<xs:enumeration value="FXE "/>
   
<xs:enumeration value="FXEN"/>
   
<xs:enumeration value="FXF "/>
   
<xs:enumeration value="FXI "/>
   
<xs:enumeration value="FXP "/>
   
<xs:enumeration value="FXY "/>
   
<xs:enumeration value="G   "/>
   
<xs:enumeration value="GA  "/>
   
<xs:enumeration value="GABC"/>
   
<xs:enumeration value="GAIA"/>
   
<xs:enumeration value="GALE"/>
   
<xs:enumeration value="GAP "/>
   
<xs:enumeration value="GAS "/>
   
<xs:enumeration value="GB  "/>
   
<xs:enumeration value="GBCI"/>
   
<xs:enumeration value="GBTS"/>
   
<xs:enumeration value="GBX "/>
   
<xs:enumeration value="GCA "/>
   
<xs:enumeration value="GCB "/>
   
<xs:enumeration value="GCI "/>
   
<xs:enumeration value="GCO "/>
   
<xs:enumeration value="GD  "/>
   
<xs:enumeration value="GDP "/>
   
<xs:enumeration value="GDX "/>
   
<xs:enumeration value="GDXJ"/>
   
<xs:enumeration value="GE  "/>
   
<xs:enumeration value="GEL "/>
   
<xs:enumeration value="GENZ"/>
   
<xs:enumeration value="GEOY"/>
   
<xs:enumeration value="GERN"/>
   
<xs:enumeration value="GES "/>
   
<xs:enumeration value="GET "/>
   
<xs:enumeration value="GEX "/>
   
<xs:enumeration value="GFA "/>
   
<xs:enumeration value="GFI "/>
   
<xs:enumeration value="GFIG"/>
   
<xs:enumeration value="GFRE"/>
   
<xs:enumeration value="GG  "/>
   
<xs:enumeration value="GGB "/>
   
<xs:enumeration value="GGC "/>
   
<xs:enumeration value="GGP "/>
   
<xs:enumeration value="GHDX"/>
   
<xs:enumeration value="GHL "/>
   
<xs:enumeration value="GIGM"/>
   
<xs:enumeration value="GILD"/>
   
<xs:enumeration value="GIS "/>
   
<xs:enumeration value="GLAD"/>
   
<xs:enumeration value="GLBC"/>
   
<xs:enumeration value="GLD "/>
   
<xs:enumeration value="GLG "/>
   
<xs:enumeration value="GLL "/>
   
<xs:enumeration value="GLNG"/>
   
<xs:enumeration value="GLO "/>
   
<xs:enumeration value="GLRE"/>
   
<xs:enumeration value="GLW "/>
   
<xs:enumeration value="GM  "/>
   
<xs:enumeration value="GMCR"/>
   
<xs:enumeration value="GME "/>
   
<xs:enumeration value="GMT "/>
   
<xs:enumeration value="GMXR"/>
   
<xs:enumeration value="GNA "/>
   
<xs:enumeration value="GNK "/>
   
<xs:enumeration value="GNTX"/>
   
<xs:enumeration value="GNW "/>
   
<xs:enumeration value="GOGO"/>
   
<xs:enumeration value="GOL "/>
   
<xs:enumeration value="GOLD"/>
   
<xs:enumeration value="GOOG"/>
   
<xs:enumeration value="GOVT"/>
   
<xs:enumeration value="GPC "/>
   
<xs:enumeration value="GPI "/>
   
<xs:enumeration value="GPOR"/>
   
<xs:enumeration value="GPS "/>
   
<xs:enumeration value="GR  "/>
   
<xs:enumeration value="GRA "/>
   
<xs:enumeration value="GRMN"/>
   
<xs:enumeration value="GRNB"/>
   
<xs:enumeration value="GROW"/>
   
<xs:enumeration value="GRPN"/>
   
<xs:enumeration value="GRRF"/>
   
<xs:enumeration value="GRS "/>
   
<xs:enumeration value="GS  "/>
   
<xs:enumeration value="GSBC"/>
   
<xs:enumeration value="GSG "/>
   
<xs:enumeration value="GSI "/>
   
<xs:enumeration value="GSIC"/>
   
<xs:enumeration value="GSK "/>
   
<xs:enumeration value="GSM "/>
   
<xs:enumeration value="GSS "/>
   
<xs:enumeration value="GSVC"/>
   
<xs:enumeration value="GT  "/>
   
<xs:enumeration value="GTE "/>
   
<xs:enumeration value="GTS "/>
   
<xs:enumeration value="GTXI"/>
   
<xs:enumeration value="GVA "/>
   
<xs:enumeration value="GWR "/>
   
<xs:enumeration value="GWW "/>
   
<xs:enumeration value="GWX "/>
   
<xs:enumeration value="GXDX"/>
   
<xs:enumeration value="HAFC"/>
   
<xs:enumeration value="HAIN"/>
   
<xs:enumeration value="HAL "/>
   
<xs:enumeration value="HALL"/>
   
<xs:enumeration value="HALO"/>
   
<xs:enumeration value="HAR "/>
   
<xs:enumeration value="HAS "/>
   
<xs:enumeration value="HAWK"/>
   
<xs:enumeration value="HBAN"/>
   
<xs:enumeration value="HBC "/>
   
<xs:enumeration value="HBHC"/>
   
<xs:enumeration value="HBI "/>
   
<xs:enumeration value="HCA "/>
   
<xs:enumeration value="HCBK"/>
   
<xs:enumeration value="HCC "/>
   
<xs:enumeration value="HCN "/>
   
<xs:enumeration value="HCP "/>
   
<xs:enumeration value="HCSG"/>
   
<xs:enumeration value="HD  "/>
   
<xs:enumeration value="HDB "/>
   
<xs:enumeration value="HDZ "/>
   
<xs:enumeration value="HEAT"/>
   
<xs:enumeration value="HEK "/>
   
<xs:enumeration value="HERO"/>
   
<xs:enumeration value="HES "/>
   
<xs:enumeration value="HET "/>
   
<xs:enumeration value="HEV "/>
   
<xs:enumeration value="HFC "/>
   
<xs:enumeration value="HGIC"/>
   
<xs:enumeration value="HGSI"/>
   
<xs:enumeration value="HGT "/>
   
<xs:enumeration value="HHS "/>
   
<xs:enumeration value="HIBB"/>
   
<xs:enumeration value="HIG "/>
   
<xs:enumeration value="HITK"/>
   
<xs:enumeration value="HK  "/>
   
<xs:enumeration value="HL  "/>
   
<xs:enumeration value="HLF "/>
   
<xs:enumeration value="HLS "/>
   
<xs:enumeration value="HLTH"/>
   
<xs:enumeration value="HMA "/>
   
<xs:enumeration value="HMC "/>
   
<xs:enumeration value="HMIN"/>
   
<xs:enumeration value="HMN "/>
   
<xs:enumeration value="HNBC"/>
   
<xs:enumeration value="HNI "/>
   
<xs:enumeration value="HNP "/>
   
<xs:enumeration value="HNSN"/>
   
<xs:enumeration value="HNT "/>
   
<xs:enumeration value="HNZ "/>
   
<xs:enumeration value="HOC "/>
   
<xs:enumeration value="HOG "/>
   
<xs:enumeration value="HOGS"/>
   
<xs:enumeration value="HOKU"/>
   
<xs:enumeration value="HOLX"/>
   
<xs:enumeration value="HOMB"/>
   
<xs:enumeration value="HON "/>
   
<xs:enumeration value="HOS "/>
   
<xs:enumeration value="HOT "/>
   
<xs:enumeration value="HOV "/>
   
<xs:enumeration value="HP  "/>
   
<xs:enumeration value="HPC "/>
   
<xs:enumeration value="HPI "/>
   
<xs:enumeration value="HPQ "/>
   
<xs:enumeration value="HPT "/>
   
<xs:enumeration value="HPY "/>
   
<xs:enumeration value="HR  "/>
   
<xs:enumeration value="HRB "/>
   
<xs:enumeration value="HRBN"/>
   
<xs:enumeration value="HRC "/>
   
<xs:enumeration value="HRL "/>
   
<xs:enumeration value="HRS "/>
   
<xs:enumeration value="HRZB"/>
   
<xs:enumeration value="HS  "/>
   
<xs:enumeration value="HSC "/>
   
<xs:enumeration value="HSH "/>
   
<xs:enumeration value="HSOL"/>
   
<xs:enumeration value="HSP "/>
   
<xs:enumeration value="HST "/>
   
<xs:enumeration value="HSY "/>
   
<xs:enumeration value="HTA "/>
   
<xs:enumeration value="HTCH"/>
   
<xs:enumeration value="HTE "/>
   
<xs:enumeration value="HTGC"/>
   
<xs:enumeration value="HTH "/>
   
<xs:enumeration value="HTLF"/>
   
<xs:enumeration value="HTS "/>
   
<xs:enumeration value="HTZ "/>
   
<xs:enumeration value="HUM "/>
   
<xs:enumeration value="HUN "/>
   
<xs:enumeration value="HURN"/>
   
<xs:enumeration value="HW  "/>
   
<xs:enumeration value="HXM "/>
   
<xs:enumeration value="HYD "/>
   
<xs:enumeration value="HYG "/>
   
<xs:enumeration value="HYLD"/>
   
<xs:enumeration value="HYS "/>
   
<xs:enumeration value="IACI"/>
   
<xs:enumeration value="IAG "/>
   
<xs:enumeration value="IAI "/>
   
<xs:enumeration value="IART"/>
   
<xs:enumeration value="IAT "/>
   
<xs:enumeration value="IAU "/>
   
<xs:enumeration value="IBB "/>
   
<xs:enumeration value="IBCP"/>
   
<xs:enumeration value="IBKC"/>
   
<xs:enumeration value="IBKR"/>
   
<xs:enumeration value="IBM "/>
   
<xs:enumeration value="IBN "/>
   
<xs:enumeration value="IBNK"/>
   
<xs:enumeration value="IBOC"/>
   
<xs:enumeration value="ICA "/>
   
<xs:enumeration value="ICE "/>
   
<xs:enumeration value="ICF "/>
   
<xs:enumeration value="ICO "/>
   
<xs:enumeration value="ID  "/>
   
<xs:enumeration value="IDC "/>
   
<xs:enumeration value="IDCC"/>
   
<xs:enumeration value="IDEV"/>
   
<xs:enumeration value="IDIX"/>
   
<xs:enumeration value="IDM "/>
   
<xs:enumeration value="IDPH"/>
   
<xs:enumeration value="IDU "/>
   
<xs:enumeration value="IDXX"/>
   
<xs:enumeration value="IEF "/>
   
<xs:enumeration value="IEI "/>
   
<xs:enumeration value="IEO "/>
   
<xs:enumeration value="IEZ "/>
   
<xs:enumeration value="IFF "/>
   
<xs:enumeration value="IFN "/>
   
<xs:enumeration value="IFX "/>
   
<xs:enumeration value="IGE "/>
   
<xs:enumeration value="IGI "/>
   
<xs:enumeration value="IGT "/>
   
<xs:enumeration value="IGV "/>
   
<xs:enumeration value="IGW "/>
   
<xs:enumeration value="IHI "/>
   
<xs:enumeration value="IHP "/>
   
<xs:enumeration value="IHS "/>
   
<xs:enumeration value="IIF "/>
   
<xs:enumeration value="IIG "/>
   
<xs:enumeration value="IIVI"/>
   
<xs:enumeration value="IJH "/>
   
<xs:enumeration value="IJJ "/>
   
<xs:enumeration value="IJK "/>
   
<xs:enumeration value="IJR "/>
   
<xs:enumeration value="IJS "/>
   
<xs:enumeration value="IJT "/>
   
<xs:enumeration value="ILF "/>
   
<xs:enumeration value="ILMN"/>
   
<xs:enumeration value="IMA "/>
   
<xs:enumeration value="IMAX"/>
   
<xs:enumeration value="IMB "/>
   
<xs:enumeration value="IMCL"/>
   
<xs:enumeration value="IMMU"/>
   
<xs:enumeration value="IMO "/>
   
<xs:enumeration value="INCY"/>
   
<xs:enumeration value="INDB"/>
   
<xs:enumeration value="INFN"/>
   
<xs:enumeration value="INFY"/>
   
<xs:enumeration value="ING "/>
   
<xs:enumeration value="INSU"/>
   
<xs:enumeration value="INT "/>
   
<xs:enumeration value="INTC"/>
   
<xs:enumeration value="INTU"/>
   
<xs:enumeration value="INVN"/>
   
<xs:enumeration value="IOC "/>
   
<xs:enumeration value="IP  "/>
   
<xs:enumeration value="IPCC"/>
   
<xs:enumeration value="IPCR"/>
   
<xs:enumeration value="IPG "/>
   
<xs:enumeration value="IR  "/>
   
<xs:enumeration value="IRC "/>
   
<xs:enumeration value="IRE "/>
   
<xs:enumeration value="IRET"/>
   
<xs:enumeration value="IRM "/>
   
<xs:enumeration value="ISBC"/>
   
<xs:enumeration value="ISIL"/>
   
<xs:enumeration value="ISIS"/>
   
<xs:enumeration value="ISLE"/>
   
<xs:enumeration value="ISRG"/>
   
<xs:enumeration value="ISTA"/>
   
<xs:enumeration value="ITB "/>
   
<xs:enumeration value="ITC "/>
   
<xs:enumeration value="ITE "/>
   
<xs:enumeration value="ITG "/>
   
<xs:enumeration value="ITMN"/>
   
<xs:enumeration value="ITR "/>
   
<xs:enumeration value="ITT "/>
   
<xs:enumeration value="ITUB"/>
   
<xs:enumeration value="ITW "/>
   
<xs:enumeration value="IVC "/>
   
<xs:enumeration value="IVE "/>
   
<xs:enumeration value="IVN "/>
   
<xs:enumeration value="IVR "/>
   
<xs:enumeration value="IVV "/>
   
<xs:enumeration value="IVW "/>
   
<xs:enumeration value="IVZ "/>
   
<xs:enumeration value="IWB "/>
   
<xs:enumeration value="IWC "/>
   
<xs:enumeration value="IWD "/>
   
<xs:enumeration value="IWF "/>
   
<xs:enumeration value="IWL "/>
   
<xs:enumeration value="IWM "/>
   
<xs:enumeration value="IWN "/>
   
<xs:enumeration value="IWO "/>
   
<xs:enumeration value="IWP "/>
   
<xs:enumeration value="IWR "/>
   
<xs:enumeration value="IWS "/>
   
<xs:enumeration value="IWV "/>
   
<xs:enumeration value="IWW "/>
   
<xs:enumeration value="IWZ "/>
   
<xs:enumeration value="IXC "/>
   
<xs:enumeration value="IXN "/>
   
<xs:enumeration value="IXP "/>
   
<xs:enumeration value="IYE "/>
   
<xs:enumeration value="IYF "/>
   
<xs:enumeration value="IYG "/>
   
<xs:enumeration value="IYM "/>
   
<xs:enumeration value="IYR "/>
   
<xs:enumeration value="IYT "/>
   
<xs:enumeration value="IYY "/>
   
<xs:enumeration value="IYZ "/>
   
<xs:enumeration value="JAH "/>
   
<xs:enumeration value="JASO"/>
   
<xs:enumeration value="JAVA"/>
   
<xs:enumeration value="JAZZ"/>
   
<xs:enumeration value="JBL "/>
   
<xs:enumeration value="JBLU"/>
   
<xs:enumeration value="JCG "/>
   
<xs:enumeration value="JCI "/>
   
<xs:enumeration value="JCP "/>
   
<xs:enumeration value="JDSU"/>
   
<xs:enumeration value="JEC "/>
   
<xs:enumeration value="JEF "/>
   
<xs:enumeration value="JKS "/>
   
<xs:enumeration value="JNJ "/>
   
<xs:enumeration value="JNK "/>
   
<xs:enumeration value="JNPR"/>
   
<xs:enumeration value="JNS "/>
   
<xs:enumeration value="JNY "/>
   
<xs:enumeration value="JOE "/>
   
<xs:enumeration value="JOSB"/>
   
<xs:enumeration value="JOY "/>
   
<xs:enumeration value="JOYG"/>
   
<xs:enumeration value="JPM "/>
   
<xs:enumeration value="JRCC"/>
   
<xs:enumeration value="JRJC"/>
   
<xs:enumeration value="JWN "/>
   
<xs:enumeration value="JXI "/>
   
<xs:enumeration value="K   "/>
   
<xs:enumeration value="KB  "/>
   
<xs:enumeration value="KBE "/>
   
<xs:enumeration value="KBH "/>
   
<xs:enumeration value="KBW "/>
   
<xs:enumeration value="KCAP"/>
   
<xs:enumeration value="KCE "/>
   
<xs:enumeration value="KCG "/>
   
<xs:enumeration value="KCI "/>
   
<xs:enumeration value="KDN "/>
   
<xs:enumeration value="KEY "/>
   
<xs:enumeration value="KFN "/>
   
<xs:enumeration value="KFT "/>
   
<xs:enumeration value="KG  "/>
   
<xs:enumeration value="KGC "/>
   
<xs:enumeration value="KIE "/>
   
<xs:enumeration value="KIM "/>
   
<xs:enumeration value="KKD "/>
   
<xs:enumeration value="KKR "/>
   
<xs:enumeration value="KLAC"/>
   
<xs:enumeration value="KLD "/>
   
<xs:enumeration value="KMB "/>
   
<xs:enumeration value="KMG "/>
   
<xs:enumeration value="KMI "/>
   
<xs:enumeration value="KMP "/>
   
<xs:enumeration value="KMR "/>
   
<xs:enumeration value="KMX "/>
   
<xs:enumeration value="KNDI"/>
   
<xs:enumeration value="KNL "/>
   
<xs:enumeration value="KNX "/>
   
<xs:enumeration value="KO  "/>
   
<xs:enumeration value="KOG "/>
   
<xs:enumeration value="KOL "/>
   
<xs:enumeration value="KONG"/>
   
<xs:enumeration value="KORS"/>
   
<xs:enumeration value="KR  "/>
   
<xs:enumeration value="KRB "/>
   
<xs:enumeration value="KRC "/>
   
<xs:enumeration value="KRE "/>
   
<xs:enumeration value="KRFT"/>
   
<xs:enumeration value="KRG "/>
   
<xs:enumeration value="KRNY"/>
   
<xs:enumeration value="KRO "/>
   
<xs:enumeration value="XARO"/>
   
<xs:enumeration value="XTHQ"/>
   
<xs:enumeration value="XSEM"/>
   
<xs:enumeration value="XSOF"/>
   
<xs:enumeration value="XSCR"/>
   
<xs:enumeration value="XRTS"/>
   
<xs:enumeration value="XPCS"/>
   
<xs:enumeration value="XOIL"/>
   
<xs:enumeration value="XIDD"/>
   
<xs:enumeration value="XFIS"/>
   
<xs:enumeration value="XELC"/>
   
<xs:enumeration value="XMET"/>
   
<xs:enumeration value="XDRG"/>
   
<xs:enumeration value="XBNK"/>
   
<xs:enumeration value="XBTC"/>
   
<xs:enumeration value="XCMT"/>
   
<xs:enumeration value="141 "/>
   
<xs:enumeration value="020 "/>
   
<xs:enumeration value="038 "/>
   
<xs:enumeration value="041 "/>
   
<xs:enumeration value="042 "/>
   
<xs:enumeration value="043 "/>
   
<xs:enumeration value="044 "/>
   
<xs:enumeration value="045 "/>
   
<xs:enumeration value="046 "/>
   
<xs:enumeration value="047 "/>
   
<xs:enumeration value="048 "/>
   
<xs:enumeration value="049 "/>
   
<xs:enumeration value="062 "/>
   
<xs:enumeration value="028 "/>
   
<xs:enumeration value="128 "/>
   
<xs:enumeration value="121 "/>
   
<xs:enumeration value="194 "/>
   
<xs:enumeration value="132 "/>
   
<xs:enumeration value="103 "/>
   
<xs:enumeration value="105 "/>
   
<xs:enumeration value="245 "/>
   
<xs:enumeration value="246 "/>
   
<xs:enumeration value="248 "/>
   
<xs:enumeration value="249 "/>
   
<xs:enumeration value="250 "/>
   
<xs:enumeration value="242 "/>
   
<xs:enumeration value="196 "/>
   
<xs:enumeration value="197 "/>
   
<xs:enumeration value="199 "/>
   
<xs:enumeration value="266 "/>
   
<xs:enumeration value="267 "/>
   
<xs:enumeration value="260 "/>
   
<xs:enumeration value="252 "/>
   
<xs:enumeration value="271 "/>
   
<xs:enumeration value="272 "/>
   
<xs:enumeration value="386 "/>
   
<xs:enumeration value="390 "/>
   
<xs:enumeration value="394 "/>
   
<xs:enumeration value="503 "/>
   
<xs:enumeration value="512 "/>
   
<xs:enumeration value="515 "/>
   
<xs:enumeration value="531 "/>
   
<xs:enumeration value="532 "/>
   
<xs:enumeration value="535 "/>
   
<xs:enumeration value="552 "/>
   
<xs:enumeration value="597 "/>
   
<xs:enumeration value="598 "/>
   
<xs:enumeration value="269 "/>
   
<xs:enumeration value="302 "/>
   
<xs:enumeration value="303 "/>
   
<xs:enumeration value="320 "/>
   
<xs:enumeration value="342 "/>
   
<xs:enumeration value="343 "/>
   
<xs:enumeration value="344 "/>
   
<xs:enumeration value="310 "/>
   
<xs:enumeration value="311 "/>
   
<xs:enumeration value="312 "/>
   
<xs:enumeration value="313 "/>
   
<xs:enumeration value="314 "/>
   
<xs:enumeration value="256 "/>
   
<xs:enumeration value="218 "/>
   
<xs:enumeration value="219 "/>
   
<xs:enumeration value="221 "/>
   
<xs:enumeration value="ZIMK"/>
   
<xs:enumeration value="Z000"/>
   
<xs:enumeration value="106 "/>
   
<xs:enumeration value="107 "/>
   
<xs:enumeration value="108 "/>
   
<xs:enumeration value="109 "/>
   
<xs:enumeration value="100 "/>
   
<xs:enumeration value="101 "/>
   
<xs:enumeration value="098 "/>
   
<xs:enumeration value="104 "/>
   
<xs:enumeration value="117 "/>
   
<xs:enumeration value="118 "/>
   
<xs:enumeration value="161 "/>
   
<xs:enumeration value="162 "/>
   
<xs:enumeration value="163 "/>
   
<xs:enumeration value="123 "/>
   
<xs:enumeration value="125 "/>
   
<xs:enumeration value="126 "/>
   
<xs:enumeration value="127 "/>
   
<xs:enumeration value="129 "/>
   
<xs:enumeration value="KS  "/>
   
<xs:enumeration value="111 "/>
   
<xs:enumeration value="032 "/>
   
<xs:enumeration value="036 "/>
   
<xs:enumeration value="027 "/>
   
<xs:enumeration value="025 "/>
   
<xs:enumeration value="021 "/>
   
<xs:enumeration value="022 "/>
   
<xs:enumeration value="067 "/>
   
<xs:enumeration value="873 "/>
   
<xs:enumeration value="967 "/>
   
<xs:enumeration value="861 "/>
   
<xs:enumeration value="862 "/>
   
<xs:enumeration value="863 "/>
   
<xs:enumeration value="864 "/>
   
<xs:enumeration value="865 "/>
   
<xs:enumeration value="866 "/>
   
<xs:enumeration value="867 "/>
   
<xs:enumeration value="868 "/>
   
<xs:enumeration value="869 "/>
   
<xs:enumeration value="870 "/>
   
<xs:enumeration value="262 "/>
   
<xs:enumeration value="871 "/>
   
<xs:enumeration value="872 "/>
   
<xs:enumeration value="066 "/>
   
<xs:enumeration value="023 "/>
   
<xs:enumeration value="024 "/>
   
<xs:enumeration value="016 "/>
   
<xs:enumeration value="014 "/>
   
<xs:enumeration value="064 "/>
   
<xs:enumeration value="075 "/>
   
<xs:enumeration value="076 "/>
   
<xs:enumeration value="087 "/>
   
<xs:enumeration value="088 "/>
   
<xs:enumeration value="084 "/>
   
<xs:enumeration value="193 "/>
   
<xs:enumeration value="257 "/>
   
<xs:enumeration value="085 "/>
   
<xs:enumeration value="195 "/>
   
<xs:enumeration value="191 "/>
   
<xs:enumeration value="192 "/>
   
<xs:enumeration value="018 "/>
   
<xs:enumeration value="069 "/>
   
<xs:enumeration value="071 "/>
   
<xs:enumeration value="058 "/>
   
<xs:enumeration value="401 "/>
   
<xs:enumeration value="402 "/>
   
<xs:enumeration value="405 "/>
   
<xs:enumeration value="406 "/>
   
<xs:enumeration value="403 "/>
   
<xs:enumeration value="404 "/>
   
<xs:enumeration value="006 "/>
   
<xs:enumeration value="160 "/>
   
<xs:enumeration value="074 "/>
 
</xs:restriction>
</xs:simpleType>

simpleType commodityForm40Business_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm40Type/natureOfBusiness/@commodity
facets
Kind Value Annotation
length 3
enumeration 001
enumeration 002
enumeration 004
enumeration 005
enumeration 007
enumeration 016
enumeration 021
enumeration 022
enumeration 023
enumeration 024
enumeration 025
enumeration 026
enumeration 032
enumeration 033
enumeration 036
enumeration 039
enumeration 040
enumeration 050
enumeration 052
enumeration 054
enumeration 056
enumeration 057
enumeration 058
enumeration 061
enumeration 063
enumeration 064
enumeration 066
enumeration 067
enumeration 069
enumeration 073
enumeration 075
enumeration 076
enumeration 080
enumeration 083
enumeration 084
enumeration 085
enumeration 088
enumeration 111
enumeration 192
enumeration 262
annotation
documentation
Commodity
documentation
001=Wheat
documentation
002=Corn
documentation
004=Oats
documentation
005=Soybeans
documentation
007=Soybean Oil
documentation
016=Uranium
documentation
021 =Fuel Oil
documentation
022 =Heatingoil-Diesel-Gasoil
documentation
023=Natural Gas
documentation
024=Coal
documentation
025 =Ethanol
documentation
026=Soybean Meal
documentation
032 =Naphtha
documentation
033=Cotton
documentation
036 =Biodiesel
documentation
039=Rice
documentation
040=Frozen Concentrated Orange Juice
documentation
050=Butter
documentation
052=Milk
documentation
054=Lean Hogs
documentation
056=Pork Bellies
documentation
057=Live Cattle
documentation
058 =Lumber
documentation
061=Feeder Cattle
documentation
063=Cheese
documentation
064=Electricity
documentation
066=Natural Gas Liquids
documentation
067 =Crude Oil
documentation
069 =Pulp
documentation
073=Cocoa
documentation
075 =Palladium
documentation
076 =Platinum
documentation
080=Sugar
documentation
083=Coffee
documentation
084 =Silver
documentation
085=Copper
documentation
088 =Gold
documentation
111 =Gasoline
documentation
192=Steel
documentation
262 =Jet Fuel
source <xs:simpleType name="commodityForm40Business_t">
 
<xs:annotation>
   
<xs:documentation>Commodity</xs:documentation>
   
<xs:documentation>001=Wheat</xs:documentation>
   
<xs:documentation>002=Corn</xs:documentation>
   
<xs:documentation>004=Oats</xs:documentation>
   
<xs:documentation>005=Soybeans</xs:documentation>
   
<xs:documentation>007=Soybean Oil</xs:documentation>
   
<xs:documentation>016=Uranium</xs:documentation>
   
<xs:documentation>021 =Fuel Oil </xs:documentation>
   
<xs:documentation>022 =Heatingoil-Diesel-Gasoil </xs:documentation>
   
<xs:documentation>023=Natural Gas</xs:documentation>
   
<xs:documentation>024=Coal</xs:documentation>
   
<xs:documentation>025 =Ethanol </xs:documentation>
   
<xs:documentation>026=Soybean Meal</xs:documentation>
   
<xs:documentation>032 =Naphtha </xs:documentation>
   
<xs:documentation>033=Cotton</xs:documentation>
   
<xs:documentation>036 =Biodiesel </xs:documentation>
   
<xs:documentation>039=Rice</xs:documentation>
   
<xs:documentation>040=Frozen Concentrated Orange Juice</xs:documentation>
   
<xs:documentation>050=Butter</xs:documentation>
   
<xs:documentation>052=Milk</xs:documentation>
   
<xs:documentation>054=Lean Hogs</xs:documentation>
   
<xs:documentation>056=Pork Bellies</xs:documentation>
   
<xs:documentation>057=Live Cattle</xs:documentation>
   
<xs:documentation>058 =Lumber </xs:documentation>
   
<xs:documentation>061=Feeder Cattle</xs:documentation>
   
<xs:documentation>063=Cheese</xs:documentation>
   
<xs:documentation>064=Electricity</xs:documentation>
   
<xs:documentation>066=Natural Gas Liquids</xs:documentation>
   
<xs:documentation>067 =Crude Oil </xs:documentation>
   
<xs:documentation>069 =Pulp </xs:documentation>
   
<xs:documentation>073=Cocoa</xs:documentation>
   
<xs:documentation>075 =Palladium </xs:documentation>
   
<xs:documentation>076 =Platinum </xs:documentation>
   
<xs:documentation>080=Sugar</xs:documentation>
   
<xs:documentation>083=Coffee</xs:documentation>
   
<xs:documentation>084 =Silver </xs:documentation>
   
<xs:documentation>085=Copper</xs:documentation>
   
<xs:documentation>088 =Gold </xs:documentation>
   
<xs:documentation>111 =Gasoline </xs:documentation>
   
<xs:documentation>192=Steel</xs:documentation>
   
<xs:documentation>262 =Jet Fuel </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="3"/>
   
<xs:enumeration value="001"/>
   
<xs:enumeration value="002"/>
   
<xs:enumeration value="004"/>
   
<xs:enumeration value="005"/>
   
<xs:enumeration value="007"/>
   
<xs:enumeration value="016"/>
   
<xs:enumeration value="021 "/>
   
<xs:enumeration value="022 "/>
   
<xs:enumeration value="023"/>
   
<xs:enumeration value="024"/>
   
<xs:enumeration value="025 "/>
   
<xs:enumeration value="026"/>
   
<xs:enumeration value="032 "/>
   
<xs:enumeration value="033"/>
   
<xs:enumeration value="036 "/>
   
<xs:enumeration value="039"/>
   
<xs:enumeration value="040"/>
   
<xs:enumeration value="050"/>
   
<xs:enumeration value="052"/>
   
<xs:enumeration value="054"/>
   
<xs:enumeration value="056"/>
   
<xs:enumeration value="057"/>
   
<xs:enumeration value="058 "/>
   
<xs:enumeration value="061"/>
   
<xs:enumeration value="063"/>
   
<xs:enumeration value="064"/>
   
<xs:enumeration value="066"/>
   
<xs:enumeration value="067 "/>
   
<xs:enumeration value="069 "/>
   
<xs:enumeration value="073"/>
   
<xs:enumeration value="075 "/>
   
<xs:enumeration value="076 "/>
   
<xs:enumeration value="080"/>
   
<xs:enumeration value="083"/>
   
<xs:enumeration value="084 "/>
   
<xs:enumeration value="085"/>
   
<xs:enumeration value="088 "/>
   
<xs:enumeration value="111 "/>
   
<xs:enumeration value="192"/>
   
<xs:enumeration value="262 "/>
 
</xs:restriction>
</xs:simpleType>

simpleType commodityGroup_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm40Type/natureOfBusiness/@commodityGroup
facets
Kind Value Annotation
length 3
enumeration A10
enumeration A20
enumeration A25
enumeration A30
enumeration A40
enumeration A50
enumeration A70
enumeration A80
enumeration A85
enumeration A90
enumeration E10
enumeration F10
enumeration F15
enumeration F20
enumeration F25
enumeration F26
enumeration F29
enumeration F30
enumeration F33
enumeration F40
enumeration F50
enumeration F90
enumeration N10
enumeration N13
enumeration N16
enumeration N20
enumeration N25
enumeration N30
enumeration N40
enumeration N50
enumeration N60
enumeration N70
enumeration N90
annotation
documentation
Commodity group
documentation
A10=GRAINS
documentation
A20=LIVESTOCK/MEAT PRODUCTS
documentation
A25=DAIRY PRODUCTS
documentation
A30=OILSEED AND PRODUCTS
documentation
A40=FIBER
documentation
A50=FOODSTUFFS/SOFTS
documentation
A70=FERTILIZER
documentation
A80=YIELD INSURANCE
documentation
A85=AGRICULTURAL INDICES
documentation
A90=OTHER AGRICULTURAL
documentation
E10=REAL ESTATE
documentation
F10=CURRENCY
documentation
F15=CURRENCY(NON-MAJOR)
documentation
F20=STOCK INDEX
documentation
F25=SINGLE STOCK FUTURES
documentation
F26=NARROW BASED INDICES
documentation
F29=VOLATILITY INDICES
documentation
F30=INTEREST RATES - U.S. TREASURY
documentation
F33=INTEREST RATES - NON U.S. TREASURY
documentation
F40=COMMODITY PRICE INDICES
documentation
F50=INTEREST RATE SWAPS
documentation
F90=OTHER FINANCIAL INSTRUMENTS
documentation
N10=PETROLEUM AND PRODUCTS
documentation
N13=NATURAL GAS AND PRODUCTS
documentation
N16=ELECTRICITY AND SOURCES
documentation
N20=PRECIOUS METALS
documentation
N25=BASE METALS
documentation
N30=WOOD PRODUCTS
documentation
N40=CHEMICALS
documentation
N50=PLASTICS
documentation
N60=EMISSIONS
documentation
N70=WEATHER
documentation
N90=OTHER NATURAL RESOURCES
source <xs:simpleType name="commodityGroup_t">
 
<xs:annotation>
   
<xs:documentation>Commodity group</xs:documentation>
   
<xs:documentation>A10=GRAINS</xs:documentation>
   
<xs:documentation>A20=LIVESTOCK/MEAT PRODUCTS</xs:documentation>
   
<xs:documentation>A25=DAIRY PRODUCTS</xs:documentation>
   
<xs:documentation>A30=OILSEED AND PRODUCTS</xs:documentation>
   
<xs:documentation>A40=FIBER</xs:documentation>
   
<xs:documentation>A50=FOODSTUFFS/SOFTS</xs:documentation>
   
<xs:documentation>A70=FERTILIZER</xs:documentation>
   
<xs:documentation>A80=YIELD INSURANCE</xs:documentation>
   
<xs:documentation>A85=AGRICULTURAL INDICES</xs:documentation>
   
<xs:documentation>A90=OTHER AGRICULTURAL</xs:documentation>
   
<xs:documentation>E10=REAL ESTATE</xs:documentation>
   
<xs:documentation>F10=CURRENCY</xs:documentation>
   
<xs:documentation>F15=CURRENCY(NON-MAJOR)</xs:documentation>
   
<xs:documentation>F20=STOCK INDEX</xs:documentation>
   
<xs:documentation>F25=SINGLE STOCK FUTURES</xs:documentation>
   
<xs:documentation>F26=NARROW BASED INDICES</xs:documentation>
   
<xs:documentation>F29=VOLATILITY INDICES</xs:documentation>
   
<xs:documentation>F30=INTEREST RATES - U.S. TREASURY</xs:documentation>
   
<xs:documentation>F33=INTEREST RATES - NON U.S. TREASURY</xs:documentation>
   
<xs:documentation>F40=COMMODITY PRICE INDICES</xs:documentation>
   
<xs:documentation>F50=INTEREST RATE SWAPS</xs:documentation>
   
<xs:documentation>F90=OTHER FINANCIAL INSTRUMENTS</xs:documentation>
   
<xs:documentation>N10=PETROLEUM AND PRODUCTS</xs:documentation>
   
<xs:documentation>N13=NATURAL GAS AND PRODUCTS</xs:documentation>
   
<xs:documentation>N16=ELECTRICITY AND SOURCES</xs:documentation>
   
<xs:documentation>N20=PRECIOUS METALS</xs:documentation>
   
<xs:documentation>N25=BASE METALS</xs:documentation>
   
<xs:documentation>N30=WOOD PRODUCTS</xs:documentation>
   
<xs:documentation>N40=CHEMICALS</xs:documentation>
   
<xs:documentation>N50=PLASTICS</xs:documentation>
   
<xs:documentation>N60=EMISSIONS</xs:documentation>
   
<xs:documentation>N70=WEATHER</xs:documentation>
   
<xs:documentation>N90=OTHER NATURAL RESOURCES</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="3"/>
   
<xs:enumeration value="A10"/>
   
<xs:enumeration value="A20"/>
   
<xs:enumeration value="A25"/>
   
<xs:enumeration value="A30"/>
   
<xs:enumeration value="A40"/>
   
<xs:enumeration value="A50"/>
   
<xs:enumeration value="A70"/>
   
<xs:enumeration value="A80"/>
   
<xs:enumeration value="A85"/>
   
<xs:enumeration value="A90"/>
   
<xs:enumeration value="E10"/>
   
<xs:enumeration value="F10"/>
   
<xs:enumeration value="F15"/>
   
<xs:enumeration value="F20"/>
   
<xs:enumeration value="F25"/>
   
<xs:enumeration value="F26"/>
   
<xs:enumeration value="F29"/>
   
<xs:enumeration value="F30"/>
   
<xs:enumeration value="F33"/>
   
<xs:enumeration value="F40"/>
   
<xs:enumeration value="F50"/>
   
<xs:enumeration value="F90"/>
   
<xs:enumeration value="N10"/>
   
<xs:enumeration value="N13"/>
   
<xs:enumeration value="N16"/>
   
<xs:enumeration value="N20"/>
   
<xs:enumeration value="N25"/>
   
<xs:enumeration value="N30"/>
   
<xs:enumeration value="N40"/>
   
<xs:enumeration value="N50"/>
   
<xs:enumeration value="N60"/>
   
<xs:enumeration value="N70"/>
   
<xs:enumeration value="N90"/>
 
</xs:restriction>
</xs:simpleType>

simpleType commodityIndexExposure_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm40Type/@commodityIndexExposure
facets
Kind Value Annotation
length 1
enumeration L
enumeration S
annotation
documentation
Nature of exposure to Commodity Index Trading (Long, Short).
documentation
L=Long
documentation
S=Short
source <xs:simpleType name="commodityIndexExposure_t">
 
<xs:annotation>
   
<xs:documentation>Nature of exposure to Commodity Index Trading (Long, Short).</xs:documentation>
   
<xs:documentation>L=Long</xs:documentation>
   
<xs:documentation>S=Short</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="L"/>
   
<xs:enumeration value="S"/>
 
</xs:restriction>
</xs:simpleType>

simpleType country_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes cftcForm40Type/foreignAffiliation/@country cftcForm40Type/foreignLegalRegime/@country addressGroup_t/@country
facets
Kind Value Annotation
length 2
annotation
documentation
ISO code used to designate a country
documentation
AF=Afghanistan
documentation
AX=Aland Islands
documentation
AL=Albania
documentation
DZ=Algeria
documentation
AS=American Samoa
documentation
AD=Andorra
documentation
AO=Angola
documentation
AI=Anguilla
documentation
AQ=Antarctica
documentation
AG=Antigua and Barbuda
documentation
AR=Argentina
documentation
AM=Armenia
documentation
AW=Aruba
documentation
AU=Australia
documentation
AT=Austria
documentation
AZ=Azerbaijan
documentation
BS=Bahamas
documentation
BH=Bahrain
documentation
BD=Bangladesh
documentation
BB=Barbados
documentation
BY=Belarus
documentation
BE=Belgium
documentation
BZ=Belize
documentation
BJ=Benin
documentation
BM=Bermuda
documentation
BT=Bhutan
documentation
BO=Bolivia
documentation
BA=Bosnia and Herzegovina
documentation
BW=Botswana
documentation
BV=Bouvet Island
documentation
BR=Brazil
documentation
IO=British Indian Ocean Territory
documentation
VG=British Virgin Islands
documentation
BN=Brunei Darussalam
documentation
BG=Bulgaria
documentation
BF=Burkina Faso
documentation
BI=Burundi
documentation
KH=Cambodia
documentation
CM=Cameroon
documentation
CA=Canada
documentation
CV=Cape Verde
documentation
KY=Cayman Islands
documentation
CF=Central African Republic
documentation
TD=Chad
documentation
CL=Chile
documentation
CN=China
documentation
CX=Christmas Island
documentation
CC=Cocos (Keeling) Islands
documentation
CO=Colombia
documentation
KM=Comoros
documentation
CG=Congo (Brazzaville)
documentation
CK=Cook Islands
documentation
CR=Costa Rica
documentation
CI=Côte d&apos;Ivoire
documentation
HR=Croatia
documentation
CU=Cuba
documentation
CY=Cyprus
documentation
CZ=Czech Republic
documentation
KP=Democratic People&apos;s Republic of Korea
documentation
CD=Democratic Republic of the Congo
documentation
DK=Denmark
documentation
DJ=Djibouti
documentation
DM=Dominica
documentation
DO=Dominican Republic
documentation
EC=Ecuador
documentation
EG=Egypt
documentation
SV=El Salvador
documentation
GQ=Equatorial Guinea
documentation
ER=Eritrea
documentation
EE=Estonia
documentation
ET=Ethiopia
documentation
FK=Falkland Islands (Malvinas)
documentation
FO=Faroe Islands
documentation
FM=Federated States of Micronesia
documentation
FJ=Fiji
documentation
FI=Finland
documentation
FR=France
documentation
GF=French Guiana
documentation
PF=French Polynesia
documentation
TF=French Southern Territories
documentation
GA=Gabon
documentation
GM=Gambia
documentation
GE=Georgia
documentation
DE=Germany
documentation
GH=Ghana
documentation
GI=Gibraltar
documentation
GR=Greece
documentation
GL=Greenland
documentation
GD=Grenada
documentation
GP=Guadeloupe
documentation
GU=Guam
documentation
GT=Guatemala
documentation
GG=Guernsey
documentation
GN=Guinea
documentation
GW=Guinea-Bissau
documentation
GY=Guyana
documentation
HT=Haiti
documentation
HM=Heard Island and Mcdonald Islands
documentation
VA=Holy See (Vatican City State)
documentation
HN=Honduras
documentation
HK=Hong Kong (Special Administrative Region of China)
documentation
HU=Hungary
documentation
IS=Iceland
documentation
IN=India
documentation
ID=Indonesia
documentation
IQ=Iraq
documentation
IE=Ireland
documentation
IR=Islamic Republic of Iran
documentation
IM=Isle of Man
documentation
IL=Israel
documentation
IT=Italy
documentation
JM=Jamaica
documentation
JP=Japan
documentation
JE=Jersey
documentation
JO=Jordan
documentation
KZ=Kazakhstan
documentation
KE=Kenya
documentation
KI=Kiribati
documentation
KW=Kuwait
documentation
KG=Kyrgyzstan
documentation
LA=Lao PDR
documentation
LV=Latvia
documentation
LB=Lebanon
documentation
LS=Lesotho
documentation
LR=Liberia
documentation
LY=Libya
documentation
LI=Liechtenstein
documentation
LT=Lithuania
documentation
LU=Luxembourg
documentation
MO=Macao (Special Administrative Region of China)
documentation
MG=Madagascar
documentation
MW=Malawi
documentation
MY=Malaysia
documentation
MV=Maldives
documentation
ML=Mali
documentation
MT=Malta
documentation
MH=Marshall Islands
documentation
MQ=Martinique
documentation
MR=Mauritania
documentation
MU=Mauritius
documentation
YT=Mayotte
documentation
MX=Mexico
documentation
MD=Moldova
documentation
MC=Monaco
documentation
MN=Mongolia
documentation
ME=Montenegro
documentation
MS=Montserrat
documentation
MA=Morocco
documentation
MZ=Mozambique
documentation
MM=Myanmar
documentation
NA=Namibia
documentation
NR=Nauru
documentation
NP=Nepal
documentation
NL=Netherlands
documentation
AN=Netherlands Antilles
documentation
NC=New Caledonia
documentation
NZ=New Zealand
documentation
NI=Nicaragua
documentation
NE=Niger
documentation
NG=Nigeria
documentation
NU=Niue
documentation
NF=Norfolk Island
documentation
MP=Northern Mariana Islands
documentation
NO=Norway
documentation
PS=Occupied Palestinian Territory (West Bank and Gaza)
documentation
OM=Oman
documentation
PK=Pakistan
documentation
PW=Palau
documentation
PA=Panama
documentation
PG=Papua New Guinea
documentation
PY=Paraguay
documentation
PE=Peru
documentation
PH=Philippines
documentation
PN=Pitcairn
documentation
PL=Poland
documentation
PT=Portugal
documentation
PR=Puerto Rico
documentation
QA=Qatar
documentation
TW=Republic of China Taiwan
documentation
KR=Republic of Korea
documentation
MK=Republic of Macedonia
documentation
RE=Réunion
documentation
RO=Romania
documentation
RU=Russian Federation
documentation
RW=Rwanda
documentation
SH=Saint Helena
documentation
KN=Saint Kitts and Nevis
documentation
LC=Saint Lucia
documentation
PM=Saint Pierre and Miquelon
documentation
VC=Saint Vincent and Grenadines
documentation
BL=Saint-Barthélemy
documentation
MF=Saint-Martin (French part)
documentation
WS=Samoa
documentation
SM=San Marino
documentation
ST=Sao Tome and Principe
documentation
SA=Saudi Arabia
documentation
SN=Senegal
documentation
RS=Serbia
documentation
SC=Seychelles
documentation
SL=Sierra Leone
documentation
SG=Singapore
documentation
SK=Slovakia
documentation
SI=Slovenia
documentation
SB=Solomon Islands
documentation
SO=Somalia
documentation
ZA=South Africa
documentation
GS=South Georgia and the South Sandwich Islands
documentation
SS=South Sudan
documentation
ES=Spain
documentation
LK=Sri Lanka
documentation
SD=Sudan
documentation
SR=Suriname *
documentation
SJ=Svalbard and Jan Mayen Islands
documentation
SZ=Swaziland
documentation
SE=Sweden
documentation
CH=Switzerland
documentation
SY=Syrian Arab Republic (Syria)
documentation
TJ=Tajikistan
documentation
TH=Thailand
documentation
TL=Timor-Leste
documentation
TG=Togo
documentation
TK=Tokelau
documentation
TO=Tonga
documentation
TT=Trinidad and Tobago
documentation
TN=Tunisia
documentation
TR=Turkey
documentation
TM=Turkmenistan
documentation
TC=Turks and Caicos Islands
documentation
TV=Tuvalu
documentation
UG=Uganda
documentation
UA=Ukraine
documentation
AE=United Arab Emirates
documentation
GB=United Kingdom
documentation
TZ=United Republic of Tanzania
documentation
UM=United States Minor Outlying Islands
documentation
US=United States of America
documentation
UY=Uruguay
documentation
VI=US Virgin Islands
documentation
UZ=Uzbekistan
documentation
VU=Vanuatu
documentation
VE=Venezuela (Bolivarian Republic of)
documentation
VN=Viet Nam
documentation
WF=Wallis and Futuna Islands
documentation
EH=Western Sahara
documentation
YE=Yemen
documentation
ZM=Zambia
documentation
ZW=Zimbabwe
source <xs:simpleType name="country_t">
 
<xs:annotation>
   
<xs:documentation>ISO code used to designate a country</xs:documentation>
   
<xs:documentation>AF=Afghanistan</xs:documentation>
   
<xs:documentation>AX=Aland Islands</xs:documentation>
   
<xs:documentation>AL=Albania</xs:documentation>
   
<xs:documentation>DZ=Algeria</xs:documentation>
   
<xs:documentation>AS=American Samoa</xs:documentation>
   
<xs:documentation>AD=Andorra</xs:documentation>
   
<xs:documentation>AO=Angola</xs:documentation>
   
<xs:documentation>AI=Anguilla</xs:documentation>
   
<xs:documentation>AQ=Antarctica</xs:documentation>
   
<xs:documentation>AG=Antigua and Barbuda</xs:documentation>
   
<xs:documentation>AR=Argentina</xs:documentation>
   
<xs:documentation>AM=Armenia</xs:documentation>
   
<xs:documentation>AW=Aruba</xs:documentation>
   
<xs:documentation>AU=Australia</xs:documentation>
   
<xs:documentation>AT=Austria</xs:documentation>
   
<xs:documentation>AZ=Azerbaijan</xs:documentation>
   
<xs:documentation>BS=Bahamas</xs:documentation>
   
<xs:documentation>BH=Bahrain</xs:documentation>
   
<xs:documentation>BD=Bangladesh</xs:documentation>
   
<xs:documentation>BB=Barbados</xs:documentation>
   
<xs:documentation>BY=Belarus</xs:documentation>
   
<xs:documentation>BE=Belgium</xs:documentation>
   
<xs:documentation>BZ=Belize</xs:documentation>
   
<xs:documentation>BJ=Benin</xs:documentation>
   
<xs:documentation>BM=Bermuda</xs:documentation>
   
<xs:documentation>BT=Bhutan</xs:documentation>
   
<xs:documentation>BO=Bolivia</xs:documentation>
   
<xs:documentation>BA=Bosnia and Herzegovina</xs:documentation>
   
<xs:documentation>BW=Botswana</xs:documentation>
   
<xs:documentation>BV=Bouvet Island</xs:documentation>
   
<xs:documentation>BR=Brazil</xs:documentation>
   
<xs:documentation>IO=British Indian Ocean Territory</xs:documentation>
   
<xs:documentation>VG=British Virgin Islands</xs:documentation>
   
<xs:documentation>BN=Brunei Darussalam</xs:documentation>
   
<xs:documentation>BG=Bulgaria</xs:documentation>
   
<xs:documentation>BF=Burkina Faso</xs:documentation>
   
<xs:documentation>BI=Burundi</xs:documentation>
   
<xs:documentation>KH=Cambodia</xs:documentation>
   
<xs:documentation>CM=Cameroon</xs:documentation>
   
<xs:documentation>CA=Canada</xs:documentation>
   
<xs:documentation>CV=Cape Verde</xs:documentation>
   
<xs:documentation>KY=Cayman Islands</xs:documentation>
   
<xs:documentation>CF=Central African Republic</xs:documentation>
   
<xs:documentation>TD=Chad</xs:documentation>
   
<xs:documentation>CL=Chile</xs:documentation>
   
<xs:documentation>CN=China</xs:documentation>
   
<xs:documentation>CX=Christmas Island</xs:documentation>
   
<xs:documentation>CC=Cocos (Keeling) Islands</xs:documentation>
   
<xs:documentation>CO=Colombia</xs:documentation>
   
<xs:documentation>KM=Comoros</xs:documentation>
   
<xs:documentation>CG=Congo (Brazzaville)</xs:documentation>
   
<xs:documentation>CK=Cook Islands</xs:documentation>
   
<xs:documentation>CR=Costa Rica</xs:documentation>
   
<xs:documentation>CI=Côte d&apos;Ivoire</xs:documentation>
   
<xs:documentation>HR=Croatia</xs:documentation>
   
<xs:documentation>CU=Cuba</xs:documentation>
   
<xs:documentation>CY=Cyprus</xs:documentation>
   
<xs:documentation>CZ=Czech Republic</xs:documentation>
   
<xs:documentation>KP=Democratic People&apos;s Republic of Korea</xs:documentation>
   
<xs:documentation>CD=Democratic Republic of the Congo</xs:documentation>
   
<xs:documentation>DK=Denmark</xs:documentation>
   
<xs:documentation>DJ=Djibouti</xs:documentation>
   
<xs:documentation>DM=Dominica</xs:documentation>
   
<xs:documentation>DO=Dominican Republic</xs:documentation>
   
<xs:documentation>EC=Ecuador</xs:documentation>
   
<xs:documentation>EG=Egypt</xs:documentation>
   
<xs:documentation>SV=El Salvador</xs:documentation>
   
<xs:documentation>GQ=Equatorial Guinea</xs:documentation>
   
<xs:documentation>ER=Eritrea</xs:documentation>
   
<xs:documentation>EE=Estonia</xs:documentation>
   
<xs:documentation>ET=Ethiopia</xs:documentation>
   
<xs:documentation>FK=Falkland Islands (Malvinas)</xs:documentation>
   
<xs:documentation>FO=Faroe Islands</xs:documentation>
   
<xs:documentation>FM=Federated States of Micronesia</xs:documentation>
   
<xs:documentation>FJ=Fiji</xs:documentation>
   
<xs:documentation>FI=Finland</xs:documentation>
   
<xs:documentation>FR=France</xs:documentation>
   
<xs:documentation>GF=French Guiana</xs:documentation>
   
<xs:documentation>PF=French Polynesia</xs:documentation>
   
<xs:documentation>TF=French Southern Territories</xs:documentation>
   
<xs:documentation>GA=Gabon</xs:documentation>
   
<xs:documentation>GM=Gambia</xs:documentation>
   
<xs:documentation>GE=Georgia</xs:documentation>
   
<xs:documentation>DE=Germany</xs:documentation>
   
<xs:documentation>GH=Ghana</xs:documentation>
   
<xs:documentation>GI=Gibraltar</xs:documentation>
   
<xs:documentation>GR=Greece</xs:documentation>
   
<xs:documentation>GL=Greenland</xs:documentation>
   
<xs:documentation>GD=Grenada</xs:documentation>
   
<xs:documentation>GP=Guadeloupe</xs:documentation>
   
<xs:documentation>GU=Guam</xs:documentation>
   
<xs:documentation>GT=Guatemala</xs:documentation>
   
<xs:documentation>GG=Guernsey</xs:documentation>
   
<xs:documentation>GN=Guinea</xs:documentation>
   
<xs:documentation>GW=Guinea-Bissau</xs:documentation>
   
<xs:documentation>GY=Guyana</xs:documentation>
   
<xs:documentation>HT=Haiti</xs:documentation>
   
<xs:documentation>HM=Heard Island and Mcdonald Islands</xs:documentation>
   
<xs:documentation>VA=Holy See (Vatican City State)</xs:documentation>
   
<xs:documentation>HN=Honduras</xs:documentation>
   
<xs:documentation>HK=Hong Kong (Special Administrative Region of China)</xs:documentation>
   
<xs:documentation>HU=Hungary</xs:documentation>
   
<xs:documentation>IS=Iceland</xs:documentation>
   
<xs:documentation>IN=India</xs:documentation>
   
<xs:documentation>ID=Indonesia</xs:documentation>
   
<xs:documentation>IQ=Iraq</xs:documentation>
   
<xs:documentation>IE=Ireland</xs:documentation>
   
<xs:documentation>IR=Islamic Republic of Iran</xs:documentation>
   
<xs:documentation>IM=Isle of Man</xs:documentation>
   
<xs:documentation>IL=Israel</xs:documentation>
   
<xs:documentation>IT=Italy</xs:documentation>
   
<xs:documentation>JM=Jamaica</xs:documentation>
   
<xs:documentation>JP=Japan</xs:documentation>
   
<xs:documentation>JE=Jersey</xs:documentation>
   
<xs:documentation>JO=Jordan</xs:documentation>
   
<xs:documentation>KZ=Kazakhstan</xs:documentation>
   
<xs:documentation>KE=Kenya</xs:documentation>
   
<xs:documentation>KI=Kiribati</xs:documentation>
   
<xs:documentation>KW=Kuwait</xs:documentation>
   
<xs:documentation>KG=Kyrgyzstan</xs:documentation>
   
<xs:documentation>LA=Lao PDR</xs:documentation>
   
<xs:documentation>LV=Latvia</xs:documentation>
   
<xs:documentation>LB=Lebanon</xs:documentation>
   
<xs:documentation>LS=Lesotho</xs:documentation>
   
<xs:documentation>LR=Liberia</xs:documentation>
   
<xs:documentation>LY=Libya</xs:documentation>
   
<xs:documentation>LI=Liechtenstein</xs:documentation>
   
<xs:documentation>LT=Lithuania</xs:documentation>
   
<xs:documentation>LU=Luxembourg</xs:documentation>
   
<xs:documentation>MO=Macao (Special Administrative Region of China)</xs:documentation>
   
<xs:documentation>MG=Madagascar</xs:documentation>
   
<xs:documentation>MW=Malawi</xs:documentation>
   
<xs:documentation>MY=Malaysia</xs:documentation>
   
<xs:documentation>MV=Maldives</xs:documentation>
   
<xs:documentation>ML=Mali</xs:documentation>
   
<xs:documentation>MT=Malta</xs:documentation>
   
<xs:documentation>MH=Marshall Islands</xs:documentation>
   
<xs:documentation>MQ=Martinique</xs:documentation>
   
<xs:documentation>MR=Mauritania</xs:documentation>
   
<xs:documentation>MU=Mauritius</xs:documentation>
   
<xs:documentation>YT=Mayotte</xs:documentation>
   
<xs:documentation>MX=Mexico</xs:documentation>
   
<xs:documentation>MD=Moldova</xs:documentation>
   
<xs:documentation>MC=Monaco</xs:documentation>
   
<xs:documentation>MN=Mongolia</xs:documentation>
   
<xs:documentation>ME=Montenegro</xs:documentation>
   
<xs:documentation>MS=Montserrat</xs:documentation>
   
<xs:documentation>MA=Morocco</xs:documentation>
   
<xs:documentation>MZ=Mozambique</xs:documentation>
   
<xs:documentation>MM=Myanmar</xs:documentation>
   
<xs:documentation>NA=Namibia</xs:documentation>
   
<xs:documentation>NR=Nauru</xs:documentation>
   
<xs:documentation>NP=Nepal</xs:documentation>
   
<xs:documentation>NL=Netherlands</xs:documentation>
   
<xs:documentation>AN=Netherlands Antilles</xs:documentation>
   
<xs:documentation>NC=New Caledonia</xs:documentation>
   
<xs:documentation>NZ=New Zealand</xs:documentation>
   
<xs:documentation>NI=Nicaragua</xs:documentation>
   
<xs:documentation>NE=Niger</xs:documentation>
   
<xs:documentation>NG=Nigeria</xs:documentation>
   
<xs:documentation>NU=Niue</xs:documentation>
   
<xs:documentation>NF=Norfolk Island</xs:documentation>
   
<xs:documentation>MP=Northern Mariana Islands</xs:documentation>
   
<xs:documentation>NO=Norway</xs:documentation>
   
<xs:documentation>PS=Occupied Palestinian Territory (West Bank and Gaza)</xs:documentation>
   
<xs:documentation>OM=Oman</xs:documentation>
   
<xs:documentation>PK=Pakistan</xs:documentation>
   
<xs:documentation>PW=Palau</xs:documentation>
   
<xs:documentation>PA=Panama</xs:documentation>
   
<xs:documentation>PG=Papua New Guinea</xs:documentation>
   
<xs:documentation>PY=Paraguay</xs:documentation>
   
<xs:documentation>PE=Peru</xs:documentation>
   
<xs:documentation>PH=Philippines</xs:documentation>
   
<xs:documentation>PN=Pitcairn</xs:documentation>
   
<xs:documentation>PL=Poland</xs:documentation>
   
<xs:documentation>PT=Portugal</xs:documentation>
   
<xs:documentation>PR=Puerto Rico</xs:documentation>
   
<xs:documentation>QA=Qatar</xs:documentation>
   
<xs:documentation>TW=Republic of China Taiwan</xs:documentation>
   
<xs:documentation>KR=Republic of Korea</xs:documentation>
   
<xs:documentation>MK=Republic of Macedonia</xs:documentation>
   
<xs:documentation>RE=Réunion</xs:documentation>
   
<xs:documentation>RO=Romania</xs:documentation>
   
<xs:documentation>RU=Russian Federation</xs:documentation>
   
<xs:documentation>RW=Rwanda</xs:documentation>
   
<xs:documentation>SH=Saint Helena</xs:documentation>
   
<xs:documentation>KN=Saint Kitts and Nevis</xs:documentation>
   
<xs:documentation>LC=Saint Lucia</xs:documentation>
   
<xs:documentation>PM=Saint Pierre and Miquelon</xs:documentation>
   
<xs:documentation>VC=Saint Vincent and Grenadines</xs:documentation>
   
<xs:documentation>BL=Saint-Barthélemy</xs:documentation>
   
<xs:documentation>MF=Saint-Martin (French part)</xs:documentation>
   
<xs:documentation>WS=Samoa</xs:documentation>
   
<xs:documentation>SM=San Marino</xs:documentation>
   
<xs:documentation>ST=Sao Tome and Principe</xs:documentation>
   
<xs:documentation>SA=Saudi Arabia</xs:documentation>
   
<xs:documentation>SN=Senegal</xs:documentation>
   
<xs:documentation>RS=Serbia</xs:documentation>
   
<xs:documentation>SC=Seychelles</xs:documentation>
   
<xs:documentation>SL=Sierra Leone</xs:documentation>
   
<xs:documentation>SG=Singapore</xs:documentation>
   
<xs:documentation>SK=Slovakia</xs:documentation>
   
<xs:documentation>SI=Slovenia</xs:documentation>
   
<xs:documentation>SB=Solomon Islands</xs:documentation>
   
<xs:documentation>SO=Somalia</xs:documentation>
   
<xs:documentation>ZA=South Africa</xs:documentation>
   
<xs:documentation>GS=South Georgia and the South Sandwich Islands</xs:documentation>
   
<xs:documentation>SS=South Sudan</xs:documentation>
   
<xs:documentation>ES=Spain</xs:documentation>
   
<xs:documentation>LK=Sri Lanka</xs:documentation>
   
<xs:documentation>SD=Sudan</xs:documentation>
   
<xs:documentation>SR=Suriname *</xs:documentation>
   
<xs:documentation>SJ=Svalbard and Jan Mayen Islands</xs:documentation>
   
<xs:documentation>SZ=Swaziland</xs:documentation>
   
<xs:documentation>SE=Sweden</xs:documentation>
   
<xs:documentation>CH=Switzerland</xs:documentation>
   
<xs:documentation>SY=Syrian Arab Republic (Syria)</xs:documentation>
   
<xs:documentation>TJ=Tajikistan</xs:documentation>
   
<xs:documentation>TH=Thailand</xs:documentation>
   
<xs:documentation>TL=Timor-Leste</xs:documentation>
   
<xs:documentation>TG=Togo</xs:documentation>
   
<xs:documentation>TK=Tokelau</xs:documentation>
   
<xs:documentation>TO=Tonga</xs:documentation>
   
<xs:documentation>TT=Trinidad and Tobago</xs:documentation>
   
<xs:documentation>TN=Tunisia</xs:documentation>
   
<xs:documentation>TR=Turkey</xs:documentation>
   
<xs:documentation>TM=Turkmenistan</xs:documentation>
   
<xs:documentation>TC=Turks and Caicos Islands</xs:documentation>
   
<xs:documentation>TV=Tuvalu</xs:documentation>
   
<xs:documentation>UG=Uganda</xs:documentation>
   
<xs:documentation>UA=Ukraine</xs:documentation>
   
<xs:documentation>AE=United Arab Emirates</xs:documentation>
   
<xs:documentation>GB=United Kingdom</xs:documentation>
   
<xs:documentation>TZ=United Republic of Tanzania</xs:documentation>
   
<xs:documentation>UM=United States Minor Outlying Islands</xs:documentation>
   
<xs:documentation>US=United States of America</xs:documentation>
   
<xs:documentation>UY=Uruguay</xs:documentation>
   
<xs:documentation>VI=US Virgin Islands</xs:documentation>
   
<xs:documentation>UZ=Uzbekistan</xs:documentation>
   
<xs:documentation>VU=Vanuatu</xs:documentation>
   
<xs:documentation>VE=Venezuela (Bolivarian Republic of)</xs:documentation>
   
<xs:documentation>VN=Viet Nam</xs:documentation>
   
<xs:documentation>WF=Wallis and Futuna Islands</xs:documentation>
   
<xs:documentation>EH=Western Sahara</xs:documentation>
   
<xs:documentation>YE=Yemen</xs:documentation>
   
<xs:documentation>ZM=Zambia</xs:documentation>
   
<xs:documentation>ZW=Zimbabwe</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="2"/>
 
</xs:restriction>
</xs:simpleType>

simpleType description_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute pairedSwapOrSwaptionActivityType/@description
facets
Kind Value Annotation
maxLength 4000
annotation
documentation
Textual description or explanation.
source <xs:simpleType name="description_t">
 
<xs:annotation>
   
<xs:documentation>Textual description or explanation.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="4000"/>
 
</xs:restriction>
</xs:simpleType>

simpleType email_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes newUserRequestType/@email cftcHeaderType/@email communictionGroup_t/@email
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Internet electronic mail address
source <xs:simpleType name="email_t">
 
<xs:annotation>
   
<xs:documentation>Internet electronic mail address</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>

simpleType employerName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes employerGroup_t/@employerName relatedAccountRolesGroup_t/@employerName
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Employer name
source <xs:simpleType name="employerName_t">
 
<xs:annotation>
   
<xs:documentation>Employer name</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="512"/>
 
</xs:restriction>
</xs:simpleType>

simpleType entityType_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityType/@entityType cftcForm40Type/@entityType cftcForm71Type/@entityType cftcForm102Type/@entityType
facets
Kind Value Annotation
length 2
enumeration LE
enumeration NP
annotation
documentation
Nature of the entity.
documentation
LE=Legal Entity
documentation
NP=Natural Person
source <xs:simpleType name="entityType_t">
 
<xs:annotation>
   
<xs:documentation>Nature of the entity.</xs:documentation>
   
<xs:documentation>LE=Legal Entity</xs:documentation>
   
<xs:documentation>NP=Natural Person</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="2"/>
   
<xs:enumeration value="LE"/>
   
<xs:enumeration value="NP"/>
 
</xs:restriction>
</xs:simpleType>

simpleType firstName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes newUserRequestType/@firstName nameGroup_t/@firstName
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person first name.
source <xs:simpleType name="firstName_t">
 
<xs:annotation>
   
<xs:documentation>Natural person first name.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="200"/>
 
</xs:restriction>
</xs:simpleType>

simpleType followOnInformationToCome_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm102Type/@followOnInformationToCome
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Follow-on information to be provided indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="followOnInformationToCome_t">
 
<xs:annotation>
   
<xs:documentation>Follow-on information to be provided indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType foreignPrivacyException_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedAccountRolesGroup_t/@foreignPrivacyException
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Used to identify contact fields that are covered by foreign privacy-protection laws.
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="foreignPrivacyException_t">
 
<xs:annotation>
   
<xs:documentation>Used to identify contact fields that are covered by foreign privacy-protection laws.</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType formCount_t
namespace http://cftc.gov.us/cftc-shared
type xs:int
properties
base xs:int
used by
attribute cftcHeaderType/@formCount
annotation
documentation
Total number of enclosed forms.
source <xs:simpleType name="formCount_t">
 
<xs:annotation>
   
<xs:documentation>Total number of enclosed forms.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:int"/>
</xs:simpleType>

simpleType formNumber_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes cftcForm40Type/@formNumber cftcForm71Type/@formNumber cftcForm102Type/@formNumber
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration 40
enumeration 71
enumeration 102
annotation
documentation
Designation indicating type of CFTC Form filed.
documentation
40=CFTC FORM 40 Statement of Reporting Trader
documentation
71=CFTC FORM 71 Identification of Omnibus Accounts and Sub-Accounts
documentation
102=CFTC FORM 102 Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts
source <xs:simpleType name="formNumber_t">
 
<xs:annotation>
   
<xs:documentation>Designation indicating type of CFTC Form filed.</xs:documentation>
   
<xs:documentation>40=CFTC FORM 40 Statement of Reporting Trader</xs:documentation>
   
<xs:documentation>71=CFTC FORM 71 Identification of Omnibus Accounts and Sub-Accounts</xs:documentation>
   
<xs:documentation>102=CFTC FORM 102 Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="2"/>
   
<xs:maxLength value="3"/>
   
<xs:enumeration value="40"/>
   
<xs:enumeration value="71"/>
   
<xs:enumeration value="102"/>
 
</xs:restriction>
</xs:simpleType>

simpleType generation_t
namespace http://cftc.gov.us/cftc-shared
type xs:integer
properties
base xs:integer
used by
attribute relatedEntityConditionsGroup_t/@generation
annotation
documentation
Generation level relative to reporting firm (e.g., -2,-1,0,+1,+2).
source <xs:simpleType name="generation_t">
 
<xs:annotation>
   
<xs:documentation>Generation level relative to reporting firm (e.g., -2,-1,0,+1,+2).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer"/>
</xs:simpleType>

simpleType informationType_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/@informationType cftcForm71Type/@informationType cftcForm102Type/@informationType
facets
Kind Value Annotation
length 1
enumeration N
enumeration M
annotation
documentation
Indicates whether the account information is new or a modification update.
documentation
N=New
documentation
M=Modified
documentation
C=Corrected
source <xs:simpleType name="informationType_t">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the account information is new or a modification update.</xs:documentation>
   
<xs:documentation>N=New</xs:documentation>
   
<xs:documentation>M=Modified</xs:documentation>
   
<xs:documentation>C=Corrected</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="M"/>
 
</xs:restriction>
</xs:simpleType>

simpleType initiatedCommodityIndexTrading_t
namespace http://cftc.gov.us/cftc-shared
type xs:date
properties
base xs:date
used by
attribute cftcForm40Type/@initiatedCommodityIndexTrading
annotation
documentation
Year and month CIT activities began.
source <xs:simpleType name="initiatedCommodityIndexTrading_t">
 
<xs:annotation>
   
<xs:documentation>Year and month CIT activities began.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:date"/>
</xs:simpleType>

simpleType isAffiliate_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityRolesGroup_t/@isAffiliate relatedEntityConditionsGroup_t/@isAffiliate
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Affiliate participant indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isAffiliate_t">
 
<xs:annotation>
   
<xs:documentation>Affiliate participant indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isAlternateTradeControl_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedEntityConditionsGroup_t/@isAlternateTradeControl
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Alternate control of trading indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isAlternateTradeControl_t">
 
<xs:annotation>
   
<xs:documentation>Alternate control of trading indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isAuthorizedRepresentative_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes contactType/@isAuthorizedRepresentative relatedContactForm40Type/@isAuthorizedRepresentative
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Clearing member indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isAuthorizedRepresentative_t">
 
<xs:annotation>
   
<xs:documentation>Clearing member indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCM_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/omnibusAcctCarrier/@isCM cftcForm71Type/@isCM cftcForm102Type/@isCM
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Clearing member indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCM_t">
 
<xs:annotation>
   
<xs:documentation>Clearing member indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCommodityIndexTrader_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Commodity index trader indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCommodityIndexTrader_t">
 
<xs:annotation>
   
<xs:documentation>Commodity index trader indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCommodityIndexTraderInvestor_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm40Type/@isCommodityIndexTrader_investor
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Commodity index trader investor indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCommodityIndexTraderInvestor_t">
 
<xs:annotation>
   
<xs:documentation>Commodity index trader investor indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCommodityIndexTraderManager_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm40Type/@isCommodityIndexTrader_manager
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Commodity index trader manager indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCommodityIndexTraderManager_t">
 
<xs:annotation>
   
<xs:documentation>Commodity index trader manager indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCommodityPool_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/@isCommodityPool relatedEntityConditionsGroup_t/@isCommodityPool
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Commodity pool indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCommodityPool_t">
 
<xs:annotation>
   
<xs:documentation>Commodity pool indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="Y"/>
   
<xs:enumeration value="N"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCommodityPoolOperator_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/@isCommodityPoolOperator relatedEntityRolesGroup_t/@isCommodityPoolOperator relatedEntityConditionsGroup_t/@isCommodityPoolOperator
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Commodity pool operator indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCommodityPoolOperator_t">
 
<xs:annotation>
   
<xs:documentation>Commodity pool operator indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="Y"/>
   
<xs:enumeration value="N"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCommodityPoolParticipant_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedEntityConditionsGroup_t/@isCommodityPoolParticipant
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Commodity pool participant indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCommodityPoolParticipant_t">
 
<xs:annotation>
   
<xs:documentation>Commodity pool participant indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="Y"/>
   
<xs:enumeration value="N"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isController_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedAccountRolesGroup_t/@isController
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Account controller indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isController_t">
 
<xs:annotation>
   
<xs:documentation>Account controller indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isCounterparty_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedAccountRolesGroup_t/@isCounterparty
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Counterparty indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isCounterparty_t">
 
<xs:annotation>
   
<xs:documentation>Counterparty indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isDerivativesPOC_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute pocGroup_t/@isDerivativesPOC
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Derivatives trading POC indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isDerivativesPOC_t">
 
<xs:annotation>
   
<xs:documentation>Derivatives trading POC indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isFB_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/omnibusAcctCarrier/@isFB cftcForm102Type/@isFB
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Foreign broker indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isFB_t">
 
<xs:annotation>
   
<xs:documentation>Foreign broker indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isFCM_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/omnibusAcctCarrier/@isFCM cftcForm102Type/@isFCM relatedAccountRolesGroup_t/@isFCM
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Futures commission merchant indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isFCM_t">
 
<xs:annotation>
   
<xs:documentation>Futures commission merchant indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isForeignAffiliated_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm40Type/@isForeignAffiliated
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Foreign affiliation indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isForeignAffiliated_t">
 
<xs:annotation>
   
<xs:documentation>Foreign affiliation indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isForeignEntity_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm40Type/@isForeignEntity
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Non-domestic entity indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isForeignEntity_t">
 
<xs:annotation>
   
<xs:documentation>Non-domestic entity indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isFormInformationPOC_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute pocGroup_t/@isFormInformationPOC
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Form information POC indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isFormInformationPOC_t">
 
<xs:annotation>
   
<xs:documentation>Form information POC indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isOmnibus_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedAccountType/@isOmnibus cftcForm71Type/@isOmnibus cftcForm102Type/@isOmnibus
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indicates account supports omnibus trades.
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isOmnibus_t">
 
<xs:annotation>
   
<xs:documentation>Indicates account supports omnibus trades.</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isOriginator_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm71Type/@isOriginator relatedAccountRolesGroup_t/@isOriginator
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Originator indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isOriginator_t">
 
<xs:annotation>
   
<xs:documentation>Originator indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isOther_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm102Type/@isOther
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Other type indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isOther_t">
 
<xs:annotation>
   
<xs:documentation>Other type indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isOtherAgreement_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedEntityConditionsGroup_t/@isOtherAgreement
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Has other agreement trading influence or authority indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isOtherAgreement_t">
 
<xs:annotation>
   
<xs:documentation>Has other agreement trading influence or authority indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isOtherInfluence_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedEntityConditionsGroup_t/@isOtherInfluence
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Has other trading influence or authority indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isOtherInfluence_t">
 
<xs:annotation>
   
<xs:documentation>Has other trading influence or authority indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isOwner_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedAccountRolesGroup_t/@isOwner
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Owner indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isOwner_t">
 
<xs:annotation>
   
<xs:documentation>Owner indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isParent_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityRolesGroup_t/@isParent relatedEntityConditionsGroup_t/@isParent
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Parent entity indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isParent_t">
 
<xs:annotation>
   
<xs:documentation>Parent entity indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isPercent_10_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityConditionsGroup_t/@isOwnerPercent_10 relatedEntityConditionsGroup_t/@isOwnershipPercent_10
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Entity 10% interest indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isPercent_10_t">
 
<xs:annotation>
   
<xs:documentation>Entity 10% interest indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isPercent_25_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedEntityConditionsGroup_t/@isPercent_25
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Entity 25% interest indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isPercent_25_t">
 
<xs:annotation>
   
<xs:documentation>Entity 25% interest indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isPrimary_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm40Type/natureOfBusiness/@isPrimary
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indicates primary purpose.
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isPrimary_t">
 
<xs:annotation>
   
<xs:documentation>Indicates primary purpose.</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isPrincipal_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityRolesGroup_t/@isPrincipal relatedEntityConditionsGroup_t/@isPrincipal
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Principal participant indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isPrincipal_t">
 
<xs:annotation>
   
<xs:documentation>Principal participant indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isReportable_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm71Type/@isReportable
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Reportable volume indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isReportable_t">
 
<xs:annotation>
   
<xs:documentation>Reportable volume indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isReportingFirm_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Clearing member indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isReportingFirm_t">
 
<xs:annotation>
   
<xs:documentation>Clearing member indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isRiskManagementPOC_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute pocGroup_t/@isRiskManagementPOC
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Risk Mgmt POC indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isRiskManagementPOC_t">
 
<xs:annotation>
   
<xs:documentation>Risk Mgmt POC indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSameAsReporter_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute pocGroup_t/@isSameAsReporter
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indicated POC is same info as reporter.
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSameAsReporter_t">
 
<xs:annotation>
   
<xs:documentation>Indicated POC is same info as reporter.</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSigned_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/@isSigned cftcForm71Type/@isSigned cftcForm102Type/@isSigned
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indicates electronic sginature affirmation
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSigned_t">
 
<xs:annotation>
   
<xs:documentation>Indicates electronic sginature affirmation</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSpecialAccount_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedAccountType/@isSpecialAccount cftcForm102Type/@isSpecialAccount
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Special account indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSpecialAccount_t">
 
<xs:annotation>
   
<xs:documentation>Special account indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSubsidiary_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityRolesGroup_t/@isSubsidiary relatedEntityConditionsGroup_t/@isSubsidiary
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Subsidiary entity indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSubsidiary_t">
 
<xs:annotation>
   
<xs:documentation>Subsidiary entity indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSwap_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute pairedSwapOrSwaptionActivityType/@isSwap
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Swap activity indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSwap_t">
 
<xs:annotation>
   
<xs:documentation>Swap activity indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSwapDealer_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes cftcForm40Type/@isSwapDealer cftcForm102Type/@isSwapDealer
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Swap dealer indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSwapDealer_t">
 
<xs:annotation>
   
<xs:documentation>Swap dealer indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSwapParticipant_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm40Type/@isSwapParticipant
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Swap participant indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSwapParticipant_t">
 
<xs:annotation>
   
<xs:documentation>Swap participant indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isSwaption_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute pairedSwapOrSwaptionActivityType/@isSwaption
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Swaption activity indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isSwaption_t">
 
<xs:annotation>
   
<xs:documentation>Swaption activity indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isTradeControlFor_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedEntityConditionsGroup_t/@isTradeControlFor
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Controls trading for indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isTradeControlFor_t">
 
<xs:annotation>
   
<xs:documentation>Controls trading for indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isTradesAllocated_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm71Type/@isTradesAllocated
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Trading account indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isTradesAllocated_t">
 
<xs:annotation>
   
<xs:documentation>Trading account indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType isTradingAccount_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute relatedAccountType/@isTradingAccount
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Trading account indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="isTradingAccount_t">
 
<xs:annotation>
   
<xs:documentation>Trading account indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType lastName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes newUserRequestType/@lastName nameGroup_t/@lastName
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person last name.
source <xs:simpleType name="lastName_t">
 
<xs:annotation>
   
<xs:documentation>Natural person last name.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="200"/>
 
</xs:restriction>
</xs:simpleType>

simpleType legalEntityIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes employerGroup_t/@employerLEI relatedAccountRolesGroup_t/@employerLEI relatedEntityType/@legalEntityIdentifier cftcForm40Type/omnibusAcctCarrier/@legalEntityIdentifier cftcForm40Type/@legalEntityIdentifier cftcForm71Type/@legalEntityIdentifier cftcForm102Type/@legalEntityIdentifier
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Identifier assigned to a legal entity
source <xs:simpleType name="legalEntityIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned to a legal entity</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>

simpleType legalEntityName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes newUserRequestType/@legalEntityName relatedEntityType/@legalEntityName cftcForm40Type/omnibusAcctCarrier/@legalEntityName cftcForm40Type/@legalEntityName cftcForm71Type/@legalEntityName cftcForm102Type/@legalEntityName
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Legal entity name.
source <xs:simpleType name="legalEntityName_t">
 
<xs:annotation>
   
<xs:documentation>Legal entity name.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="512"/>
 
</xs:restriction>
</xs:simpleType>

simpleType marketIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes relatedAccountType/relatedAcctInfo/@marketIdentifier cftcForm71Type/acctInfo/@marketIdentifier cftcForm102Type/relatedAcctInfo/@marketIdentifier
facets
Kind Value Annotation
length 4
annotation
documentation
Identification that references a reporting market.
source <xs:simpleType name="marketIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>Identification that references a reporting market.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="4"/>
 
</xs:restriction>
</xs:simpleType>

simpleType middleName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute nameGroup_t/@middleName
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person middle name.
source <xs:simpleType name="middleName_t">
 
<xs:annotation>
   
<xs:documentation>Natural person middle name.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="200"/>
 
</xs:restriction>
</xs:simpleType>

simpleType nameSuffix_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute nameGroup_t/@nameSuffix
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Natural person name suffix.
source <xs:simpleType name="nameSuffix_t">
 
<xs:annotation>
   
<xs:documentation>Natural person name suffix.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>

simpleType NFAIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes employerGroup_t/@employerNFAIdentifier relatedAccountRolesGroup_t/@employerNFAIdentifier relatedContactForm40Type/@NFAIdentifier relatedEntityType/@NFAIdentifier cftcForm40Type/@NFAIdentifier cftcForm71Type/@NFAIdentifier cftcForm102Type/@NFAIdentifier
facets
Kind Value Annotation
maxLength 7
annotation
documentation
Identifier assigned to an entity by the National Futures Association.
source <xs:simpleType name="NFAIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>Identifier assigned to an entity by the National Futures Association.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="7"/>
 
</xs:restriction>
</xs:simpleType>

simpleType omnibusType_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
length 1
enumeration C
enumeration H
annotation
documentation
Indicates whether the account is a House or Customer account
documentation
C=Customer
documentation
H=House
source <xs:simpleType name="omnibusType_t">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the account is a House or Customer account</xs:documentation>
   
<xs:documentation>C=Customer</xs:documentation>
   
<xs:documentation>H=House</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="C"/>
   
<xs:enumeration value="H"/>
 
</xs:restriction>
</xs:simpleType>

simpleType onBehalfOf_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes cftcForm40Type/@onBehalfOf cftcForm71Type/@onBehalfOf cftcForm102Type/@onBehalfOf cftcHeaderType/@onBehalfOf
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Entity on whose behalf the information is being submitted.
source <xs:simpleType name="onBehalfOf_t">
 
<xs:annotation>
   
<xs:documentation>Entity on whose behalf the information is being submitted.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>

simpleType optionalOrSuppFieldsSeparatelyReported_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attributes relatedEntityType/@optionalOrSuppFieldsSeparatelyReported cftcForm102Type/@optionalOrSuppFieldsSeparatelyReported
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Separately reported optional or supplemental fields indicator
documentation
N=No
documentation
Y=Yes
source <xs:simpleType name="optionalOrSuppFieldsSeparatelyReported_t">
 
<xs:annotation>
   
<xs:documentation>Separately reported optional or supplemental fields indicator</xs:documentation>
   
<xs:documentation>N=No</xs:documentation>
   
<xs:documentation>Y=Yes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="1"/>
   
<xs:enumeration value="N"/>
   
<xs:enumeration value="Y"/>
 
</xs:restriction>
</xs:simpleType>

simpleType organizationType_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute newUserRequestType/@organizationType
annotation
documentation
Type of reporting organization.
source <xs:simpleType name="organizationType_t">
 
<xs:annotation>
   
<xs:documentation>Type of reporting organization.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType originalFormNumber_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcForm71Type/@originalFormNumber
facets
Kind Value Annotation
minLength 2
maxLength 3
enumeration 71
enumeration 102
annotation
documentation
Designation indicating original type of CFTC Form filed.
documentation
71=CFTC FORM 71 Identification of Omnibus Accounts and Sub-Accounts
documentation
102=CFTC FORM 102 Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts
source <xs:simpleType name="originalFormNumber_t">
 
<xs:annotation>
   
<xs:documentation>Designation indicating original type of CFTC Form filed.</xs:documentation>
   
<xs:documentation>71=CFTC FORM 71 Identification of Omnibus Accounts and Sub-Accounts</xs:documentation>
   
<xs:documentation>102=CFTC FORM 102 Identification of Special Accounts, Volume Threshold Accounts, and Consolidated Accounts
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="2"/>
   
<xs:maxLength value="3"/>
   
<xs:enumeration value="71"/>
   
<xs:enumeration value="102"/>
 
</xs:restriction>
</xs:simpleType>

simpleType originReason_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute cftcForm102Type/@originReason
facets
Kind Value Annotation
length 2
enumeration CC
enumeration OC
enumeration OM
enumeration OO
annotation
documentation
Indicates reason account is being reported.
documentation
CC=Control
documentation
OC=Ownership and Control
documentation
OM=Omnibus
documentation
OO=Owner or Originator
source <xs:simpleType name="originReason_t">
 
<xs:annotation>
   
<xs:documentation>Indicates reason account is being reported.</xs:documentation>
   
<xs:documentation>CC=Control</xs:documentation>
   
<xs:documentation>OC=Ownership and Control</xs:documentation>
   
<xs:documentation>OM=Omnibus</xs:documentation>
   
<xs:documentation>OO=Owner or Originator</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:length value="2"/>
   
<xs:enumeration value="CC"/>
   
<xs:enumeration value="OC"/>
   
<xs:enumeration value="OM"/>
   
<xs:enumeration value="OO"/>
 
</xs:restriction>
</xs:simpleType>

simpleType otherDescription_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes cftcForm40Type/natureOfBusiness/@otherBusinessPurposeDescription cftcForm40Type/natureOfBusiness/@otherBusinessSectorDescription cftcForm40Type/natureOfBusiness/@otherBusinessSubSectorDescription cftcForm102Type/@otherDescription
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Describes the otherwise involvement in the commodities markets
source <xs:simpleType name="otherDescription_t">
 
<xs:annotation>
   
<xs:documentation>Describes the otherwise involvement in the commodities markets</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>

simpleType postalCode_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute addressGroup_t/@postalCode
facets
Kind Value Annotation
maxLength 10
annotation
documentation
Identifier used for mail delivery routing
source <xs:simpleType name="postalCode_t">
 
<xs:annotation>
   
<xs:documentation>Identifier used for mail delivery routing</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>

simpleType publicIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute cftcForm40Type/@publicIdentifier
annotation
documentation
CFTC identifier assigned to a trader.
source <xs:simpleType name="publicIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>CFTC identifier assigned to a trader.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType reasonForRequest_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
used by
attribute newUserRequestType/@reasonForRequest
annotation
documentation
Reason for submitting user request
source <xs:simpleType name="reasonForRequest_t">
 
<xs:annotation>
   
<xs:documentation>Reason for submitting user request</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType relationship_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes contactType/@relationship relatedContactType/@relationship relatedContactForm40Type/@relationship cftcForm40Type/foreignAffiliation/@relationship relatedAccountRolesGroup_t/@relationship
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Nature of relationship.
source <xs:simpleType name="relationship_t">
 
<xs:annotation>
   
<xs:documentation>Nature of relationship.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

simpleType relationToOwner_t
namespace http://cftc.gov.us/cftc-shared
type xs:string
properties
base xs:string
annotation
documentation
Nature of controller relation to owner.
source <xs:simpleType name="relationToOwner_t">
 
<xs:annotation>
   
<xs:documentation>Nature of controller relation to owner.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType reportingIdentifier_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes newUserRequestType/@reportingIdentifier cftcForm71Type/@reportingIdentifier cftcForm102Type/@reportingIdentifier
facets
Kind Value Annotation
length 3
annotation
documentation
CFTC identifier assigned to a reporting entity.
source <xs:simpleType name="reportingIdentifier_t">
 
<xs:annotation>
   
<xs:documentation>CFTC identifier assigned to a reporting entity.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="3"/>
 
</xs:restriction>
</xs:simpleType>

simpleType routingFileName_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcHeaderType/@routingFileName
facets
Kind Value Annotation
maxLength 100
annotation
documentation
CFTC portal data routing file name.
source <xs:simpleType name="routingFileName_t">
 
<xs:annotation>
   
<xs:documentation>CFTC portal data routing file name.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>

simpleType sentBy_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute cftcHeaderType/@sentBy
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Entity submitting the information.
source <xs:simpleType name="sentBy_t">
 
<xs:annotation>
   
<xs:documentation>Entity submitting the information.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>

simpleType sentDate_t
namespace http://cftc.gov.us/cftc-shared
type xs:dateTime
properties
base xs:dateTime
used by
attribute cftcHeaderType/@sentDate
annotation
documentation
Transmission datetime.
source <xs:simpleType name="sentDate_t">
 
<xs:annotation>
   
<xs:documentation>Transmission datetime.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:dateTime"/>
</xs:simpleType>

simpleType state_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute addressGroup_t/@state
facets
Kind Value Annotation
minLength 1
maxLength 3
annotation
documentation
ISO code used to designate a state, province, territory, or other subdivision of a country.
source <xs:simpleType name="state_t">
 
<xs:annotation>
   
<xs:documentation>ISO code used to designate a state, province, territory, or other subdivision of a country.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="3"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>

simpleType street_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute addressGroup_t/@street
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Physical location address
source <xs:simpleType name="street_t">
 
<xs:annotation>
   
<xs:documentation>Physical location address</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

simpleType submitDate_t
namespace http://cftc.gov.us/cftc-shared
type xs:dateTime
properties
base xs:dateTime
used by
attributes cftcForm40Type/@submitDate cftcForm71Type/@submitDate cftcForm102Type/@submitDate
annotation
documentation
Submission date.
source <xs:simpleType name="submitDate_t">
 
<xs:annotation>
   
<xs:documentation>Submission date.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:dateTime"/>
</xs:simpleType>

simpleType suite_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute addressGroup_t/@suite
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Office suite or apartment designation.
source <xs:simpleType name="suite_t">
 
<xs:annotation>
   
<xs:documentation>Office suite or apartment designation.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

simpleType telephone_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes newUserRequestType/@telephone communictionGroup_t/@telephone
facets
Kind Value Annotation
maxLength 20
annotation
documentation
The telephone number including dialing prefixes, area codes, and country codes.
source <xs:simpleType name="telephone_t">
 
<xs:annotation>
   
<xs:documentation>The telephone number including dialing prefixes, area codes, and country codes.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>

simpleType titleOrPosition_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attributes contactType/@titleOrPosition relatedContactType/@titleOrPosition relatedContactForm40Type/@titleOrPosition relatedAccountRolesGroup_t/@titleOrPosition
facets
Kind Value Annotation
maxLength 200
annotation
documentation
The official employment title or position name assigned to an employee
source <xs:simpleType name="titleOrPosition_t">
 
<xs:annotation>
   
<xs:documentation>The official employment title or position name assigned to an employee</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="200"/>
 
</xs:restriction>
</xs:simpleType>

simpleType toWhatDegree_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:string
properties
base xs:string
used by
attribute relatedEntityConditionsGroup_t/@toWhatDegree
facets
Kind Value Annotation
length 1
enumeration A
enumeration S
enumeration N
annotation
documentation
Degree of trading influence or contol
documentation
A=Complete Influence or Control
documentation
S=Some Influence or Contol
documentation
N=No Influence or Contol
source <xs:simpleType name="toWhatDegree_t">
 
<xs:annotation>
   
<xs:documentation>Degree of trading influence or contol</xs:documentation>
   
<xs:documentation>A=Complete Influence or Control</xs:documentation>
   
<xs:documentation>S=Some Influence or Contol</xs:documentation>
   
<xs:documentation>N=No Influence or Contol</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="1"/>
   
<xs:enumeration value="A"/>
   
<xs:enumeration value="S"/>
   
<xs:enumeration value="N"/>
 
</xs:restriction>
</xs:simpleType>

simpleType website_t
namespace http://cftc.gov.us/cftc-shared
type restriction of xs:anyURI
properties
base xs:anyURI
used by
attributes relatedEntityType/@website cftcForm40Type/@website cftcForm71Type/@website cftcForm102Type/@website
facets
Kind Value Annotation
maxLength 512
annotation
documentation
URL associated with the entity's internet presence.
source <xs:simpleType name="website_t">
 
<xs:annotation>
   
<xs:documentation>URL associated with the entity's internet presence.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:anyURI">
   
<xs:maxLength value="512"/>
   
<!--<xs:pattern value="(https?://)?([wW{3}])([\da-zA-Z\.-]+)\.([a-zA-Z\.]{2,6})([/\w \+&amp;%$#_.]*)*/?"/>-->
 
</xs:restriction>
</xs:simpleType>

attributeGroup addressGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
complexTypes cftcForm102Type cftcForm40Type cftcForm71Type relatedContactForm40Type relatedEntityType
attributes
Name  Type  Use  Default  Fixed  Annotation
street  cs:street_t  optional      
documentation
Street address element.
suite  cs:suite_t  optional      
documentation
Sub-street address element.
city  cs:city_t  optional      
documentation
City address element.
state  cs:state_t  optional      
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
country  cs:country_t  optional      
documentation
ISO alpha-2 country code address element.
postalCode  cs:postalCode_t  optional      
documentation
Postal code address element.
annotation
documentation
Attributes describing an address.
source <xs:attributeGroup name="addressGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing an address.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="street" type="cs:street_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Street address element.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="suite" type="cs:suite_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Sub-street address element.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="city" type="cs:city_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>City address element.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="state" type="cs:state_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="country" type="cs:country_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>ISO alpha-2 country code address element.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="postalCode" type="cs:postalCode_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Postal code address element.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute addressGroup_t/@street
type cs:street_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Street address element.
source <xs:attribute name="street" type="cs:street_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Street address element.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute addressGroup_t/@suite
type cs:suite_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Sub-street address element.
source <xs:attribute name="suite" type="cs:suite_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Sub-street address element.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute addressGroup_t/@city
type cs:city_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
City address element.
source <xs:attribute name="city" type="cs:city_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>City address element.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute addressGroup_t/@state
type cs:state_t
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 3
annotation
documentation
ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.
source <xs:attribute name="state" type="cs:state_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>ISO3166-2 geopolitical subdivision code; 1-3 alphanumeric characters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute addressGroup_t/@country
type cs:country_t
properties
use optional
facets
Kind Value Annotation
length 2
annotation
documentation
ISO alpha-2 country code address element.
source <xs:attribute name="country" type="cs:country_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>ISO alpha-2 country code address element.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute addressGroup_t/@postalCode
type cs:postalCode_t
properties
use optional
facets
Kind Value Annotation
maxLength 10
annotation
documentation
Postal code address element.
source <xs:attribute name="postalCode" type="cs:postalCode_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Postal code address element.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup communictionGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
complexTypes cftcForm40Type cftcForm71Type contactType relatedContactForm40Type relatedContactType relatedEntityType
attributes
Name  Type  Use  Default  Fixed  Annotation
telephone  derived by: cs:telephone_t  optional      
documentation
Voice telephone number.
email  cs:email_t  optional      
documentation
Electronic mail address.
annotation
documentation
Attributes describing electronic communication means.
source <xs:attributeGroup name="communictionGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing electronic communication means.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="telephone" use="optional">
   
<xs:annotation>
     
<xs:documentation>Voice telephone number.</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="cs:telephone_t"/>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="email" type="cs:email_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Electronic mail address.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute communictionGroup_t/@telephone
type restriction of cs:telephone_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Voice telephone number.
source <xs:attribute name="telephone" use="optional">
 
<xs:annotation>
   
<xs:documentation>Voice telephone number.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="cs:telephone_t"/>
 
</xs:simpleType>
</xs:attribute>

attribute communictionGroup_t/@email
type cs:email_t
properties
use optional
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Electronic mail address.
source <xs:attribute name="email" type="cs:email_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Electronic mail address.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup employerGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
element cftcForm40Type/relatedEntity
complexTypes cftcForm40Type contactType relatedContactForm40Type relatedContactType
attributes
Name  Type  Use  Default  Fixed  Annotation
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued identifier.
annotation
documentation
Attributes describing employer characteristics.
source <xs:attributeGroup name="employerGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing employer characteristics.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="employerName" type="cs:employerName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Employer name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="employerNFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Employer NFA-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="employerLEI" type="cs:legalEntityIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Employer CICI/LEI-issued identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute employerGroup_t/@employerName
type cs:employerName_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Employer name.
source <xs:attribute name="employerName" type="cs:employerName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Employer name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute employerGroup_t/@employerNFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
Employer NFA-issued ID.
source <xs:attribute name="employerNFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Employer NFA-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute employerGroup_t/@employerLEI
type cs:legalEntityIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Employer CICI/LEI-issued identifier.
source <xs:attribute name="employerLEI" type="cs:legalEntityIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Employer CICI/LEI-issued identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup nameGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
complexTypes cftcForm40Type cftcForm71Type contactType relatedContactForm40Type relatedContactType relatedEntityType
attributes
Name  Type  Use  Default  Fixed  Annotation
lastName  cs:lastName_t  optional      
documentation
Natural person surname.
firstName  cs:firstName_t  optional      
documentation
Natural person first name.
middleName  cs:middleName_t  optional      
documentation
Natural person middle name.
nameSuffix  cs:nameSuffix_t  optional      
documentation
Natural person name suffix (e.g., Jr., Sr. III).
annotation
documentation
Attributes describing the name of a natural person
source <xs:attributeGroup name="nameGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing the name of a natural person</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="lastName" type="cs:lastName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Natural person surname.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="firstName" type="cs:firstName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Natural person first name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="middleName" type="cs:middleName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Natural person middle name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="nameSuffix" type="cs:nameSuffix_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Natural person name suffix (e.g., Jr., Sr. III).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute nameGroup_t/@lastName
type cs:lastName_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person surname.
source <xs:attribute name="lastName" type="cs:lastName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Natural person surname.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nameGroup_t/@firstName
type cs:firstName_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person first name.
source <xs:attribute name="firstName" type="cs:firstName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Natural person first name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nameGroup_t/@middleName
type cs:middleName_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Natural person middle name.
source <xs:attribute name="middleName" type="cs:middleName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Natural person middle name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nameGroup_t/@nameSuffix
type cs:nameSuffix_t
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Natural person name suffix (e.g., Jr., Sr. III).
source <xs:attribute name="nameSuffix" type="cs:nameSuffix_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Natural person name suffix (e.g., Jr., Sr. III).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup pocGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
complexType relatedContactForm40Type
attributes
Name  Type  Use  Default  Fixed  Annotation
isSameAsReporter  cs:isSameAsReporter_t  required      
documentation
Indication contact is same as reporting entity; default =  N.
isDerivativesPOC  cs:isDerivativesPOC_t  required      
documentation
Indication contact is a the derivatives POC; default =  N.
isRiskManagementPOC  cs:isRiskManagementPOC_t  required      
documentation
Indication contact is a the risk management POC; default =  N.
isFormInformationPOC  cs:isFormInformationPOC_t  required      
documentation
Indication contact is a the form 40 info POC; default =  N.
annotation
documentation
Attributes describing trader POCs
source <xs:attributeGroup name="pocGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing trader POCs</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isSameAsReporter" type="cs:isSameAsReporter_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication contact is same as reporting entity; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isDerivativesPOC" type="cs:isDerivativesPOC_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication contact is a the derivatives POC; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isRiskManagementPOC" type="cs:isRiskManagementPOC_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication contact is a the risk management POC; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isFormInformationPOC" type="cs:isFormInformationPOC_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication contact is a the form 40 info POC; default =  N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute pocGroup_t/@isSameAsReporter
type cs:isSameAsReporter_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication contact is same as reporting entity; default =  N.
source <xs:attribute name="isSameAsReporter" type="cs:isSameAsReporter_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication contact is same as reporting entity; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute pocGroup_t/@isDerivativesPOC
type cs:isDerivativesPOC_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication contact is a the derivatives POC; default =  N.
source <xs:attribute name="isDerivativesPOC" type="cs:isDerivativesPOC_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication contact is a the derivatives POC; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute pocGroup_t/@isRiskManagementPOC
type cs:isRiskManagementPOC_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication contact is a the risk management POC; default =  N.
source <xs:attribute name="isRiskManagementPOC" type="cs:isRiskManagementPOC_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication contact is a the risk management POC; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute pocGroup_t/@isFormInformationPOC
type cs:isFormInformationPOC_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication contact is a the form 40 info POC; default =  N.
source <xs:attribute name="isFormInformationPOC" type="cs:isFormInformationPOC_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication contact is a the form 40 info POC; default =  N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup relatedAccountRolesGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
elements relatedAccountType/relatedEntity cftcForm102Type/relatedEntity
attributes
Name  Type  Use  Default  Fixed  Annotation
isOriginator  cs:isOriginator_t  required      
documentation
Indication entity is originator; default = N.
isOwner  cs:isOwner_t  required      
documentation
Indication entity is owner; default = N.
isController  cs:isController_t  required      
documentation
Indication entity is controller; default = N.
isCounterparty  cs:isCounterparty_t  optional      
documentation
Indication entity is a trade counterparty; default = N.
isFCM  cs:isFCM_t  required      
documentation
Indication entity is Futures Commission Merchant; default = N.
titleOrPosition  cs:titleOrPosition_t  optional      
documentation
Title or position of a natural person.
relationship  cs:relationship_t  optional      
documentation
Nature of relationship.
employerName  cs:employerName_t  optional      
documentation
Employer name.
employerLEI  cs:legalEntityIdentifier_t  optional      
documentation
Employer CICI/LEI-issued ID.
employerNFAIdentifier  cs:NFAIdentifier_t  optional      
documentation
Employer NFA-issued ID.
clientReportingIssue  cs:clientReportingIssue_t        
documentation
Used to identify data reporting quality for trading account controller fields.
foreignPrivacyException  cs:foreignPrivacyException_t        
documentation
Used to identify contact fields that are covered by foreign privacy-protection laws.
annotation
documentation
Attributes describing the entity roles for an account
source <xs:attributeGroup name="relatedAccountRolesGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing the entity roles for an account</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isOriginator" type="cs:isOriginator_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is originator; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOwner" type="cs:isOwner_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is owner; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isController" type="cs:isController_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is controller; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCounterparty" type="cs:isCounterparty_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Indication entity is a trade counterparty; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is Futures Commission Merchant; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Title or position of a natural person.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="relationship" type="cs:relationship_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Nature of relationship.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="employerName" type="cs:employerName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Employer name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="employerLEI" type="cs:legalEntityIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Employer CICI/LEI-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="employerNFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Employer NFA-issued ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="clientReportingIssue" type="cs:clientReportingIssue_t">
   
<xs:annotation>
     
<xs:documentation>Used to identify data reporting quality for trading account controller fields.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="foreignPrivacyException" type="cs:foreignPrivacyException_t">
   
<xs:annotation>
     
<xs:documentation>Used to identify contact fields that are covered by foreign privacy-protection laws.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute relatedAccountRolesGroup_t/@isOriginator
type cs:isOriginator_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is originator; default = N.
source <xs:attribute name="isOriginator" type="cs:isOriginator_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is originator; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@isOwner
type cs:isOwner_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is owner; default = N.
source <xs:attribute name="isOwner" type="cs:isOwner_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is owner; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@isController
type cs:isController_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is controller; default = N.
source <xs:attribute name="isController" type="cs:isController_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is controller; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@isCounterparty
type cs:isCounterparty_t
properties
use optional
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is a trade counterparty; default = N.
source <xs:attribute name="isCounterparty" type="cs:isCounterparty_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Indication entity is a trade counterparty; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@isFCM
type cs:isFCM_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is Futures Commission Merchant; default = N.
source <xs:attribute name="isFCM" type="cs:isFCM_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is Futures Commission Merchant; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@titleOrPosition
type cs:titleOrPosition_t
properties
use optional
facets
Kind Value Annotation
maxLength 200
annotation
documentation
Title or position of a natural person.
source <xs:attribute name="titleOrPosition" type="cs:titleOrPosition_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Title or position of a natural person.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@relationship
type cs:relationship_t
properties
use optional
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Nature of relationship.
source <xs:attribute name="relationship" type="cs:relationship_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Nature of relationship.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@employerName
type cs:employerName_t
properties
use optional
facets
Kind Value Annotation
maxLength 512
annotation
documentation
Employer name.
source <xs:attribute name="employerName" type="cs:employerName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Employer name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@employerLEI
type cs:legalEntityIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 20
annotation
documentation
Employer CICI/LEI-issued ID.
source <xs:attribute name="employerLEI" type="cs:legalEntityIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Employer CICI/LEI-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@employerNFAIdentifier
type cs:NFAIdentifier_t
properties
use optional
facets
Kind Value Annotation
maxLength 7
annotation
documentation
Employer NFA-issued ID.
source <xs:attribute name="employerNFAIdentifier" type="cs:NFAIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Employer NFA-issued ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@clientReportingIssue
type cs:clientReportingIssue_t
facets
Kind Value Annotation
enumeration 0
enumeration 1
enumeration 2
annotation
documentation
Used to identify data reporting quality for trading account controller fields.
source <xs:attribute name="clientReportingIssue" type="cs:clientReportingIssue_t">
 
<xs:annotation>
   
<xs:documentation>Used to identify data reporting quality for trading account controller fields.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedAccountRolesGroup_t/@foreignPrivacyException
type cs:foreignPrivacyException_t
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Used to identify contact fields that are covered by foreign privacy-protection laws.
source <xs:attribute name="foreignPrivacyException" type="cs:foreignPrivacyException_t">
 
<xs:annotation>
   
<xs:documentation>Used to identify contact fields that are covered by foreign privacy-protection laws.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup relatedEntityConditionsGroup_t
namespace http://cftc.gov.us/cftc-shared
used by
element cftcForm40Type/relatedEntity
attributes
Name  Type  Use  Default  Fixed  Annotation
isParent  cs:isParent_t  required      
documentation
Indication entity is parent to reporting entity; default = N.
adjacentSubsidiaryIdentifier  cs:adjacentSubsidiaryIdentifier_t  optional      
documentation
Related adjacent subsidiary ID.
adjacentSubsidiaryIdentifierType  cs:adjacentSubsidiaryIdentifierType_t  optional      
documentation
Related adjacent subsidiary ID type (e.g., NFA, LEI).
adjacentSubsidiaryName  cs:adjacentSubsidiaryName_t  optional      
documentation
Related adjacent subsidiary name.
isSubsidiary  cs:isSubsidiary_t  required      
documentation
Indication entity is subsidiary to reporting entity; default = N.
adjacentParentIdentifier  cs:adjacentParentIdentifier_t  optional      
documentation
Related adjacent parent ID.
adjacentParentIdentifierType  cs:adjacentParentIdentifierType_t  optional      
documentation
Related adjacent parent ID type (e.g., NFA, LEI).
adjacentParentName  cs:adjacentParentName_t  optional      
documentation
Related adjacent parent name.
generation  cs:generation_t  optional      
documentation
Indication of generation separation above or below reporting entity.
isOwnerPercent_10  cs:isPercent_10_t  required      
documentation
Indication entity is 10% owner of the reporting entity; default = N.
isOwnershipPercent_10  cs:isPercent_10_t  required      
documentation
Indication entity is 10% owned by the reporting entity; default = N.
isAffiliate  cs:isAffiliate_t  required      
documentation
Indication entity is affiliate; default = N.
isPrincipal  cs:isPrincipal_t  required      
documentation
Indication entity is principle; default = N.
isCommodityPool  cs:isCommodityPool_t  required      
documentation
Indication entity is commodity pool; default = N.
isCommodityPoolOperator  cs:isCommodityPoolOperator_t  required      
documentation
Indication entity is commodity pool operator; default = N.
isCommodityPoolParticipant  cs:isCommodityPoolParticipant_t  required      
documentation
Indication entity is commodity pool participant; default = N.
isPercent_25  cs:isPercent_25_t  required      
documentation
Indicates 25% interest; default = N.
isAlternateTradeControl  cs:isAlternateTradeControl_t  required      
documentation
Indication related entity is alternate trade control; default = N.
isTradeControlFor  cs:isTradeControlFor_t  required      
documentation
Indication entity is trade contol for related entity; default = N.
isOtherInfluence  cs:isOtherInfluence_t  required      
documentation
Indication entity is other influence; default = N.
isOtherAgreement  cs:isOtherAgreement_t  required      
documentation
Indication entity is other agreement; default = N.
toWhatDegree  cs:toWhatDegree_t  required      
documentation
Indication of degree of influence or control; default = None.
annotation
documentation
CFTC 40, Related Entity conditions.
source <xs:attributeGroup name="relatedEntityConditionsGroup_t">
 
<xs:annotation>
   
<xs:documentation>CFTC 40, Related Entity conditions.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isParent" type="cs:isParent_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is parent to reporting entity; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="adjacentSubsidiaryIdentifier" type="cs:adjacentSubsidiaryIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related adjacent subsidiary ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="adjacentSubsidiaryIdentifierType" type="cs:adjacentSubsidiaryIdentifierType_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related adjacent subsidiary ID type (e.g., NFA, LEI).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="adjacentSubsidiaryName" type="cs:adjacentSubsidiaryName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related adjacent subsidiary name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isSubsidiary" type="cs:isSubsidiary_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is subsidiary to reporting entity; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="adjacentParentIdentifier" type="cs:adjacentParentIdentifier_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related adjacent parent ID.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="adjacentParentIdentifierType" type="cs:adjacentParentIdentifierType_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related adjacent parent ID type (e.g., NFA, LEI).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="adjacentParentName" type="cs:adjacentParentName_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Related adjacent parent name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="generation" type="cs:generation_t" use="optional">
   
<xs:annotation>
     
<xs:documentation>Indication of generation separation above or below reporting entity.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOwnerPercent_10" type="cs:isPercent_10_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is 10% owner of the reporting entity; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOwnershipPercent_10" type="cs:isPercent_10_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is 10% owned by the reporting entity; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isAffiliate" type="cs:isAffiliate_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is affiliate; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isPrincipal" type="cs:isPrincipal_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is principle; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityPool" type="cs:isCommodityPool_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is commodity pool; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityPoolOperator" type="cs:isCommodityPoolOperator_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is commodity pool operator; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isCommodityPoolParticipant" type="cs:isCommodityPoolParticipant_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is commodity pool participant; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isPercent_25" type="cs:isPercent_25_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indicates 25% interest; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isAlternateTradeControl" type="cs:isAlternateTradeControl_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication related entity is alternate trade control; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isTradeControlFor" type="cs:isTradeControlFor_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is trade contol for related entity; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOtherInfluence" type="cs:isOtherInfluence_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is other influence; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="isOtherAgreement" type="cs:isOtherAgreement_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication entity is other agreement; default = N.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="toWhatDegree" type="cs:toWhatDegree_t" use="required">
   
<xs:annotation>
     
<xs:documentation>Indication of degree of influence or control; default = None.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute relatedEntityConditionsGroup_t/@isParent
type cs:isParent_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is parent to reporting entity; default = N.
source <xs:attribute name="isParent" type="cs:isParent_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is parent to reporting entity; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@adjacentSubsidiaryIdentifier
type cs:adjacentSubsidiaryIdentifier_t
properties
use optional
annotation
documentation
Related adjacent subsidiary ID.
source <xs:attribute name="adjacentSubsidiaryIdentifier" type="cs:adjacentSubsidiaryIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related adjacent subsidiary ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@adjacentSubsidiaryIdentifierType
type cs:adjacentSubsidiaryIdentifierType_t
properties
use optional
annotation
documentation
Related adjacent subsidiary ID type (e.g., NFA, LEI).
source <xs:attribute name="adjacentSubsidiaryIdentifierType" type="cs:adjacentSubsidiaryIdentifierType_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related adjacent subsidiary ID type (e.g., NFA, LEI).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@adjacentSubsidiaryName
type cs:adjacentSubsidiaryName_t
properties
use optional
annotation
documentation
Related adjacent subsidiary name.
source <xs:attribute name="adjacentSubsidiaryName" type="cs:adjacentSubsidiaryName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related adjacent subsidiary name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isSubsidiary
type cs:isSubsidiary_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is subsidiary to reporting entity; default = N.
source <xs:attribute name="isSubsidiary" type="cs:isSubsidiary_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is subsidiary to reporting entity; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@adjacentParentIdentifier
type cs:adjacentParentIdentifier_t
properties
use optional
annotation
documentation
Related adjacent parent ID.
source <xs:attribute name="adjacentParentIdentifier" type="cs:adjacentParentIdentifier_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related adjacent parent ID.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@adjacentParentIdentifierType
type cs:adjacentParentIdentifierType_t
properties
use optional
annotation
documentation
Related adjacent parent ID type (e.g., NFA, LEI).
source <xs:attribute name="adjacentParentIdentifierType" type="cs:adjacentParentIdentifierType_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related adjacent parent ID type (e.g., NFA, LEI).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@adjacentParentName
type cs:adjacentParentName_t
properties
use optional
annotation
documentation
Related adjacent parent name.
source <xs:attribute name="adjacentParentName" type="cs:adjacentParentName_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Related adjacent parent name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@generation
type cs:generation_t
properties
use optional
annotation
documentation
Indication of generation separation above or below reporting entity.
source <xs:attribute name="generation" type="cs:generation_t" use="optional">
 
<xs:annotation>
   
<xs:documentation>Indication of generation separation above or below reporting entity.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isOwnerPercent_10
type cs:isPercent_10_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is 10% owner of the reporting entity; default = N.
source <xs:attribute name="isOwnerPercent_10" type="cs:isPercent_10_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is 10% owner of the reporting entity; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isOwnershipPercent_10
type cs:isPercent_10_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is 10% owned by the reporting entity; default = N.
source <xs:attribute name="isOwnershipPercent_10" type="cs:isPercent_10_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is 10% owned by the reporting entity; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isAffiliate
type cs:isAffiliate_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is affiliate; default = N.
source <xs:attribute name="isAffiliate" type="cs:isAffiliate_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is affiliate; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isPrincipal
type cs:isPrincipal_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is principle; default = N.
source <xs:attribute name="isPrincipal" type="cs:isPrincipal_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is principle; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isCommodityPool
type cs:isCommodityPool_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Indication entity is commodity pool; default = N.
source <xs:attribute name="isCommodityPool" type="cs:isCommodityPool_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is commodity pool; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isCommodityPoolOperator
type cs:isCommodityPoolOperator_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Indication entity is commodity pool operator; default = N.
source <xs:attribute name="isCommodityPoolOperator" type="cs:isCommodityPoolOperator_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is commodity pool operator; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isCommodityPoolParticipant
type cs:isCommodityPoolParticipant_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
annotation
documentation
Indication entity is commodity pool participant; default = N.
source <xs:attribute name="isCommodityPoolParticipant" type="cs:isCommodityPoolParticipant_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is commodity pool participant; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isPercent_25
type cs:isPercent_25_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indicates 25% interest; default = N.
source <xs:attribute name="isPercent_25" type="cs:isPercent_25_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates 25% interest; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isAlternateTradeControl
type cs:isAlternateTradeControl_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication related entity is alternate trade control; default = N.
source <xs:attribute name="isAlternateTradeControl" type="cs:isAlternateTradeControl_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication related entity is alternate trade control; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isTradeControlFor
type cs:isTradeControlFor_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is trade contol for related entity; default = N.
source <xs:attribute name="isTradeControlFor" type="cs:isTradeControlFor_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is trade contol for related entity; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isOtherInfluence
type cs:isOtherInfluence_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is other influence; default = N.
source <xs:attribute name="isOtherInfluence" type="cs:isOtherInfluence_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is other influence; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@isOtherAgreement
type cs:isOtherAgreement_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
annotation
documentation
Indication entity is other agreement; default = N.
source <xs:attribute name="isOtherAgreement" type="cs:isOtherAgreement_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication entity is other agreement; default = N.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute relatedEntityConditionsGroup_t/@toWhatDegree
type cs:toWhatDegree_t
properties
use required
facets
Kind Value Annotation
length 1
enumeration A
enumeration S
enumeration N
annotation
documentation
Indication of degree of influence or control; default = None.
source <xs:attribute name="toWhatDegree" type="cs:toWhatDegree_t" use="required">
 
<xs:annotation>
   
<xs:documentation>Indication of degree of influence or control; default = None.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attributeGroup relatedEntityRolesGroup_t
namespace http://cftc.gov.us/cftc-shared
attributes
Name  Type  Use  Default  Fixed  Annotation
isCommodityPoolOperator  cs:isCommodityPoolOperator_t  optional      
isParent  cs:isParent_t  optional  N    
isSubsidiary  cs:isSubsidiary_t  optional  N    
isAffiliate  cs:isAffiliate_t  optional  N    
isPrincipal  cs:isPrincipal_t  optional  N    
annotation
documentation
Attributes describing the entity roles
source <xs:attributeGroup name="relatedEntityRolesGroup_t">
 
<xs:annotation>
   
<xs:documentation>Attributes describing the entity roles</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="isCommodityPoolOperator" type="cs:isCommodityPoolOperator_t" use="optional"/>
 
<xs:attribute name="isParent" type="cs:isParent_t" use="optional" default="N"/>
 
<xs:attribute name="isSubsidiary" type="cs:isSubsidiary_t" use="optional" default="N"/>
 
<xs:attribute name="isAffiliate" type="cs:isAffiliate_t" use="optional" default="N"/>
 
<xs:attribute name="isPrincipal" type="cs:isPrincipal_t" use="optional" default="N"/>
</xs:attributeGroup>

attribute relatedEntityRolesGroup_t/@isCommodityPoolOperator
type cs:isCommodityPoolOperator_t
properties
use optional
facets
Kind Value Annotation
length 1
enumeration Y
enumeration N
source <xs:attribute name="isCommodityPoolOperator" type="cs:isCommodityPoolOperator_t" use="optional"/>

attribute relatedEntityRolesGroup_t/@isParent
type cs:isParent_t
properties
use optional
default N
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
source <xs:attribute name="isParent" type="cs:isParent_t" use="optional" default="N"/>

attribute relatedEntityRolesGroup_t/@isSubsidiary
type cs:isSubsidiary_t
properties
use optional
default N
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
source <xs:attribute name="isSubsidiary" type="cs:isSubsidiary_t" use="optional" default="N"/>

attribute relatedEntityRolesGroup_t/@isAffiliate
type cs:isAffiliate_t
properties
use optional
default N
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
source <xs:attribute name="isAffiliate" type="cs:isAffiliate_t" use="optional" default="N"/>

attribute relatedEntityRolesGroup_t/@isPrincipal
type cs:isPrincipal_t
properties
use optional
default N
facets
Kind Value Annotation
length 1
enumeration N
enumeration Y
source <xs:attribute name="isPrincipal" type="cs:isPrincipal_t" use="optional" default="N"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy