figi_compute_checksum: Compute the FIGI check digit

View source: R/figi.R

figi_compute_checksumR Documentation

Compute the FIGI check digit

Description

Given a character vector, compute for each string the FIGI (Financial Instrument Global Identifier) checksum digit.

Usage

figi_compute_checksum(v)

Arguments

v

a character vector for whose elements the FIGI (Financial Instrument Global Identifier) checksum digit is computed.

Value

A character vector of single character strings.

Examples

figi_compute_checksum("BBG000BLNQ1")
figi_compute_checksum("NRG92C84SB3")
figi_compute_checksum(c("BBG000BLNQ1", "NRG92C84SB3"))


philaris/figir documentation built on Aug. 29, 2023, 8:07 a.m.