OpenFIGI_MappingCreator: Create mapping table out of OpenFIGI

Description Usage Arguments Details Value Examples

Description

Create mapping table out of OpenFIGI

Usage

1
2
3
4
5
6
7
8
OpenFIGI_MappingCreator(input, apikey = NULL,
  openfigiurl = "https://api.openfigi.com/v1/mapping",
  additioncols = c("ID_ISIN", "ID_BB_UNIQUE", "ID_SEDOL", "ID_COMMON",
  "ID_WERTPAPIER", "ID_CUSIP", "ID_BB", "ID_ITALY", "ID_EXCH_SYMBOL",
  "ID_FULL_EXCHANGE_SYMBOL", "COMPOSITE_ID_BB_GLOBAL",
  "ID_BB_GLOBAL_SHARE_CLASS_LEVEL", "ID_BB_SEC_NUM_DES", "ID_BB_GLOBAL",
  "TICKER", "ID_CUSIP_8_CHR", "OCC_SYMBOL", "UNIQUE_ID_FUT_OPT", "OPRA_SYMBOL",
  "TRADING_SYSTEM_IDENTIFIER"))

Arguments

input

input data.frame or json, and others that can be feed into toJSON

apikey

your API key

openfigiurl

Bloomberg's OpenFIGI URL, please see https://openfigi.com/api

additioncols

additional columns you would like to include in the data.frame

Details

assiging ISIN, CUSIP and other columns needed. Requires dplyr package to bind rows.

Value

a data.frame

Examples

1
2
3
4
5
## Not run: 
  setInternet2()
  figirst = OpenFIGI_MappingCreator(sampleOpenFIGIdf())

## End(Not run)

ROpenFIGI documentation built on May 2, 2019, 5:54 a.m.