-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: figir
Type: Package
Title: Check Validity of FIGI, CUSIP, ISIN, SEDOL
Version: 0.1.7.1
Authors@R: c(
person("Panagiotis", "Cheilaris", role = c("aut", "cre"),
email = "philaris@gmail.com")
)
Author: Panagiotis Cheilaris [aut, cre]
Maintainer: Panagiotis Cheilaris <philaris@gmail.com>
Description: With the functions in this package you can check the
validity of the following financial instrument identifiers:
FIGI (Financial Instrument Global Identifier
<https://www.openfigi.com/about/figi>),
CUSIP (Committee on Uniform Security Identification Procedures
<https://www.cusip.com/identifiers.html#/CUSIP>),
ISIN (International Securities Identification Number
<https://www.cusip.com/identifiers.html#/ISIN>),
SEDOL (Stock Exchange Daily Official List
<https://www2.lseg.com/SEDOL-masterfile-service-tech-guide-v8.6>).
You can also calculate the FIGI checksum of 11-character strings,
which can be useful if you want to create your own FIGI identifiers.
URL: https://github.com/philaris/figir
BugReports: https://github.com/philaris/figir/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Suggests:
testthat