Link Search Menu Expand Document

ISIN overview

International Securities Identification Number ISO 6166

Added in v1.0.0


Table of contents


brands

ISIN

Signature

export declare const ISIN: t.BrandC<t.StringC, ISINBrand>

Added in v1.0.0

decoders

isinDecoder

Signature

export declare const isinDecoder: <S extends string>() => D.Decoder<S, t.Branded<S, ISINBrand>>

Added in v1.1.0

types

ISIN (type alias)

Signature

export type ISIN = t.Branded<string, ISINBrand>

Added in v1.0.0

ISINBrand (interface)

Signature

export interface ISINBrand {
  readonly ISIN: unique symbol
}

Added in v1.0.0