Job Configuration
Mapping Job
OpenFIGI.Mapping.MappingJob — Type
MappingJob(identifier, properties...)A request for mapping from identifier to FIGIs
Arguments
identifier::Identifier: an identifier to map to FIGIproperties::AbstractProperty...: optional properties for limiting results
Examples
julia> MappingJob(Ticker("NVDA"), ExchCode("US"), SecurityType2("Common Stock"))
MappingJob(Identifier("TICKER", "NVDA"), (ExchCode("US"), SecurityType2("Common Stock")))
julia> MappingJob(IDBBGlobal("BBG000BLNNH6"))
MappingJob(Identifier("ID_BB_GLOBAL", "BBG000BLNNH6"), ())See Request Format for the mapping endpoint.
Identifiers
OpenFIGI.Identifier — Type
Identifier(idType, idValue)An identifier, as specified by a type an a value for that type
Valid identifiers are documented here.
OpenFIGI.BarclaysTicker — Function
BarclaysTicker(value)See Identifier
OpenFIGI.BaseTicker — Function
BaseTicker(value)See Identifier
OpenFIGI.CompositeIDBBGlobal — Function
CompositeIDBBGlobal(value)See Identifier
OpenFIGI.IDBB — Function
IDBB(value)See Identifier
OpenFIGI.IDBB8Chr — Function
IDBB8Chr(value)See Identifier
OpenFIGI.IDBBGlobal — Function
IDBBGlobal(value)See Identifier
OpenFIGI.IDBBGlobalShareClassLevel — Function
IDBBGlobalShareClassLevel(value)See Identifier
OpenFIGI.IDBBSecNumDes — Function
IDBBSecNumDes(value)See Identifier
OpenFIGI.IDBBUnique — Function
IDBBUnique(value)See Identifier
OpenFIGI.CINS — Function
CINS(value)See Identifier
OpenFIGI.Common — Function
Common(value)See Identifier
OpenFIGI.CUSIP — Function
CUSIP(value)See Identifier
OpenFIGI.CUSIP8Chr — Function
CUSIP8Chr(value)See Identifier
OpenFIGI.ExchangeSymbol — Function
ExchangeSymbol(value)See Identifier
OpenFIGI.FullExchangeSymbol — Function
FullExchangeSymbol(value)See Identifier
OpenFIGI.ISIN — Function
ISIN(value)See Identifier
OpenFIGI.Italy — Function
Italy(value)See Identifier
OpenFIGI.SEDOL — Function
SEDOL(value)See Identifier
OpenFIGI.ShortCode — Function
ShortCode(value)See Identifier
OpenFIGI.Trace — Function
Trace(value)See Identifier
OpenFIGI.Wertpapier — Function
Wertpapier(value)See Identifier
OpenFIGI.OCCSymbol — Function
OCCSymbol(value)See Identifier
OpenFIGI.OPRASymbol — Function
OPRASymbol(value)See Identifier
OpenFIGI.Ticker — Function
Ticker(value)See Identifier
OpenFIGI.TradebookTicker — Function
TradebookTicker(value)See Identifier
OpenFIGI.TradingSystemIdentifier — Function
TradingSystemIdentifier(value)See Identifier
OpenFIGI.UniqueIDFutOpt — Function
UniqueIDFutOpt(value)See Identifier
OpenFIGI.VendorIndexCode — Function
VendorIndexCode(value)See Identifier
Properties
OpenFIGI.ExchCode — Type
ExchCode(value)OpenFIGI.MICCode — Type
MICCode(value)OpenFIGI.Currency — Type
Currency(value)OpenFIGI.MarketSecDes — Type
MarketSecDes(value)OpenFIGI.SecurityType — Type
SecurityType(value)OpenFIGI.SecurityType2 — Type
SecurityType2(value)OpenFIGI.IncludeUnlistedEquities — Type
IncludeUnlistedEquities(value)OpenFIGI.OptionType — Type
OptionType(value)OpenFIGI.Strike — Function
Strike(lbound, ubound)OpenFIGI.ContractSize — Function
ContractSize(lbound, ubound)OpenFIGI.Coupon — Function
Coupon(lbound, ubound)OpenFIGI.Expiration — Function
Expiration(lbound, ubound)OpenFIGI.Maturity — Function
Maturity(lbound, ubound)OpenFIGI.StateCode — Type
StateCode(value)