openapi: 3.0.4 info: title: XigniteBonds CloudAlerts XigniteGlobalMaster API version: 1.0.3 servers: - url: https://globalmaster.xignite.com security: - basic: [] tags: - name: XigniteGlobalMaster paths: /xGlobalMaster/ListExchanges: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/PossibleValues' text/json: schema: $ref: '#/components/schemas/PossibleValues' application/xml: schema: $ref: '#/components/schemas/PossibleValues' text/xml: schema: $ref: '#/components/schemas/PossibleValues' text/csv: schema: $ref: '#/components/schemas/PossibleValues' /xGlobalMaster/ListIndustries: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/PossibleValues' text/json: schema: $ref: '#/components/schemas/PossibleValues' application/xml: schema: $ref: '#/components/schemas/PossibleValues' text/xml: schema: $ref: '#/components/schemas/PossibleValues' text/csv: schema: $ref: '#/components/schemas/PossibleValues' /xGlobalMaster/ListSectors: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/PossibleValues' text/json: schema: $ref: '#/components/schemas/PossibleValues' application/xml: schema: $ref: '#/components/schemas/PossibleValues' text/xml: schema: $ref: '#/components/schemas/PossibleValues' text/csv: schema: $ref: '#/components/schemas/PossibleValues' /xGlobalMaster/ListInstrumentClasses: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/PossibleValues' text/json: schema: $ref: '#/components/schemas/PossibleValues' application/xml: schema: $ref: '#/components/schemas/PossibleValues' text/xml: schema: $ref: '#/components/schemas/PossibleValues' text/csv: schema: $ref: '#/components/schemas/PossibleValues' /xGlobalMaster/ListGlobalIndustries: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/PossibleValues' text/json: schema: $ref: '#/components/schemas/PossibleValues' application/xml: schema: $ref: '#/components/schemas/PossibleValues' text/xml: schema: $ref: '#/components/schemas/PossibleValues' text/csv: schema: $ref: '#/components/schemas/PossibleValues' /xGlobalMaster/ListGlobalSectors: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/PossibleValues' text/json: schema: $ref: '#/components/schemas/PossibleValues' application/xml: schema: $ref: '#/components/schemas/PossibleValues' text/xml: schema: $ref: '#/components/schemas/PossibleValues' text/csv: schema: $ref: '#/components/schemas/PossibleValues' /xGlobalMaster/ListMICToLegacyExchange: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' text/json: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' application/xml: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' text/xml: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' text/csv: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' /xGlobalMaster/ListMICToLegacySuffix: get: tags: - XigniteGlobalMaster responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' text/json: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' application/xml: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' text/xml: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' text/csv: schema: type: array items: $ref: '#/components/schemas/LegacyExchangeMapping' /xGlobalMaster/ListSymbolChanges: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: type: string - name: ChangesSince in: query schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/SymbolChangeList' text/json: schema: $ref: '#/components/schemas/SymbolChangeList' application/xml: schema: $ref: '#/components/schemas/SymbolChangeList' text/xml: schema: $ref: '#/components/schemas/SymbolChangeList' text/csv: schema: $ref: '#/components/schemas/SymbolChangeList' /xGlobalMaster/ListIdentifiersByExchange: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: allOf: - $ref: '#/components/schemas/Exchanges' - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: InstrumentClass in: query schema: allOf: - $ref: '#/components/schemas/InstrumentClasses' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/IdentifiersByExchange' text/json: schema: $ref: '#/components/schemas/IdentifiersByExchange' application/xml: schema: $ref: '#/components/schemas/IdentifiersByExchange' text/xml: schema: $ref: '#/components/schemas/IdentifiersByExchange' text/csv: schema: $ref: '#/components/schemas/IdentifiersByExchange' /xGlobalMaster/GetSecurity: get: tags: - XigniteGlobalMaster parameters: - name: Identifier in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: StartDate in: query schema: type: string - name: EndDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Security' text/json: schema: type: array items: $ref: '#/components/schemas/Security' application/xml: schema: type: array items: $ref: '#/components/schemas/Security' text/xml: schema: type: array items: $ref: '#/components/schemas/Security' text/csv: schema: type: array items: $ref: '#/components/schemas/Security' /xGlobalMaster/GetSecurities: get: tags: - XigniteGlobalMaster parameters: - name: Identifiers in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Security' text/json: schema: type: array items: $ref: '#/components/schemas/Security' application/xml: schema: type: array items: $ref: '#/components/schemas/Security' text/xml: schema: type: array items: $ref: '#/components/schemas/Security' text/csv: schema: type: array items: $ref: '#/components/schemas/Security' /xGlobalMaster/GetInstrument: get: tags: - XigniteGlobalMaster parameters: - name: IncludeRelated in: query schema: allOf: - $ref: '#/components/schemas/InstrumentRelatedTypes' - name: Identifier in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: StartDate in: query schema: type: string - name: EndDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Instrument' text/json: schema: type: array items: $ref: '#/components/schemas/Instrument' application/xml: schema: type: array items: $ref: '#/components/schemas/Instrument' text/xml: schema: type: array items: $ref: '#/components/schemas/Instrument' text/csv: schema: type: array items: $ref: '#/components/schemas/Instrument' /xGlobalMaster/GetInstruments: get: tags: - XigniteGlobalMaster parameters: - name: IncludeRelated in: query schema: allOf: - $ref: '#/components/schemas/InstrumentRelatedTypes' - name: Identifiers in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Instrument' text/json: schema: type: array items: $ref: '#/components/schemas/Instrument' application/xml: schema: type: array items: $ref: '#/components/schemas/Instrument' text/xml: schema: type: array items: $ref: '#/components/schemas/Instrument' text/csv: schema: type: array items: $ref: '#/components/schemas/Instrument' /xGlobalMaster/GetIssuer: get: tags: - XigniteGlobalMaster parameters: - name: IncludeRelated in: query schema: allOf: - $ref: '#/components/schemas/IssuerRelatedTypes' - name: Identifier in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: StartDate in: query schema: type: string - name: EndDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Issuer' text/json: schema: type: array items: $ref: '#/components/schemas/Issuer' application/xml: schema: type: array items: $ref: '#/components/schemas/Issuer' text/xml: schema: type: array items: $ref: '#/components/schemas/Issuer' text/csv: schema: type: array items: $ref: '#/components/schemas/Issuer' /xGlobalMaster/GetIssuers: get: tags: - XigniteGlobalMaster parameters: - name: IncludeRelated in: query schema: allOf: - $ref: '#/components/schemas/IssuerRelatedTypes' - name: Identifiers in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Issuer' text/json: schema: type: array items: $ref: '#/components/schemas/Issuer' application/xml: schema: type: array items: $ref: '#/components/schemas/Issuer' text/xml: schema: type: array items: $ref: '#/components/schemas/Issuer' text/csv: schema: type: array items: $ref: '#/components/schemas/Issuer' /xGlobalMaster/GetIssuerByCompanyIdentifier: get: tags: - XigniteGlobalMaster parameters: - name: IncludeRelated in: query schema: allOf: - $ref: '#/components/schemas/IssuerRelatedTypes' - name: Identifier in: query schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Issuer' text/json: schema: $ref: '#/components/schemas/Issuer' application/xml: schema: $ref: '#/components/schemas/Issuer' text/xml: schema: $ref: '#/components/schemas/Issuer' text/csv: schema: $ref: '#/components/schemas/Issuer' /xGlobalMaster/GetMasterByIdentifier: get: tags: - XigniteGlobalMaster parameters: - name: Identifier in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: StartDate in: query schema: type: string - name: EndDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterByIdentifiers: get: tags: - XigniteGlobalMaster parameters: - name: Identifiers in: query schema: type: string - name: IdentifierType in: query schema: allOf: - $ref: '#/components/schemas/IdentifierTypes' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/LookupSecurity: get: tags: - XigniteGlobalMaster parameters: - name: Name in: query schema: type: string - name: InstrumentClass in: query schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/LookupItems' text/json: schema: $ref: '#/components/schemas/LookupItems' application/xml: schema: $ref: '#/components/schemas/LookupItems' text/xml: schema: $ref: '#/components/schemas/LookupItems' text/csv: schema: $ref: '#/components/schemas/LookupItems' /xGlobalMaster/GetMasterByExchange: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: allOf: - $ref: '#/components/schemas/Exchanges' - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: allOf: - $ref: '#/components/schemas/InstrumentClasses' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterByExchangeChanges: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: allOf: - $ref: '#/components/schemas/Exchanges' - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: allOf: - $ref: '#/components/schemas/InstrumentClasses' - name: StartModifiedDate in: query schema: type: string - name: EndModifiedDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterBySector: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: allOf: - $ref: '#/components/schemas/Exchanges' - name: Sector in: query schema: allOf: - $ref: '#/components/schemas/Sectors' - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: allOf: - $ref: '#/components/schemas/InstrumentClasses' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterByIndustry: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: allOf: - $ref: '#/components/schemas/Exchanges' - name: Industry in: query schema: allOf: - $ref: '#/components/schemas/Industries' - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: allOf: - $ref: '#/components/schemas/InstrumentClasses' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterByGlobalSector: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: type: string - name: Sector in: query schema: type: string - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: type: string - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterByGlobalIndustry: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: type: string - name: Industry in: query schema: type: string - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: type: string - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/Record' text/json: schema: type: array items: $ref: '#/components/schemas/Record' application/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/xml: schema: type: array items: $ref: '#/components/schemas/Record' text/csv: schema: type: array items: $ref: '#/components/schemas/Record' /xGlobalMaster/GetMasterStatisticsByExchange: get: tags: - XigniteGlobalMaster parameters: - name: Exchange in: query schema: allOf: - $ref: '#/components/schemas/Exchanges' - name: StartSymbol in: query schema: type: string - name: EndSymbol in: query schema: type: string - name: InstrumentClass in: query schema: allOf: - $ref: '#/components/schemas/InstrumentClasses' - name: AsOfDate in: query schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Statistics' text/json: schema: $ref: '#/components/schemas/Statistics' application/xml: schema: $ref: '#/components/schemas/Statistics' text/xml: schema: $ref: '#/components/schemas/Statistics' text/csv: schema: $ref: '#/components/schemas/Statistics' components: schemas: InstrumentRelatedTypes: enum: - None - Securities type: string CustomAttribute: type: object properties: Name: type: string nullable: true DataType: type: string nullable: true Value: type: string nullable: true additionalProperties: false IdentifierRecord: type: object properties: Name: type: string nullable: true Identifier: type: string nullable: true additionalProperties: false AbstractPublicWebServiceObj: allOf: - $ref: '#/components/schemas/Common' - type: object properties: DataProvider: allOf: - $ref: '#/components/schemas/DataProviders' additionalProperties: false IssuerRelatedTypes: enum: - None - Instruments - InstrumentsAndSecurities type: string IdentifiersByExchange: allOf: - $ref: '#/components/schemas/Common' - type: object properties: IdentifierType: type: string nullable: true Exchange: type: string nullable: true InstrumentClass: type: string nullable: true Count: type: integer format: int32 ArrayOfIdentifierRecords: type: array items: $ref: '#/components/schemas/IdentifierRecord' nullable: true additionalProperties: false LookUpSecurity: type: object properties: CIK: type: string nullable: true CUSIP: type: string nullable: true Currency: type: string nullable: true Symbol: type: string nullable: true ISIN: type: string nullable: true Valoren: type: string nullable: true SEDOL: type: string nullable: true FIGI: type: string nullable: true CompositeFIGI: type: string nullable: true Name: type: string nullable: true InstrumentClass: type: string nullable: true Market: type: string nullable: true MarketIdentificationCode: type: string nullable: true Sector: type: string nullable: true Industry: type: string nullable: true HomeTradingPlace: type: boolean Active: type: boolean MostLiquidExchange: type: boolean additionalProperties: false PossibleValues: allOf: - $ref: '#/components/schemas/AbstractPublicWebServiceObj' - type: object properties: PossibleValuesOf: type: string nullable: true Values: type: array items: $ref: '#/components/schemas/PossibleValue' nullable: true additionalProperties: false DataProviders: enum: - XigniteComposite - Telekurs - LegacyXignite - ExchangeWebsite - FactSet - ManualXignite type: string OutcomeTypes: enum: - Success - SystemError - RequestError - RegistrationError type: string SymbolChange: type: object properties: Symbol: type: string nullable: true OldSymbol: type: string nullable: true Name: type: string nullable: true OldName: type: string nullable: true Exchange: type: string nullable: true OldExchange: type: string nullable: true Currency: type: string nullable: true OldCurrency: type: string nullable: true Type: type: string nullable: true InstrumentClass: type: string nullable: true additionalProperties: false PossibleValue: type: object properties: ProviderValue: type: string nullable: true XigniteValue: type: string nullable: true Description: type: string nullable: true additionalProperties: false Common: type: object properties: Delay: type: number format: double Identity: type: string nullable: true Message: type: string nullable: true Outcome: allOf: - $ref: '#/components/schemas/OutcomeTypes' additionalProperties: false Security: allOf: - $ref: '#/components/schemas/Common' - type: object properties: Symbol: type: string nullable: true Name: type: string nullable: true SEDOL: type: string nullable: true Currency: type: string nullable: true Exchange: type: string nullable: true ActiveDate: type: string nullable: true InactiveDate: type: string nullable: true HomeTradingPlace: type: boolean FIGI: type: string nullable: true CompositeFIGI: type: string nullable: true Active: type: boolean AlternateSecurityIdentifiers: type: array items: $ref: '#/components/schemas/AlternateSecurityIdentifier' nullable: true CustomAttributes: type: array items: $ref: '#/components/schemas/CustomAttribute' nullable: true DataProvider: allOf: - $ref: '#/components/schemas/DataProviders' Identifier: type: string nullable: true IdentifierType: type: string nullable: true additionalProperties: false AlternateSecurityIdentifier: type: object properties: AlternateIdentifier: type: string nullable: true IdentifierType: allOf: - $ref: '#/components/schemas/AlternateIdentifierTypes' StartDate: type: string nullable: true EndDate: type: string nullable: true additionalProperties: false Exchanges: enum: - XALG - BCFS - MVCX - XA1X - XBCC - XBCM - XBCX - XBUE - XCNF - XMAB - XMEV - XMTB - XMVL - XROS - XROX - XTUC - XARM - AWBX - AWEX - NSXB - XASX - XNEC - XSFE - XYIE - EXAA - WBAH - WBDM - WBGF - BSEX - XIBE - XBAA - XBAH - XCHG - XDHA - XBAB - BCSE - ALXB - BLPX - BMTS - FRRF - MLXB - MTSD - MTSF - TNLB - VPXB - XBRD - XBRU - XEAS - XBDA - XBOL - XBLB - XSSE - XBOT - XBMF - XBSP - XBUL - CANX - CHIC - MATN - OMGA - PURE - XCNQ - XMOD - XTNX - XTSE - XTSX - XWCE - XBVC - XCAY - XBCL - XSGO - CCFX - SGEX - XCFE - XDCE - XSGE - XSHE - XSHG - XZCE - XBOG - XBNV - XTRZ - XZAG - XCYS - XPRA - XRMZ - DAMP - DKTC - XCSE - XFND - XBVR - XGUA - XQUI - XCAI - XSVA - XTAA - XTAL - XTAR - XSPS - XHEL - ALXP - FMTS - VRXP - XMAT - XMLI - XMON - XPAR - XPOW - XGSE - _360T - BERA - BERB - DUSA - DUSB - DUSC - ECAG - EUWX - GMTS - HAMA - HAMB - HANA - HANB - MUNA - MUNB - STUA - STUB - XBER - XDUS - XEEE - XETR - XEUB - XEUP - XEUR - XFRA - XGAT - XHAM - XHAN - XHCE - XMUN - XNEW - XRTR - XSTU - ZOBX - XGHA - ENAX - HDAT - XADE - XATH - XGTG - XCIE - XBCV - XHON - XCGS - XGEM - XHKF - XHKG - XBUD - ISEC - XICE - ISEX - NMCE - OTCX - XBAN - XBOM - XCAL - XDES - XIMC - XMDS - XNCD - XNSE - XBBJ - XJKT - XJNB - XSUR - XTEH - XIQS - XASM - XDUB - XFNX - XIEX - XPOS - XTAE - BOND - ETFP - ETLX - EXPA - HMTF - MACX - MOTX - MTAA - MTAX - MTSC - MTSM - SEDX - SSOB - XDMI - XTLX - XBRV - XJAM - JASR - XFKA - XHER - XJAS - XKAC - XNGO - XNKS - XOSE - XOSJ - XSAP - XTFF - XTK1 - XTK2 - XTKO - XTKS - XTKT - XAMM - XKAZ - XNAI - XKFE - XKOS - XKRX - XKUW - XKSE - XRIS - XBEY - XLIT - FNLT - CCLX - EMTF - XLUX - XVES - XMAE - XMDG - XMSW - XKLS - XLFX - XLOF - XRBM - XMAL - XMAU - XEMD - XMEX - XMOL - XULA - XMNX - XCAS - XMAP - XNAM - XNEP - NZFX - XNZE - XMAN - XNSA - FISH - FSHX - NORX - NOTC - XIMA - XOAM - XOAS - XOSL - XMUS - XISL - XKAR - XLAH - XPAE - XPTY - XPOM - XVPA - XLIM - XPHS - CETO - MTSP - PLPX - RPWC - XNCO - XWAR - ENXL - MDIP - MFOX - OMIP - OPEX - WQXL - XLIS - DSMD - BMFM - XBRM - XBSD - XBSE - XRAS - NNCS - RTSX - URCE - XAPI - XMIC - XMOS - XPET - XPIC - XROV - XRUS - XSAM - XSIB - XSIC - XECS - XSAU - XBEL - JADX - XSCE - XSES - XSIM - XBRA - XLJS - XLJU - ALTX - XBES - XJSE - XSAF - XSFA - YLDX - MABX - OMEL - SMTS - XBAR - XBIL - XDPA - XDRF - XLAT - XMAD - XMCE - XMEF - XMRV - XNAF - XSRM - XVAL - XCOL - XKHA - XSWA - FNSE - NMTF - XNGM - XOPV - XSAT - XSTO - XBRN - XQMH - XSWX - ROCO - XTAF - XTAI - XDAR - AFET - BEEX - TFEX - XBKF - XBKK - ALXA - AMTS - NDEX - NLPX - TNLA - XAMS - XEUC - XEUE - XEUI - XTRN - XTUN - XIAB - XIST - XTUR - XUGA - PFTS - XDFB - XKHR - XKIE - XKIS - XODE - XPRI - XUAX - XUKR - DGCX - DIFX - DUMX - XADS - XDFM - BGCI - BLOX - BOSC - BTEE - CAZE - CCO2 - CHIX - CMTS - CRDL - CXRT - EMTS - FAIR - FXMT - GEMX - GFIC - GFIF - GFIN - ICAH - ICAP - ICEN - ICSE - IEPA - IMTS - KMTS - LIQU - LMTS - LPPM - MAEL - MFGL - MTSA - MTSG - MTSS - MYTR - NMTS - NYFX - PCDS - QMTS - QWIX - RMTS - RTSL - SHAR - SPEC - SWAP - TBEN - TBLA - TCDS - TFSG - TFSS - TFSV - TMTS - TPIE - TPIM - TREU - TRQX - UKPX - UMTS - VMTS - WCLK - XADF - XALT - XCOR - XEDX - XLBM - XLIF - XLME - XLON - ISDX - XVTX - ARCX - BATS - BGCF - BIDS - BLTD - BNDD - BTEC - CBSX - CCFE - EDGA - EDGX - FCBT - FCME - HEGX - ICEL - ITGI - LEVL - PINX - PIPE - THRD - TRWB - XASE - XBMK - XBOS - XBOX - XBRT - XCBF - XCBO - XCBT - XCCX - XCEC - XCFF - XCHI - XCIS - XCME - XEUS - XIMM - XIOM - XISX - XKBT - XMER - XMGE - XNAS - XNCM - XNDQ - XNGS - XNIM - XNMS - ICUS - XNYM - XNYS - XOCH - XOTC - XPBT - XPHL - XPHO - XPOR - XMNT - XCET - XCUE - XKCE - XSTE - XUNI - GXMA - BVCA - XCAR - HSTC - XSTC - XLUS - XZIM - FNFI - FRAA - FRAB - XETA - XETB - FNLV - IXSP - XNDX - ICAT - SGMA - ICEU - XISE - XIDX - SBIJ - XNMR - XBLN - XISA - XEQT - EQTA - EQTB - XNYE - XNYL - XCDE - XDSX - XBBK - XTIR - PIEU - XMOC - EMID - BATE - HMOD - ICAS - XATS - NURO - OOTC - PSGM - XAFR - ROTC - ENXB - TPCD - TPRE - EMDR - XPIN - BACE - BOAT - HOTC - DUSD - BAIK - OTCQ - MESQ - XGFI - XSWB - XSCA - XSCL - GTCO - AQUA - XNLI - GLBX - XSMP - KABU - XINV - XAQS - XHFT - HKME - BALT - KNMX - ICBX - AMXO - QMTF - GFIM - KNLI - XIHK - XIJP - NBOT - HSFX - XAIM - SECF - XCUR - FXAL - XDSE - XFCI - XTAM - VTEX - LAFX - KLEU - XWEE - BURG - XGME - XPXE - XRPM - XSOP - HUPX - PLUS - XTPE - NCEL - XLSM - C2OX - XECM - IIDX - ICRO - IBLX - NXEU - XETI - XETC - XETD - XELX - MIVX - XRMO - BLKX - XMOT - OILX - XHNX - CITX - PXIL - CLMX - SPRZ - GREE - BLNK - XZAM - NASB - CETI - VEGA - CAES - EPEX - ROFX - ARCO - XCYO - FNEE - CHIA - N2EX - BATO - BATY - NODX - SMEX - BVUR - LMAX - CHIE - JATA - BARX - LMAE - LMAO - LMAF - SGMX - GFIA - CHIJ - SBMF - XGRM - DBOX - EOTC - ICDX - TOMX - BAPX - RPDX - ICTQ - XLDN - MSPL - ICXL - UBSX - BVMF - SPIM - UKEX - NGXC - EESE - SEPE - SPAD - PDEX - XSC1 - XSC2 - XSC3 - KNEM - KNCM - CSLP - OTCB - SEND - NASN - LAFL - CHIY - BOSP - BMFX - FINR - FINN - FINY - FINO - ETSC - GLLC - BURM - XUBS - BERC - EQTC - XKFB - MSTC - LICA - DBHK - GFIR - PFTQ - BFEX - XCAN - BMFA - GBOT - TRDE - XUSE - BAML - HSXA - CATS - PULX - MTCH - XICX - MCXX - TMXS - GSCI - PRSE - TRCK - BOVA - BCMM - BOVM - SELC - NILX - EQTD - MEAU - MEHK - NXUS - XLAO - TRQD - VKAB - NFSC - NAMX - XSTX - XSCU - XSTV - TOMD - XDBX - XDBC - XDBV - MISX - XPST - GMTF - XCEG - XVIE - XMAI - TPSD - TOCP - ACEX - CDEL - MCZK - ALXL - ARCD - BATD - CHID - EDGD - EDDP - NURD - TRDP - BOSD - NECD - NASD - NYSD - BARD - FRAD - NFSD - LAFD - LIQH - BAMP - CITD - CDED - ALDP - RICX - RICD - PDQX - PDQD - BRIX - SHAW - SHAD - IMFX - RBSX - POEE - PLDX - NOPS - GMEX - IMEQ - IMEN - IMCR - IMCO - IMBD - IMAG - EUAX - NPGA - ZKBX - TBSP - UKGD - SIGX - XTK3 - PIRM - LMAD - MALX - IMEX - VMFX - ASXP - ASXV - ASXC - RSEX - DEAL - FXCM - APXL - HUNG - COAL - PRME - GXGM - IMIR - IFEU - IFUS - IFCA - XXSC - AATS - XMIO - XEUM - EMIR - OPRA - BSME - BETA - SIMV - CMEC - CLTD - ISWA - DCSX - SIGJ - SIGA - CICX - UBSA - JPMX - CSSX - MSRP - MAQX - CGMH - XEYE - ITSM - XSBI - TFSA - PAVE - CGME - NAVE - PLSX - TFSC - TFSE - TRDX - CGMU - CGMI - SSTX - ERIS - GOVX - XSEF - TFSU - TRFX - UBSP - CGMX - GXGF - NOFF - NFSA - EWSM - TPFD - XBXO - NYPC - ATSA - OTCM - PINC - PINL - PINI - FAST - XECC - XCSX - WDER - WBON - WGAS - WIND - WETP - WMTF - MTAH - ASXT - GXGR - CHEV - XSCO - NEOE - IEXG - NEXX - XKON - TRPX - XSSC - XSEC - SHSC - SZSC - ZARX - A2XX - AIXK - GROW - CEUX - IFBX - XFTA - XAUK - XACE - XAEX - XMID - XSWO - XKYO - XNII - XHIR - XDTB - XVSE - XALB - XANT - XIPE - XTFN - XJWY - XOST - XNST - XKST - XKGT - XKKT - XTKA - XCCE - TLAB - XOME - XMIL - XFOM - XTRA - AIMX - XKOR - ECXE - XDWZ - XABJ - XMOO - XRMS - XMLX - XBVP - XBAV - XFCM - XWBO - XBFO - XAOM - XOTB - PMTS - XFMN - XYKT - XIME - XSOM - NYMX - XVLA - XTAD - XBTF - XTFE - XTOE - XARC - XNYC - XBCE - OFEX - XPSE - XCSC - XLCE - XRIO - XBBF - XLTO - XSME - XVAR - XMIF - XCRC - XOSM - XMAC - XFFE - XAZX - XNQL - KOCN - XNEE - XBRE - XNAN - XLYO - XMAR - XNAY - XBOR - XLIL - XZRH - XBSL - XGVA - _CBOMSCI - _CBOM - _CBOF - _CBOI - _CBOC - _OMXN - _FNYM - _FCEC - _MSCILOCALEM - _MSCIEM - _MSCIAP - _MSCILOCALAP - _MSCILOCALDM - _MSCIDM - _MSCIUS - _GIDS - _MFQS - _MSCILOCAL - _GIF - _MSCI type: string Record: allOf: - $ref: '#/components/schemas/Common' - type: object properties: Symbol: type: string nullable: true Name: type: string nullable: true CUSIP: type: string nullable: true CIK: type: string nullable: true Valoren: type: string nullable: true ISIN: type: string nullable: true SEDOL: type: string nullable: true CFICode: type: string nullable: true InstrumentClass: type: string nullable: true ExchangeName: type: string nullable: true Sector: type: string nullable: true Industry: type: string nullable: true Exchange: type: string nullable: true Currency: type: string nullable: true ActiveDate: type: string nullable: true InactiveDate: type: string nullable: true LastUpdateDate: type: string nullable: true HomeTradingPlace: type: boolean CompanyIdentifier: type: string nullable: true FIGI: type: string nullable: true CompositeFIGI: type: string nullable: true Identifier: type: string nullable: true IdentifierType: type: string nullable: true additionalProperties: false Statistics: allOf: - $ref: '#/components/schemas/Common' - type: object properties: Count: type: integer format: int64 Exchange: type: string nullable: true additionalProperties: false InstrumentClasses: enum: - Bond - Indices - Stock - Other - StructuredProduct - Fund - MoneyMarket - Derivative - Currency - Technical - Commodity - CurrencyForward - InterestRateSwaps - DepositoryReceipt - ExchangeTradedFund - PreferredShares - CoveredWarrant - Warrant - Units - ExchangeTradedCommodity - All type: string Issuer: allOf: - $ref: '#/components/schemas/Common' - type: object properties: Name: type: string nullable: true CIK: type: string nullable: true Industry: type: string nullable: true Sector: type: string nullable: true ActiveDate: type: string nullable: true InactiveDate: type: string nullable: true CompanyIdentifier: type: string nullable: true Domicile: type: string nullable: true Active: type: boolean CustomAttributes: type: array items: $ref: '#/components/schemas/CustomAttribute' nullable: true Instruments: type: array items: $ref: '#/components/schemas/Instrument' nullable: true DataProvider: allOf: - $ref: '#/components/schemas/DataProviders' Classifications: type: array items: $ref: '#/components/schemas/Classification' nullable: true FactSetEntityId: type: string nullable: true additionalProperties: false Classification: allOf: - $ref: '#/components/schemas/Common' - type: object properties: Industry: type: string nullable: true Sector: type: string nullable: true Scheme: type: string nullable: true ClassificationCode: type: string nullable: true additionalProperties: false Instrument: allOf: - $ref: '#/components/schemas/Common' - type: object properties: InstrumentClass: type: string nullable: true Name: type: string nullable: true CUSIP: type: string nullable: true ISIN: type: string nullable: true Valoren: type: string nullable: true ActiveDate: type: string nullable: true InactiveDate: type: string nullable: true MostLiquidExchange: type: string nullable: true Identifier: type: string nullable: true IdentifierType: type: string nullable: true CFICode: type: string nullable: true Description: type: string nullable: true Active: type: boolean CustomAttributes: type: array items: $ref: '#/components/schemas/CustomAttribute' nullable: true Securities: type: array items: $ref: '#/components/schemas/Security' nullable: true DataProvider: allOf: - $ref: '#/components/schemas/DataProviders' additionalProperties: false Sectors: enum: - Unknown - BasicMaterials - Conglomerates - ConsumerGoods - Financial - Healthcare - IndustrialGoods - Services - Technology - Utilities type: string IdentifierTypes: enum: - Symbol - CIK - CUSIP - ISIN - Valoren - SEDOL - FIGI - CompositeFIGI type: string Industries: enum: - Unknown - Chemicals_MajorDiversified - Synthetics - AgriculturalChemicals - SpecialtyChemicals - MajorIntegratedOilAndGas - IndependentOilAndGas - OilAndGasRefiningAndMarketing - OilAndGasDrillingAndExploration - OilAndGasEquipmentAndServices - OilAndGasPipelines - SteelAndIron - Copper - Aluminum - IndustrialMetalsAndMinerals - Gold - Silver - NonmetallicMineralMining - Conglomerates - Appliances - HomeFurnishingsAndFixtures - HousewaresAndAccessories - BusinessEquipment - ElectronicEquipment - ToysAndGames - SportingGoods - RecreationalGoods_Other - PhotographicEquipmentAndSupplies - Textile_ApparelClothing - Textile_ApparelFootwearAndAccessories - RubberAndPlastics - PersonalProducts - PaperAndPaperProducts - PackagingAndContainers - CleaningProducts - OfficeSupplies - AutoManufacturers_Major - TrucksAndOtherVehicles - RecreationalVehicles - AutoParts - Food_MajorDiversified - FarmProducts - ProcessedAndPackagedGoods - MeatProducts - DairyProducts - Confectioners - Beverages_Brewers - Beverages_WineriesAndDistillers - Beverages_SoftDrinks - Cigarettes - TobaccoProducts_Other - MoneyCenterBanks - Regional_NortheastBanks - Regional_Mid_AtlanticBanks - Regional_SoutheastBanks - Regional_MidwestBanks - Regional_SouthwestBanks - Regional_PacificBanks - ForeignMoneyCenterBanks - ForeignRegionalBanks - SavingsAndLoans - InvestmentBrokerage_National - InvestmentBrokerage_Regional - AssetManagement - DiversifiedInvestments - CreditServices - Closed_EndFund_Debt - Closed_EndFund_Equity - Closed_EndFund_Foreign - LifeInsurance - AccidentAndHealthInsurance - PropertyAndCasualtyInsurance - SuretyAndTitleInsurance - InsuranceBrokers - REIT_Diversified - REIT_Office - REIT_HealthcareFacilities - REIT_Hotel_Motel - REIT_Industrial - REIT_Residential - REIT_Retail - MortgageInvestment - PropertyManagement - RealEstateDevelopment - DrugManufacturers_Major - DrugManufacturers_Other - Drugs_Generic - DrugDeliveryAndAccessories - DrugRelatedProducts - Biotechnology - DiagnosticSubstances - MedicalInstrumentsAndSupplies - MedicalAppliancesAndEquipment - HealthCarePlans - Long_TermCareFacilities - Hospitals - MedicalLaboratoriesAndResearch - HomeHealthCare - MedicalPractitioners - SpecializedHealthServices - Aerospace_Defense_MajorDiversified - Aerospace_DefenseProductsAndServices - FarmAndConstructionMachinery - IndustrialEquipmentAndComponents - DiversifiedMachinery - PollutionAndTreatmentControls - MachineToolsAndAccessories - SmallToolsAndAccessories - MetalFabrication - IndustrialElectricalEquipment - TextileIndustrial - ResidentialConstruction - ManufacturedHousing - Lumber_WoodProduction - Cement - GeneralBuildingMaterials - HeavyConstruction - GeneralContractors - WasteManagement - Lodging - ResortsAndCasinos - Restaurants - SpecialtyEateries - GamingActivities - SportingActivities - GeneralEntertainment - AdvertisingAgencies - MarketingServices - Entertainment_Diversified - Broadcasting_TV - Broadcasting_Radio - CATVSystems - MovieProduction_Theaters - Publishing_Newspapers - Publishing_Periodicals - Publishing_Books - ApparelStores - DepartmentStores - Discount_VarietyStores - DrugStores - GroceryStores - ElectronicsStores - HomeImprovementStores - HomeFurnishingStores - AutoPartsStores - CatalogAndMailOrderHouses - SportingGoodsStores - ToyAndHobbyStores - JewelryStores - MusicAndVideoStores - AutoDealerships - SpecialtyRetail_Other - AutoPartsWholesale - BuildingMaterialsWholesale - IndustrialEquipmentWholesale - ElectronicsWholesale - MedicalEquipmentWholesale - ComputersWholesale - DrugsWholesale - FoodWholesale - BasicMaterialsWholesale - Wholesale_Other - BusinessServices - RentalAndLeasingServices - PersonalServices - ConsumerServices - StaffingAndOutsourcingServices - SecurityAndProtectionServices - EducationAndTrainingServices - TechnicalServices - ResearchServices - ManagementServices - MajorAirlines - RegionalAirlines - AirServices_Other - AirDeliveryAndFreightServices - Trucking - Shipping - Railroads - DiversifiedComputerSystems - PersonalComputers - ComputerBasedSystems - DataStorageDevices - NetworkingAndCommunicationDevices - ComputerPeripherals - MultimediaAndGraphicsSoftware - ApplicationSoftware - TechnicalAndSystemSoftware - SecuritySoftwareAndServices - InformationTechnologyServices - HealthcareInformationServices - BusinessSoftwareAndServices - InformationAndDeliveryServices - Semiconductor_BroadLine - Semiconductor_MemoryChips - Semiconductor_Specialized - Semiconductor_IntegratedCircuits - SemiconductorEquipmentAndMaterials - PrintedCircuitBoards - DiversifiedElectronics - ScientificAndTechnicalInstruments - WirelessCommunications - CommunicationEquipment - ProcessingSystemsAndProducts - LongDistanceCarriers - TelecomServices_Domestic - TelecomServices_Foreign - DiversifiedCommunicationServices - InternetServiceProviders - InternetInformationProviders - InternetSoftwareAndServices - ForeignUtilities - ElectricUtilities - GasUtilities - DiversifiedUtilitities - WaterUtilities type: string LookupItems: allOf: - $ref: '#/components/schemas/Common' - type: object properties: Name: type: string nullable: true Securities: type: array items: $ref: '#/components/schemas/LookUpSecurity' nullable: true additionalProperties: false AlternateIdentifierTypes: enum: - Unknown - Symbol - CUSIP - CIK - Valoren - SEDOL - DataSourceIdentifier - ISIN - AlternateSymbol type: string LegacyExchangeMapping: allOf: - $ref: '#/components/schemas/Common' - type: object additionalProperties: false SymbolChangeList: allOf: - $ref: '#/components/schemas/Common' - type: object properties: DateTime: type: string nullable: true SymbolChanges: type: array items: $ref: '#/components/schemas/SymbolChange' nullable: true additionalProperties: false securitySchemes: basic: type: apiKey description: Token for your account. name: _token in: query