<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
  <edmx:DataServices>
    <Schema Namespace="DataScope.Select.Api.Content" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityType Name="FuturesAndOptionsExchange" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="FuturesAndOptionsExchanges are read only." />
      </EntityType>
      <EntityType Name="TAG" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:StringLengthAnnotation="StringLength(64)" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" p4:StringLengthAnnotation="StringLength(128)" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="TAGs are read only." />
      </EntityType>
      <EntityType Name="AssetCategory" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="AssetCategories are read only." />
      </EntityType>
      <EntityType Name="InstrumentSubType" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="InstrumentSubTypes are read only." />
      </EntityType>
      <EntityType Name="State" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="States are read only." />
      </EntityType>
      <EntityType Name="StandardAndPoorsRating" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="StandardAndPoorsRatings are read only." />
      </EntityType>
      <EntityType Name="MoodyRating" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="MoodyRatings are read only." />
      </EntityType>
      <EntityType Name="IndustrySector" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="IndustrySectors are read only." />
      </EntityType>
      <EntityType Name="Currency" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="Currencies are read only." />
      </EntityType>
      <EntityType Name="Country" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Property Name="IsoCode" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="Countries are read only." />
      </EntityType>
      <EntityType Name="GicsIndustryClassification" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="GicsIndustryClassifications are read only." />
      </EntityType>
      <EntityType Name="Exchange" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="Exchanges are read only." />
      </EntityType>
      <EntityType Name="TrBusinessClassification" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="TrBusinessClassifications are read only." />
      </EntityType>
      <EntityType Name="FileCode" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:StringLengthAnnotation="StringLength(64)" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" p4:StringLengthAnnotation="StringLength(128)" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="FileCodes are read only." />
      </EntityType>
      <ComplexType Name="SubjectIdentifier">
        <Property Name="Identifier" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Unique alphanumeric code that corresponds to the Identifier Types." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="For example 'KO.N'." />
        </Property>
        <Property Name="IdentifierType" Type="DataScope.Select.Api.Content.IdentifierType" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="The identification system (e.g., CUSIP, ISIN, RIC) used to uniquely identify a company or issuer, and type of security." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="For example: 'RIC'" />
        </Property>
        <Property Name="UserDefinedIdentifier" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Optional content that you can include for each instrument in your instrument list; Field can contain any information that you want to identify the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="UserDefinedIdentifier2" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Optional content that you can include for each instrument in your instrument list; Field can contain any information that you want to identify the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="UserDefinedIdentifier3" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Optional content that you can include for each instrument in your instrument list; Field can contain any information that you want to identify the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="UserDefinedIdentifier4" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Optional content that you can include for each instrument in your instrument list; Field can contain any information that you want to identify the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="UserDefinedIdentifier5" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Optional content that you can include for each instrument in your instrument list; Field can contain any information that you want to identify the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="UserDefinedIdentifier6" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Optional content that you can include for each instrument in your instrument list; Field can contain any information that you want to identify the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="Base class for an instrument identifier or an entity identifier." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="An identifier for a subject (i.e instrument or entity)" />
      </ComplexType>
      <ComplexType Name="EntityIdentifier" BaseType="DataScope.Select.Api.Content.SubjectIdentifier">
        <Annotation Term="Org.OData.Core.V1.Description" String="An identifier used to determine an entity" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="ValidatedEntity" BaseType="DataScope.Select.Api.Content.EntityIdentifier">
        <Property Name="Key" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Description" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Instrument description; Format varies by instrument type." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="InstrumentType" Type="DataScope.Select.Api.Content.InstrumentType" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the type of issue." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="Represents a validated InputEntity." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="InstrumentIdentifier" BaseType="DataScope.Select.Api.Content.SubjectIdentifier">
        <Property Name="Source" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the instrument's pricing source." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="An identifier used to determine an instrument" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="HistoricalInstrumentIdentifier" BaseType="DataScope.Select.Api.Content.InstrumentIdentifier">
        <Property Name="RangeStart" Type="Edm.DateTimeOffset" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="The query start date for extracting event data." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="RangeEnd" Type="Edm.DateTimeOffset" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="The query end date for extracting event data." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="An identifier used to determine an instrument" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="ValidatedInstrument" BaseType="DataScope.Select.Api.Content.InstrumentIdentifier">
        <Property Name="Key" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Unique identifier for the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Description" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Instrument description; Format varies by instrument type." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="InstrumentType" Type="DataScope.Select.Api.Content.InstrumentType" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the type of issue." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Status" Type="DataScope.Select.Api.Content.ValidityStatus" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Indicates the the validity of the instrument represented." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="Represents a validated InputInstrument." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="ValidatedInstrument should not be required for most scenarios since methods are available which perform the append/replace and validate in a single step." />
      </ComplexType>
      <EnumType Name="ValidityStatus">
        <Member Name="Valid" Value="0" />
        <Member Name="NotFound" Value="1" />
        <Member Name="NotAnInstrument" Value="2" />
        <Member Name="BadInstrumentType" Value="3" />
        <Member Name="IsChainNotInstrument" Value="4" />
        <Member Name="InstrumentNotPermitted" Value="5" />
        <Member Name="InstrumentNotReviewed" Value="6" />
        <Member Name="NotAChain" Value="7" />
        <Member Name="ChainOfChains" Value="8" />
        <Member Name="NotBeginningOfChain" Value="9" />
        <Member Name="IsInstrumentNotChain" Value="10" />
        <Member Name="ChainNotPermitted" Value="11" />
        <Member Name="ChainNotReviewed" Value="12" />
        <Member Name="ChainHasBadLinks" Value="13" />
      </EnumType>
      <EnumType Name="OtcsStatus">
        <Member Name="All" Value="0" />
        <Member Name="Active" Value="1" />
        <Member Name="Inactive" Value="2" />
      </EnumType>
      <EnumType Name="Month">
        <Member Name="January" Value="1" />
        <Member Name="February" Value="2" />
        <Member Name="March" Value="3" />
        <Member Name="April" Value="4" />
        <Member Name="May" Value="5" />
        <Member Name="June" Value="6" />
        <Member Name="July" Value="7" />
        <Member Name="August" Value="8" />
        <Member Name="September" Value="9" />
        <Member Name="October" Value="10" />
        <Member Name="November" Value="11" />
        <Member Name="December" Value="12" />
      </EnumType>
      <EnumType Name="InstrumentType">
        <Member Name="MortAggregate" Value="0" />
        <Member Name="BankLoansIdentifyingFeatures" Value="1" />
        <Member Name="BankLoan" Value="2" />
        <Member Name="BankQuote" Value="3" />
        <Member Name="BankLoanQuote" Value="4" />
        <Member Name="Cash" Value="5" />
        <Member Name="CMOQuote" Value="6" />
        <Member Name="CounterParty" Value="7" />
        <Member Name="Derivative" Value="8" />
        <Member Name="DerivativeQuote" Value="9" />
        <Member Name="Entity" Value="10" />
        <Member Name="EquityParty" Value="11" />
        <Member Name="EquityQuote" Value="12" />
        <Member Name="Equity" Value="13" />
        <Member Name="FundClass" Value="14" />
        <Member Name="FundIndex" Value="15" />
        <Member Name="Fund" Value="16" />
        <Member Name="GovCorpBond" Value="17" />
        <Member Name="GovCorpChain" Value="18" />
        <Member Name="GovCorpParty" Value="19" />
        <Member Name="GovCorpQuote" Value="20" />
        <Member Name="GovCorpUnderlying" Value="21" />
        <Member Name="LipperBenchmark" Value="22" />
        <Member Name="MergersAndAcquisitions" Value="23" />
        <Member Name="MutualFundQuote" Value="24" />
        <Member Name="MortGeneric" Value="25" />
        <Member Name="MoneyMarketQuote" Value="26" />
        <Member Name="MoneyMarket" Value="27" />
        <Member Name="MortPoolQuote" Value="28" />
        <Member Name="MortTBAs" Value="29" />
        <Member Name="MortgageTBAQuote" Value="30" />
        <Member Name="MutualFund" Value="31" />
        <Member Name="MuniBond" Value="32" />
        <Member Name="MuniChain" Value="33" />
        <Member Name="MuniIssue" Value="34" />
        <Member Name="MuniParty" Value="35" />
        <Member Name="MuniQuote" Value="36" />
        <Member Name="Benchmark" Value="37" />
        <Member Name="PublicEquityOffering" Value="38" />
        <Member Name="MortgagePool" Value="39" />
        <Member Name="RIGsPointQuote" Value="40" />
        <Member Name="RIGsCurveChain" Value="41" />
        <Member Name="CMOTranche" Value="42" />
        <Member Name="Unknown" Value="43" />
        <Member Name="Commodity" Value="44" />
        <Member Name="MifidSubclass" Value="45" />
        <Member Name="OtcDerivatives" Value="46" />
      </EnumType>
      <EnumType Name="InstrumentTypeGroup">
        <Member Name="FuturesAndOptions" Value="0" />
        <Member Name="Equities" Value="1" />
        <Member Name="Funds" Value="2" />
        <Member Name="GovCorp" Value="3" />
        <Member Name="MortgageBackedSecurities" Value="4" />
        <Member Name="CollatetizedMortgageObligations" Value="5" />
        <Member Name="Municipals" Value="6" />
        <Member Name="Money" Value="7" />
        <Member Name="Commodities" Value="8" />
      </EnumType>
      <EnumType Name="IdentifierType">
        <Member Name="NONE" Value="0" />
        <Member Name="ZPage" Value="1" />
        <Member Name="OPOL" Value="2" />
        <Member Name="ChainRIC" Value="3" />
        <Member Name="OCCCode" Value="4" />
        <Member Name="UnderlyingRIC" Value="5" />
        <Member Name="RICRoot" Value="6" />
        <Member Name="FacilityId" Value="7" />
        <Member Name="LIN" Value="8" />
        <Member Name="UserDefined" Value="9" />
        <Member Name="FileCode" Value="10" />
        <Member Name="Ticker" Value="11" />
        <Member Name="LipperID" Value="12" />
        <Member Name="MIC" Value="13" />
        <Member Name="Sicovam" Value="14" />
        <Member Name="LocalCode" Value="15" />
        <Member Name="ISMA" Value="16" />
        <Member Name="SICC" Value="17" />
        <Member Name="Sedol" Value="18" />
        <Member Name="CommonCode" Value="19" />
        <Member Name="BridgeSymbol" Value="20" />
        <Member Name="Wertpapier" Value="21" />
        <Member Name="Valoren" Value="22" />
        <Member Name="Isin" Value="23" />
        <Member Name="Cusip" Value="24" />
        <Member Name="Ric" Value="25" />
        <Member Name="RcpId" Value="26" />
        <Member Name="Duns" Value="27" />
        <Member Name="Lei" Value="28" />
        <Member Name="BIC" Value="29" />
        <Member Name="Cik" Value="30" />
        <Member Name="PrimaryRegulatorId" Value="31" />
        <Member Name="CompanyRegistrationNumber" Value="32" />
        <Member Name="TaxFileId" Value="33" />
        <Member Name="OrgId" Value="34" />
        <Member Name="Cin" Value="35" />
        <Member Name="Sym" Value="36" />
        <Member Name="FundLipperId" Value="37" />
        <Member Name="Pid" Value="38" />
        <Member Name="Pix" Value="39" />
        <Member Name="ArgentineAfipCode" Value="40" />
        <Member Name="PpnCusip" Value="41" />
        <Member Name="FundServ" Value="42" />
        <Member Name="ChinaCode" Value="43" />
        <Member Name="ORC" Value="44" />
        <Member Name="PidQ" Value="45" />
        <Member Name="TAG" Value="46" />
      </EnumType>
      <EntityContainer Name="Content">
        <EntitySet Name="FuturesAndOptionsExchanges" EntityType="DataScope.Select.Api.Content.FuturesAndOptionsExchange" />
        <EntitySet Name="TAGs" EntityType="DataScope.Select.Api.Content.TAG" />
        <EntitySet Name="AssetCategories" EntityType="DataScope.Select.Api.Content.AssetCategory" />
        <EntitySet Name="EquitySubTypes" EntityType="DataScope.Select.Api.Content.Equity.EquitySubType" />
        <EntitySet Name="GovCorpSubGroups" EntityType="DataScope.Select.Api.Content.FixedIncome.GovCorp.GovCorpSubGroup" />
        <EntitySet Name="InstrumentSubTypes" EntityType="DataScope.Select.Api.Content.InstrumentSubType" />
        <EntitySet Name="CmoAbsSubGroupTypes" EntityType="DataScope.Select.Api.Content.FixedIncome.CmoAbs.CmoAbsSubGroupType" />
        <EntitySet Name="GovCorpAssetStatuses" EntityType="DataScope.Select.Api.Content.FixedIncome.GovCorp.GovCorpAssetStatus" />
        <EntitySet Name="States" EntityType="DataScope.Select.Api.Content.State" />
        <EntitySet Name="MortgagePoolTypes" EntityType="DataScope.Select.Api.Content.FixedIncome.Mortgage.MortgagePoolType" />
        <EntitySet Name="MortgageAgencies" EntityType="DataScope.Select.Api.Content.FixedIncome.Mortgage.MortgageAgency" />
        <EntitySet Name="StandardAndPoorsRatings" EntityType="DataScope.Select.Api.Content.StandardAndPoorsRating" />
        <EntitySet Name="MoodyRatings" EntityType="DataScope.Select.Api.Content.MoodyRating" />
        <EntitySet Name="IndustrySectors" EntityType="DataScope.Select.Api.Content.IndustrySector" />
        <EntitySet Name="Currencies" EntityType="DataScope.Select.Api.Content.Currency" />
        <EntitySet Name="Countries" EntityType="DataScope.Select.Api.Content.Country" />
        <EntitySet Name="GicsIndustryClassifications" EntityType="DataScope.Select.Api.Content.GicsIndustryClassification" />
        <EntitySet Name="Exchanges" EntityType="DataScope.Select.Api.Content.Exchange" />
        <EntitySet Name="GovCorpContributors" EntityType="DataScope.Select.Api.Content.FixedIncome.GovCorp.GovCorpContributor" />
        <EntitySet Name="TrBusinessClassifications" EntityType="DataScope.Select.Api.Content.TrBusinessClassification" />
        <EntitySet Name="FileCodes" EntityType="DataScope.Select.Api.Content.FileCode" />
      </EntityContainer>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.Equity" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityType Name="EquitySubType" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.Equity">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="EquitySubTypes are read only." />
      </EntityType>
      <EnumType Name="EquityStatus">
        <Member Name="Active" Value="0" />
        <Member Name="Inactive" Value="1" />
      </EnumType>
      <EnumType Name="FairValueIndicator">
        <Member Name="Yes" Value="0" />
        <Member Name="No" Value="1" />
      </EnumType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.FixedIncome.GovCorp" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityType Name="GovCorpSubGroup" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.FixedIncome.GovCorp">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="GovCorpSubGroups are read only." />
      </EntityType>
      <EntityType Name="GovCorpAssetStatus" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.FixedIncome.GovCorp">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="GovCorpAssetStatuses are read only." />
      </EntityType>
      <EntityType Name="GovCorpContributor" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.FixedIncome.GovCorp">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="GovCorpContributors are read only." />
      </EntityType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.FixedIncome.CmoAbs" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityType Name="CmoAbsSubGroupType" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.FixedIncome.CmoAbs">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="CmoAbsSubGroupTypes are read only." />
      </EntityType>
      <EnumType Name="CmoAbsStatus">
        <Member Name="ExpiredMatured" Value="0" />
        <Member Name="Issued" Value="1" />
      </EnumType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.FixedIncome.Mortgage" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityType Name="MortgagePoolType" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.FixedIncome.Mortgage">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="MortgagePoolTypes are read only." />
      </EntityType>
      <EntityType Name="MortgageAgency" p4:OperationsDestination="Ancestor" xmlns:p4="DataScope.Select.Api.Content.FixedIncome.Mortgage">
        <Key>
          <PropertyRef Name="Code" />
        </Key>
        <Property Name="Code" Type="Edm.String" Nullable="false" p4:KeyAnnotation="Key" />
        <Property Name="Name" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="" />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="MortgageAgencies are read only." />
      </EntityType>
      <EnumType Name="MortgageAmortizationType">
        <Member Name="Arm" Value="0" />
        <Member Name="ArmReverse" Value="1" />
        <Member Name="Balloon" Value="2" />
        <Member Name="BiWeekly" Value="3" />
        <Member Name="FixedRateReverse" Value="4" />
        <Member Name="Gem" Value="5" />
        <Member Name="Gpm" Value="6" />
        <Member Name="LevelPay" Value="7" />
        <Member Name="Tpm" Value="8" />
      </EnumType>
      <EnumType Name="MortgageSecurityGroup">
        <Member Name="AgencyPools" Value="0" />
        <Member Name="Generics" Value="1" />
        <Member Name="Tbas" Value="2" />
      </EnumType>
      <EnumType Name="MortgageStatus">
        <Member Name="ExchangedConverted" Value="0" />
        <Member Name="ExpiredMatured" Value="1" />
        <Member Name="Issued" Value="2" />
        <Member Name="NotActive" Value="3" />
      </EnumType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Search" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <ComplexType Name="FundSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedEntity">
        <Property Name="FundName" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Instrument description; Format varies by instrument type." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FundAdministrator" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Name of the company administering the fund.s" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="PortfolioManager" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Company that has the day-to-day responsibility for investing and monitoring the assets within the fund's portfolio." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="DomicileCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="ISO code representing the current country of the company's principal executive offices. (GCODES link:  Country Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CurrencyCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Currency code for the trading instrument. (GCODES link:  Currency Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="InvestmentType" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Fund investment type." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="SubType" Type="DataScope.Select.Api.Content.Fund.FundSubType" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the asset sub classification within the security type code. (GCODES link:  Asset Sub Type Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="AssetStatus" Type="DataScope.Select.Api.Content.Fund.FundStatus" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the status of the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="IssuerName" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Long name of the company." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="IssuerOrgId" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Unique system-generated identifier that links instruments related to an organization." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
      </ComplexType>
      <ComplexType Name="EntitySearchResult" BaseType="DataScope.Select.Api.Content.ValidatedEntity">
        <Property Name="Type" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code indicating the legal entity type. (GCODES link:  Legal Entity Type Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Domicile" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="ISO code representing the current country of the company's principal executive offices. (GCODES link:  Country Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CountryOfIncorporation" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code indicating the ISO country in which the legal entity is incorporated. (GCODES link:  Country Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ParentOrgId" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Unique system-generated identifier used to link instruments related to an organization." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="UltimateParentOrgId" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="OrgID for the ultimate parent company." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
      </ComplexType>
      <ComplexType Name="LoanSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="CompanyName" Type="Edm.String" />
        <Property Name="FacilityType" Type="Edm.String" />
        <Property Name="BaseRateMargin" Type="Edm.String" />
        <Property Name="MaturityDate" Type="Edm.DateTimeOffset" />
        <Property Name="Domicile" Type="Edm.String" />
        <Property Name="FacilityAmount" Type="Edm.Double" />
        <Property Name="FacilityCurrency" Type="Edm.String" />
      </ComplexType>
      <ComplexType Name="BenchmarkSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument" />
      <ComplexType Name="FuturesAndOptionsSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="ExchangeCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the home market. (GCODES link:  Exchange Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CurrencyCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Currency code for the trading instrument. (GCODES link:  Currency Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FuturesAndOptionsType" Type="DataScope.Select.Api.Content.FuturesAndOptions.FuturesAndOptionsType">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the asset sub classification within the security type code. (GCODES link:  Asset Sub Type Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="PutCallCode" Type="DataScope.Select.Api.Content.FuturesAndOptions.PutCall">
          <Annotation Term="Org.OData.Core.V1.Description" String="The Put or Call Code of the Future/Option" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ExpirationDate" Type="Edm.DateTimeOffset">
          <Annotation Term="Org.OData.Core.V1.Description" String="Date on which a futures or an options contract automatically expires." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="StrikePrice" Type="Edm.Decimal">
          <Annotation Term="Org.OData.Core.V1.Description" String="Price at which the holder agrees to buy or sell the underlying futures contract on or before the option expiration date." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="AssetStatus" Type="DataScope.Select.Api.Content.FuturesAndOptions.FuturesAndOptionsStatus">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the status of the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
      </ComplexType>
      <ComplexType Name="OtcsSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="AssetClassCode" Type="Edm.String" />
        <Property Name="AssetClassDescription" Type="Edm.String" />
        <Property Name="SubAssetClassCode" Type="Edm.String" />
        <Property Name="SubAssetClassDescription" Type="Edm.String" />
        <Property Name="ExpirationDate" Type="Edm.DateTimeOffset" Nullable="false" />
        <Property Name="CfiCode" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="Describes a row of data that results from OTC Limited Derivatives search." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="MifidSubclassSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="AssetClassCode" Type="Edm.String" />
        <Property Name="AssetClassDescription" Type="Edm.String" />
        <Property Name="SubAssetClassCode" Type="Edm.String" />
        <Property Name="SubAssetClassDescription" Type="Edm.String" />
        <Property Name="SubAssetClassPermId" Type="Edm.String" />
        <Property Name="SubClassPermId" Type="Edm.String" />
        <Property Name="CdsSubClass" Type="Edm.String" />
        <Property Name="DeliveryCashSettleLocation" Type="Edm.String" />
        <Property Name="FreightType" Type="Edm.String" />
        <Property Name="FreightSubType" Type="Edm.String" />
        <Property Name="FreightSize" Type="Edm.String" />
        <Property Name="LoadType" Type="Edm.String" />
        <Property Name="MifidContractType" Type="Edm.String" />
        <Property Name="MifidLiquidityFlagEsma" Type="Edm.String" />
        <Property Name="ThresholdEffectiveDate" Type="Edm.DateTimeOffset" />
        <Property Name="ThresholdEndDate" Type="Edm.DateTimeOffset" />
        <Property Name="NotionalCurrency" Type="Edm.String" />
        <Property Name="NotionalCurrencyPair" Type="Edm.String" />
        <Property Name="Parameter" Type="Edm.String" />
        <Property Name="PostTradeLisThresholdValue" Type="Edm.Int64" />
        <Property Name="PostTradeSstiThresholdValue" Type="Edm.Int64" />
        <Property Name="PreTradeLisThresholdValue" Type="Edm.Int64" />
        <Property Name="PreTradeSstiThresholdValue" Type="Edm.Int64" />
        <Property Name="SettlementType" Type="Edm.String" />
        <Property Name="SpecificRouteOrTimeCharterAverage" Type="Edm.String" />
        <Property Name="UnderlyingAssetType" Type="Edm.String" />
        <Property Name="UnderlyingCommodity" Type="Edm.String" />
        <Property Name="TermOfTheUnderlyingInterestRate" Type="Edm.String" />
        <Property Name="TermOfTheUnderlyingBond" Type="Edm.String" />
        <Property Name="TimeToMaturityBucket" Type="Edm.String" />
        <Property Name="TimeToMaturityBucketOfTheOption" Type="Edm.String" />
        <Property Name="MifidUnderlyingIndexName" Type="Edm.String" />
        <Property Name="UnderlyingInterestRate" Type="Edm.String" />
        <Property Name="UnderlyingIsin" Type="Edm.String" />
        <Property Name="UnderlyingIssuerLei" Type="Edm.String" />
        <Property Name="UnderlyingReferenceEntityType" Type="Edm.String" />
        <Annotation Term="Org.OData.Core.V1.Description" String="Describes a row of data that results from MiFID Sub-Class search." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="CommoditySearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="LongDescription" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Expanded instrument description; Format varies by instrument type." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="AssetStatus" Type="DataScope.Select.Api.Content.Commodity.CommodityStatus" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the status of the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CurrencyCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Currency code for the trading instrument. (GCODES link:  Currency Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CurrencyCodeDescription" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Descriptive text for the" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ExchangeCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Exchange code identifying where the instrument trades. (GCODES link: Exchange Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ExchangeCodeDescription" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Descriptive text for the" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FileCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Internal product code used to define a group of instruments.  (GCODES link: Exchange Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FileCodeDescription" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Descriptive text for the" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="RcsUnderlyingProduct" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Product or natural resource underlying a specific asset." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="TrClassificationScheme" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Codes indicating the instrument's asset classification scheme as provided by LSEG." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ContractMonthAndYear" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="The month and year of delivery that uniquely identifies the futures contract at the exchange, formatted as MMMYYYY. Currently, not available for all futures." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="PrimaryChainOrTile" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Primary Chain is the immediate chain under which a RIC is listed." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="AssetCategory" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="A code indicating the instrument's security classification type. Replaced by RCS." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FrequencyOfUpdate" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="An indicator of how often pricing for the instrument updates.  For example: Daily." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="LotUnits" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Defines the physical units in which a contract trades." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="SourceName" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="The full-length description of the source of the data." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="SourceType" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="The label for the type of institution that is populated in Source Name field." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CommoditiesUnderlyingAsset" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="The product underlying the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ExpirationDate" Type="Edm.DateTimeOffset">
          <Annotation Term="Org.OData.Core.V1.Description" String="Date on which a futures or an options contract automatically expires." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Tag" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Internal product code used to define a group of instruments." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="TagDescription" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Descriptive text for the" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="Describes a row of data that results from commodity elastic search." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="HistoricalSearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="DomainCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="The Eikon Domain where this instrument has data." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ValidFrom" Type="Edm.DateTimeOffset">
          <Annotation Term="Org.OData.Core.V1.Description" String="The start date/time that the entity is valid. Note: This is only returned when searchRequest.ResultsBy = 'Entity'" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="ValidTo" Type="Edm.DateTimeOffset">
          <Annotation Term="Org.OData.Core.V1.Description" String="The end date/time that the entity is valid. Note: This is only returned when searchRequest.ResultsBy = 'Entity'" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FirstDate" Type="Edm.DateTimeOffset" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="The first date that there is data for the RIC/Domain pair." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="LastDate" Type="Edm.DateTimeOffset" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="The last date that there is data for the RIC/Domain pair." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="History" Type="Collection(DataScope.Select.Api.Search.HistoricalInstrumentRicChangeHistory)">
          <Annotation Term="Org.OData.Core.V1.Description" String="Ric name change history. This history is limited to the date range specified in the seach request. Note: This is only returned when searchRequest.ResultsBy = 'Entity' AND a RIC rename occured." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="A ValidatedInstrument with additional historical information. Returned from historical search. Returned identifiers are always RICs." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="HistoricalInstrumentRicChangeHistory">
        <Property Name="Ric" Type="Edm.String" />
        <Property Name="ValidFrom" Type="Edm.DateTimeOffset" Nullable="false" />
        <Property Name="ValidTo" Type="Edm.DateTimeOffset" Nullable="false" />
        <Property Name="FirstDate" Type="Edm.DateTimeOffset" Nullable="false" />
        <Property Name="LastDate" Type="Edm.DateTimeOffset" Nullable="false" />
      </ComplexType>
      <ComplexType Name="HistoricalChainInstrument" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="Constituents" Type="Collection(DataScope.Select.Api.Search.HistoricalChainConstituent)">
          <Annotation Term="Org.OData.Core.V1.Description" String="The chain constituents." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="A single chain with its constituents. Identifier will always be a Chain RIC." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="HistoricalChainConstituent" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="DomainCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="The Eikon Domain where this instrument has data." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Annotation Term="Org.OData.Core.V1.Description" String="A single chain constituent. Identifier will always be a RIC." />
        <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
      </ComplexType>
      <ComplexType Name="EquitySearchResult" BaseType="DataScope.Select.Api.Content.ValidatedInstrument">
        <Property Name="DomicileCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="ISO code representing the current country of the company's principal executive offices. (GCODES link:  Country Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="CurrencyCodes" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Currency code for the trading instrument. (GCODES link:  Currency Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="SubTypeCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the asset sub classification within the security type code. (GCODES link:  Asset Sub Type Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="AssetStatus" Type="DataScope.Select.Api.Content.Equity.EquityStatus" Nullable="false">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the status of the instrument." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="IssuerName" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Long name of the company." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="IssuerOrgId" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Unique system-generated identifier that links instruments related to an organization." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Exchange" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Code representing the home market. (GCODES link:  Exchange Codes)" />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="FileCode" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Internal product code used to define a group of instruments." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
        <Property Name="Tag" Type="Edm.String">
          <Annotation Term="Org.OData.Core.V1.Description" String="Internal product code(with out length restriction) used to define a group of instruments." />
          <Annotation Term="Org.OData.Core.V1.LongDescription" String="" />
        </Property>
      </ComplexType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.Commodity" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EnumType Name="CommodityStatus">
        <Member Name="Active" Value="0" />
        <Member Name="Inactive" Value="1" />
      </EnumType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.FixedIncome.UsMunicipal" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EnumType Name="UsMunicipalStatus">
        <Member Name="Called" Value="0" />
        <Member Name="ExpiredMatured" Value="1" />
        <Member Name="InDefault" Value="2" />
        <Member Name="Issued" Value="3" />
        <Member Name="NotActive" Value="4" />
        <Member Name="ReOpening" Value="5" />
        <Member Name="RepaidBeforeMaturity" Value="6" />
        <Member Name="Tendered" Value="7" />
        <Member Name="ToBeCalled" Value="8" />
        <Member Name="ToBeIssued" Value="9" />
      </EnumType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.Fund" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EnumType Name="FundSubType">
        <Member Name="ClosedEndFund" Value="0" />
        <Member Name="ExchangeTradedFund" Value="1" />
        <Member Name="InsuranceFund" Value="2" />
        <Member Name="InvestmentFund" Value="3" />
        <Member Name="MutualFund" Value="4" />
        <Member Name="PensionFund" Value="5" />
        <Member Name="TassHedgeFund" Value="6" />
      </EnumType>
      <EnumType Name="FundStatus">
        <Member Name="Active" Value="0" />
        <Member Name="Inactive" Value="1" />
      </EnumType>
    </Schema>
    <Schema Namespace="DataScope.Select.Api.Content.FuturesAndOptions" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EnumType Name="FuturesAndOptionsType">
        <Member Name="Futures" Value="0" />
        <Member Name="Options" Value="1" />
        <Member Name="FuturesOnOptions" Value="2" />
      </EnumType>
      <EnumType Name="PutCall">
        <Member Name="Put" Value="0" />
        <Member Name="Call" Value="1" />
      </EnumType>
      <EnumType Name="ExerciseStyle">
        <Member Name="American" Value="0" />
        <Member Name="European" Value="1" />
      </EnumType>
      <EnumType Name="FuturesAndOptionsStatus">
        <Member Name="Active" Value="0" />
        <Member Name="Inactive" Value="1" />
      </EnumType>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>