Skip to contents

Validates SEDOL format including weighted check digit verification.

Usage

is_sedol(x)

Arguments

x

(any)
Object to check.

Value

TRUE if x is a valid SEDOL string, FALSE otherwise.

Examples

is_sedol("0263494")
#> [1] TRUE