figi_compute_checksum {figir}R 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"))


[Package figir version 0.1.7.0 Index]